Question
How to ignore anonymous leads when getMultipleLeads with LeadKeySelector?
Hi all,
Now, my working is that: (based on SOAP APIs)
1. Search Lead ids by specified activity type from ActivityRecord.(Use getLeadChanges() to get out the 'mktPersonId' values by specifying an Activity type.)
2. Search Leads with LeadKeySelector by getMultipleLeads() batch by batch(100 ids per batch).
I find that in the results, there are not only Known Leads but also Anonymous ones.
But in my integration, only Known Leads are expected.
How could I ignore the anonymous ones? Or even just mark them out with any flag?
Any suggestions would be expected!
Thanks,
Biao
Now, my working is that: (based on SOAP APIs)
1. Search Lead ids by specified activity type from ActivityRecord.(Use getLeadChanges() to get out the 'mktPersonId' values by specifying an Activity type.)
2. Search Leads with LeadKeySelector by getMultipleLeads() batch by batch(100 ids per batch).
I find that in the results, there are not only Known Leads but also Anonymous ones.
But in my integration, only Known Leads are expected.
How could I ignore the anonymous ones? Or even just mark them out with any flag?
Any suggestions would be expected!
Thanks,
Biao