Tracking changes to SFDC variables via API | Community
Skip to main content
Matt_Stone2
New Participant
February 2, 2017
Solved

Tracking changes to SFDC variables via API

  • February 2, 2017
  • 1 reply
  • 1870 views

I'm trying to track changes to four specific SFDC fields via the Marketo API: sfdcLeadId, sfdcAccountId, sfdcContactId and sfdcType, but am not having any luck. My first approach was to tap into the leadchanges.json endpoint and focus on Change Data Value activity type, but it doesn't look like these field changes are logged there. Does anyone know if they're logged elsewhere that I can tap into via the API?

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

I'm creating a warehouse of Marketo lead data and a big part was maintaining a set amount of fields, including various SFDC fields. What I wound up doing was just making "mirror" fields that update when the SFDC ones update. Might not be the most efficient solution, but it works as those get logged.

1 reply

Jep_Castelein2
New Participant
February 6, 2017

True, you can't track changes to those fields via the Marketo API. If it's not in the Activity Log, the API won't show it either (and changes to those fields are not in the Activity Log). Not sure what you're trying to accomplish with that, so I can't suggest any workarounds.

Matt_Stone2
Matt_Stone2AuthorAccepted solution
New Participant
February 8, 2017

I'm creating a warehouse of Marketo lead data and a big part was maintaining a set amount of fields, including various SFDC fields. What I wound up doing was just making "mirror" fields that update when the SFDC ones update. Might not be the most efficient solution, but it works as those get logged.