[Shopify Customer Pixel] How to Configure GA4 View Cart Event Using Google Tag Manager

by ShahzadaAliHassan - 4th September 2024

Configuring a "View Cart" event on your Shopify store is crucial for tracking customer interactions and optimizing your e-commerce analytics. In this guide, I'll walk you through the steps to set up this event using the newer customer pixel section in Shopify. We’ll also connect it with Google Analytics 4 (GA4) to ensure all your data is accurately captured and analyzed.

Table of Contents

  1. Activating Customer Pixels in Shopify
  2. Adding a Custom Pixel for the View Cart Event
  3. Editing the Code Snippet with Google Tag Manager ID
  4. Connecting the Pixel with Shopify Backend
  5. Triggering and Testing the View Cart Event
  6. Creating GA4 Configuration and Event Tags
  7. Testing and Verifying Events on Shopify
  8. Final Verification in Google Analytics

1. Activating Customer Pixels in Shopify

The first step is to ensure that customer pixels are active on your Shopify store. To do this:

  1. Go to the Shopify Backend: Log in to your Shopify admin dashboard.
  2. Navigate to Settings: Scroll down to the "Customer Events" section under the settings menu.
  3. Enable Customer Pixels: This section allows you to create and manage customer events. Ensure it is activated so you can proceed with adding custom events like "View Cart."

2. Adding a Custom Pixel for the View Cart Event

Now, let's create the custom pixel that will track the "View Cart" event:

  1. Add a Custom Pixel:

    • In the customer event section, click on "Add Pixel."
    • Name your pixel something relevant, such as "Data Layer."
  2. Configure Pixel Settings:

    • Permission: Set it to "Not Required."
    • Data Sale: Select the option that indicates "Does Not Qualify as Data Sale."
    • Save the Pixel: Once configured, hit the "Save" button.
  3. Insert Code Snippet:

    • Use the code snippet provided (likely found in the video description or tutorial materials).
    • Paste this code into the designated code section.
    • Google Tag Manager Container ID: Ensure you update the placeholder in the code with your specific Google Tag Manager (GTM) container ID.

3. Editing the Code Snippet with Google Tag Manager ID

To link your custom pixel with Google Tag Manager:

  1. Retrieve GTM Container ID:

  2. Update the Code Snippet:

    • Paste the container ID into the snippet where indicated.
    • Save your changes to ensure the pixel is correctly configured.

4. Connecting the Pixel with Shopify Backend

After configuring the pixel, it must be connected to your Shopify store:

  1. Connect the Pixel:
    • Go back to your Shopify backend.
    • Ensure that the pixel is correctly linked, or the events won't display on your website.

5. Triggering and Testing the View Cart Event

To verify that the "View Cart" event is working:

  1. Trigger the Event:

    • Visit your website and navigate to the cart page.
    • Use your browser's inspect tool (right-click > Inspect) and switch to the console tab.
  2. Check the Data Layer:

    • In the console, you should see the "Page View" and "View Cart" events firing.
    • Verify that the "View Cart" event includes an e-commerce object with the correct item details.

6. Creating GA4 Configuration and Event Tags

For Google Analytics 4 tracking:

  1. Create a GA4 Configuration Tag:

    • In Google Tag Manager, create a new tag for GA4 configuration.
    • Use your GA4 measurement ID (found in your Google Analytics account) to complete this tag.
  2. Create a View Cart Event Tag:

    • Add another tag for the "View Cart" event.
    • Use a custom trigger that only activates on the "View Cart" event.
    • Configure it to send enhanced e-commerce data, ensuring it captures all relevant details.

7. Testing and Verifying Events on Shopify

Testing is essential to confirm everything works as intended:

  1. Submit Changes: In Google Tag Manager, submit your changes to make them live.

  2. Test the Event:

    • Go back to your Shopify store and trigger the "View Cart" event.
    • Inspect the page and verify that the event is firing correctly.
  3. Additional Testing:

    • You can use a data layer extension or the network tab in your browser to see all requests and events.
    • Ensure that the event sends the correct product details, currency, and value.

8. Final Verification in Google Analytics

Finally, verify the event in Google Analytics:

  1. Real-Time View:

    • Check the real-time view in GA4 to see the "View Cart" event firing.
    • Verify that all parameters, such as currency and value, are correctly recorded.
  2. Additional Debugging:

    • If necessary, additional debugging can be done to ensure the items array works correctly. This may involve more advanced steps not covered in this guide.

By following these steps, you’ll have a fully functional "View Cart" event on your Shopify store, ensuring you capture valuable customer interaction data for your analytics.