Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Unfortunately Marketo can only read the opportunity object, so achieving this out of the box is not possible. if the data value change is coming from the opportunity you're trying to create a task on, I can think of a way to achieve this by using trigger smart campaigns with velocity's special trigg...
Because you're measuring over a period of a week, you need a new custom field, something like "Weekly score".Create 2 new smart campaigns:1: A batch campaign to write lead score to the weekly score field and schedule this to run weekly2: A trigger campaign using Data value changes (don't use score i...
You don't want a triggered smart campaign merging leads automatically (and that's why it's not possible) If your API processes are creating duplicates then you haven't configured the logic properly and it's your code that you need to fix In the end, marketo has all the raw tools available for you t...
In case you want to try an alternate solution:https://nation.marketo.com/t5/Product-Discussions/Form-pre-fill-workaround/td-p/299933
This was originally posted on 20/05/2019. After the community upgrade, a member made aware to me that they could not access the post. I'm re-posting here so people can see the content again. There's nothing worse than going on leave and coming back to find something broken. Such was the reality for...
Can you post screenshots of your smart list and flows for the smart campaigns you have?
Can't provide an assessment on security, but if your website gets more than 50k hits a day you're going to be out of API calls. Personalisation can be achieved in other ways that doesn't chew up your API calls like this.
Are you creating your own cookies? Do the cookies you're trying to use exist? Are you sure you're after the cookie value functionality? If by "additional code" you're actually asking "do we have to write code to store our own cookies?" - then, of course, yes you do.