how to fetch indication isAnonymous?

Anonymous
Not applicable

how to fetch indication isAnonymous?

is it possible to know whether lead is anonymous or known?
Tags (1)
4 REPLIES 4
Nicole_Mossinge
Level 7

Re: how to fetch indication isAnonymous?

Marketo has a field "Is Anonymous". If the field value is "true", Marketo considers that lead an Anonymous lead. All other lead records are considered "known".
Anonymous
Not applicable

Re: how to fetch indication isAnonymous?

i know that the field exists in marketo lead, however this field is not returned by API method getLead, the question is how to get the indication via SOAP API?
Anonymous
Not applicable

Re: how to fetch indication isAnonymous?

You should be able to use GetMultipleLeads with the parameter "Is Anonymous = true" to return a list of all leads that are anonymous.  Have you tried this?

Anonymous
Not applicable

Re: how to fetch indication isAnonymous?

i didnt see getMultipleLeads receives such parameter. moreover, i saw it has only one parameter lastUpdateAt.
could you show sample of the call with isAnonymous and in general which criteria may be used in this method?