We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62b83a commit 311404bCopy full SHA for 311404b
google-analytics-data/run_realtime_report_with_multiple_metrics.js
@@ -94,7 +94,7 @@ function main(propertyId = 'YOUR-GA4-PROPERTY-ID') {
94
name: 'screenPageViews',
95
},
96
{
97
- name: 'conversions',
+ name: 'keyEvents',
98
99
],
100
});
google-analytics-data/run_report_with_pagination.js
@@ -70,7 +70,7 @@ function main(propertyId = 'YOUR-GA4-PROPERTY-ID') {
70
name: 'sessions',
71
72
73
74
75
76
name: 'totalRevenue',
@@ -109,7 +109,7 @@ function main(propertyId = 'YOUR-GA4-PROPERTY-ID') {
109
110
111
112
113
114
115
0 commit comments