Thanks David, will do when I get back to my office.
Jim
Sent from my Verizon Wireless BlackBerry
-----Original Message-----
From: "DavidMcL, Perceptive Logic" <
percept...@gmail.com>
Date: Thu, 10 Dec 2009 10:00:28
To: MailChimp API Discuss<
mailchimp-...@googlegroups.com>
Subject: Re: listMemberInfo Execute Not Always Returning Merge Fields
Jim,
Log an issue at
http://perceptivemcapi.codeplex.com/
and I'll take a look at it.
Thanks,
David
On Dec 9, 10:37 pm, Cagg <
j...@cagg.com> wrote:
> Hi All,
> I'm having an issue with listMemberInfo.Execute(). Some of the merge
> counts are returning 0, it happens on about 5% of any list I pull
> down. I am using PerceptiveMCAPI and like the functionality. I have
> checked and all of the email addresses that are sent are valid and
> listMemberInfoInput is being populated properly. In fact if I run the
> same list without the wrapper the merges are populated. I would really
> like to use the PerceptiveMCAPI wrapper and not have to write my own.
> Does anyone have an idea as to why certain records come back blank?
>
> Code below:
>
> var_listMemberInfo = new listMembersInput(apiKey, listId,
> EnumValues.listMembers_status.subscribed, 0, 15000);
> var_listMembers = new listMembers(_listMemberInfo);
> var_list =_listMembers.Execute();
> foreach (var_out in_list.result)
> {
> var_listMemberInfoInput = new listMemberInfoInput(apiKey,
> listId,_out.email);
> var_memberInfo = new listMemberInfo(_listMemberInfoInput);
> var_listMembersInfo =_memberInfo.Execute();
> if (_listMembersInfo.result.merges.Count == 0)
> {
> var_hitme = "hit";
> }
> }
>
> Thanks for any help,
>
> Jim
--
You received this message because you are subscribed to the Google Groups "MailChimp API Discuss" group.
To post to this group, send email to
mailchimp-...@googlegroups.com.
To unsubscribe from this group, send email to
mailchimp-api-di...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/mailchimp-api-discuss?hl=en.