Synchronous HTML/JavaScript Third Party scripts stopped firing | Community
Skip to main content
Steven_Long
October 16, 2015
Solved

Synchronous HTML/JavaScript Third Party scripts stopped firing

  • October 16, 2015
  • 3 replies
  • 1869 views

Towards the end of last week, I started noticing that many of my Synchronous 3rd party scripts were no longer firing. These were all "Page Bottom" and synchronous, with some HTML and others JavaScript. Depending on the script, I would receive one of two messages in the console:

 - Command writeHTML failed. You should try appending HTML using the async option.

 - Cannot load sync the "http://assets.adobedtm.com/XXXXXXX.js" script after DOM Ready.

I have not changed any of these scripts recently. Is anyone else seeing this issue? What changed in DTM to stop these scripts from loading?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Steven_Long

We are not. It turns out the site developers removed the call to _satellite.pageBottom() on some pages and that was the cause of the issue.

3 replies

Rahsing
October 16, 2015

Hi Steven,

Apologies for the delayed response.

Are you still facing this issue?

Rahul

Steven_Long
Steven_LongAuthorAccepted solution
October 16, 2015

We are not. It turns out the site developers removed the call to _satellite.pageBottom() on some pages and that was the cause of the issue.

Rahsing
October 16, 2015

Ah! that's great.

Thanks a lot for pointing out the solution.

Regards

Rahul