diff --git a/ad-networks/meta-ads.mdx b/ad-networks/meta-ads.mdx new file mode 100644 index 0000000..67ef60f --- /dev/null +++ b/ad-networks/meta-ads.mdx @@ -0,0 +1,92 @@ +--- +title: "Meta Ads Integration" +description: "Connect your app with Meta Ads for enhanced campaign tracking" +icon: "meta" +--- + +## Overview + +Meta Ads integration with Linkrunner enables you to track the insights your app campaigns. This integration allows you to import your ad accounts and sync campaign data, providing better insights into your campaign performance and user behavior. + +## Setup Process + +Setting up Meta Ads integration is straightforward and involves connecting your Meta ad accounts through the Linkrunner dashboard. + +## Step-by-Step Integration + +### Step 1: Access Meta Integration Settings + +1. Go to your [Linkrunner Dashboard](https://linkrunner.io) +2. Navigate to **Settings** → **Meta Integration** → **Meta Ad Account Integration** + +![Linkrunner Meta Ads Integration Dashboard](/images/meta_ads/clicks/Linkrunner_Meta_AD_Account_Integration_Not_Connected.png) + +### Step 2: Add Meta Ad Account + +1. Click on **"Add an account"** button +2. A new tab or modal window will open for Meta authentication + +### Step 3: Authenticate with Meta + +1. Log in through your Meta ad account when prompted +2. Grant the necessary permissions for Linkrunner to access your ad account data +3. Complete the authentication process + +![Linkrunner Meta Ads Integration Dashboard](/images/meta_ads/clicks/Meta_Account_Connection.png) + +### Step 4: Account Selection and Import + +1. Once authenticated, you'll be redirected back to the Linkrunner dashboard +2. The system will display all available ad accounts associated with your Meta account +3. Select all the accounts you want to integrate with Linkrunner +4. Click the **"Import"** button to begin the synchronization process + +![Linkrunner Meta Ads Integration Dashboard](/images/meta_ads/clicks/Meta_Account_Import.png) + +### Step 5: Data Synchronization + +1. After clicking import, the system will begin processing your selected ad accounts +2. **Note**: It might take a few minutes for the data to reflect on the dashboard + +![Linkrunner Meta Ads Integration Dashboard](/images/meta_ads/clicks/Connected_Meta_Accounts.png) + +## Viewing Your Data + +Once the integration is complete and data has synchronized: + +1. Navigate to Linkrunner dashboard +2. Your Meta ad campaign data will now be visible alongside other campaign metrics +3. Click data insights will be available for analysis + +## Important Notes + + + After importing your Meta ad accounts, it might take **a few minutes** for clicks and campaign data to reflect on the dashboard campaign page. This is normal processing time for data synchronization. + + + + Make sure you have the necessary permissions for all Meta ad accounts you want to integrate. If you don't have access to certain accounts, they won't appear in the selection list. + + +## Troubleshooting + +### Authentication Issues + +- Ensure you're using the correct Meta account credentials +- Verify that your Meta account has access to the ad accounts you want to integrate +- Check if your browser is blocking pop-ups, which might prevent the authentication modal from opening + +### Data Not Appearing + +- Wait a few minutes after import for data synchronization to complete +- Refresh your dashboard campaign page +- Verify that the selected ad accounts have active campaigns with data + +### Account Selection Issues + +- If expected ad accounts don't appear, check your Meta account permissions +- Ensure the ad accounts are active and not suspended + +--- + +For any questions or assistance with Meta Ads integration, please contact us at [darshil@linkrunner.io](mailto:darshil@linkrunner.io). \ No newline at end of file diff --git a/docs.json b/docs.json index 7af35ff..cc7496d 100644 --- a/docs.json +++ b/docs.json @@ -65,7 +65,7 @@ }, { "group": "Ad Network Integration", - "pages": ["ad-networks/google-ads"] + "pages": ["ad-networks/google-ads", "ad-networks/meta-ads"] }, { "group": "Features", diff --git a/images/meta_ads/clicks/Connected_Meta_Accounts.png b/images/meta_ads/clicks/Connected_Meta_Accounts.png new file mode 100644 index 0000000..9874c89 Binary files /dev/null and b/images/meta_ads/clicks/Connected_Meta_Accounts.png differ diff --git a/images/meta_ads/clicks/Linkrunner_Meta_AD_Account_Integration_Not_Connected.png b/images/meta_ads/clicks/Linkrunner_Meta_AD_Account_Integration_Not_Connected.png new file mode 100644 index 0000000..c56c071 Binary files /dev/null and b/images/meta_ads/clicks/Linkrunner_Meta_AD_Account_Integration_Not_Connected.png differ diff --git a/images/meta_ads/clicks/Meta_Account_Connection.png b/images/meta_ads/clicks/Meta_Account_Connection.png new file mode 100644 index 0000000..2359a0b Binary files /dev/null and b/images/meta_ads/clicks/Meta_Account_Connection.png differ diff --git a/images/meta_ads/clicks/Meta_Account_Import.png b/images/meta_ads/clicks/Meta_Account_Import.png new file mode 100644 index 0000000..f401d41 Binary files /dev/null and b/images/meta_ads/clicks/Meta_Account_Import.png differ