Adobe tag manager - Direct Call Routes - Direct call rule "DCTEST" not found -
just wanted know if has ever seen error when setting adobe tag manager direct call routes. direct call rule "dctest" not found.
i've logged created new direct call rule named dc test
in conditions section named dctest
in adobe analytic selected -> s.t(); - increment pageview
then in javascript selected non-sequential , created javascript script , added window.alert("dc fired")
then in localhost called _satellite.track("dctest");
i error: satellite: direct call rule "dctest" not found
event based tracking works , datalayer populated expected when creating direct call rule doesn't seem find i've set up?
followed adobe video still no luck?
https://outv.omniture.com/?v=tvaty4zzoj087iojpjptl9npm_8qgdxu
any ideas?
can video tutorial work?
https://outv.omniture.com/?v=tvaty4zzoj087iojpjptl9npm_8qgdxu
thanks
that error message output when
a) direct call rule doesn't exist
b) direct call rule isn't published , in published/live mode (which same thing (a), in principle)
if using production tag, can put staging/debug mode entering following js console:
localstorage.setitem('sdsat_staginglibrary',true);_satellite.setdebug(true);location.reload();
you can make browser bookmark out of so:
javascript:try{localstorage.setitem('sdsat_staginglibrary',true);_satellite.setdebug(true);location.reload();}catch(e){}
then can press bookmark button put staging/debug mode.
also there adobe dtm switch browser plugin same thing (though doesn't reload page when flip switches, still have take effect).
Comments
Post a Comment