Page 2 of 2
Re: s2m and Mailchimp sign up
Posted:
January 12th, 2012, 6:05 pm
by Raam Dev
loewenberg:Raam Dev wrote:loewenberg: When you promoted the user from Level 1 to Level 2, did you click the checkbox that says 'Re-process List Servers:'?
Re: s2m and Mailchimp sign up
Posted:
January 13th, 2012, 5:25 am
by Cristián Lávaque
Mike, did you configure the list transitions settings? WP Admin -> s2Member -> API / List Servers -> Automate -> Also Process List Transitions
Re: s2m and Mailchimp sign up
Posted:
January 13th, 2012, 2:21 pm
by loewenberg
Hi. I checked both the 'reprocess' and the 'also process list transactions' checkboxes and the information was successfully added to the list!
thank you, gentlemen! your support has been excellent
Re: s2m and Mailchimp sign up
Posted:
January 13th, 2012, 7:36 pm
by Raam Dev
You're welcome, Mike! Glad we could help.
Re: s2m and Mailchimp sign up
Posted:
January 15th, 2012, 12:34 am
by Jason Caldwell
Thanks for the heads up on this post Raam.face4radio wrote:I'm running the site on my local server for testing. I didn't have logging turned on before, so I turned it on and ran another test. Here's the log output:
PHP v5.3.1 :: WordPress® v3.3.1 :: s2Member® v111220
Memory 13.46 MB :: Real Memory 14.00 MB :: Peak Memory 13.75 MB :: Real Peak Memory 14.00 MB
bbt.local/wp-login.php?action=register
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0.1) Gecko/20100101 Firefox/7.0.1
array (
'function' => 'process_list_servers',
'func_get_args' =>
array (
0 => 'subscriber',
1 => '0',
2 => 'test3',
3 => 'testing',
4 => 'b3230056@nwldx.com',
5 => 'Testuser',
6 => 'Three',
7 => '127.0.0.1',
8 => true,
9 => true,
10 => 11,
),
'api_method' => 'listSubscribe',
'list' => '407dcb2e78',
'list_id' => '407dcb2e78',
'merge_array' =>
array (
'MERGE1' => 'Testuser',
'MERGE2' => 'Three',
'OPTIN_IP' => '127.0.0.1',
'OPTIN_TIME' => '2012-01-11 17:35:46',
),
'api_merge_array' =>
array (
'MERGE1' => 'Testuser',
'MERGE2' => 'Three',
'OPTIN_IP' => '127.0.0.1',
'OPTIN_TIME' => '2012-01-11 17:35:46',
),
'api_email_type' => 'html',
'api_double_optin' => true,
'api_update_existing' => false,
'api_replace_interests' => true,
'api_send_welcome' => false,
'api_response' => true,
'api_success' => true,
'api_properties' =>
NC_MCAPI::__set_state(array(
'version' => '1.3',
'errorMessage' => '',
'errorCode' => '',
'apiUrl' =>
array (
'scheme' => 'http',
'host' => 'api.mailchimp.com',
'path' => '/1.3/',
'query' => 'output=php',
'prefix' => 'us2',
),
'timeout' => 300,
'chunkSize' => 8192,
'api_key' => '764cd2e2d6e7dcca00e6e9092c8857c8-us2',
'secure' => true,
)),
)
I can see the first and last names of the user I entered in func_get_args array indices 5 and 6 and in the merge_array as MERGE1 and MERGE2. However, when I look at MailChimp all I have is "Testuser" in the Name field:
The attachment Screen shot 2012-01-11 at 12.46.19 PM.png is no longer available
The screenshot you posted would indicate to me that your MailChimp account is missing the MERGE2 data column. You should have both a First and Last Name entry in each Subscriber's Profile. In other words, it sounds like you might need to check on your MERGE field configuration. It should look something like this. Please let me know if this helps, or if I'm missing something?
Re: s2m and Mailchimp sign up
Posted:
January 26th, 2012, 10:47 pm
by face4radio
Thanks so much, Jason. I never thought to check the MailChimp configuration. That was exactly the problem.