Reputation: 21
QUESTION: How can I assure that the visitor's original session is updated/attributed with a new Goal triggered by using Measurement Protocol, even if the trigger happens after the original session window has expired?
Problem in detail:
I am capturing the cid from the _ga cookie when a visitor reaches my site and makes contact via a form
I then use that Measurement Protocol with the captured cid to send data back to Google Analytics to trigger a Goal "Client Registered" if that visitor later registers for my services.
I believe the following StackOverflow question is related, but has no answers posted:
"Google analytics measurement protocol session timeout and query time limits"
Upvotes: 2
Views: 888
Reputation: 11
Nope, this is not possible, what you can do is make the hit non-interactive. As can be found in the parameter reference; https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#ni But from the testing I did I found out that GA looks at goal date which can't be changed.
Upvotes: 1