1.6 KiB
1.6 KiB
Base streams
Apple Search Ads is a REST based API. Connector is implemented with the Airbyte Low-Code CDK
Connector has base streams including attributes about entities in the API (e.g: what campaigns, which adgroups, etc…), and all of them support full refresh only:
Report streams
Connector also has report streams including statistics about entities (e.g: how many spending on a campaign, how many clicks on a keyword, etc...) which support incremental sync.
Connector uses start_date config for initial reports sync and current date as an end date if this one is not explicitly set.
At the moment, report streams are only set to the DAILY granularity (e.g: campaigns_report_daily, adgroups_report_daily, keywords_report_daily).
See this link for the nuances about the connector.