Campaign Consolidated Recommendations
Warning
Sponsored Product v3 is not available for Sandbox endpoint
Note
This API is version 3.0
Note
This API is not clear which marketplaces are supported
{
"code":400,
"responseHeaders":null,
"responseBody":null,
"message":"Marketplace is not supported"
}
- class ad_api.api.sp.CampaignsRecommendations(account: str = 'default', marketplace: Marketplaces = Marketplaces.EU, credentials: Dict[str, str] | None = None, proxies: Dict[str, str] | None = None, verify: bool = True, timeout: int | None = None, debug: bool = False, access_token: str | None = None, verify_additional_credentials: bool = True)
Endpoints available
Method
Endpoint
Description
GET
/sp/campaign/recommendations
Gets the top consolidated recommendations.
- list_campaigns_recommendations(self, **kwargs) ApiResponse:
Gets the top consolidated recommendations across bid, budget, targeting for SP campaigns given an advertiser profile id. The recommendations are refreshed everyday.
- Param:
- query nextToken (string). Optional. Token to retrieve subsequent page of results.query maxResults (string). Optional. Limits the number of items to return in the response.
- Returns:
ApiResponse
- list_campaigns_recommendations(**kwargs)
Gets the top consolidated recommendations across bid, budget, targeting for SP campaigns given an advertiser profile id. The recommendations are refreshed everyday.
- Param:
- query nextToken (string). Optional. Token to retrieve subsequent page of results.query maxResults (string). Optional. Limits the number of items to return in the response.
- Returns:
ApiResponse