Set Up Google Adwords Remarketing Lists (Customer Match)

Send your event data from RudderStack to Google Adwords Remarketing Lists.

Before configuring Google Adwords Remarketing Lists as a destination in RudderStack, verify if the source platform is supported by referring to the table below:

Connection ModeWebMobileServer
Device mode---
Cloud mode--Supported
info
To learn more about the difference between cloud mode and device mode in RudderStack, refer to the RudderStack Connection Modes guide.

Once you have confirmed that the source platform supports sending events to Google Adwords Remarketing Lists, follow these steps:

  1. From your RudderStack dashboard, add the source. Then, from the list of destinations, select Google Adwords Remarketing Lists (Customer Match).
  2. Assign a name to your destination and click Next.

Connection settings

To successfully configure Google Adwords Remarketing Lists as a destination, first authenticate your account by following the below steps:

  1. Click Create Account in the Account Settings section.
  2. From the modal, click the Sign in with Google button.
  3. Choose the required account and grant RudderStack the required permissions.
  4. Click Save to use the specified account:
Google Account authentication
info

If you have authenticated multiple accounts, click Edit Credentials to select or delete any other authenticated account:

Google Account authentication

RudderStack gives an error if you try to delete an account used by any other connection set up for the same destination.

Next, configure the following settings:

  • Customer ID: Enter the ID associated with your Google Ads account. You can find it by clicking on the Help option in your dashboard. For more information on obtaining the customer ID, refer to the Google Ads Help Center page.

  • Subaccount: Enable this setting if you are using a Google Ads subaccount. For more information on subaccounts, refer to the Google Ads Help Center page.

    • Login-customer-ID: If Subaccount is toggled on, enter the customer ID of the parent account associated with the subaccount. This field is required only when you want to send data to a customer list of a subaccount.
  • List type: Select the type of list you want to create. You can create three types of list via this setting:

    • General: You can send email, phone number, and address information in this list. RudderStack will hash this data and send it to Google Adwords Remarketing Lists depending on the Hash Required setting (enabled by default).
    • UserId: You can send third party user IDs in this list.
    • Mobile Device ID: You can send mobile device IDs in this list.
  • Specify consent for uploaded users for using their data in Google Advertising Purpose: Select the required consent setting from the dropdown.

  • Specify consent for uploaded users regarding Ads Personalization: Select the required consent setting from the dropdown.

info

RudderStack provides four options for the above consent settings - Unspecified, Unknown, Granted, and Denied.

Also, note that:

  • If you do not set these fields, RudderStack sets their value to Unspecified by default.
  • If you set these fields to any other values except the above-mentioned ones, RudderStack automatically sets their value to Unknown.
  • Hash Required: This setting is enabled by default and hashes the email, phone, firstName, and lastName fields in the SHA-256 format.
  • Schema Fields: If you have selected General as the list type, you will need to choose your schema fields (at least one) from the available options. The options are hashedEmail, hashedPhoneNumber, and addressInfo.
warning
RudderStack expects the user events to consist of all schema fields listed here.
  • List ID: To get your Google Ads list ID, go to your Google Ads account and navigate to Tools & settings > Audience Manager.
info
This setting is only visible when connecting the destination to a non-Reverse ETL source. You can specify whether to create or use an existing audience while setting up the connection with a Reverse ETL source.

This integration relies on the authorizing Google Ads user’s underlying permissions and must be at least Standard or Admin.

If you authorize the integration without the Standard or Admin permissions, the API calls will fail and a “RudderStack Admin” user will disable the integration. If you encounter an entry in your audit logs from a Rudder Admin/admin@rudderstack.com user, it means that RudderStack disabled the integration on account of insufficient user permissions.

To avoid this, ensure that the authorizing user has the Standard permissions, at minimum.

audiencelist event structure

info

Note that:

  • The Google Adwords Remarketing Lists destination supports only audiencelist calls. You can send up to 100000 user records in one call.
  • RudderStack supports both additions and deletions to a user list.

The following code snippet shows a sample audienceList call:

{
  "userId": "user1",
  "anonymousId": "anon-id-new",
  "event": "event1",
  "type": "audiencelist",
  "properties": {
    "listData": {
      "add": [{
          "email": "alex@example.com",
          "phone": "1234567890",
          "firstName": "Alex",
          "lastName": "Keener",
          "country": "USA",
          "postalCode": "90001"
        },
        {
          "email": "emily@example.com",
          "phone": "8015550101",
          "firstName": "Emily",
          "lastName": "Wallace",
          "country": "USA",
          "postalCode": "90009"
        }
      ],
      "remove": [{
        "email": "john@example.com",
        "phone": "8015550102",
        "firstName": "John",
        "lastName": "Doe",
        "country": "USA",
        "postalCode": "90002"
      }]
    },
    "enablePartialFailure": true
  },
  "context": {
    "ip": "14.5.67.21",
    "library": {
      "name": "http"
    }
  },
  "timestamp": "2020-02-02T00:23:09.544Z"
}

Supported schema mapping

The following table details the mapping of the schema fields specified in the RudderStack dashboard and Google Adwords Remarketing Lists, along with the relevant guidelines:

RudderStack schema fieldGoogle Adwords Remarketing Lists fieldGuidelines
emailhashedEmailInclude a domain name for all email addresses. Remove any spaces in between the addresses.
phonehashedPhoneFormat the phone number using the E.164 format. Include the country code as well.
firstNamehashedFirstNameDo not include any prefixes (e.g., Mrs.).
lastNamehashedLastNameDo not include any suffixes (e.g., Sr.).
countrycountryCodeUse the ISO two-letter/three-letter country codes. Include the country code even if all your users belong to the same country.
postalCodepostalCodeBoth the US and international zip and postal codes are allowed. For the US, 5 digit codes followed by 4 digit extensions are also allowed. For the rest of the countries, do not include the postal code extensions.
mobileIdmobileIdOnly include the mobile device ID. No other data types are accepted.
thirdPartyUserIdthirdPartyUserIDDo not include any numbers. Only a string is accepted.

FAQ

Where can I find my Google Adwords customer ID?

To get the customer ID associated with your Google Ads account, click the Help option in your Google Ads dashboard. You will find the customer ID in the resulting pop-up:

Google Adwords Remarketing Lists (Customer Match) connection settings

Can I set up the Enhanced Conversions and Remarketing Lists destinations using the same Google Ads account?

Yes, you can. Both the integrations are the sub-features of Google Ads. Hence, you can use the same Google Ads account to configure both the destinations in RudderStack.

How do I create a Google Ads customer list?

To create a customer list in Google Ads, follow these steps:

  1. Open your Google Ads account.
  2. Go to Tools and settings.
  3. Under Shared Library, go to Audience Manager.
  4. Click the + button and select Customer list.
    • In Segment name, assign a name to the list.
    • From the dropdown, select the list type of data to upload.
    • Upload the CSV containing the user data. You can also download the template and upload the data.
    • Finally, click UPLOAD AND CREATE.

What are the account permissions required for this integration?

For the integration to be successful, make sure the customer account used for OAuth verification adheres to Google’s Customer Match policy and has Standard or higher (Administrative) access level permissions. For more information on the access level permissions, refer to this Google Ads support page.

To set the access level, follow these steps:

  1. Sign into to your Google Ads account and go to TOOLS AND SETTINGS > Access and security:
Access and Security option in Google Ads dashboard
  1. Enter the email address of the account and from the list of permissions, select Standard or Administrative. Then, click SEND INVITATION:
Specifying access levels

The account will have the access level permissions once they accept the invitation.

I am getting a 400 Bad Request error message. What should I do?

If you get a 400 Bad Request error while configuring the destination, make sure your customer account is allow-listed and configured to have Standard or Administrative access levels in Google Ads. Refer to the above FAQ for steps on setting the access level permissions for the account.


Questions? Contact us by email or on Slack