Data Destination - Google Ads Conversions
    • PDF

    Data Destination - Google Ads Conversions

    • PDF

    Article summary

    summary

    Help page for ETL Configuration of conversion data to Google Ads.

    • Extract data from any Data Source and send the data to either Offline Conversion or Extended Conversion type.
    • It is necessary to map column names and types on TROCCO according to the format of each API.

    Conversion Types

    offline conversion

    This is a mechanism for measuring advertising effectiveness by linking conversions such as store visits and contracts via Google ads with the original ad click ID (GCLID).

    extended conversion

    3rd party cookie tracking technology, widely used in web marketing, will be discontinued in the Google Chrome browser after 2023.
    One of the alternatives will be extended conversion.
    This is a system for measuring the advertising effectiveness of ad clicks by matching account and click data maintained by Google with registration information obtained from advertisers' LP pages and inquiry forms.
    Personally identifiable registration information is hashed and transmitted before being uploaded to Google.

    Setting items

    (data) itemindispensabledefault valueDescription.
    Google Ads Connection Configuration-Select the preregistered Google Ads Connection Configuration that has the necessary permissions for this ETL Configuration.
    Conversion Typeoffline conversionSelect one of the following
  • offline conversion
  • extended conversion
  • Customer ID-Enter your customer ID. Enter the 10-digit number that appears in the upper left corner of the Google Ads screen, not including hyphens.
    001.png
    Conversion Action ID-Enter the action ID of the conversion destination. For details on how to obtain the conversion action ID, see " How to Obtain a Conversion Action ID " below.

    How to Obtain a Conversion Action ID

    1. Click on Tools and Settings > Conversions in the upper right corner of the Google Ads Console screen.
      002.png

    2. Click on the target conversion action.
      003-p.png

    3. Check the URL and get the value of the ctId parameter.
      004.png

    When using offline conversion

    advance preparation

    Offline Conversion Import must be set up using Google Click ID (GCLID) for the conversions to which Data Setting will be sent.

    constraints

    • Only conversions by click are supported for transfer.
    • Phone conversions are not supported.

    column mapping

    Refer to the table below and perform the mapping in STEP 2 "Column Setting" tab of ETL Configuration in TROCCO.

    column namedata typeindispensableInput ExampleDescription.
    gclidstringxxxxxxGoogle Click ID (GCLID)
    conversion_timetimestamp2020-01-01 00:00:00 +09:00Date and time of conversion
    conversion_valuedouble-1.0Conversion Value
    conversion_currencystring-USDConversion Currency

    When using extended conversions

    advance preparation

    You must agree to the terms and conditions regarding customer data.
    (Ref. ( Customer Data Policy - Google Ad Policy Help )

    1. Click on Tools and Settings > Conversions in the upper right corner of the Google Ads Console screen.
      002.png

    2. Click Settings on the left side of the screen.
      005-p.png

    3. Click on the Terms and Conditions for Customer Data to agree to them.
      image.png

    constraints

    column mapping

    Refer to the table below and perform the mapping in STEP 2 "Column Setting" tab of ETL Configuration in TROCCO.
    In addition to the shared items (conversion-related items), one of the following attributes must be included in the transfer data.

    • Email Address
    • Phone number
    • Name and Address

    common item

    column namedata typeindispensableInput ExampleDescription.
    order_idstring1Order ID
    * Enter a string that is unique for each conversion.
    conversion_timetimestamp2020-01-01 00:00:00 +09:00Date and time of conversion
    gclidstring-xxxxxxGoogle Click ID (GCLID)
    valuedouble-1.0Conversion Value
    currency_codestring-USDConversion Currency
    user_agentstring-Mozilla/5.0 (Macintosh; ...)user agent

    If you want to include your email address

    column namedata typeDescription.Input Example
    emailstringhoge@example.comEmail Address
    * If the value is not hashed with SHA-256, it will be hashed with SHA-256 inside TROCCO and transferred.

    If you want to include a phone number

    column namedata typeDescription.Input Example
    phone_numberstring+8131111xxxxPhone number
    * If the value is not hashed with SHA-256, it will be hashed with SHA-256 inside TROCCO and transferred.

    To include name and address

    To include names and addresses, include all of the following columns in the transfer data

    column namedata typeInput ExampleDescription.
    first_namestringBobName
    * If the value is not hashed with SHA-256, it will be hashed with SHA-256 inside TROCCO and transferred.
    last_namestringSmithsurname
    * If the value is not hashed with SHA-256, it will be hashed with SHA-256 inside TROCCO and transferred.
    street_addressstring123 market streetaddress (e.g. of house)
    * If the value is not hashed with SHA-256, it will be hashed with SHA-256 inside TROCCO and transferred.
    citystringSan Franciscomunicipalities
    statestringCAstate
    countrystringUSAhome (i.e. hometown, home country)
    postcodestring95814postal code
    • Column to be Hashed

    Values for email address, phone number, first name, last name, and address will be transferred as is if they are hashed with SHA-256 on the Data Source side.
    If the Data Source data is not hashed, it will be hashed with SHA-256 inside TROCCO before being transferred.


    Was this article helpful?