Hi allI 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: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"}';}After deactivating Launch
completely this snippet disappears, leading me to assume that it is
coming from Launch.I have manually looked through all ru...