How can I export all Marketo data to SQL Server?

Anonymous
Not applicable

How can I export all Marketo data to SQL Server?

We've got a SQL Server Database set up to store and analyze our Marketo data. Does anyone have resources on how to leverage the SOAP API to download our data?
Tags (1)
2 REPLIES 2
Anonymous
Not applicable

Re: How can I export all Marketo data to SQL Server?

Check out the SOAP API docs:
http://developers.marketo.com/documentation/soap/

I would also recommend checking out the community-supported client libraries to see if anyone of them can help speed up your dev cycle:
https://github.com/Marketo/Community-Supported-Client-Libraries
Anonymous
Not applicable

Re: How can I export all Marketo data to SQL Server?

Hi,

We have bumped into the same issue as you had before while we are trying to extract Marketo data to SQL server database to build some analytic reports, but it turned out to be hared to achieve with Marketo standard API.

Finally, we developed our solution, and you can see my reply in the middle of this post: Replicate Marketo Database

Best Regards,

Vivian