diff --git a/ad-networks/google-ads-discrepancies.mdx b/ad-networks/google-ads-discrepancies.mdx index 3cbfbee..895f4b0 100644 --- a/ad-networks/google-ads-discrepancies.mdx +++ b/ad-networks/google-ads-discrepancies.mdx @@ -21,7 +21,7 @@ Walk through this checklist. -Open [Integrations → Google Ads](https://dashboard.linkrunner.io/dashboard/integrations/google-ads?p_id=89), open the three-dot menu on the Google Ads row, and verify the link ID is saved for the correct platform (Android or iOS). +Open [Integrations → Google Ads](https://dashboard.linkrunner.io/dashboard/integrations/google-ads), open the three-dot menu on the Google Ads row, choose **Setup Link IDs**, and verify the link ID is saved for the correct platform (Android or iOS). On the Google Ads [Conversions summary](https://ads.google.com/aw/conversions) page, confirm the `first_open` conversion event is imported. If it was previously deleted, follow [Re-enabling Previously Deleted Events](/ad-networks/google-ads#re-enabling-previously-deleted-events). Full setup: [Importing Events for Conversion Actions Setup](/ad-networks/google-ads#4-importing-events-for-conversion-actions-setup). diff --git a/ad-networks/google-ads.mdx b/ad-networks/google-ads.mdx index ae9febc..57d22d1 100644 --- a/ad-networks/google-ads.mdx +++ b/ad-networks/google-ads.mdx @@ -58,17 +58,33 @@ To connect your mobile app with Google Ads, you'll need to create a link ID that 4. Select the platform (iOS or Android) and search for your app 5. Click on **"Create link ID"** -![Google Ads Dashboard - Add Provider](/images/google_ads/google-ads-dashboard-2.webp) +![Google Ads third-party app analytics form with Other provider selected](/images/google_ads/google-ads-dashboard-2.webp) + +Google Ads then shows the generated link ID. Copy it. + +![Google Ads confirmation dialog with the generated link ID and its copy button](/images/google_ads/google-ads-dashboard-3.webp) + +Link IDs are per platform. Repeat Step 2 for your other platform if you ship both Android and iOS. ### Step 3: Configure in Linkrunner Dashboard -1. Copy the received link ID from Google Ads -2. Go to [Integrations → Google Ads](https://dashboard.linkrunner.io/dashboard/integrations/google-ads?p_id=89) in your Linkrunner dashboard -3. Open the three-dot menu on the Google Ads row and choose the link IDs option +Now paste that link ID into Linkrunner. + +1. Go to [Integrations → Google Ads](https://dashboard.linkrunner.io/dashboard/integrations/google-ads) in your Linkrunner dashboard +2. On the **Account Integration** tab, open the three-dot menu on your Google Ads account row + +![Linkrunner Google Ad Accounts table with the three-dot menu on the account row highlighted](/images/google_ads/link-ids/accounts-table-menu.png) + +3. Choose **Setup Link IDs** + +![Account row menu open showing the Setup Link IDs option](/images/google_ads/link-ids/setup-link-ids-menu.png) + 4. Paste the link ID into **Android Link ID** or **iOS Link ID**, matching the platform you selected in Google Ads 5. Click **Save Link IDs** -![Google Ads Dashboard - Link ID Created](/images/google_ads/google-ads-dashboard-3.webp) +![Setup Link IDs dialog with the Android field, iOS field, and Save Link IDs button highlighted in order](/images/google_ads/link-ids/setup-link-ids-modal.png) + +You only need one link ID to save, but add both if you ship on Android and iOS. ## 3. Set Up Event Mapping diff --git a/features/google-icm.mdx b/features/google-icm.mdx index 3533d1a..98076e7 100644 --- a/features/google-icm.mdx +++ b/features/google-icm.mdx @@ -56,7 +56,7 @@ Older versions do not collect `odm_info` or provide the consent API. In Google Ads, go to **Tools** → **Data Manager** → **Third-party app analytics**, create a link ID with provider ID `9936233049`, and select the **iOS** platform and your app. - Then in Linkrunner, go to [Integrations → Google Ads](https://dashboard.linkrunner.io/dashboard/integrations/google-ads?p_id=89), open the three-dot menu on the Google Ads row, and paste it into **iOS Link ID**. Click **Save Link IDs**. + Then in Linkrunner, go to [Integrations → Google Ads](https://dashboard.linkrunner.io/dashboard/integrations/google-ads), open the three-dot menu on the Google Ads row, choose **Setup Link IDs**, and paste it into **iOS Link ID**. Click **Save Link IDs**. Full walkthrough with screenshots: [Create Link ID for Android/iOS App](/ad-networks/google-ads#2-create-link-id-for-androidios-app). diff --git a/images/google_ads/link-ids/accounts-table-menu.png b/images/google_ads/link-ids/accounts-table-menu.png new file mode 100644 index 0000000..0b24da1 Binary files /dev/null and b/images/google_ads/link-ids/accounts-table-menu.png differ diff --git a/images/google_ads/link-ids/setup-link-ids-menu.png b/images/google_ads/link-ids/setup-link-ids-menu.png new file mode 100644 index 0000000..e736377 Binary files /dev/null and b/images/google_ads/link-ids/setup-link-ids-menu.png differ diff --git a/images/google_ads/link-ids/setup-link-ids-modal.png b/images/google_ads/link-ids/setup-link-ids-modal.png new file mode 100644 index 0000000..aac9b44 Binary files /dev/null and b/images/google_ads/link-ids/setup-link-ids-modal.png differ