> ## 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.

# TikTok Ads

> Integrating TikTok 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={2}>
  <Card title="Marketing cost" icon="dollar-sign">
    Ad spend and performance metrics
  </Card>
</CardGroup>

## Prerequisites

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

## Step-by-step integration guide

<AdConnectorSteps platform="TikTok Ads" loginTarget="your TikTok account" accountTitle="Select advertiser accounts" accountText={<>After authorization, select the TikTok advertiser IDs you want to import data from.</>} />

### Finalizing integration

After completing the authorization process, our system will automatically start fetching the specified data from your TikTok 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 TikTok Ads account and understanding the available metrics, visit the [TikTok Business Help Center](https://ads.tiktok.com/help/).
