I didn't see a particular spike in traffic owing to these browsers and I can see some logged in actions as well. But let me do more digging to be sure. Thanks for flagging this!
Hey @Sivateja_raju ,Ideally, the solution would be bespoke to your specific app and events but I can share some generic code reference that you can share with your developer. For iOS Swift Application- import AEPAnalytics
func trackCartAddEvent(productId: String, category: String, productName: Str...
Hi @AkshaySh6 ,This sounds weird. You may try contacting customer care through below options. Someone in community have better ideas. https://helpx.adobe.com/ie/enterprise/using/support-and-expert-services.htmlhttps://helpx.adobe.com/contact/phone.htmlhttps://helpx.adobe.com/contact.html?rghtup=auto...
Hey @Christian-SaschaNa ,Without much context on how this integration is used, here is my 2 cents - you would have to also migrate the authentication method in original integration first and then test. For example, if your integration is with a third party tool, you would need to replace the authent...
Hi @leozh1 ,In my opinion, the option to dynamically assign folder names to directory path does not exist within Adobe Analytics destination properties. The folder specified need to exist on destination beforehand. You can maybe use JavaScript or Python afterwards to modify folder names. Also, indiv...
And you have eliminated the possibility of segment overlap? Can you try to breakdown All Visits with dimension you are segmenting on? Is it giving you same result? Or just try to apply segment on top of visits using All Visits and observe the results?
Hi @GabrielBE2 ,Assuming you are talking about sending same data in s.t() and s.tl() calls separately, I agree with what @Amruthesh_AG is saying regarding defining the events & variables through s.linkTrackVars and s.linkTackEvents first. Reference links below- https://experienceleague.adobe.com/en/...
In addition to above, sharing implementation ideas considering it's a on page element change with associated event listeners 1. Use enters viewport using custom text filters if necessary for condition to trigger events2. Use mutation observers in JavaScript if it's one element within SPA3. Use event...