Is it possible to create a profile script to qualify users for a campaign if an HTML DOM is present on the page?
Typically the script to get an element id would be:
var x = document.getElementById("myAnchor").id;
Has anyone done something where they check if an id is present and based an audience off that?