Google site tools

Your store configuration is integrated with the following Google tools to help optimize your content, analyze your traffic, and connect your catalog to shopping aggregators and marketplaces.

  • Google Analytics - Use Google Universal Analytics to define additional custom dimensions and metrics for tracking, with support for offline and mobile app interactions, and access to ongoing updates.

  • Google Content Experiments - Set up an A/B test for products, categories, or content pages using Google Analytics Content Experiments.

  • Google Tag Manager - Adobe Commerce (Adobe Commerce only) Use Google Tag Manager to manage the many tags related to marketing campaign events.

  • Google AdWords - Create a Google AdWords campaign and track conversions for your store.

NOTE
Starting with the 2.4.5 release, the Google services integration is updated to support use of the GTag APIs. GTag is a unified mechanism for integration with Google functionality for web pages and supports the newest capabilities and opportunities for tracking and managing content through Google Services. For more information, see the Google Analytics developer documentation.

Google privacy settings

If your business is required to comply with privacy regulations such as the GDPR or CCPA, change the default settings of the Google tools to meet privacy requirements. Follow these steps to ensure that your use of customer data remains in compliance.

Step 1: Update Google settings

  1. Sign in to your company’s Google Analytics account.

  2. At the bottom of the left sidebar, choose Admin, and then navigate to the account that you want to edit (if applicable).

  3. In the Account column, click Account Settings.

  4. Turn off data sharing in order to meet privacy regulation requirements.

    The default Google Analytics settings share your company data with Google and other parties, To turn off data sharing, clear the selection checkbox for the following settings:

    • Google products & services
    • Benchmarking
    • Technical support
    • Account specialists
  5. Accept the Data Processing Amendment.

    The Google Ads Data Processing Terms describe how Google processes data, and the measures it takes to ensure data security for business that are subject to the GDPR. A record of your legal entities and contact information is also maintained with the amendment. To learn more, click the link in the message at the top of the page.

    • Scroll down the page to Data Processing Amendment.
    • Click Review Amendment to read the Google Ads Data Processing Terms.
    • Click Accept.
    • Click Save.
  6. Complete the DPA Administration details.

    • Click Manage DPA Details to open a DPA administration page where you can edit contacts and your organization’s legal entities.

    • In the Legal Entities section, click the Edit ( Google edit icon ) icon and add one or more registered names for your organization. When complete, click Save.

    • In the Contacts section, click the Add ( Google add icon ) icon and enter the information for the first contact. Next, select the checkbox of each applicable role and click Add.

      • Primary Contact - (Notification Email Address) The contact to whom notices are sent.
      • Data Protection Officer - (If applicable) The person who is designated to facilitate privacy regulation compliance.
      • European Economic Area (EEA) Representative - (If applicable) The person who represents customers outside of the EU regarding their GDPR obligations.

      Repeat to add another contact, if applicable.

Step 2: Modify your Google JS libraries

Google supports three JavaScript libraries to measure website usage, depending on the Google product: gtag.js, analytics.js, and ga.js. To meet privacy requirements, the standard code can be modified as follows:

Anonymize IP addresses

To anonymize the IP addresses used by Google Universal Analytics, add the following snippet to the analytics.js library on your web server:

analytics.js

: `ga('set', 'anonymizeIp', true);`

To learn more, see the Analytics.js Field Reference in Google Help.

If you use the legacy ga.js library, add the following snippet:

ga.js

: `ga('set', 'anonymizeIp', true);`

To anonymize the IP addresses used by Google Tag Manager, set the anonymize_ip parameter to true in the gtag.js library on your web server.

gtag.js

: `gtag('event', 'your_event', { 'anonymize_ip': true })`

To learn more, see IP Anonymization in Analytics in Google Help.

Force SSL

To force all Google data to be transmitted over a secure socket layer (SSL), add the following snippet to the analytics.js library on your web server.

analytics.js

: `ga('set', 'forceSSL', true);`

Step 3: Update your privacy policy

Update your privacy policy to state that your company:

  • Uses Google Analytics
  • Masks IP addresses to hide personal information
  • Has turned off Google Data Sharing
  • Does not use other Google services with Google Analytics cookies
recommendation-more-help
d5ef48ad-708f-4ce5-a225-e7bb6053ded5