Skip to content

Commit bfcbfc4

Browse files
authored
Add Pinterest Ads source snippet documentation
1 parent 4ba2942 commit bfcbfc4

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
You can sync data from Pinterest Ads by configuring it as a source in PostHog. The supported endpoints include Campaigns, Ad Groups, Ads, Campaign Analytics, Ad Group Analytics, and Ad Analytics:
2+
3+
- [Campaigns](https://developers.pinterest.com/docs/api/v5/campaigns-list/) - Campaign entities from your Pinterest Ads account
4+
- [Ad Groups](https://developers.pinterest.com/docs/api/v5/ad_groups-list/) - Ad group entities within campaigns
5+
- [Ads](https://developers.pinterest.com/docs/api/v5/ads-list/) - Individual ad entities within ad groups
6+
- [Campaign Analytics](https://developers.pinterest.com/docs/api/v5/campaigns-analytics/) - Performance metrics broken down by campaign
7+
- [Ad Group Analytics](https://developers.pinterest.com/docs/api/v5/ad_groups-analytics/) - Performance metrics broken down by ad group
8+
- [Ad Analytics](https://developers.pinterest.com/docs/api/v5/ads-analytics/) - Performance metrics broken down by ad
9+
10+
Additional endpoints will be added based on user feedback we receive via our [in-app support form](https://app.posthog.com/#panel=support%3Afeedback%3Adata_warehouse%3Alow%3Atrue).
11+
12+
## Requirements
13+
14+
- A Pinterest Ads account with permission to access data from the accounts you want to sync.
15+
- Your Ad Account ID from [Pinterest Business](https://business.pinterest.com/) > Ads > select your account > the ID is in the URL or account settings.
16+
17+
## Configuring PostHog
18+
19+
Connect PostHog to your Pinterest Ads account using OAuth. The Pinterest account must have permission to access the ad account data.
20+
21+
1. In PostHog, go to the **[Data pipelines](https://app.posthog.com/data-management/sources)** tab.
22+
2. Open the **+ New** drop-down menu in the top-right and select **Source**.
23+
3. Find Pinterest Ads in the sources list and click **Link**.
24+
4. Enter the **Ad Account ID** of the Pinterest Ads account you want to sync.
25+
5. Select an existing Pinterest Ads account, or create a new integration.
26+
6. (Optional) Add a prefix for the table name.

0 commit comments

Comments
 (0)