> There's no bug - it just means you're somehow not sending along OPTIN_IP correctly on the initial subscribe.
Why would this set the CONFIRM_IP but not the OPTIN_IP?
mc.lists.subscribe(ENV['LIST'],
{ email: email },
{
'FNAME' => name,
'DUEDATE' => due_date.to_s,
'OPTIN_TIME' => optin_time.to_s,
'OPTIN_IP' => optin_ip
},
'html',
false
)
> And obviously opens/clicks have nothing to do with the API, but data that can be populated eventually will.
It isn't being populated in our case. Presumably because OPTIN_IP is never set.
BTW here is an example row from the CSV:
"Email Address",Name,"Baby's Due Date / Actual Birthday",MEMBER_RATING,OPTIN_TIME,OPTIN_IP,CONFIRM_TIME,CONFIRM_IP,LATITUDE,LONGITUDE,GMTOFF,DSTOFF,TIMEZONE,CC,REGION,LAST_CHANGED,LEID,EUID
richc...@gmail.com,"Rich Collins",2013-10-31,2,,,"2013-10-16 21:09:05",69.181.96.244,,,,,,,,"2013-10-16 21:09:05",XXX,XXX
> --
> You received this message because you are subscribed to a topic in the Google Groups "MailChimp API Discuss" group.
> To unsubscribe from this topic, visit
https://groups.google.com/d/topic/mailchimp-api-discuss/uvYjuBE2IUE/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
mailchimp-api-di...@googlegroups.com.
> To post to this group, send email to
mailchimp-...@googlegroups.com.
> Visit this group at
http://groups.google.com/group/mailchimp-api-discuss.
> For more options, visit
https://groups.google.com/groups/opt_out.