Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I've blogged before about Custom Activities, and at length about Custom Objects, but I'm often asked when to use these. Are they interchangeable? Why do we have both? Where am I?So many questions. At a high level, and this may seem obvious but it helps to bear it in mind. Think of Custom objects as ...
This is a great one. Thanks!
Well, for (1) It's an upsert, so if the email exists it will update, if not it will insert. for (2) you can protect those fields with "block field updates".. would that work for you?
Currently you can add all the fields you like, but support had to add them, and as Kristen said they arent available in the UI.
Having been in Marketo Enterprise consulting for about 2 years I've seen a fair few cool Webhook solutions.. here are a few of my favorites that may give you some inspiration1. Calling a service that generates a unique software download URL One of our clients wanted to generate a UNIQUE URL for ...
Unfortunately at present there is no reporting API. you can pull activities through the REST or SOAP APIs to get opens, clicks etc.
Please note that although this is possible you are limited to 20 clones per day.. and we have a program API coming later in Q4 '15 and Q1 '15 that will quite fully encapsulate app CRUD operations within REST API Endpoints.COOL RIGHT?
TimI also emailed you about this yesterday, as you're aware.
As you may know, two things uiniquely identify your instance of Marketo. They are...Your Munchkin ID - A string in the format ABC-123-DEF which you never typically have to be concerned with, but you'll notice that it appears in your Munchkin Javascript code and allows Marketo to associate anonymous ...
In previous entries in this blog series, I've demonstrated how to upload custom object data into marketo using REST and SOAP.. but did you know its also possible to upload data in bulk.. from the Marketo UI, just like you'd upload Lead Data? It's true, and its really cool. The addition of this featu...