We Need to Inject Tealium code for analytics purpose in actvity stream of JIRA

Ankur Mehrotra June 22, 2015

We need to know the source code of activity stream gadget so that we can inject our Tealium code into it.

Can anybody help

1 answer

0 votes
Ankur Mehrotra June 25, 2015

I need to insert the following code in 

the   .for tealium tagging purpose

function(a,b,c,d){
    a='//tags.tiqcdn.com/utag/sapient/main/qa/utag.js';
    b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true;
    a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a);
    }

 

Please any body can help

Suggest an answer

Log in or Sign up to answer