Experience League LIVE: Post-session discussion - This is the way...to migrate Analytics to Web SDK | Community
Skip to main content
Employee
May 16, 2024

Experience League LIVE: Post-session discussion - This is the way...to migrate Analytics to Web SDK

  • May 16, 2024
  • 11 replies
  • 12973 views

Use this thread to ask any questions related to the Experience League LIVE session titled, "This is the way...to migrate Analytics to Web SDK."

 

Experts are monitoring this thread to ensure your questions are answered. Thanks and we hope to hear from you!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

11 replies

New Participant
May 16, 2024

Question for you guys, Can we keep both AA & SDK extension and replace send beacon with direct call rule. Inside of the direct call rule we would that takes s object and format to the correct SDK format. There it will send off the proper SDK events.

I would like to do this so I can avoid some of the cleanup and it should allow for me to keep my S obj. This would be a hybrid approach to be able to have both and transition quickly to the SDK. Is something like this possible?

Thanks

joek81541110
Employee
May 16, 2024

Hey @josephlezcano ,

 

Yes, you can do that; you'd populate `data.__adobe.analytics` out of the `s` object.


As long as it's temporary. 😉 

New Participant
May 16, 2024

Whats the negative side of that? why couldn't we keep it for longer?