hi. we are trying to use mappings to trigger the following events: Product View, Cart Add, Cart View The issue here that 'product view' and 'cart view' are page views and 'cart add' is an event. So we used lookup table to set 1st 2.

Bronze Contributor
Bronze Contributor
so how do we setup 'cart add' in conjunction with 1st 2 mappings? Thanks
5 REPLIES 5

hi. we are trying to use mappings to trigger the following events: Product View, Cart Add, Cart View The issue here that 'product view' and 'cart view' are page views and 'cart add' is an event. So we used lookup table to set 1st 2.

Employee Emeritus
Can you provide more information? Like which tag(s) you are trying to fire these events with? And is 'cart add' an event fired when someone clicks on a button of some kind? The more details you can provide the better.

hi. we are trying to use mappings to trigger the following events: Product View, Cart Add, Cart View The issue here that 'product view' and 'cart view' are page views and 'cart add' is an event. So we used lookup table to set 1st 2.

Employee Emeritus
Hi Marina, Most likely you'll need to trigger the event off of a different variable. In your Data Layer, most likely you have a page_type variable that is set for page view events. And, you have an event_name variable that is set for non-page view events. It might look something like this in mapping for your SiteCatalyst tag: page_type (js) ===> product_page:prodView,cart_page:scView event_name (js) ===> card_add:scAdd Please consult your Account Manger if you need more details for your specific profile.

hi. we are trying to use mappings to trigger the following events: Product View, Cart Add, Cart View The issue here that 'product view' and 'cart view' are page views and 'cart add' is an event. So we used lookup table to set 1st 2.

Bronze Contributor
Bronze Contributor
Gavin, But how do we set it up that it only fires for Convert? Given the extension that we have created under title: "Add to Basket - Convert" - do we need it in conjuction with what you suggested above. Now that we are revisiting how SiteCatalyst is firing on addToBasket event - we cant really tell how does it fire only for that tag. Thanks Marina

hi. we are trying to use mappings to trigger the following events: Product View, Cart Add, Cart View The issue here that 'product view' and 'cart view' are page views and 'cart add' is an event. So we used lookup table to set 1st 2.

Bronze Contributor
Bronze Contributor
Could someone get back to me on my last question. Thanks

hi. we are trying to use mappings to trigger the following events: Product View, Cart Add, Cart View The issue here that 'product view' and 'cart view' are page views and 'cart add' is an event. So we used lookup table to set 1st 2.

Employee Emeritus
Hi Marina, Please contact your account manager to get specific answers around your implementation.
Public