Closed (fixed)
Project:
Simplenews Statistics
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Dec 2011 at 07:47 UTC
Updated:
3 Jan 2012 at 07:48 UTC
Hi to all,
I'm using this module with Simplenews Analytics (that appends Google campaign code to all links in the news body text).
When I visit the Statistic Page for "Newsletter Clicks" the url are showed BUT the link text is "duplicated".... something like:
http://mysite.com/#utm_source=mycampaign&utm_medium=newsletter&utm_campa...&utm_source=mycampaign&utm_medium=newsletter&utm_campaign=my_news
The "strong" is the duplicated part, naturally.
P.S. (if You notice the query string start with "#" instead of "?": the reason is here)
Thanks!
Bye!
Comments
Comment #1
weseze commentedSimplenews Statistics has the same functionality as the Simplenews Analytics module already built in. This was introduced very recently in the 3.x version.
You should disable and uninstall Simplenews Analytics module.
You should then check the settings at "Site configuration > Simplenews settings > Google Analytics tags".
I would also currently recommend running the latest dev release for both Simplenews (2.x-dev) and Simplenews Statistics (3.x-dev) to get the most stable environment. As oposed to Simplenews 2.x-alpha2 and Simplenews_statistics 3.x-alpha1.
I have also recently comitted a patch to fix a bug when using GA tracking. So you might want to wait a few hours untill the latest 3.x-dev release pops up.
Please report back if everything is working ok for you. Thanks!
Comment #2
weseze commentedI just commited a patch that adds a setting to allow the GA part of the URL to start with # instead of ? or &. Should be available within a few hours.
Comment #3
Dret commentedGreat!
Thanks!