adobe - Configuration of plugins -


i try use following plugins in local mode:

s.util.cookieread https://marketing.adobe.com/resources/help/en_us/sc/implement/util_cookieread.html s.util.cookiewrite https://marketing.adobe.com/resources/help/en_us/sc/implement/util_cookiewrite.html 

when type in console i.e. s.util.getqueryparam take function seems configuration in file allright.

s.util.getqueryparam appmeasurement.a.util.getqueryparam(c, b, d) 

how ever when go add example in plugin function

s.campaign = s.util.getqueryparam("cid"); 

when run site can't see of plugin

also when use the

getnewrepeat https://marketing.adobe.com/resources/help/en_us/sc/implement/getnewrepeat.html plugin shows me new visitor. 

is there special configuration should make in order make them work properly?

// set session cookie named foo value 'bar' s.util.cookiewrite('foo','bar');  // cookie named 'foo' , return value if found, , assign prop1 s.prop1 = s.util.cookieread('foo'); 

Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -