Python-amazon-ad-api

Latest version: v0.6.4

Safety actively analyzes 723799 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 10

0.2.8

Not secure
Complete review of Campaigns in sponsored_products and help with examples
**Full Changelog**: https://github.com/denisneuf/python-amazon-ad-api/compare/v0.2.7...v0.2.8

0.2.7

Not secure
Added 2 new methods to Campaigns in sponsored_products:

`create_single_campaign_assistant(campaign_name: str, targeting_type: str, daily_budget: int, start_date: str, end_date: str = None, campaign_status: str = 'enabled', portfolio_id: int = None, po_number: str = None, account_manager: str = None, premium_bid_adjustment: bool = False, strategy: str = None, predicate: str = None, percentage: int = None, **kwargs)→ ApiResponse`

`edit_single_campaign_assistant(campaign_id: int, portfolio_id: int = None, campaign_name: str, po_number: str = None, account_manager: str = None, campaign_status: str = None, daily_budget: int, start_date: str, end_date: str = None, premium_bid_adjustment: bool = None, strategy:str = None, predicate:str or tuple = None, percentage:int or tuple = None, **kwargs)→ ApiResponse`

Added support to submit the body required to create_campaigns as dictionary, list, path to a .json file and content of a .json file for user convenience.

`create_campaigns(body: dict, str, list)→ ApiResponse`

Added AdvertisingTypeException to control the json string is well formed when submitting the creation of a campaign trough create_campaigns

**Full Changelog**: https://github.com/denisneuf/python-amazon-ad-api/compare/v0.2.6...v0.2.7

0.2.6

Not secure
What's Changed

* Added Snapshots API to [Sponsored Brands](https://advertising.amazon.com/API/docs/en-us/reference/sponsored-brands/2/snapshots)
* DEP(deps): Update setuptools requirement from ~=61.3.0 to ~=62.0.0 by dependabot in https://github.com/denisneuf/python-amazon-ad-api/pull/36


**Full Changelog**: https://github.com/denisneuf/python-amazon-ad-api/compare/v0.2.5...v0.2.6

0.2.5

Not secure
Added [Advertising Test Account PI](https://advertising.amazon.com/API/docs/en-us/test-accounts/overview)

Test accounts

Advertising test accounts are a type of advertising account dedicated to testing. Test accounts do not serve ads or have active billing, allowing Amazon Ads customers to make API requests to test and learn about API functionality.

The [test account creation API](https://advertising.amazon.com/API/docs/en-us/test-accounts/openapi) allows users to provision an advertising test account, which can then be used to test API functionality.

An additional permission scope, advertising::test:create_account, is required to use the test account creation API.

0.2.4

Not secure
Added [Brand Metrics API open beta](https://advertising.amazon.com/API/docs/en-us/brand-metrics/overview)

Brand Metrics API open beta eligibility

Please note: Brand Metrics is in open beta and available to ~ 50% of brands. Brands that meet the eligibility criteria below may not yet have access to Brand Metrics. We will continue to expand the open beta to eligible brands in 2022.

Brand Metrics is currently available in beta to professional sellers enrolled in Amazon Brand Registry and vendors that sell products on Amazon in the following markets: United States, Canada, United Kingdom, Germany, France, Italy, Spain, and Japan. Brands with less than 20 orders a month will not have access to Brand Metrics.

0.2.3

Not secure

Page 7 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.