br33f / php-GA4-Measurement-Protocol

PHP GoogleAnalytics4 Measurement Protocol Library
88 stars 19 forks source link

README.md typo? #23

Closed Baggerone closed 1 year ago

Baggerone commented 1 year ago

In the Other Events section of the README.md file should $purchaseEventData actually be $anyEventData?

$eventName = 'share'; 
$anyEventData = new BaseEvent($eventName);
$purchaseEventData
    ->setMethod('Twitter')
    ...
br33f commented 1 year ago

You are right, it's a typo.

br33f commented 1 year ago

Fixed it.