Issue with .tl() Adobe function
Field DescriptionWhat product are you using?What area of the product are you using?What are you trying to achieve?What’s the problem or error?What have you tried so far?Environment / VersionScreenshots / Videos / Logs / Code
| Adobe Analytics |
I’m reaching out regarding a somewhat technical issue we’ve encountered. We are sending an Adobe event via the AB Tasty tool using the .tl() function. The goal is to identify pages where we have an ongoing A/B test on the website. Below is the configuration of this hit:
ensureOmnitureIsSet(timeout).then(function() { const abAffectation = '[{{campaignId}}][{{variationId}}]'; window.s_c_il[0].eVar74 = 'ab' + abAffectation; window.s_c_il[0].tl(); }); Recently, we noticed that this hit no longer sends an event hit but instead sends a pageview hit. This behavior is problematic for us, as it impacts how we use Adobe data in Workspace. Has there been any recent update regarding the usage of this function, which is supposed to send an event hit? Additionally, do you have any recommendations to ensure that this function sends an event hit instead of a pageview? |