Damir
Damir

Reputation: 342

Exclude Google Analytics page tracking

My friend works at a small hosting company and needs help with getting more specific Google Analytics results.

When the hosting company disables non-payed hosting account visitor sees that page with a link with an explanation and visits it. Visits are visible in GA but how to ignore them?

How to setup to exclude visits and page views from a referral of disabled hosting account.

Upvotes: 0

Views: 482

Answers (1)

Pete
Pete

Reputation: 1862

There is a configuration option in Google Analytics to ignore referrers.

If you're using the older ga.js library see the _addIgnoredRef() method.

If you're using the new analytics.js library then it is configured in the Web Interface in the Admin section. See Referral exclusions.

Upvotes: 1

Related Questions