Hi,
I would like to embed Adobe Launch tags to track survey responses (and create Audience Manager Segments and reporting via Adobe Analytics) in an Adobe Campaign Survey application. I have the Launch script that looks like:
assets.adobedtm.com/xxxxxxx/xxxxxxx/launch-xxxxx-development.min.js , and the instructions say embed it within the header of the page with the code, I left the initialization script tab empty:
<script src="//assets.adobedtm.com/xxxxxxx/xxxxxxx/launch-xxxxx-development.min.js" async></script>
When I am in Adobe Campaign Survey, I have a page (V5 compatible), I add it to the header:
![header.JPG header.JPG](https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/30112i25BDF3667656AF4A/image-size/large/is-moderation-mode/true?v=v2&px=999)
and when I check the URL of the survey (via the dubugger), it doesn't show Launch loaded:
![debugger.JPG debugger.JPG](https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/30114i06DBD73C7BED1409/image-size/large/is-moderation-mode/true?v=v2&px=999)
However, when i create a static HTML using the sample at: Implement the Launch Embed Code | Adobe Experience Platform Launch (using the same launch tag), Audience Manager, Analytics and Launch show up in the debugger.
Appreciate any help.