Using both Analytics Extension and AEP Web SDK together
Hi,
I have a theory that I would like to understand if its right before actually trying it out
My website has Analytics Extension implemented which uses an old datalayer say digitalData object & sends data to old report suites
Plan is to add a new datalayer say dData object to the website & use Web SDK to send data to new report suite.
But I need to do a transition where for a specific period, I am looking to have Analytics extension in the tags property sending data to old report suites, while I implement Web SDK & create new data elements & rules for it to send data from new datalayer to new report suites through Edge Network.
As I don't want to switch off the old implementation abruptly & only have a new implementation running on the site.
Is that even possible? Can one tag property have 2 of these extensions (Analytics Ext & Web SDK Ext) that send data to completely different report suites?
To enable below flows -
Tag Property A-> digitalData (old datalayer) -> AA Ext ->Report Suite A
Tag Property A-> dData (new datalayer) -> Web SDK Ext ->Report Suite B
Will this lead to inflated server calls?
Later on I need to disable AA extension & its rules & data elements so it doesn't affect the performance of the website & to reduce server calls by having data being sent to only one report suite
What are some possible conflicts that I need to be mindful of? If above theory cannot be implemented, what could be some alternate workarounds?