Hello Experts,
Hope everyone is doing well!
We are inching forward to finalize a plan for Web SDK migration for data collection into Adobe Analytics. I would like seek help in evaluating the below scenario and its technical implications with Web SDK:
Scenario:
Assume that our site has several sub-domains (for various business segments/units) like below:
Currently, Adobe Analytics has been deployed on these sub-domains, either through Launch or AppMeasurement JS was embedded directly via custom code. Our data collection and reporting is running at business-as-usual fashion.
In case we start migrating to AEP Web SDK with one sub-domain (say, user.business.com) and go one-by-one to migrate all sub-domains:
Please feel free to share your thoughts, this would likely be a case for most of the businesses. So, it's essential to deep-dive into this scenario.
Thank you,
Kishore
Solved! Go to Solution.
We had this same concern. Started with AEP at the bottom of the page so we could make sure that events started flowing into AEP and that a unique visitor spike wasn't to be experienced. It seems like alloy will not try and generate a a new ecid if it sees that the cookies are already on the page. This works in vice versa as well. If you load alloy before visitor api, it should abort the network call and use the session generated from alloy. I thought these resources were good for walking me through the transition:
https://experienceleague.adobe.com/docs/experience-platform/edge/identity/overview.html?lang=en
Would pay close attention to the idmigrationenabled flag. Good luck!
We had this same concern. Started with AEP at the bottom of the page so we could make sure that events started flowing into AEP and that a unique visitor spike wasn't to be experienced. It seems like alloy will not try and generate a a new ecid if it sees that the cookies are already on the page. This works in vice versa as well. If you load alloy before visitor api, it should abort the network call and use the session generated from alloy. I thought these resources were good for walking me through the transition:
https://experienceleague.adobe.com/docs/experience-platform/edge/identity/overview.html?lang=en
Would pay close attention to the idmigrationenabled flag. Good luck!
Views
Replies
Total Likes
Make sure to enable “Migrate ECID from VisitorAPI to Alloy to prevent visitor cliffing” as part of your Web SDK (alloy.js) configuration. This will check the AMCV cookies from ECID service before requesting new ECIDs.
That being said, please do you own testing.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies