Skip to content

Commit f3c1873

Browse files
authored
Merge pull request #737 from ExpressionEngine/bug/7.x/relaxed-views-tracking
Added info on tracking views when tag is not dynamic
2 parents d47c881 + 50300e0 commit f3c1873

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/channels/entry-tracking.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ NOTE: **Note:** The view tracking counter works in conjunction with the `{exp:ch
1919

2020
NOTE: **Note:** If you have page caching enabled this feature will not work.
2121

22+
Some people have tags that are used to mimic a single-entry page without it being dynamic (e.g. by using `dynamic="no"` parameter). If you need Entry View Tracking to work for ANY combination that results in only one entry being returned by the tag (including channel query caching), you would need to set the [`relaxed_track_views`](general/system-configuration-overrides.md#relaxed_track_views) configuration override if your config file.
23+
2224
## Tracking Views
2325

2426
The view tracking feature must be enabled in a specific instance of the `{exp:channel:entries}` tag using the `track_views` parameter. Within the `track_views` parameter you will indicate which one of the four "instances" of the view counter you would like to use, like this

0 commit comments

Comments
 (0)