Python-amazon-ad-api

Latest version: v0.5.6

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

Scan your dependencies

Page 6 of 9

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

0.2.2

What's Changed

* Added a Class Utils
* DEP(deps): Update setuptools requirement from ~=60.8.1 to ~=60.8.2 by dependabot in https://github.com/denisneuf/python-amazon-ad-api/pull/23
* DEP(deps): Update setuptools requirement from ~=60.8.2 to ~=60.9.0 by dependabot in https://github.com/denisneuf/python-amazon-ad-api/pull/24
* DEP(deps): Update setuptools requirement from ~=60.9.0 to ~=60.9.1 by dependabot in https://github.com/denisneuf/python-amazon-ad-api/pull/25
* DEP(deps): Update setuptools requirement from ~=60.9.1 to ~=60.9.2 by dependabot in https://github.com/denisneuf/python-amazon-ad-api/pull/26
* DEP(deps): Update setuptools requirement from ~=60.9.2 to ~=60.9.3 by dependabot in https://github.com/denisneuf/python-amazon-ad-api/pull/27
* DEP(deps): Update setuptools requirement from ~=60.9.3 to ~=60.10.0 by dependabot in https://github.com/denisneuf/python-amazon-ad-api/pull/29
* DEP(deps): Update pytz requirement from ~=2021.3 to ~=2022.1 by dependabot in https://github.com/denisneuf/python-amazon-ad-api/pull/30
* DEP(deps): Update setuptools requirement from ~=60.10.0 to ~=61.0.0 by dependabot in https://github.com/denisneuf/python-amazon-ad-api/pull/31
* DEP(deps): Update setuptools requirement from ~=61.0.0 to ~=61.1.0 by dependabot in https://github.com/denisneuf/python-amazon-ad-api/pull/32
* DEP(deps): Update python-dotenv requirement from ~=0.19.2 to ~=0.20.0 by dependabot in https://github.com/denisneuf/python-amazon-ad-api/pull/33
* DEP(deps): Update setuptools requirement from ~=61.1.0 to ~=61.2.0 by dependabot in https://github.com/denisneuf/python-amazon-ad-api/pull/34


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

0.2.1

Not secure
Unified Attribution API Merged Advertisers, Publishers, Reports and Tags in >> Attribution Class for Simplicity

Example Use:


from ad_api.api import Attribution
from ad_api.base import Marketplaces, AdvertisingApiException

try:

result = Attribution(account=store, marketplace=marketplace, debug=True).get_advertisers()
payload = result.payload
logging.info(payload)

except AdvertisingApiException as error:

logging.info(error)


EndPoints Available:

**get_advertisers** (Old Advertisers Moved To -> Attribution)
**get_publishers** (Old Publishers Moved To -> Attribution)
**post_report** (Old Reports Moved To -> Attribution)
**get_macro_tag** (Old Tags Moved To -> Attribution)
**get_non_macro_template_tag** (Old Tags Moved To -> Attribution)

Any question could open a discussion, this way unify the use of that secondary api like the common resources available like: Profiles, Billing, Elegibility, Metadata, History, Localization, Audiences, Portfolios, Insights and others that could be added in the future

Page 6 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.