I am trying to send data from sGTM to Web GTM. I created the Client and Response Tag in the Server Then added the Data Tag in the Web server.
Response Tag triggers.
I do no see anything on the web GTM Debug
Not sure what the problem is.
Thanks for the help
your response is pushed to subscription_dataLayer, instead of dataLayer, you can type the former in browser console and you should see your response there.
subscription_dataLayer
dataLayer
change the field to dataLayer and you will see it in your web preview as expected
Thanks, will try that, I may have had it already and switched it.