• Each interaction creates a new tracker like this

    
    Running command: ga("create", "UA-XXXXXX-1", {name: "gtm30", cookieDomain: "auto"})
    Running command: ga("gtm30.send", "pageview")
    

    But submission events rely on a non-existing tracker (GA falls back to the default that may or may not exist, in case tracker identifier is not explicitly passed)

    
    Running command: ga("send", "event", "Forms", "Submission", "Form: XYZ", payload)
    

    fails with the message Command ignored. Unknown target: undefined

    Should specify current tracker identifier, like gtm30.send.

    • This topic was modified 4 years, 7 months ago by raven0us.
    • This topic was modified 4 years, 7 months ago by raven0us.
  • The topic ‘GA event submission fails due to not specifying tracker identifier’ is closed to new replies.