Expand my Community achievements bar.

AdobeLaunchContext????????

Avatar

Level 1

Hi all

I have just installed the Target extension via Launch. The global Mbox is firing on every page as expected with the exception of my product details page (retailer).

On investigation, it seems that Target requires the doctype declaration to the be first code on the page (makes sense) but my product details page has the following before doctype:

<script>

if (typeof AdobeLaunchContext === 'undefined') {

var AdobeLaunchContext = '{"name":"product details: SUB63AFB","type":"product set","category":"suits-range"}';

} else {

AdobeLaunchContext = '{"name":"product details: SUB63AFB","type":"product set","category":"suits-range"}';

}

</script>

After deactivating Launch completely this snippet disappears, leading me to assume that it is coming from Launch.

I have manually looked through all rules and data elements but can't find any reference to it.

HELP!

Thanks, Alex.

0 Replies