GCM V2 Custom pixel Integration for Google Tag manager
In case you have the GTM container added in the store via a Custom pixel, refer to the below steps on how to integrate it with the **GCM V2 ** as well.
Creating a custom Pixel
- Go to store Settings
- Open the Customer events section
- Select the Custom pixels tab
- From the top right select the **Add custom pixel ** option
- Name the custom pixel
GTM tag - Consentmo GCM V2
- Hit the Add Pixel option
- After that, copy the content of the file below and paste it in the newly created Pixel:
- In the script, change the
const GTM_ID = 'GTM-XXXXXXX';
with the actual GTM container ID you run in the store
- For the pixel Permissions, make sure to set this part to Not required
- Save and Connect the pixel
Original GTM Pixel
If in the original GTM pixel you have events that are set to record different aspects of the visitor session, as per the Shopify guide, you can move them in the new pixel.
- page_viewed
- product_viewed
- collection_viewed
- search_submitted
- cart_viewed
- product_added_to_cart
- checkout_started
- checkout_contact_info_submitted
- checkout_address_info_submitted
- checkout_shipping_info_submitted
- payment_info_submitted
- checkout_completed
If any event is missing from the ones you are tracking, you can copy them from the original pixel and add them after the script for the custom pixel from our app, as shown here:
Need help?
In case you need any assistance, please make sure to reach out to our support team via live chat or at support@consentmo.com
Updated on: 30/06/2025
Thank you!