Expand my Community achievements bar.

Applications for the 2024 Adobe Target Community Mentorship Program are open! Click to the right to learn more about participating as either an Aspirant, to professionally level up with a new Certification, or as a Mentor, to share your Adobe Target expertise and inspire through your leadership! Submit your application today.

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