Skip to content

Releases: denisneuf/python-amazon-ad-api

v0.2.3

30 Mar 07:47
Compare
Choose a tag to compare

v0.2.2 deploy failed

v0.2.2

30 Mar 07:30
Compare
Choose a tag to compare

What's Changed

  • Added a Class Utils
  • DEP(deps): Update setuptools requirement from ~=60.8.1 to ~=60.8.2 by @dependabot in #23
  • DEP(deps): Update setuptools requirement from ~=60.8.2 to ~=60.9.0 by @dependabot in #24
  • DEP(deps): Update setuptools requirement from ~=60.9.0 to ~=60.9.1 by @dependabot in #25
  • DEP(deps): Update setuptools requirement from ~=60.9.1 to ~=60.9.2 by @dependabot in #26
  • DEP(deps): Update setuptools requirement from ~=60.9.2 to ~=60.9.3 by @dependabot in #27
  • DEP(deps): Update setuptools requirement from ~=60.9.3 to ~=60.10.0 by @dependabot in #29
  • DEP(deps): Update pytz requirement from ~=2021.3 to ~=2022.1 by @dependabot in #30
  • DEP(deps): Update setuptools requirement from ~=60.10.0 to ~=61.0.0 by @dependabot in #31
  • DEP(deps): Update setuptools requirement from ~=61.0.0 to ~=61.1.0 by @dependabot in #32
  • DEP(deps): Update python-dotenv requirement from ~=0.19.2 to ~=0.20.0 by @dependabot in #33
  • DEP(deps): Update setuptools requirement from ~=61.1.0 to ~=61.2.0 by @dependabot in #34

Full Changelog: v0.2.1...v0.2.2

v0.2.1

09 Feb 07:25
Compare
Choose a tag to compare

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

v0.2.0

27 Jan 09:07
Compare
Choose a tag to compare

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_advertisers
  • get_publishers

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

v0.1.9

26 Jan 08:00
Compare
Choose a tag to compare

added the path folder attribution for python-amazon-ad-api 0.1.9
to test:
pip install python-amazon-ad-api==0.1.9
and the Upload Python Package workflow

v0.1.8

26 Jan 07:51
423f82e
Compare
Choose a tag to compare

fix setup.py adding folder attribution for install

v0.1.7

26 Jan 03:42
Compare
Choose a tag to compare

.

v0.1.6

24 Jan 03:01
Compare
Choose a tag to compare

Added Amazon Attribution open beta API

  • Advertisers
  • Publishers
  • Attribution tags
  • Reports

@mkdir700

v0.1.5

17 Nov 06:58
Compare
Choose a tag to compare

The following endpoints for Sponsored Products 3.0 has been added:

  • Budget Rules
  • Campaign Optimization Rules
  • Ranked Keywords Recommendations
  • Product Targeting
  • Budget Recommendations
  • Budget Rules Recommendations
  • Product Recommendations

Amazon Docs: Sponsored Products Targeting API 3.0

v0.1.4

14 Nov 17:07
Compare
Choose a tag to compare

The following endpoints for Sponsored Display has been added:

  • Product Ads
  • Targets
  • Negative Targets
  • Targets Recommendations
  • Bid Recommendations
  • Creatives

Amazon Advertising API for Sponsored Display