Ticket #773 (closed New feature: fixed)

Opened 3 years ago

Last modified 17 months ago

vists from google search cache or google translate create noise in page view report

Reported by: matt Owned by: vipsoft
Priority: major Milestone: Piwik 1.1
Component: Core Keywords:
Cc: Sensitive: no

Description (last modified by matt) (diff)

If you look at the Piwik demo, in the Pages report, you will most likely see a lot of results from google search cache or google translate, where google.com domain actually loads your content and triggers the piwik javascript tracking tag.

We could, at tracking time, rename these pages, or prefix them with "google translate/" or "google cache/" so they are all within one directory in the reports.

Change History

Changed 3 years ago by matt

  • description modified (diff)

Changed 23 months ago by matt

  • sensitive unset
  • description modified (diff)

Changed 17 months ago by vipsoft

  • milestone changed from Features requests 1.x or 2.x to 1.1 - Piwik 1.1

Changed 17 months ago by vipsoft

  • owner set to vipsoft

Changed 17 months ago by vipsoft

  • status changed from new to closed
  • resolution set to fixed

(In [3193]) fixes #773 - when a page is loaded via translate.google.com, we record the page view for the page's URL and set the referrer to translate.google.com.

Changed 17 months ago by vipsoft

  • status changed from closed to reopened
  • resolution fixed deleted

Changed 17 months ago by vipsoft

  • status changed from reopened to closed
  • resolution set to fixed

(In [3194]) fixes #773 - I need to run the unit test with the CI server

Note: See TracTickets for help on using tickets.