Bluecore Purchase pixel code

Bronze Contributor
Bronze Contributor

Team,

I need your help on Bluecore tagging in tealium. Need to add this script after orders placed in confirmation page.

I need to pass the below parameters to JS code and pixel code, please suggest me any references.

var triggermail=triggermail||[];triggermail.load=function(a){
var b=document.createElement("script");b.type="text/javascript";
b.async=!0;b.src="YYYYY";
a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(b,a)};
triggermail.load("brother");window.triggermail=triggermail;

<img id="bluecore_purchase_pixel" src="https://api.bluecore.com/api/track/purchase_pixel?token=brother&email=email_address&total=final_tota..." />

Thanks,

Venkat.

1 REPLY 1

Bluecore Purchase pixel code

Employee Emeritus

Venkat,

You can implement the Bluecore tag via our Custom Container. The Custom Container also supports the use of load rules, data mappings, and extensions -- this gives you the ability to trigger the tag only on your confirmation page, and to dynamically pass UDO variables such as email, order total, etc.

Mike

Public