Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi LeoOf course in the SOAP API, this value comes back where appropriate.. but it doesn't have a direct analog in REST. I haven't tested this, but the closest thing might be "Variant ID"Here's the full return of Get Activity Types{ "requestId": "14400#14df7f32c9f", "result": [ { "id": 1, ...
You may be using Workspaces and Lead Partitions in Marketo, but here's a twist. If you are separating both Marketo Assets with Workspaces and Marketo Leads using Lead Partitions, you may also have a deduplicate rule in place (which we'll deal with in a separate blog) to allow fully separate leads wi...
You'd have to do it a bit programmatically, I think. If you're using REST and you call "Get Activity Types" This is what comes back for a form fill. Note the primary attribute is form fill ID. I think it would involve calling all activity of a certain type (or types) and then parsing the jSON respon...
I don't think so. Unfortunately, custom opportunity fields are never visible in the UI.
Absolutely. I'd use a custom field for that.
Could you use the Marketo created date? That's the date that an anonymous lead became known... prior to that, they're anonymous, and by definition not addressable by email.
Hi MindyWell Orders exist in a one to many relationship with leads, and are of course added via the API (REST or SOAP). When you load the second order are you creating a new order or updating the existing gone?
That's exactly right. The user will look like this.
It seems like that data wouldnt be relevant to an actual lead.. and the API deals with objects central to Marketo, rather than being an alternative to the interface. What is is you're after? Maybe you can make it a custom field?
You can do this with the REST API, not the SOAP APIGet Multiple Leads by Filter Type » Marketo Developers You'd just set the filter to the column, then pass in the values.