How can I make sure that the s.t() that is triggered by DTM by default is called only after data from AJAX becomes available? With s_code, we just simply called s.t() on AJAX success but I'm not sure how to achieve the same gracefully with DTM. The first thing I've tried is to call the _satellite.pa...
Hi,Could anyone please give me an advice on how to create a segment in T&T based on cookie value?What I've tried to do is to add an Expression Target:return document.cookie.replace(/(?:(?:^|.*;\s*)network\s*\=\s*([^;]*).*$)|^.*$/, "$1").toLowerCase().indexOf("par_") != -1This searches for "par_" str...
Hi Alexis,Thank you for your answer. I understand your answer but I believe this is not going to work in my case because I would like to attach a current (=as of time when the custom link event occurs) timestamp to each call (and also copy it to a prop). In other words, what I'm trying to do is to a...
Is there a place where I can define a property (prop, evar, products etc.) that I would like to be passed with EACH custom link call (s.tl())? I've tried Custom Page Code but that works only for page view tracking (s.t()).
Hi all,We recently launched an iPad App and we implemented Adobe Analytics iOS SDK 4.x into it. The problem we are facing is tracking the data per marketing campaign from advertising networks (such as Facebook) which do not always allow custom links as the ad destination link (so we are not able to ...
Does anyone know if there is a way to pass multiple pageViews or events (=link tracking) with one request URL?I've tried using two AQB parameters but apparently that's not the correct way.http://xxx/b/ss/xxx/1/H.26.2/s58454947473466?AQB=1&xxx&AQB=2&xxx
I need to change a current JavaScript implementation to correctly pass data to a timestamp-enabled report suite. The implementation includes link tracking (s.tl()) and as all my hits now have to be timestamped, is it enough to add the s.timestamp value in the configuration setup of s_code (e.g. in t...