Skip to content

Latest commit

 

History

History
76 lines (57 loc) · 3.95 KB

pinterest.md

File metadata and controls

76 lines (57 loc) · 3.95 KB

Pinterest

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

Prerequisites

Please read How to get your credentials.

Setup guide

Step 1: Set up the Pinterest connector in Airbyte

For Airbyte Cloud:

  1. Log into your Airbyte Cloud account.
  2. In the left navigation bar, click Sources. In the top-right corner, click +new source.
  3. On the Set up the source page, enter the name for the Pinterest connector and select Pinterest from the Source type dropdown.
  4. Enter your client_id
  5. Enter your client_secret
  6. Enter your refresh_token
  7. Enter the start_date you want your sync to start from
  8. Click Set up source

For Airbyte OSS:

  1. Navigate to the Airbyte Open Source dashboard
  2. Set the name for your source
  3. Enter your client_id
  4. Enter your client_secret
  5. Enter your refresh_token
  6. Enter the start_date you want your sync to start from
  7. Click Set up source

Supported sync modes

The Pinterest source connector supports the following sync modes:

Feature Supported?
Full Refresh Sync Yes
Incremental - Append Sync Yes
SSL connection Yes
Namespaces No

Supported Streams

Performance considerations

The connector is restricted by normal 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.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