1
0
mirror of synced 2025-12-30 03:02:21 -05:00
Files
airbyte/docs/integrations/sources/pinterest.md
Arnaud Jeannin 0164355635 🎨 Add oss/cloud tags on doc for GA connectors (#19118)
* feat: add cloud and oss tags

* put headers back

* fix: rm prettier style

* fix: aws styles
2022-11-17 17:01:20 +01:00

6.7 KiB

Pinterest

This page contains the setup guide and reference information for the Pinterest source connector.

Prerequisites

To set up the Pinterest source connector with Airbyte Open Source, you'll need your Pinterest App ID and secret key and the refresh token.

Setup guide

For Airbyte Cloud:

  1. Log into your Airbyte Cloud account.
  2. Click Sources and then click + New source.
  3. On the Set up the source page, select Pinterest from the Source type dropdown.
  4. Enter the name for the Pinterest connector.
  5. For Start Date, enter the date in YYYY-MM-DD format. The data added on and after this date will be replicated. If this field is blank, Airbyte will replicate all data. As per Pinterest API restriction, the date cannot be more than 914 days in the past.
  6. The OAuth2.0 authorization method is selected by default. Click Authenticate your Pinterest account. Log in and authorize your Pinterest account.
  7. Click Set up source.

For Airbyte Open Source:

  1. Navigate to the Airbyte Open Source dashboard.
  2. Click Sources and then click + New source.
  3. On the Set up the source page, select Pinterest from the Source type dropdown.
  4. Enter the name for the Pinterest connector.
  5. For Start Date, enter the date in YYYY-MM-DD format. The data added on and after this date will be replicated. If this field is blank, Airbyte will replicate all data. As per Pinterest API restriction, the date cannot be more than 914 days in the past.
  6. The OAuth2.0 authorization method is selected by default. For Client ID and Client Secret, enter your Pinterest App ID and secret key. For Refresh Token, enter your Pinterest Refresh Token.
  7. Click Set up source.

Supported sync modes

The Pinterest source connector supports the following sync modes:

Supported Streams

Performance considerations

The connector is restricted by the Pinterest requests limitation.

Rate Limits
  • Analytics streams: 300 calls per day / per user \
  • Ad accounts streams (Campaigns, Ad groups, Ads): 1000 calls per min / per user / per app \
  • Boards streams: 10 calls per sec / per user / per app

Changelog

Version Date Pull Request Subject
0.1.9 2022-09-06 15074 Added filter based on statuses
0.1.8 2022-10-21 18285 Fix type of start_date
0.1.7 2022-09-29 17387 Set start_date dynamically based on API restrictions.
0.1.6 2022-09-28 17304 Use CDK 0.1.89
0.1.5 2022-09-16 16799 Migrate to per-stream state
0.1.4 2022-09-06 16161 Added ability to handle 429 - Too Many Requests error with respect to Max Rate Limit Exceeded Error
0.1.3 2022-09-02 16271 Added support of OAuth2.0 authentication method
0.1.2 2021-12-22 10223 Fix naming of AD_ID and AD_ACCOUNT_ID fields
0.1.1 2021-12-22 9043 Update connector fields title/description
0.1.0 2021-10-29 7493 Release Pinterest CDK Connector