Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Latest commit

 

History

History
48 lines (36 loc) · 1.85 KB

CHANGELOG.md

File metadata and controls

48 lines (36 loc) · 1.85 KB

Changelog

1.2.1

  • Backoff tuning #22

1.2.0

  • Add date windowing for the ad_analytics_by_creative stream
  • Add the ability to select all metrics for the ad_analytics_by_creative stream
  • #20

1.1.0

  • Add date windowing for the ad_analytics_by_campaign stream
  • Add the ability to select all metrics for the ad_analytics_by_campaign stream
  • #18

1.0.2

  • Fix typo in the ad_analytics_by_campaign schema
  • #15

1.0.1

  • Update request format for ad_analytics_by_campaigns and ad_analytics_by_creative
  • Update schemas for: campaigns, ad_analytics_by_campaigns, and ad_analytics_by_creative
  • Add assertion around how many fields can be selected for ad_analytics_by_campaigns and ad_analytics_by_creative
  • Prettified all JSON schema files
  • #12

1.0.0

  • Preparing for v1.0.0 release

0.0.6

  • Fix 400 error ad_analytics_by_campaign/creative not paging beyond first page.

0.0.5

  • Add missing fields to the Ad Analytics endpoint streams: clicks, reactions, sends, etc.

0.0.4

  • Change bookmarking to update after ALL batches for child nodes. Change paging logic to use next URL in links. Add 7 days buffer to account for changes/delays in ads analytics report data.

0.0.3

  • Fix sync datetime conversion issue when reading from state. Using singer-python utils strptime_to_utc.

0.0.2

  • Re-work sync.py child node to simplify and bulkify. Fix client.py permissions issue with check_access_token. Simplify transform.py, leverage singer-io datetime conversions for unix ms integers.

0.0.1

  • Initial commit