How to get Company informations only | Adobe Higher Education
Skip to main content
October 23, 2013
Beantwoord

How to get Company informations only

  • October 23, 2013
  • 3 reacties
  • 1184 Bekeken
Hi all,

If I want to get Company informations, now I have to get all leads and extract fields for Company.
Is there any way to get Company records directly?
BTW, I'm coding c# with Marketo SOAP APIs.

Best Regards,
Biao
Er kunnen geen reacties meer worden geplaatst op dit onderwerp.
Beste antwoord door
Marketo stores leads and contacts in a Person object which has a set of company fields.  There is no separate way to query the company names except to get a list of all leads and enumerate/sort/uniquify the company info

3 reacties

October 23, 2013
Biao,
How are you using the list of company names that you extract?  For all contacts, you can query the opportunity MObject and extract the opportunity name and company id.  Details are at http://developers.marketo.com/documentation/soap/getmobjects/
October 24, 2013
Hi Raj,

I find the Marketo object model here.
http://integratingthecloud.com/the-marketo-object-model-including-a-soaps-perspective/
There are two objects that I need, Contact Object and Company Fields.
But I can't find the SOAP APIs used for this.
Is there any way to get records of them directly? Could you show me an example in C#?

Best Regards,
Biao
Antwoord
October 24, 2013
Marketo stores leads and contacts in a Person object which has a set of company fields.  There is no separate way to query the company names except to get a list of all leads and enumerate/sort/uniquify the company info