Hi Community,
Through Marketo REST API, I am looking for a method (easy or not) to export data field value changes for a specific Marketo field and a group of leads. Are there any tips or code examples I can refer to?
Essentially, an ideal export file would include the following:
Email Address | Date Changed | Previous Value | New Value
Solved! Go to Solution.
not that I am aware of.
Actually there very much is such an endpoint: the Get Lead Changes endpoint.
It returns the Marketo Lead ID, not the Email Address. But this is to be expected since Email Address is not a unique record identifier in Marketo.
not that I am aware of. You'd need to do a regular (e.g. Daily) lead extract, and compare fields across lead records over time.
BTW - you might not want to use email address. What if you have (heaven forbid) duplicates.
Cheers
Jo
not that I am aware of.
Actually there very much is such an endpoint: the Get Lead Changes endpoint.
It returns the Marketo Lead ID, not the Email Address. But this is to be expected since Email Address is not a unique record identifier in Marketo.
Doh. Apparently my morning coffee hadn't sunk in at that point 🙂