I have both Google Analytics 6.x-3.3+14-dev and Google Analytics RSS Tracking installed on my clients site. The site is tracking in GA, but no tracking variable were attached to the rss feed url, and thus it isn't tracking, even after inputing values under campaign source, medium, and name in content management->rss publishing->Google Analytics rss tracking. Since there is no documentation for the module, I'm not sure if there is more I need to do. I also tried simply changing the url of the rssfeeds link to include the tracking variables as so: rss_feed?utm_campaign=rssfeed&utm_source=rss-feed&utm_medium=rss&utm_campaign=subscription and it still is not showing up in Google Analytics. This especially confuses me, but perhaps it is because I don't have a full understanding of how GA works with drupal (I am new to working with drupal). Thanks so much for any help that you can provide.

Comments

wojtha’s picture

The module overrides only feeds which are generated by Drupal core itself - e.g. /rss.xml. Check the feeds content - you should see the GA tracking parameters added to the all title links in the feed. If you are using Views for feed creation this module would not work for you.