Integrate ConvertedIn Pixel using GTM
if you don't have a GTM already setup you can use
Installation
First include the sdk in your website in the last record of the <head> tag
Then before the close tag of <body>
Send tracking events
All events will be sent through GTM data layer object as shown in the below table.
Event Name | Event Description |
---|---|
PageView | |
ViewContent | |
AddToCart | |
InitiateCheckout | |
Purchase |
Already Got GTM installed
Ask the team for the latest export GTM json including ( Folders, Tags, Varibles, Triggers).
Then continue with your datalayer firing.
Identify Customer
After login, you can assign your customer id in the local storage with a key called ci_cid
to ensure the data integrity with the customer journey in your website.
Last updated