Mobile app version of vmapp.org
Login or Join
Margaret670

: How to send custom values in google tag manager I am working on tag certain events with google tag manager but I have a doubt about sending custom value, I'm defined an event like this

@Margaret670

Posted in: #AnalyticsEvents #GoogleAnalytics #TagManager

I am working on tag certain events with google tag manager but I have a doubt about sending custom value, I'm defined an event like this



In the value field I'm sending a data layer value defined as monthly_income so in javascript I set the event like this

<button name="calculate-by-monthly-income" class="btn btn-primary tab" ng- click="calculateByMonthlyIncome()" ng-disabled="myForm.$invalid" onclick="dataLayer.push({'monthly_income': '10000'});ga('send', 'event', 'Calculadora1', 'Calcular', 'Event');">
Calcular
</button>


I'm not sure if it is the right way to set the value field

regards

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Margaret670

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme