Skip to content

Commit

Permalink
autoSetClientId config option added
Browse files Browse the repository at this point in the history
  • Loading branch information
baibaratsky authored Nov 15, 2017
1 parent 94bc957 commit dae1c3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Installation
'overrideIp' => false, // By default, IP is overridden by the user’s one, but you can disable this
'anonymizeIp' => true, // If you want to anonymize the sender’s IP address
'asyncMode' => true, // Enables the asynchronous mode (see below)
'autoSetClientId' => true, // Try to set ClientId automatically from the “ga_” cookie (disabled by default)
],
],
```
Expand Down

0 comments on commit dae1c3c

Please sign in to comment.