Skip to content

Commit

Permalink
added campaign_negative_keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
denisneuf committed Sep 17, 2021
1 parent e9cae70 commit 8a8ceb0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ad_api/api/sp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
from .suggested_keywords import SuggestedKeywords
from .product_targeting import Targets
from .negative_product_targeting import NegativeTargets
from .reports import Reports
from .snapshots import Snapshots
__all__ = [
"Campaigns",
"AdGroups",
Expand All @@ -20,7 +18,5 @@
"CampaignNegativeKeywords",
"SuggestedKeywords",
"Targets",
"NegativeTargets",
"Reports",
"Snapshots"
"NegativeTargets"
]

0 comments on commit 8a8ceb0

Please sign in to comment.