Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
What exactly are you trying to accomplish? Custom objects can really only be interacted with through leads via smart lists and email scripting, both of which are partition-aware and gate access to leads on that basis, so I'm not really clear on where your concerns are coming from.
You won't be able to configure it that way. You need to provision and approve the edge object and then select a link field to the edge object from the bridge and approve it, like this:Lead <-(lead field) Bridge (custom object field) ->Edge
One thing you might try is trimming the trailing space at the end of your class list, that might be causing an issue, though that would still be a bug in my opinion.If that doesn't work, I'd file a support case so that they can triage this, including your API request and response. It's not the corr...
I've never encountered this without saturating the queue first. I'd suggest filing a support ticket with the details provided so that they can triage the issue.
You need to select the "link" data type for the link object select box to appear.
Yes, you can batch most CRUD Lead DB API calls to submit or return up to 300 records: https://developers.marketo.com/rest-api/lead-database/ . We also recently release our Bulk Extract APIs for Leads/Persons and Activities: https://developers.marketo.com/rest-api/bulk-extract/ Bulk is ideal for mos...
Sounds just like a miscommunication. The UI list import doesn't provide lookup field selection, but the Import Leads API does, so you would be able to submit these with id as your lookup field if you're using an API client, but not if you're uploading lists in the UI.
>We can't use the CSV functionality because we can't specify the Marketo Lead ID as the key for list imports (or at least that's what we've been told).Id should be a valid target for the lookupField in import leads:https://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpoint-ref...
>The CSV upload functionality in Marketo won’t work for this situation as we need to maintain data so we need to use the API.Would you care to explain more why this won't work?>My first question is, is there any way to improve Marketo’s response time? What’s the bottleneck on that end?The biggest bo...
This is a bug that is fixed in our upcoming minor release, currently scheduled for 7/28. Currently there is a workaround where you can unapprove and reapprove the email and it should work as expected.