How to export Acquisition Program Name by API ? | Community
Skip to main content
Level 2
April 20, 2016
Question

How to export Acquisition Program Name by API ?

  • April 20, 2016
  • 2 replies
  • 2564 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Nicholas_Manojl
Level 8
April 21, 2016

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.

Level 2
April 21, 2016

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