Google Tag Manager
Page Visit
Add To Cart
{
content_ids: window.location.pathname, //offering url
content_name: offering?.title, //offering title
content_type: "course", //offerinh type
currency: "INR",
value: offering?.price, //offering price in INR
num_items: 1,
}
Payment Complete
{
content_ids: window.location.pathname, //offering url
content_name: offering?.title, //offering title
content_type: "course", //offerinh type
currency: "INR",
value: offering?.price, //offering price in INR
num_items: 1,
}Last updated