We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9cae70 commit 8a8ceb0Copy full SHA for 8a8ceb0
1 file changed
ad_api/api/sp/__init__.py
@@ -8,8 +8,6 @@
8
from .suggested_keywords import SuggestedKeywords
9
from .product_targeting import Targets
10
from .negative_product_targeting import NegativeTargets
11
-from .reports import Reports
12
-from .snapshots import Snapshots
13
__all__ = [
14
"Campaigns",
15
"AdGroups",
@@ -20,7 +18,5 @@
20
18
"CampaignNegativeKeywords",
21
19
"SuggestedKeywords",
22
"Targets",
23
- "NegativeTargets",
24
- "Reports",
25
- "Snapshots"
+ "NegativeTargets"
26
]
0 commit comments