Needs review
Project:
Autoresponder
Version:
6.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2010 at 08:17 UTC
Updated:
17 Mar 2010 at 17:40 UTC
It would be useful if, after subscribing, the module redirected to a page that can be used to track the conversion (from reader to subscriber). On line 1482 of autoresponder.module, I changed this:
drupal_goto();
To this:
drupal_goto('', array('subscribed' => implode($form_state['values']['set'], ",")));
Now I can add this as a goal to track in Google Analytics. There are better ways, I'm just posting this here so that you can have a look at it and implement it in whatever way you prefer.
Comments
Comment #1
aleksey.tk commentedThanks for your feature request, it can be useful, i will include this functionality in alpha2 release which will be out in a couple of days.
Comment #2
norio commentedYou're welcome :)