> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dema.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Pinterest Ads

> Integrating Pinterest Ads with our platform enables seamless synchronization of your advertising data, enhancing marketing analysis and insights.

export const AdConnectorSteps = ({platform, brand, loginTarget, authButton = "Authorize", authTitle = "Authorize access", authText, accountTitle = "Select ad accounts", accountText}) => <Steps>
    <Step title="Navigate to integrations">
      Go to <strong>Settings</strong> on our platform, then click on <strong>Integrations</strong>.
    </Step>
    <Step title={`Add ${platform} connection`}>
      Click on <strong>Add data connection</strong> and choose {platform}.
    </Step>
    <Step title={authTitle}>
      {authText ?? <>
          Log in to {loginTarget} and click <strong>{authButton}</strong> to grant the necessary permissions. Once authorized, we'll receive your OAuth token, allowing us to begin fetching data from your {platform} account.
        </>}
    </Step>
    <Step title={accountTitle}>
      {accountText ?? <>After authorization, select the {brand ?? platform} ad account IDs you want to import data from.</>}
      <Tip>
        <strong>Connect all accounts — including inactive ones</strong> — We automatically fetch your history (by default back to <strong>January 1, 2023</strong>). For accurate forecasting, modeling, and cohort analytics, we rely on at least two years of data, so connect any old or inactive accounts too — the more history, the better our models perform.
      </Tip>
    </Step>
  </Steps>;

### Supported data types

<CardGroup cols={3}>
  <Card title="Marketing cost" icon="dollar-sign">
    Ad spend and performance metrics
  </Card>

  <Card title="Product cost" icon="tags">
    Product-level advertising costs
  </Card>

  <Card title="Creatives" icon="image">
    Ad creative assets and thumbnails
  </Card>
</CardGroup>

## Prerequisites

* Access to your Pinterest Business account
* Authorization to integrate Pinterest Ads with third-party platforms

## Step-by-step integration guide

<AdConnectorSteps platform="Pinterest Ads" brand="Pinterest" loginTarget="your Pinterest Business account" />

### Data collected

This integration fetches the following data from your Pinterest Ads account:

* Account information
* Currency
* Date of data
* Campaign ID and name
* Ad group ID and name
* Ad ID and name
* Country
* Spend, clicks, impressions, and conversions
* Ad creative assets and thumbnails

### Finalizing integration

After completing the authorization process, our system will automatically start fetching the specified data from your Pinterest Ads account. You can view and analyze this data in our platform to gain insights into your advertising performance.

## Troubleshooting and support

If you encounter any issues during the integration process or have questions regarding your data, please contact our support team for assistance.

## Additional resources

For more information on managing your Pinterest Ads account and understanding the available metrics, visit the [Pinterest Business Help Center](https://help.pinterest.com/en/business).
