This repository was archived by the owner on Feb 17, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -269,28 +269,28 @@ For tracking a custom script line within the embedded analytics code.
269269
270270Context: Controller, Action code
271271
272- Enabling the auto tracking , overriding the configuration setting ` auto_track ` .
272+ Enabling display features , overriding the configuration setting ` display_features ` .
273273
274274 /**
275275 * enable display features
276276 *
277277 * @return GoogleAnalytics
278278 */
279- public function enableAutoTracking ();
279+ public function enableDisplayFeatures ();
280280
281281
282282### Analytics::disableDisplayFeatures()
283283
284284Context: Controller, Action code
285285
286- Disabling the auto tracking , overriding the configuration setting ` auto_track ` .
286+ Disabling display features , overriding the configuration setting ` display_features ` .
287287
288288 /**
289289 * disable display features
290290 *
291291 * @return GoogleAnalytics
292292 */
293- public function disableAutoTracking ();
293+ public function disableDisplayFeatures ();
294294
295295### Analytics::enableAutoTracking()
296296
You can’t perform that action at this time.
0 commit comments