Reputation: 125
I have Google Tag Manager firing an event with a value of "1" every time a specific type of link is clicked. For the purpose of this questions, let's say there are two types of links. When one type is clicked it gets an Event Action "A" and when the other type is clicked it gets an Event Action "B". In Google Analytics I want to set different values based on whether it's Event Action "A" or Event Action "B" by using Goal Completions for each event trigger.
Here is how the data is currently coming in:
The event condition is set up as follows:
The labels of the events are the URLs being clicked, so the counts can increment, which I believe is the source of the discrepancy. I'm wondering how I can get the Goal Completions to match up 1:1 with the Event Values.
Upvotes: 0
Views: 161
Reputation: 424
You cannot match the goal conversion value 1:1 with event values. This is because the goal is counted only once per session while event clicks can be counted multiple times. So for the above goal setting, only 1 goal conversion will be fired for this event irrespective of how many different labels you have in event label.
Hope this helps.
Upvotes: 1