How to set your own Google Ads developer token
    • Dark
      Light

    How to set your own Google Ads developer token

    • Dark
      Light

    Article Summary

    Overview

    Matillion ETL uses a Google Ads developer token by default with the Google Ads Query component, removing the necessity for users to add their own token.

    However, users can specify their own token if they wish (and therefore override the default token). A user might wish to specify their own token in scenarios such as where the default token was revoked.


    Specifying a custom Google Ads developer token

    1. SSH into the Matillion ETL instance.
    2. Open the file /usr/share/emerald/WEB-INF/classes/Emerald.properties.
    3. Specify a new value for the variable GOOGLE_ADS_DEVELOPER_TOKEN.
    4. The value must be base64 encoded.
    5. Restart Tomcat for changes to take effect: sudo service tomcat restart.

    Alternatively:

    1. SSH into the Matillion ETL instance.
    2. Specify a new value for the variable GOOGLE_ADS_DEVELOPER_TOKEN as a Java environment variable with the MTLN_ prefix.
    3. This can be done either as a system level environment variable, or in /etc/sysconfig/tomcat.
    4. The value must be base64 encoded.
    5. Restart Tomcat for changes to take effect: sudo service tomcat restart.

    Need help? Please contact support.


    What's Next