Skip to content

Added dev_UA to be used with dev_subdomains and auto_track_page_view#1

Open
jdstand wants to merge 1 commit intokeobrien:masterfrom
jdstand:master
Open

Added dev_UA to be used with dev_subdomains and auto_track_page_view#1
jdstand wants to merge 1 commit intokeobrien:masterfrom
jdstand:master

Conversation

@jdstand
Copy link

@jdstand jdstand commented Jun 29, 2012

Added dev_UA to be used with dev_subdomains and auto_track_page_view and disabling auto track in iFrames

var gaAware = CWjQuery(document).gaaware({
'UA': 'UA-32062600-1',
'dev_UA': 'UA-32626594-1',
'auto_track_page_view' : 'false'
});

…for disabling auto track in iFrames

var gaAware = CWjQuery(document).gaaware({
	    	'UA': 'UA-32062600-1',
	    	'dev_UA': 'UA-32626594-1',
	    	'auto_track_page_view' : 'false'
});
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets keep this titled exclude_subdomains because we are excluding form production data and for backwards compatibility. Also if there is no dev code we do want it to act as an exclude

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants