Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Remarketing data sample for a 'purchase' page. 

Code Block
languagejs
titleSample Remarketing data
    "event": "remarketing",
	"ecomm_pagetype": "purchase",
	"ecomm_prodid": ["ProductCode", "ProductCode"],
	"ecomm_totalvalue": "99.99",
	"google_conversion_value": "99.99"

See: Remarketing with Google Analytics 

Anchorecommerceecommerce

Ecommerce

Info

NOTE - There is no overarching 'enchanced ecommerce' event in GA4 that . Each ecommerce event is distinct. Some ecommerce events will need to include the items scope, e.g., the 'add_to_cart' event includes 'items'  to specify products added.  

Ecommerce sends data collected from triggered events about user activities important for ecommerce stores, e.g., when users add items to cart, when they remove items, when they abandon their carts and leave without purchasing, when they begin checkout, etc. This data can be used to produce insightful reports on site engagement and user behaviours. Data can be collected and sent for nearly every user event type from your store. Most events and their parameters included here are from Google recommended events

Data Layer Testing

Google Tag Manager functions best when deployed alongside a data layer. A data layer is a JavaScript object that passes information from your ecommerce platform to your Tag Manager container. 

Tip

The 'Data Layer Doctor' extension for Chrome may be useful in viewing data objects during testing. It allows you to check the contents of a data layer and verify it against your specifications.

Ecommerce Settings

General Settings

Data Layer Name - system default: datalayer
Product Pricing (Tax Setting) - 'price' parameter defaults to option selected here. System default: inc  Change to exc to exclude tax.
Debug to Console - ? - not sure what this means.

Triggered Events

User - send user identifier data (userid) so that you so that you can connect a user with their behavior across different sessions and on various devices and platforms. User ID will be pushed on every page of the site. GA4 Name - User_ID You can exclude unlogged in users.
  • Login/Logout - these events include data on successful logins and logouts. I can't find Logout in Google documentation.
  • Questionaire - this event sends data whenever a questionaire is completed and submitted. For non-widget-based questionnaires only. Triggered when user reaches the 'questionaire submitted and thank you page. Default trigger page URL: /{0}/Thank-you/ 
    Order Tracking - this event sends data on the order viewed whenever an order is viewed on the Order Tracking page. Default: triggered by user clicking on an order.
    Template View - this event sends data when a saved template is viewed on the Order Templates page. The template name is sent. Default: triggered by user clicking on an order template.  Does this apply anymore?
  • Add to Cart - this event sends data on the product added to cart. Default: triggered by user adding an item to cart from any page.  NOTE - If Cart Updated is ticked, the activity of increasing quantity of a cart product is included.   
     
  • Remove from Cart - this event sends data whenever a product is removed from cart. Default: triggered by user removing an item from cart. NOTE - If Cart Updated is ticked, the activity of decreasing quantity in cart is included.   
    Checkout Options - this event is triggered when the user starts the checkout process, i.e., reaches the checkout page. GA Event Name: begin_checkout There are two event names here. Is one for starting checkout, the other does not apply? 
    Purchase - this event is not on this page. When an order is submitted, the purchase event sends the transaction details and details of each product. Untick to exclude product data. Also the Transaction Products checkbox does not apply anymore?  
    Use/Removal of Promo Codes - note: not sure how these map to GA4 events
  • Apply Promo Code Succcessful - this event is triggered whenever a user adds a promo code successfully.
  • Apply Promo Code Failure - this event is triggered whenever a user adds a promo code but is unsuccessful.
  • Remove Promo Code - this event is triggered whenver a user removes a successfully applied promo code.
    Items Viewed in List (Product Impressions) - this event is triggered whenever the user is presented with a list of items from a certain category or search results, e.g., from a search results, a category list or user's favourites. Data sent includes each product and its details. See: items GA4 Event Name: view_item_list. Includes the item_list_name parameter.
    Info

    NOTE - When infinite scrolling is ON, some pages may load additional data after the initial page load. For this reason, impressions are pushed via an event. Infinite scrolling creates a new event, and therefore a new data push. This also pushes the data in blocks to ensure Google's object data limit is not reached.

  • You can unselect to exclude from list types: Recently Viewed, Campaigns & Upsell/Cross-sell
  • Untick Detail Impression Use From List to exclude data of specific products. (If this is what this field means, why would that be ever done?)
    Select Item (Product Click) - this event is triggered whenever the user clicks on an item from a list of items. Data sent includes the items array, with the clicked product as the only product. See: items GA4 Event Name: select_item
  • Banner clicked - this event is triggered whenever the user clicks on a banner. Event name: ? Not sure how mapped to GA4
  • Reference Guide

    Anchorecomimpressionsecomimpressionsview_item_list event (Production Impression from List)

    This event is logged when the user has been presented with a list of items from a certain category or search results, e.g., from a search results, a category list or user's favourites. 

    Data sent include items,to specify each product with their details. 

    Event Name

    view_item_list

    Parameter

    Value

    Notes

    item_list_name

    list type

    For list type names, see: List Names

    Ignored if set at the item-level.

    Event

    items [ ]

    An array with each product in the list.

    Required: yes

    See: items event and variables/values for product data sent.

    Anchoritemitemitems

    items exists an array [ ] that sends data on one or more specific products and its details. It is included in events where users view or select specific products. Item parameters below are included out-of-the-box.

    Name

    items

    Parameter

    CV Value

    Notes

    item_name

    product description

    Product description. One of item_id or item_name is required.

    item_id

    product code

    Product code. One of item_id or item_name is required.

    item_category

    product category

    top level/primary category.

    You can specify up to 5 categories:

    item_category: "Apparel",
    item_category2
    : "Adult",
    item_category3
    : "Shirts",
    item_category4
    : "Crew",
    item_category5
    : "Short sleeve

    item_list_name

    list type

    List type of list product was in. See: List Names

    *NOTE - Zoned Product Layout must be in use for Ecommerce to work with lists.

    If set, event-level item_list_name is ignored.
    If not set, event-level item_list_name is used, if present.

    item_brand

    brand

    Product's brand. NOTE - Currently not standard inclusion from CV ecommerce platform. Must be custom added. 

    index

    numerical value

    position of item presented in list (if applicable)

    price

    Monetary nett price of the product, in  the specified currency.

    If 'hide pricing' is enabled at Role level, this data is not pushed.

    currency

    currency of site in 3-letter ISO 4217 format

    Multiple currencies per event is not supported. Each item should set the same currency.

    For GA4, currency can be set at both item and event levels. When item level currency has been set, any event-level setting is ignored.

    Item level structure: event.items.currency

    Event level structure: event.currency

    Anchorlist_typelist_type item_list_name (list type)

    item_list_name is a parameter that displays the list type name relevant to an event that involves a product list, e.g., view_item_list, item, select_item etc. List types included and values sent are listed below.  

    List Type Name

    Value

    Notes

    Product Detail

    Product Details

    Product Category

    Product List

    Search Results

    Search Results

    Recently Viewed

    Items Recently Viewed

    Campaign

    Campaign - {0}

    Campaign Description is used. (The Campaign Code is not used.)

    Alternate products

    Cross Sell

    Related products

    Upsell

    Cart Fast Order Entry

    Cart Fast Order

    Product Compare

    Product Compare

    User Favourites

    User Favourites

    Prior Purchases

    Prior Purchases

    Cart Lines

    Cart Item

    item_list_name example:

    Code Block
    languagejs
    titleSample view_item_list event data
    collapsetrue
    dataLayer.push({ ecommerce: null });  // Clear the previous ecommerce object.
    dataLayer.push({
      event: "view_item_list",
      ecommerce: {
      	item_list_name: "Related Products",
     	 items: [
        {
          item_id: "SKU_12345",
          item_name: "CV Tee",
          currency: "AUD",
          index: 1,
          item_brand: "CV",
          item_category: "Apparel",
          item_category2: "Adult",
          item_category3: "Shirts",
          item_category4: "Crew",
          item_category5: "Short sleeve",
          price: 10.00,
          }
    {
          item_id: "SKU_12222",
          item_name: "CV Jacket",
          currency: "AUD",
          index: 2,
          item_brand: "CV",
          item_category: "Apparel",
          item_category2: "Adult",
          item_category3: "Jackets",
          item_category4: "Mens",
          item_category5: "Waterproof",
          price: 70.00,       }]
      }
    });
    Anchorecomclicksecomclicksselect_item (Product Click)

    The select_item event signifies an item was selected from a list, i.e., product was clicked. Data is pushed on any click on a product link, e.g., on a search results page or from the user's favourites list. It includes data from the items array with the clicked product as the only product.  

    Event Name

    select_item

    Variable

    Value

    Notes

    item_list_name

    list type

    List type product was on when selected. See: List Names

    * NOTE - Zoned Product Layout must be in use for Enhanced Ecommerce to work with lists.

    value

    Monetary value of product price x quantity

    items [array]

    selected product details

    The items array with the selected product. See: Items object for product data values. 

    If multiple products are provided, only the first product will be used. 

    Select Item example:

    Code Block
    languagejs
    titleSample select_item event data
    collapsetrue
    dataLayer.push({ ecommerce: null });  // Clear the previous ecommerce object.
    dataLayer.push({
      event: "select_item",
      ecommerce: {  
    	item_list_name: "Related products",
    	value: "20.00",
      	items: [
        {
          item_id: "SKU_12345",
          item_name: "CV Tee",
          currency: "AUD",
          index: 0,
          item_brand: "CV",
          item_category: "Apparel",
          item_category2: "Adult",
          item_category3: "Shirts",
          item_category4: "Crew",
          item_category5: "Short sleeve",
          item_list_name: "Related Products",
          price: 10.00,
          quantity: 2
       }
        ]
      }
    });
    AnchorecomuserecomuserUser_ID (User ID)

    User_ID feature allows you to send user identifier data (userid) so that you so that you can connect a user with their behavior across different sessions and on various devices and platforms. User ID is pushed on every page of the site.  You can select to send only data for logged in users.

    This includes the user's unique identifier (CV database field = user.userid ) Learn more: User-ID feature

    Code Block
    languagejs
    titleSample User_ID
    collapsetrue
    dataLayer.push({
      'user_id': 'USER_ID'
    });
    AnchorecomquestionecomquestionQuestionnaire

    Questionnaire data are only pushed for non-widget-based questionnaires.

    Since the URL does not change post submission, a virtual URL is pushed. (In contrast, widget-based questionnaires have a URL redirect post submission.)

    Code Block
    languagejs
    titleSample Questionnaire
    collapsetrue
    dataLayer.push({
      "virtualURL": "thank you URL"
    });
    Anchorecomcheckoutecomcheckoutbegin_checkout (checkout steps & options)

    NOTE - In GA4, you need only specify begin_checkout. This is effectively equivalent to UA's sending a checkout_progress event with checkout_step set to 1 ('Step 1' of checkout).

    Event: begin_checkout  Tick 'Checkout Options' to include other details selected during checkout.

    Event Name

    begin_checkout

    VariableValueNotes

    currency

    currency of site in 3-letter ISO 4217 format

    Multiple currencies per event is not supported. Each item should set the same currency.

    For GA4, currency can be set at both item and event levels. When item level currency has been set, any event-level setting is ignored.

    value

    Total cost of products in cart

    items

    items [ ]

    Array contains each product in the cart.

    • Standard product data (e.g. name, id, category, brand, price) are included for each product. See: items event for product data values. 

     begin_checkout example:

    Code Block
    languagejs
    titleSample begin_checkout data
    collapsetrue
    ("begin_checkout", {
      currency: "AUD",
      value: 20.00,
      items: [
        {
          item_id: "SKU_12345",
          item_name: "CV Tee",
          currency: "AUD",
          index: 0,
          item_brand: "CV",
          item_category: "Apparel",
          item_category2: "Adult",
          item_category3: "Shirts",
          item_category4: "Crew",
          item_category5: "Short sleeve",
          item_list_name: "Related Products",
          price: 10.00,
          quantity: 2
        }
      ]
    });
    AnchorecomtransecomtransEvent: purchase

    When an order is submitted, the purchase event sends the transaction details and details of each product. Untick to exclude product data.

    The purchase event has two events: transaction (monetary and payment details) +  items (array with the purchased products). There is no separate payment event.

    Event Name

    purchase

    Variable

    Value

    Notes

    Event

    transaction

    transaction_id

    sales order number

    generated from your system

    value

    total order value

    tax

    total tax value

    will depend on whether inc or exc tax has been set

    shipping

    total shipping value

    currency

    currency of site in 3-letter ISO 4217 format

    For GA4, currency can be set at both item and event levels. When item level currency has been set, any event-level setting is ignored.

    Event

    items [ ]

    Array with each product purchased. See: items event for product data variables/values. 

    Purchase example:
    Code Block
    languagejs
    titleSample purchase event data
    collapsetrue
    "purchase", "transaction" {
        transaction_id: "100000000",
        value: 25.99,
        tax: 4.90,
        shipping: 5.99,
        currency: "AUD",},
        items: [
         {
          item_id: "SKU_12345",
          item_name: "CV Tee",
          currency: "AUD",
          index: 0,
          item_brand: "CV",
          item_category: "Apparel",
          item_category2: "Adult",
          item_category3: "Shirts",
          item_category4: "Crew",
          item_category5: "Short sleeve",
          item_list_name: "Related Products",
          price: 10.00,
          quantity: 1
        },
        {
          item_id: "SKU_12346",
          item_name: "CV Grey Women's Tee",
          currency: "AUD",
          index: 1,
          item_brand: "CV",
          item_category: "Apparel",
          item_category2: "Adult",
          item_category3: "Shirts",
          item_category4: "Crew",
          item_category5: "Short sleeve",
          item_list_name: "Related Products",
          price: 10.00,
          quantity: 1
        }]
    })
    AnchorecomloginecomloginLogin (successful) 

    The login event is sent when a user successfully logs in. 

    EventloginVariableCV ValueNotesmethodname of the widget used to initiate the login

    Optional

    login example:
    Code Block
    languagejs
    titleSample Login event data
    collapsetrue
    ("login", {
      method: "login"
    });
    AnchorecomlogoutecomlogoutLogout Success

    Logout Success data is pushed on any successful user logout.  

    • Event = "logout"

    • method = widget used to initiate the logout 

    Code Block
    languagejs
    titleSample Logout Success data
    collapsetrue
    ("logout", {
      method: "widget name"
    });
    Anchorecomaddtocartecomaddtocartadd_to_cart  event

    The add_to_cart event is triggered every time a user successfully adds items to cart. This is recommended for businesses with online sales. 

    Learn more: add_to_cart 

    These parameters are included in the default template.

    Event

    add_to_cart

    Parameter

    Value

    Notes

     value

    value

     monetary value of the event* value is typically required for meaningful reporting. If you mark the event as a conversion then it's recommended you set value.

    * currency is required if you set value.

    currency

    Currency code of the current event, in 3-letter ISO 4217 format.

    If set, item-level currency is ignored. If not set, currency from the first item in items is used.
    * If you set value then currency is required for revenue metrics to be computed accurately.

    Array

    Items [ ]

    An array with each product and standard product data (e.g. name, id, category, quantity, brand, price) included. See: items for product data values. 

    Product data can also include the item_list_name parameter to provide information on the list type from which the product was added.

    *NOTE - Zoned Product Layout must be used in order to collect data from lists. See: List Names

    add_to_cart example
    Code Block
    languagejs
    titleSample add_to_cart event data
    collapsetrue
    dataLayer.push({ ecommerce: null });  // Clear the previous ecommerce object.
    dataLayer.push({
      event: "add_to_cart",
      ecommerce: {
      currency: "AUD",
      value: 20.00,
      items: [
        {
          item_id: "SKU_12345",
          item_name: "CV Tee",
          currency: "AUD",
          index: 0,
          item_brand: "CV",
          item_category: "Apparel",
          item_category2: "Adult",
          item_category3: "Shirts",
          item_category4: "Crew",
          item_category5: "Short sleeve", 
    		item_list_name: "Related Products",
          price: 10.00,
          quantity: 2 }
        ]
      }
    });
    
    
    Anchorecomremovefromcartecomremovefromcartremove_from_cart event

    The remove_from_cart event is triggered whenever a product is successfully removed from the shopper's cart.

    NOTE - This can be a whole line deletion, or a decrease in quantity. Both actions are sent as 'Remove From Cart' data.

    Event

    remove_from_cart

    Parameter

    Value

    Notes

    value

    value

    value of order line (product x quantity)

    currency

    currency code

    currency code for the current account

    array

    items [ ] 

    An array containing each product removed with its details (e.g. name, id, category, quantity, brand, price)  included. See: items event for product data values. 

    remove_from_cart example

    Code Block
    languagejs
    titleSample remove_from_cart event data
    collapsetrue
    dataLayer.push({ ecommerce: null });  // Clear the previous ecommerce object.
    dataLayer.push({
      event: "remove_from_cart",
      ecommerce: {
      currency: "AUD",
      value: 10.00, 
      items: [
        {
          item_id: "SKU_12345",
          item_name: "CV Tee",
          currency: "AUD",
          index: 0,
          item_brand: "CV",
          item_category: "Apparel",
          item_category2: "Adult",
          item_category3: "Shirts",
          item_category4: "Crew",
          item_category5: "Short sleeve",
          item_list_name: "Related Products",
          price: 10.00,
          quantity: 1
        }
        ]
      }
    });
    AnchorecomcartupdateecomcartupdateCart Updated

    Cart Updates will push add_to_cart or remove_from_cart event event depending on product quantity changes:

    • Quantity increase triggers an "add_to_cart" data push

    • Quantity decrease triggers a "remove_from_cart" data push

    AnchorecompromoecompromoPromotion Codes 

    Promotion code events automatically sends the promotion code name when the event is triggered: 

    • successful promo code add - 'validPromoCode'

    • failure of promo code add - 'invalidPromoCode'

    • removal of promo code -  'removedPromoCode'

    Code Block
    languagejs
    titleSample Promotion Code data
    collapsetrue
    dataLayer.push({
      event: "validPromoCode",
      	promoCode: "TWOFORONE"
    })
    Code Block
    languagejs
    titleSample Promo Code removed data
    collapsetrue
    dataLayer.push({
      event: "removedPromoCode",
      	promoCode: "TWOFORONE"
    })
    AnchorecomvieworderecomvieworderView Order

    View Order data is pushed when an order is viewed on the Order History / tracking page. The sales order number is sent.

    Code Block
    languagejs
    titleSample View Order data
    collapsetrue
    {
    	"virtualURL": "/TrackOrder/ViewOrder/Order Number"
    }
    AnchorecomviewtemplateecomviewtemplateView Template

    View Template data is pushed when a saved template is viewed on the Order Templates page. The template name is sent.

    Code Block
    languagejs
    titleSample View Template data
    collapsetrue
    {
    	"virtualURL": "/OrderTemplates/Template Name"
    }
    AnchorextendextendExtend or Override Pushed Data

    To push custom data or to override out-of-the-box inclusions, consult Commerce Vision. 

    For Commerce Vision internal use only:
  • Determine the type of custom data required to push:

    • User

    • Product

    • Order

  • Include the new data by adding the field to the relevant JSON field group. 

    Data Type

    Dictionary Table

    JSON Field Group

    User

    Primary Table:

    • User

    Additional Tables:

    • Role

    • Customer

    SiteTrackerUserData (or SiteTrackerUserData_RoleNamefor role-specific changes)

    Product

    Product

    SiteTrackerProductData (or SiteTrackerProductData_RoleName for role-specific changes)

    Order

    Primary Table:

    • ProntoSalesOrder

    Additional Tables:

    • ProntoSalesOrderLine

    • Product

    SiteTrackerOrderData (or SiteTrackerOrderData_RoleName for role-specific changes)

    Finally, construct the tracking code per the format below.

  • First parameter is the data to manipulate (e.g. "userDetail" in sample code)

  • Second parameter is the type of manipulation:

    • extend

    • override

  • The third parameter is the function that will perform the manipulation (e.g. "EmailAddress: data.EmailAddress" in sample code)

    The data is the raw data that can be used for manipulation (and includes the additional data from the JSON field groups described above) 
    Code Block
    titleSample Data Extension code
    $.cv.css.tracker.track("userDetail", "extend", function(data) {
    	return { EmailAddress: data.EmailAddress };
    });

    Possible extension methods:

  • userDetail

  • pageType (this is for Digital Remarketing)

  • productImpressions

  • productClick

  • questionnaire

  • checkout

  • checkoutOption

  • transactionProducts

  • loginSuccess

  • logoutSuccess

  • addToCart

  • removeFromCart

  • promoCodes

  • viewOrder

  • viewTemplate

    Overview

    This guide is only for using Tag Manager with the current Analytics version (GA4). For the old version, see: Google Tag Manager & Universal Analytics 

    Google Tag Manager lets you manage tags for use with Google Analytics (GA4). In GA4, tags work with the event and item scopes specified in your Analytics account to initiate and collect certain data types. An event measures a distinct user interaction on a website, e.g., loading a page or clicking a product link. An item represents a product or service your site offers for sale. The data can be used in remarketing and reporting user behaviour and site engagement patterns.

    Everytime a tracked interaction occurs on your site, data is collected and sent. In the reference doc


    Excerpt
    hiddentrue

    Events guide for Google Analytics 4 (GA4)


    GA4 and Tag Manager

    Info
    titleChanges in GA4

    Some Ecommerce event and scope structures and parameter names have changed for GA4.  

    Warning
    titleIMPORTANT

    Note that not all events in UA and GA4 are translatable. It is important that you review and understand the differences and incompatibilities.

    Learn more: Event Compatibility Reference

    Learn more: Google Tag Manager Setup for GA4


    Every time a tracked interaction occurs on your site, certain types of data relevant to ecommerce are sent. The current out-of-the-box implementation , you can select: 

    • remarketing - this event sends a set of default data collected each time a page is loaded. Page type view and behaviour patterns can be used in audience building for remarketing. 
    • ecommerce - a range of distinct events and specific data collected. These events align with a range of Google recommended triggered events that are useful for gathering data on tracking user journeys on ecommerce sites.   

    When version GA4 is enabled in the CMS, GA4 data is sent. NOTE - The events and parameters listed are standard out-of-the-box options. You includes data from these events: 

    • search (Version 4.40+)
    • add_to_cart
    • remove_from_cart
    • view_cart (Version 4.40+)
    • view_item
    • view_item_list
    • add_to_wishlist (Version 4.40+)
    • begin_checkout
    • add_shipping_info (Version 4.40+)
    • add_payment_info (Version 4.40+)
    • purchase


    Info
    titleAnalytics Options in CMS

    When the version GA4 is enabled in the CMS, GA4 data from these events is automatically sent. Important - 'Enhanced Ecommerce' option is required always for GA4, but you do not have to configure and add further code for it to work.

    Code samples are for reference only. You only need to add code for custom events and/or parameters not included here.  

    GA4 and Tag Manager

    Info
    titleChanges in GA4

    Some Ecommerce event and scope structures and parameter names have changed for GA4.  

    Warning
    titleIMPORTANT

    Note that not all events in UA and GA4 are translatable. It is important that you review and understand the differences and incompatibilities.

    Learn more: Event Compatibility Reference

    Learn more: Google Analytics; Get started with GA4

     

    Panel

    On this page:

    Table of Contents
    indent15px

     

    Before You Begin 

    1. Google Tag Manager and GA4 accounts

    You will need to get your site's Container ID from Google Tag Manager. Before you start, your Tag Manager and GA4 accounts should be ready to go. Learn more at Google: Set up GA4; Google Tag Manager with GA4

    2. CMS Analytics feature enabled in CMS

    If Analytics is not enabled, contact Commerce Vision.

    3. Templates/Widgets Setup

    To trigger the product click (select_item) event in GA4, check these setups:

    •  

      Product List Grid widget: zoned layouts are enabled for Products and Categories.

      (Pages & Templates → ProductsProduct List Grid widget)

      Image Removed

    •  

      Items Recently Viewed widget is added to Home Page
      (Pages & Templates → Home PageI
      tems Recently Viewed widget)

    •  

      CrossSell/Upsell widgets: are added to Product Detail
      (Pages & Templates → Products → Product Detail page → CrossSell/Upsell widget)

    •  

      Campaign Slider: is added to Home Page

      (Pages & Templates → Home PageCampaign Slider widget)

    4. Enable Favourites for Prior Purchases:

    For each shopper and visitor role you want tracked:

  • Go to EcommerceUsersRoles.
    Image Removed
  • Select the Role, then click the Functions tab.
  • Find and tick Enable Customer Favourites.
    Image Removed
  • Click OK
  • Repeat steps 1-4 for each required role.
  • Configure CMS Analytics for GA4 

    1. Select GA4 version

    In the CMS, go to: SettingsSettingsSystemsAnalytics.
    With Analytics enabled on your site, click Configure.
    In Analytics Feature Settings, toggle ON Enable Analytics.
    In Analytics Version, select 'GA4'. TIP - GA4 should be selected if you are implementing Tag Manager for the first time.
    In Google Tag Manager ID, enter the Container ID from your Google Tag Manager account. 
    Example: 
    Image Removed
    When the ID was entered in step 5, three options appear. 
    Image Removed
  • Digital Remarketing -  this tags each page on your site for the remarketing event. A set of default data from each viewed page is sent to Google Tag Manager. The data can eventually be used for remarketing tools such as Google Ads and for dynamic remarketing, where shoppers are shown personalised ads of the products they viewed.
  • Ecommerce - this sends data from a range of triggered events. See: GA4 recommended events. These events capture shopper behaviours and journeys, e.g., how users interact with specific products, where they go to on your site and where they go next, when they abandon their carts and leave your site. This data is used in Analytics for reporting on user activity patterns and can enhance remarketing. Some event options and data types can be deselected.   
  • Enhanced Rich Snippet - this allows you to add a code snippet that enhances search results visually, e.g., include ratings when a product's page is listed. See: Enhanced Rich Snippets
  • Click Save.  
  • 2. Set template (optional)

    This step is needed only if you do not want to use the default template and setup supplied by CV ecommerce.

    The template contains the code that outputs the Google Tag Manager code snippet onto every page. You can however use a custom template, e.g., if you want to customise the data collected. 

    Note
    titleCustom Template Guidelines
    • [TemplateUtil.GoogleTagManagerInitialiser] must be added to the custom template. If this is not in the template, the 'snippet' will not be present on the page and the Google Tag Manager will not work.

    • [TemplateUtil.GoogleTagManagerInitialiser] must be positioned at the start of the template, i.e., there is no text before it.

    Global or Role-based 

    You can select to use it globally for all users or have specific role-based ones.

    Info

    The system will first check for a role-based template. If one is not found, the global template will be used. The default template CV_OpeningBodyTemplate can be accessed in Content.
    Image Removed

    Set Global template

    To set a custom global template, go to the default templates admin page. Set the Opening Body Template to the default template or another template you created.

    Set Role-based template

    To set a role-based template, go to the role management admin page (see Templates tab). Set the Opening Body Template to the default template or another template you created.

    Anchorremarketingremarketing

    Remarketing

    The 'remarketing' option enables an event that sends certain data from every page accessed. The data can also be used for remarketing or dynamic remarketing when the user leaves your site and continues browsing.

    Page Type

    By default, data from every page type is sent. Some of these page types contain product value data based on products viewed and/or purchased by specific users. Below is a list of named page types and data sent for each one.  

    The data sent for page type are listed. 

    Event: remarketing

    Variable

    Value

    Notes

    ecomm_pagetype
    • other

    • home

    • category

    • product

    • cart

    • purchase

    Value determined by the page the user is on. For example:

    • 'other' = any other page not specifically listed (eg. Favourites, Checkout Delivery Address, Dashboard, etc).

    • 'home' = the site's home page

    • 'category' = a category page listing products

    • 'product' = the product detail page

    • 'cart' = the shopping cart

    • 'purchase' = the confirmation page once an order has successfully been submitted

    ecomm_prodid

    One of the following:

    • Product code (product pages)

    • Array of product codes (category, cart, purchase pages)

    Optional. Value determined by the page the user is on, and does not apply to page types 'home' or 'other'.

    ecomm_totalvalue

    The total value of all products and charges (if any)

    Optional. Only applies to page types 'product', 'cart, and 'purchase'.

    google_conversion_value

    The total value of all products and charges

    Optional. Only applies to page type 'purchase'.

    The 'Remarketing' option only applies to UA.




    Panel

    On this page:

    Table of Contents
    indent18px


    Before You Begin 

    1. CMS Analytics feature enabled in CMS

    If Analytics is not enabled, contact Commerce Vision.

    2. Templates/Widgets Setup

    To track product clicks (select_item event in GA4) for certain List Types check that templates where users can select a product has these setups:

    •  

      Product List Grid widget: zoned layouts are enabled for Products and Categories. Affects List Type: Product List 

      (Go to Pages & Templates → Products and check the Product List Grid widget is using a zoned layout.)

      Image Added

    •  

      List Type: Items Recently Viewed works with the Recently Viewed widget added on a page or template

    •  

      List Types: Cross Sell, Upsell works with the CrossSell/Upsell widget added on a page or template, e.g., Product Detail page. 

    •  

      List Type: Campaign works with the Campaign Slider widget added on a page or template.


    Set CMS Analytics to GA4 

    1. Select GA4 version

    1. In the CMS, go to: SettingsFeature ManagementSystem → Analytics.

    2. With Analytics enabled on your site, click Configure.

    3. In Analytics Feature Settings, toggle ON Enable Analytics.

    4. In Analytics Version, select 'GA4'. TIP - GA4 should be selected if you are implementing Tag Manager for the first time.

    5. In Google Tag Manager ID, enter the Tag Manager ID. 

    6. When the ID was entered in step 5, three options appear. 
      Image Added
      1. Digital Remarketing -  does not apply to GA4
      2. Enhanced Rich Snippet - this allows you to add a code snippet that enhances search results visually, e.g., include ratings when a product's page is listed. See: Enhanced Rich Snippets

    7. Tick Enhanced Ecommerce so it's on

    8. Click Save.  

    Event and Parameter Reference Guide

    This section details the data sent for each event.


    Info
    titleHow we structured the event properties

    All data pushed has been matched to the structure that Google recommends as closely as possible (as per 2024 guidelines), this should mean that no data transformation / restructuring is in the data layer / Google Tag Manager.



    Anchor
    item
    item
    search

    This event is triggered when the search results render from any of the following widgets

    • Product Search With Category Widget

    • Product Search Widget

    • Product Search With Preview Widget

    • Product Favourites page

    • Cart

    Item parameters below are included out-of-the-box.

    Name

    items

    Parameter

    CV Value

    Notes

    search_term

    Search term

    The search term used for search query


    Anchor
    item
    item
    view_item

    The view_item event triggers when the product details page loads.

    Item parameters below are included out-of-the-box.

    Name

    items

    Parameter

    CV Value

    Notes

    item_name

    product description

    Product description. One of item_id or item_name is required.

    item_id

    product code

    Product code. One of item_id or item_name is required.

    item_category

    product category

    top level/primary category.

    You can specify up to 5 categories:

    item_category: "Apparel",
    item_category2
    : "Adult",
    item_category3
    : "Shirts",
    item_category4
    : "Crew",
    item_category5
    : "Short sleeve

    item_list_name

    list type

    List type of list product was in:

    • Product Detail
    • Product Category
    • Search Results
    • Recently Viewed
    • Campaign
    • Alternate Products
    • Related Products
    • Cart Fast Order Entry
    • Product Compare
    • User Favourites
    • Prior Purchases
    • Cart Lines

    *NOTE - Zoned Product Layout must be in use for Ecommerce to work with lists.

    If set, event-level item_list_name is ignored.
    If not set, event-level item_list_name is used, if present.

    item_brand

    brand

    Product's brand. NOTE - Currently not standard inclusion from CV ecommerce platform. Must be custom added. 

    index

    numerical value

    position of item presented in list (if applicable)

    price

    Monetary nett price of the product, in  the specified currency.

    If 'hide pricing' is enabled at Role level, this data is not pushed.

    currency

    currency of site in 3-letter ISO 4217 format



    Multiple currencies per event is not supported. Each item should set the same currency.

    For GA4, currency can be set at both item and event levels. When item level currency has been set, any event-level setting is ignored.

    Event level structure: event.currency

    value

    Total item value

    The same as price, but shown outside of the items array

    Event level structure: event.value


    view_item_list 

    The view_item_list event is logged when the user has been presented with a list of items from a certain category or search results, e.g., from a search results, a category list or user's favourites. 

    Data sent include items, to specify each product with their details. 

    Event Name

    view_item_list

    Parameter

    Value

    Notes

    item_list_name

    list type

    For list type names, see: List Names

    Ignored if set at the item-level.

    Event

    items [ ]

    An array with each product in the list.

    Required: yes

    See: items event and variables/values for product data sent.


    Anchor
    ecomclicks
    ecomclicks
    select_item

    The select_item event signifies an item was selected from a list, i.e., product was clicked. Data is pushed on any click on a product link, e.g., on a search results page or from the user's favourites list. It includes data from the items array with the clicked product as the only product.  

    Event Name

    select_item

    Variable

    Value

    Notes

    item_name

    product description

    Product description. One of item_id or item_name is required.

    item_id

    product code

    Product code. One of item_id or item_name is required.

    item_category

    product category

    top level/primary category.

    You can specify up to 5 categories:

    item_category: "Apparel",
    item_category2
    : "Adult",
    item_category3
    : "Shirts",
    item_category4
    : "Crew",
    item_category5
    : "Short sleeve

    item_list_name

    list type

    List type of list product was in:

    • Product Detail
    • Product Category
    • Search Results
    • Recently Viewed
    • Campaign
    • Alternate Products
    • Related Products
    • Cart Fast Order Entry
    • Product Compare
    • User Favourites
    • Prior Purchases
    • Cart Lines

    *NOTE - Zoned Product Layout must be in use for Ecommerce to work with lists.

    If set, event-level item_list_name is ignored.
    If not set, event-level item_list_name is used, if present.

    item_brand

    brand

    Product's brand. NOTE - Currently not standard inclusion from CV ecommerce platform. Must be custom added. 

    index

    numerical value

    position of item presented in list (if applicable)

    price

    Monetary nett price of the product, in  the specified currency.

    If 'hide pricing' is enabled at Role level, this data is not pushed.

    currency

    currency of site in 3-letter ISO 4217 format



    Multiple currencies per event is not supported. Each item should set the same currency.

    For GA4, currency can be set at both item and event levels. When item level currency has been set, any event-level setting is ignored.

    Event level structure: event.currency

    value

    Total item value

    The same as price, but shown outside of the items array

    Event level structure: event.value

    Anchor
    ecomclicks
    ecomclicks
    add_to_wishlist

    The add_to_wishlist event signifies an item was added to the favourites

    Event Name

    select_item

    Variable

    Value

    Notes

    item_list_name

    list type


    List type product was on when selected. See: List Names

    * NOTE - Zoned Product Layout must be in use for Enhanced Ecommerce to work with lists.

    value

    Monetary value of product price x quantity


    items [array]

    selected product details

    The items array with the selected product. See: Items object for product data values. 

    If multiple products are provided, only the first product will be used. 


    Anchor
    ecomcheckout
    ecomcheckout
    begin_checkout

    The begin_checkout event is triggered when the "Begin Checkout" button is clicked from the cart.

    Event Name

    begin_checkout

    VariableValueNotes

    currency

    currency of site in 3-letter ISO 4217 format

    Multiple currencies per event is not supported. Each item should set the same currency.

    For GA4, currency can be set at both item and event levels. When item level currency has been set, any event-level setting is ignored.

    value

    Monetary value of all products

    Total cost of products in cart

    coupon

    Campaign name

    If name of any promotion

    items

    items [ ]

    Array contains each product in the cart.

    • Standard product data (e.g. name, id, category, brand, price) are included for each product. See: items event for product data values. 


    Anchor
    ecomtrans
    ecomtrans
    purchase

    The purchase event is triggered when the cart is checked out

    Event Name

    purchase

    Variable

    Value

    Notes

    Event

    transaction


    transaction_id

    sales order number

    generated from your system

    value

    total order value


    tax

    total tax value

    will depend on whether inc or exc tax has been set

    shipping

    total shipping value


    currency

    currency of site in 3-letter ISO 4217 format

    Event level structure: event.currency


    Anchor
    ecomaddtocart
    ecomaddtocart
    add_to_cart

    The add_to_cart event is triggered every time a user successfully adds items to cart. This is recommended for businesses with online sales. 

    These parameters are included.

    Event

    add_to_cart


    Parameter

    Value

    Notes

     value

    value

     monetary value of the event* value is typically required for meaningful reporting. If you mark the event as a conversion then it's recommended you set value.

    * currency is required if you set value.

    currency

    Currency code of the current event, in 3-letter ISO 4217 format.

    If set, item-level currency is ignored. If not set, currency from the first item in items is used.

    Event level structure: event.currency

    * If you set value then curr
    ency is required for revenue metrics to be computed accurately.

    Array

    Items [ ]

    An array with each product and standard product data (e.g. name, id, category, quantity, brand, price) included. See: items for product data values. 

    Product data can also include the item_list_name parameter to provide information on the list type from which the product was added.

    *NOTE - Zoned Product Layout must be used in order to collect data from lists. See: List Names


    Anchor
    ecomaddtocart
    ecomaddtocart
    add_payment_info

    The add_payment_info event is triggered every time a user successfully adds payment info during checkout. 

    These parameters are included.

    Event

    add_to_cart


    Parameter

    Value

    Notes

     value

    value

     monetary value of the event* value is typically required for meaningful reporting. If you mark the event as a conversion then it's recommended you set value.

    currency is required if you set value.

    currency

    Currency code of the current event, in 3-letter ISO 4217 format.

    If set, item-level currency is ignored. If not set, currency from the first item in items is used.

    * If you set value then currency is required for revenue metrics to be computed accurately.

    payment type

    They type of payment

    Where the payment originated from:

    • Account payment
    • Order

    step

    Number 4

    The number of the step from the checkout flow, for this event it's 4

    Array

    Items [ ]

    An array with each product and standard product data (e.g. name, id, category, quantity, brand, price) included. See: items for product data values. 

    Product data can also include the item_list_name parameter to provide information on the list type from which the product was added.

    *NOTE - Zoned Product Layout must be used in order to collect data from lists. See: List Names


    Anchor
    ecomaddtocart
    ecomaddtocart
    add_shipping_info

    The add_shipping_info event is triggered every time a user successfully adds payment info during checkout. 

    These parameters are included.

    Event

    add_to_cart


    Parameter

    Value

    Notes

     value

    value

     monetary value of the event* value is typically required for meaningful reporting. If you mark the event as a conversion then it's recommended you set value.

    currency is required if you set value.

    currency

    Currency code of the current event, in 3-letter ISO 4217 format.

    If set, item-level currency is ignored. If not set, currency from the first item in items is used.

    * If you set value then currency is required for revenue metrics to be computed accurately.

    payment type

    They type of payment

    Where the payment originated from:

    • Account payment
    • Order

    step

    Number

    The number of the step from the checkout flow, for this event it's 1

    Array

    Items [ ]

    An array with each product and standard product data (e.g. name, id, category, quantity, brand, price) included. See: items for product data values. 

    Product data can also include the item_list_name parameter to provide information on the list type from which the product was added.

    *NOTE - Zoned Product Layout must be used in order to collect data from lists. See: List Names


    Anchor
    ecomremovefromcart
    ecomremovefromcart
    remove_from_cart

    The remove_from_cart event is triggered whenever a product is successfully removed from the shopper's cart.

    NOTE - This can be a whole line deletion, or a decrease in quantity. Both actions are sent as 'Remove From Cart' data.

    Event

    remove_from_cart

    Parameter

    Value

    Notes

    value

    value

    value of order line (product x quantity)

    currency

    currency code

    currency code for the current account

    array

    items [ ] 

    An array containing each product removed with its details (e.g. name, id, category, quantity, brand, price)  included. See: items event for product data values. 



    Anchor
    richsnippets
    richsnippets
    Enhanced Rich Snippets

    You can add rich snippets to include key summary details about a website page when it displays in Google search results. An example might be to show ratings for a product's page on your site.   

    Learn more: https://developers.google.com/search/blog/2009/05/introducing-rich-snippets


    Related Resources

    Content by Label
    showLabelsfalse
    max5
    spacesKB
    showSpacefalse
    sortmodified
    reversetrue
    typepage
    excludeCurrenttrue
    cqllabel in ("google","analytics") and type = "page" and space = "KB"
    labelsGoogle Analytics