How to export Acquisition Program Name by API ?

jiuying_LI
Level 3

How to export Acquisition Program Name by API ?

When I export leads manuelly from marketo, I can have the field "acquisition program name" on my excel file.

We would like use API to send leads to another platform. "Acquisition Program Name"  is a important information, but we didn't find any "API Name" for this field.

It seems to be the same problem for "original source info", "original source type", "registration source info" and "registration source type".

Does sb has experience about how to do that ? Thanks

2 REPLIES 2
Nicholas_Manojl
Level 9

Re: How to export Acquisition Program Name by API ?

You can't - as it isn't available: List of Standard Fields » Marketo Developers

But I guess you could write the value of "{{lead.Acquisition Program Name}}" to a field you define yourself and export that using the Change Data flow step.

jiuying_LI
Level 3

Re: How to export Acquisition Program Name by API ?

Yes, I am afraid that it's the only way to do so. Need to creat another custum field... (we had too many already)

Thanks for your advise