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 e4c71d7 commit 0bdae66Copy full SHA for 0bdae66
README.md
@@ -92,7 +92,7 @@ $client->statistics()->sendEvent(
92
// sending purchase event with purchase amount
93
$client->statistics()->sendEvent(
94
$eventBuilder
95
- ->incremental()
+ ->summarize()
96
->event('purchase')
97
->setValue(30)
98
->setUserId($userSignature)
0 commit comments