The Whiz of Oz
The Whiz of Oz

Reputation: 7043

Google Tag fires but not logged in Analytics

I had set up my Google Tag to track clicks on spans with certain IDs, the events are firing according to WASP extension, but they are not showing up in my Google Analytics account.

Here is my trigger:

trigger

My Tag:

tag

WASP in action:

wasp1 wasp2

GA displays pageview only:

ga

Code is installed properly

Upvotes: 2

Views: 264

Answers (3)

ePetkov
ePetkov

Reputation: 422

Sorry if this seems pretty obvious, but in Real Time you should be on the Events tab, and it seems you are looking in the Content tab. Events are never displayed there.

Upvotes: 1

Jakub Kriz
Jakub Kriz

Reputation: 1529

Can you please post full HTTP request? For instance from Charles Web Debugging Proxy of Live HTTP Headers extension or anything simillar.

What you post seems to be correct as @nyuen says!

Upvotes: 0

nyuen
nyuen

Reputation: 8907

While the configuration looks to be correct, remember that events won't show up in your standard reports until the data is processed, which takes about 24 hours. As long as the hit is showing up in your Real-Time reports, then you shouldn't have any issues.

Upvotes: 0

Related Questions