Skip to content

Commit

Permalink
Tweak new option comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Dec 12, 2014
1 parent 09a15c2 commit 2d44060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/global.ini.php
Original file line number Diff line number Diff line change
Expand Up @@ -586,12 +586,12 @@
; Includes by default the GA style campaign keyword parameter utm_term
campaign_keyword_var_name = "pk_kwd,pk_keyword,piwik_kwd,utm_term"

; if set to 1, actions that contain different campaign information from the visitor's in progress visit will
; if set to 1, actions that contain different campaign information from the visitor's ongoing visit will
; be treated as the start of a new visit. This will include situations when campaign information was absent before,
; but is present now.
create_new_visit_when_campaign_changes = 1

; if set to 1, actions that contain different website referrer information from the visitor's in progress visit
; if set to 1, actions that contain different website referrer information from the visitor's ongoingg visit
; will be treatedas the start of a new visit. This will include situations when website referrer information was
; absent before, but is present now.
create_new_visit_when_website_referrer_changes = 0
Expand Down

0 comments on commit 2d44060

Please sign in to comment.