Hi @Jennifer_Dungan ,Since I have also come across the same set of requirement if we can pass on the tracking code along with lifecycle metrices so that we don't loose the attribution. Is this only possible from the app developers?Do we have any such approach from Launch side where we can set the us...
Field Description: What 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 / CodeAdobe AnalyticsAEP AssuranceTo view listVars in AEP Assurance Debugge...
Hi @Jennifer_Dungan, Regarding the above scenario, as I have used it as : 1. Check if the User is LoggedIn(eventkey = userUpdate)2. Max Frequency "Return true no more than once every 1 sessions". So now while looking at the reports, it seems "Max frequency for a session" is creating multiple events....
Thank you @Jennifer_Dungan for explaining it clearly. I am trying the above solution of : Using Max Frequency, if you create a trigger for "userUpdate", you can add two conditions to the rule:1. Check if the User is Logged In2. Max Frequency "Return true no more than once every 1 sessions". It seems...
Thank you @bjoern__koth for the reply. Yes, it seems quite undoable to exactly understand when this session would end, and we can not do it manually either. And another question is related to the above scenario, what would be the impact of expiring data elements on a session?Provided, these data ele...
Hi Team, There is a requirement regarding Launch implementation, It is to fire an 'eventx' after every session is complete for a visitor. The above eventx should only fire when :a) event : userUpdateand b) user is logged inAnd we need to fire this event consistently after every session provided the ...
Yes @Pablo_Childe, the same rule is firing two times.Anything on this "sdid" paramter, found in the second server call?Just to think through these lines , could this be an issue from the "clear variables" or shall we set some frequency of this event to fire only once. I mean if we can figure out the...
Scenario : CTA event (eventx) should be fired on every cta present on the website. It is happening correctly but it is firing two times sometimes. Below is the screenshot for network tab where first call showcase the parameters for analytics parameters.In second call or duplicated call, there is one...
Thanks All for the inputs.So many aspects are put to debug this scenario in different ways. Recently, extracted a raw (data feed) report, which shows that visitorID values ware changing frequently and then saw the extension we found this configuration inside the Adobe Analytics extension > custom va...