Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
If you have the date in a field like Sanford says (recommended), you can use 2 filters to get the data. The first one grabs everyone in the last 90 days and the second one ensures you are including records with a date that was 89 days ago- giving you only the 90th. Without that, it would include ...
I would add that there is a pretty terrible bug with Campaign Run Id when Triggering Campaigns via the API. It will use it's lowest value when the campaign is triggered instead of incrementing. It works this way if you Request Campaign as well as update a lead field in the API. For this reason, I...
^^ Came here to say this. Harish Gupta did you just add the escape slashes yourself? If an escape function was run, it would have escaped the line breaks (which aren't needed).If you're new to escaping in this way, you can use an online tool such as:https://codebeautify.org/json-escape-unescape
Hi Harish, It seems like you have a JSON object as the value for "sampleJSON" in the API call. Perhaps Marketo is formatting the data writing to the text area. The last time I did this setup, I want to say I passed an escaped string as the field value in the API call: "sampleJSON" : "[{\"recommend...
This is not possible with the current features.What you can do is use a webhook to send the lead info to some code, do the processing/transformation and then map the response to lead fields. You would need the ability to host a script to send the lead info to, but other than that it's usually feasi...
ahh, I see. I had gone off your screenshot / missed your spec on the triggered campaign. In any case, glad you have it sorted!
Hi Marek, Looks like you are using an Email Program type. The option is within the program 'control panel' when setting it up (below for reference)
In my opinion, Marketo isn't very strong with logic like this. You could build smart campaigns / smart lists or score fields to maybe get something kinda close but I don't think that would be optimal. This seems like a good use case for AI or a data model external to the system. I have a few camp...
I haven't run into this, but also haven't had the need to build something with 400 editable elements and 300 variables. If there is no javascript running, I suspect the system is timing out before it can render all of the items but this is speculation w/o the logs. Maybe try support to see if they ...