We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35fc9a commit 2d6006cCopy full SHA for 2d6006c
2 files changed
google-analytics-data/src/run_realtime_report_with_multiple_metrics.php
@@ -51,7 +51,7 @@ function run_realtime_report_with_multiple_metrics(string $propertyId)
51
->setDimensions([new Dimension(['name' => 'unifiedScreenName'])])
52
->setMetrics([
53
new Metric(['name' => 'screenPageViews']),
54
- new Metric(['name' => 'conversions']),
+ new Metric(['name' => 'keyEvents']),
55
]);
56
$response = $client->runRealtimeReport($request);
57
google-analytics-data/src/run_report_with_pagination.php
@@ -64,7 +64,7 @@ function run_report_with_pagination(string $propertyId)
64
])
65
66
new Metric(['name' => 'sessions']),
67
68
new Metric(['name' => 'totalRevenue']),
69
70
->setLimit(100000)
0 commit comments