Skip to content

Commit 0150031

Browse files
author
Alex Westergaard
committed
Remove campaign from readme
1 parent d5d9bd2 commit 0150031

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ $analytics = Analytics::new(
6565

6666
## Events
6767

68-
This is a list of prebuilt events as shown in the documentation. All events have the following parameters to locate trigger location of each event or if they were related to any campaigns/referrals.
68+
This is a list of prebuilt events as shown in the documentation. All events have the following parameters to locate trigger location of each event.
6969

7070
```php
7171
// Manual setting of each event
@@ -79,12 +79,6 @@ $eventPage = AlexWestergaard\PhpGa4\Helper\EventParamsHelper();
7979
$event->setEventPage($eventPage);
8080
```
8181

82-
```php
83-
// Campaign parameters (Experimental)
84-
$campaign = AlexWestergaard\PhpGa4\Campaign()
85-
$event->setCampaign($campaign);
86-
```
87-
8882
### Default
8983

9084
![badge](https://shields.io/badge/PageView-informational)

0 commit comments

Comments
 (0)