Expand my Community achievements bar.

Custom Code to Execute on all the pages of a domain Adobe Target

Avatar

Level 4

Hi All,

I am completely new to Target. I have a custom jQuery code which has some conditions based on some dataLayer objects (Using data elements in DTM). I would like to push this code using Adobe Target to all the pages so that wherever this custom code condition gets satisfies, a function will be called internally which is there within the custom code.

Please guide me on how to do this and which activity would suit best for this.

Thanks

This is how the code may look like...

if ((_satellite.getVar('ABC') == 'blog') &&  (_satellite.getVar('DEF') == 'page'))

{

function sun(){

--------

----------

--------

}

else

{

return false;

}

0 Replies