Python-amazon-ad-api

Latest version: v0.6.3

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

Scan your dependencies

Page 8 of 10

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

0.2.0

Not secure
Simplified Attribution methods in Tags Class.

- def get_macro_tag(self, **kwargs) -> ApiResponse:
- def get_non_macro_template_tag(self, **kwargs) -> ApiResponse:

Correct method named plural:

- get_advertiser**s**
- get_publisher**s**

Future Amazon Production Version Will Merge Advertisers, Publishers, Reports and Tags in >> Attribution for simplicity
mkdir700

0.1.9

Not secure
and the Upload Python Package workflow

0.1.8

Not secure
fix setup.py adding folder attribution for install

0.1.7

Not secure
.

0.1.6

Not secure
Added **Amazon Attribution open beta API**

- Advertisers
- Publishers
- Attribution tags
- Reports

mkdir700

Page 8 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.