Skip to content

v0.1.2 - Add Impression Share Reports

Choose a tag to compare

@SamPetherbridge SamPetherbridge released this 11 Dec 02:16
· 12 commits to main since this release
452d8c5

What's New

  • Impression Share Reports: Added full support for Apple Search Ads Custom Reports API

    • ImpressionShareReport, ImpressionShareReportRow, ImpressionShareReportRequest models
    • CustomReportResource with create_impression_share(), get(), wait_for_report() methods
    • Automatic CSV download and parsing when report completes
    • Both sync and async support
  • Pre-commit Hooks: Added ruff and mypy pre-commit hooks for code quality