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

weseze’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)

Simplenews 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!

weseze’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

I 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.

Dret’s picture

Great!
Thanks!