Demo: Cross domain active

Default Features | Cross Domain Features

Parent | Sub Domain 1 | Sub Domain 2 | Sub Domain (tracked as it's own root) 3

Links

Everything Should Track to all active UA Codes
Active Codes:
Example Custom Variable Tracking

External Cross Domain Links

By default, these links should transfer all user data to the next page on another domain. You can verify this by making sure cookie data is appended to the url when you get to the next page. You can also make sure the __utmz cookie maintains your referral history and __utma maintains you're user id.

To a Subdomain tracked as part of it's parent

To a Subdomain tracked as it's own separate domain

External Links

By default, these links should track a virtual page view to /vpv/external/ which you can see in Google Analytics' Real Time or in the network tab of your browser's web inspector

Asset Links

By default, these links should track a virtual page view to /vpv/asset/ which you can see in Google Analytics' Real Time or in the network tab of your browser's web inspector

Hashes

By default, these links should track a virtual page view to /vpv/hash/ which you can see in Google Analytics' Real Time or in the network tab of your browser's web inspector

Alternate Protocols

By default, these links should track a virtual page view to /vpv/[protocol name]/ which you can see in Google Analytics' Real Time or in the network tab of your browser's web inspector

Forms

By default, these links should track a virtual page view to /vpv/form/ which you can see in Google Analytics' Real Time or in the network tab of your browser's web inspector

Social

By default, these links should track to the social section of Google Analytics. This must be enabled in the init code because it adds api includes to the page. Not that you can disable auto configuration, include you're own references to the api's and still enable tracking after page load. You can also enable just Facebook or just twitter

Follow @dev_kevin

Tweet

NOTE: Google plus is supported by default ga tracking, not involved with the plugin

Reply

Retweet

Favorite

https://dev.twitter.com/docs/intents/events

Search API will now always return "real" Twitter user IDs. The with_twitter_user_id parameter is no longer necessary. An era has ended. ^TS

— Twitter API (@twitterapi) November 7, 2011

Methods

Public methods that can be called at any time

Do Not Track

By default, these links will be ignored, assuming they are not intended to be tracked or the page view is already tracked when the user drives at the next page

Useful Snippets