I am trying to use experience fragments in a simple a/b test.
The XF's have been successfully been imported into Target, but will not show up in the test variation.
When test using the Activity QA URL... I am getting an error and the XF isn't loading.
I can see the page is trying to load the XF...
<div class="at-script-wrapper"><script class="at-loader" id="atloader-a85d8898-2" type="text/javascript">atComponentInserted({"scriptId":"atloader-a85d8898-2","path":"/content/experience-fragments/large-format/language-masters/en/site/TEST/eDM50.nocloudconfigs.html"});</script></div>
...but the atComponentInserted function is not found...
1 Uncaught ReferenceError: atComponentInserted is not defined at <anonymous>:1:1
The error seems to be originating from Launch, but I can't find any documentation on the atComponentInserted function, so I'm not sure where to start to troubleshoot.
Any information on this would be helpful.