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 c65b2bf commit e4c71d7Copy full SHA for e4c71d7
README.md
@@ -80,7 +80,7 @@ $client = $di->make(Abrouter\Client\Client::class); // using PHP-DI
80
81
$eventBuilder = $this->getContainer()->make(StatEventBuilder::class);
82
83
-//sending button_click event
+//sending button_click event as button_click+1
84
$client->statistics()->sendEvent(
85
$eventBuilder
86
->incremental()
@@ -89,7 +89,7 @@ $client->statistics()->sendEvent(
89
->build()
90
);
91
92
-// sending purchase event
+// sending purchase event with purchase amount
93
94
95
0 commit comments