Signup/Registration Notification Key %%subscr_id%% ?
Posted: August 19th, 2011, 8:05 pm
In the context of s2Member API Notifications, which replacement codes or data are the keys between Signup Notifications and Registration Notifications?
If I fire a script (URL) and capture data as a result of a signup notification and then another as a result of the registration notification, since the two are independent of one another (if/when the user chooses to complete registration) how can I link the two data sets? Does <?php $subscr_id = get_user_option("s2member_subscr_id", %%user_id%%); ?> fired as a result and at the time of a registration event return the $subscr_id guaranteed to be the key against the %%subscr_id%% value returned at time of signup?
Shouldn’t %%subscr_id%% also be returned with the registration event by s2M?
T
If I fire a script (URL) and capture data as a result of a signup notification and then another as a result of the registration notification, since the two are independent of one another (if/when the user chooses to complete registration) how can I link the two data sets? Does <?php $subscr_id = get_user_option("s2member_subscr_id", %%user_id%%); ?> fired as a result and at the time of a registration event return the $subscr_id guaranteed to be the key against the %%subscr_id%% value returned at time of signup?
Shouldn’t %%subscr_id%% also be returned with the registration event by s2M?
T