0

I am now having issues uploading tags from python to gtm. It is all connected, I am using the measurement id from gtm but it keeps telling me its missing?

ga_tag={
"name": "gameNameTestTag",
"type": "gaawe",
"parameter": [
    { "type":"template",
      "key": "measurementId",
      "value": " G-XXXXXXX" },
    {"type":"template","key": "eventName","value": 400 }
    
   
]

}

tag_response = service.accounts().containers().workspaces().tags().create(
parent=f"accounts/{ACCOUNT_ID}/containers/{CONTAINER_id}/workspaces/{WORKSPACE_ID}",
body=ga_tag).execute()
1
  • always put full error message because there are other useful information. Commented Mar 9 at 12:26

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.