iqbalmp
iqbalmp

Reputation: 657

Google Tag Manager error: “No HTTP response detected”

I have added the Google Dynamic Re Marketing Tag to my website by use of my GTM account ([email protected]) successfully; it was shown with minor warnings in Google Tag Assistant as well. But, when I later switched to another GTM account ([email protected]) with the same settings it shows an error: “No HTTP response detected”. How this can happen when both the GTM accounts have the same data ? Any help appreciated.

Thanks!

Upvotes: 1

Views: 3807

Answers (1)

HydTechie
HydTechie

Reputation: 807

This means clearly the code is not getting executed, could be syntax error, or extra parameters...etc. In my scenario I was sending transaction as part of Ecommerce, (ref : https://developers.google.com/analytics/devguides/collection/analyticsjs/enhanced-ecommerce )

ga('require', 'ec', 'commerce.js'); ///HTTP RESPONSE NOT DETECTED..error.
ga('require', 'ec'); ///SOLVED THE ISSUE

so on similar grounds, check the syntax!

Upvotes: 1

Related Questions