Stape Data Tag "No client claimed the request"

Hi there,

I’m trying to use the Stape Data Tag for the first time, but it doesn’t seem to be working (maybe I’m missing something). I’ve followed your YouTube tutorial as well as the blog article, but I keep getting the same result:

POST
//data?v=2&event_name=page_view

-In the GTM SS console, I see the message “No client claimed the request,”
-in the Chrome DevTools console, I get:

“Access to XMLHttpRequest at ‘https ://sgtm.abcde.com//data?v=2&event_name=page_view’ from origin ’ https:// subdomain .abcde.com’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.”

I’m trying to provide as much context as possible:

  1. The Data Tag present in the GTM client container:

  1. The Data Client in GTM SS:

  1. The CAPI PageView Test on GTM SS with its trigger:

can’t attack the img bacause i’m a new user, by the way trigger is simply Client Name = DC

Please let me know if you need any additional details (I confirm that the GTM SS container is published).

Thank you so much, and congratulations on your amazing products!

Best,
D.

You have extra slash in the end server container url variable.
So you have incorrect request //data instead of /data

Great @Alex, it’s working now! thanks for your help