Adobe Target to GA integration under Web SDK
Hi all
We are currently running our Adobe Target via WebSDK, while the integration is done via Adobe Tags (Adobe Launch).
We would like to leverage response token to pass the Adobe Target experience data to Google Analytics like it's suggested here:
https://experienceleague.adobe.com/en/docs/target/using/administer/response-tokens
Our questions:
- From the example given in the above documentation, it looks to me it's hooking to a send event command, which we don't have it on our HTML but rather configured via Launch. Do we simply put the script into Launch by adding an addition action after the WebSDK call?
- If the above is true, do we just need to copy this snippet of code to make it work?

Thanks!!!!