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

Commit

Permalink
Fix README for display features modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
pdziewa committed May 12, 2019
1 parent 83503d1 commit 0193fc3
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 0193fc3

Please sign in to comment.