Due to the configurable nature of the business we have, I have a very complex function to generate the product string in the Adobe required format.
The problem appears to be once the Adobe image request begins and then tries to run this function it sometimes bombs out on Chrome due to the Chrome only feature of Keep-alive=15 for Adobe.
Because of this it appears I need to pre-load this product string generation function and then call the Adobe Analytics call after it runs to just insert the result.
How would I go about loading something prior to Adobe and then beginning the Adobe Analytics call?