Can I sync a custom Campaign Object field? | Community
Skip to main content
Nancy_Rosentha5
Level 2
July 17, 2019
Solved

Can I sync a custom Campaign Object field?

  • July 17, 2019
  • 1 reply
  • 6336 views

We have added a new custom campaign object field, Vendor into SFDC.  How can I sync this field to Marketo?  Is this only possibly by also relating this object to Lead, Contact or Account, which doesn't necessarily make sense in this case?

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 SanfordWhiteman

Your supposition is correct. You can't use Campaign-level objects to store per-campaign-membership data.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
July 17, 2019

Your supposition is correct. You can't use Campaign-level objects to store per-campaign-membership data.

Nancy_Rosentha5
Level 2
July 17, 2019

any creative ideas on how to pass along a campaign related field in one of the Marketo sync objects, i.e. person, contact or account, for something like vendor?  Maybe it's all in the Campaign Name combined with the channel type, while ensuring strict naming conventions?

SanfordWhiteman
Level 10
July 18, 2019

I make very deep use of Text Areas fields (directly on the person) that store multidimensional JSON data. This can in turn be unfolded into live objects in SFDC using Apex.