Hi All,
How to integrate conversation tracking to suitecommerce checkout confirmation page?
Any idea how to do?
c
Caleb Schmitz
07/23/2024, 3:51 PM
There are multiple ways. Here are a couple ideas:
1. It not as easy as redirecting to a thank you URL typically. You could have an extension to that.
a. Benefit is you could have an extension redirect to different thank you landing pages conditionally on the items that existed in the order.
b. Con: More technical
2. Easiest Method: You can use Google Analytics to track specific text string if it occurs on a page. Then just make sure the text on the native confirmation page has unique text and you don't duplicate the string of text. (Least technical).
Probably are other good methods but these two come to mind without putting much thought to it.
g
Geetha
07/24/2024, 8:56 AM
I have an snippet of a code..if I injection the code in confirmation page is it will work or any thing need to do?
If this is Tealium you usually would need to load their library so it's available in checkout, then on the cart.afterSubmit event you would make your Tealium calls.