Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

How to send event value on Google Analytics?

I can check category, action, and label on Google Analytics.

However, I can’t seem to check the value so I am assuming the event value is not sent.

ga('create', 'UA-XXXXXXXX-X', 'auto');
ga('send', {
    hitType: 'event',
    eventCategory: 'ad',
    eventAction: 'duration',
    eventLabel: 'ad label',
    eventValue: 20
});

Let me know if I am doing things wrong or any solution. Thanks!

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

The real time reports dont support the event value metric. You can see this in the Dimensions and metrics repport

You need to wait and check the behavior report.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading