Skip to content

v0.2.0

Compare
Choose a tag to compare
@denisneuf denisneuf released this 27 Jan 09:07
· 435 commits to main since this release

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