Ticket #2855 (closed New feature: worksforme)

Opened 5 months ago

Last modified 4 months ago

Campaign keyword filtering

Reported by: paolobenve Owned by:
Priority: normal Milestone: 1.7 Piwik 1.7
Component: Core Keywords:
Cc: Sensitive: no

Description

I have a campaign which gives, in its keywords reports, some weirdness: in some hits a "?pk_campaign" suffix is shown in the report, as the image I'm attacching shows.

Attachments

Campaign_weirdness.png Download (44.8 KB) - added by paolobenve 5 months ago.
Campaign weirdness

Change History

Changed 5 months ago by paolobenve

Campaign weirdness

Changed 4 months ago by matt

  • milestone set to 1.7 Piwik 1.7

Thanks for the report. Maybe you have an etra ?pk_campaign in your campaign URLs?

I guess we could look for these and delete them anyway, but maybe this is not a bug in piwik but in your URLs?

Changed 4 months ago by vipsoft

  • type changed from Bug to New feature
  • summary changed from weird campaign tracking to Campaign keyword filtering

For tracker performance, I'm inclined to advise users to fix the URL.

Otherwise to clean up the URLs, we can either:

  • blindy strip from '?' (or '&') to end of the campaign keyword, or
  • foreach ( explode(',', Zend_Registry()->get('config')->campaign_var_name as $name ), search for "?$name" and remove if found

Changed 4 months ago by matt

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

Closing as wont fix until more feedback is provided, or another user has the same issue. Please comment if you do!

Changed 4 months ago by paolobenve

I checked, and I haven't any extra ?pk_campaign in mai campaign URLs

Note: See TracTickets for help on using tickets.