Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Commit

Permalink
Merge pull request #53 from pdziewa/master
Browse files Browse the repository at this point in the history
Fix README for display features modifiers
  • Loading branch information
Robert Kummer authored May 13, 2019
2 parents 83503d1 + 0193fc3 commit 0563d99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,28 +269,28 @@ For tracking a custom script line within the embedded analytics code.

Context: Controller, Action code

Enabling the auto tracking, overriding the configuration setting `auto_track`.
Enabling display features, overriding the configuration setting `display_features`.

/**
* enable display features
*
* @return GoogleAnalytics
*/
public function enableAutoTracking();
public function enableDisplayFeatures();


### Analytics::disableDisplayFeatures()

Context: Controller, Action code

Disabling the auto tracking, overriding the configuration setting `auto_track`.
Disabling display features, overriding the configuration setting `display_features`.

/**
* disable display features
*
* @return GoogleAnalytics
*/
public function disableAutoTracking();
public function disableDisplayFeatures();

### Analytics::enableAutoTracking()

Expand Down

0 comments on commit 0563d99

Please sign in to comment.