1.9 KiB
1.9 KiB
Core streams
Pinterest is a REST based API. Connector is implemented with Airbyte CDK.
Connector has such core streams:
- Account analytics (Incremental)
- Boards (Full table)
- Board sections (Full table)
- Pins on board section (Full table)
- Pins on board (Full table)
- Board sections (Full table)
- Ad accounts (Full table)
- Ad account analytics (Incremental)
- Campaigns (Incremental)
- Campaign analytics (Incremental)
- Ad groups (Incremental)
- Ad group analytics (Incremental)
- Ads (Incremental)
- Ad analytics (Incremental)
Connector uses start_date config for initial reports sync depend on connector and current date as an end data.
Connector has window_in_days config which allows set the amount of days for each data-chunk begining from start_date. Default: 30 days. Max: 30 days.
See this link for the nuances about the connector.