Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Just be sure to go back and add in your Marketo editable regions (assuming you want both protected/editable areas of the template). And to optimize deliverablility, your images should be hosted on your domain - if that means within Marketo, you'll need to change all of the image references to the a...
Sure, either this or the solution that finally worked for me would suffice. The root of the issue is the delay - up to 2 hours - for these URLs to be made available within the triggers/filters in Marketo. Eventually I got it to work - I just needed to have patience (which we, as marketers, rarely ...
I'd like to this answer as well so I can include this in the sales alerts. Josh?
Here are the 4 available IM tokens (which is why I couldn't find it - they all begin with "last"):
Going back to the other issue, to properly create values for an "append" field must take on the format of:{{lead.append field}}, {{lead.new value field}} - which is what Josh was referring to in that the existing token must appear first, followed by the field with the new/appended value.
When I type in "{{lead." in a change data value flow step, i'm presented with a bunch of lead tokens, but not "interesting moments".
I don't believe that is a valid token - at least not in our instance. I wish it was as this would allow us to create this history in the sales alerts we send to the sales teams (especially since we don't have Sales Insight deployed yet).
Kenny, you basically answered this for me. I didn't realize that the browser will prepend the protocol used to load the parent page. Thanks again!
Thanks everyone. If we don't use a protocol at all and just use "//app-xxx.marketo.com", does this script work in conjuction with the Munchkin code to properly transcode? Otherwise, how does this work without ANY protocol?
Thanks Kenny. Our embed script takes on the form of:MktoForms2.loadForm("http://app-xxx.marketo.com", "xxx-xxx-xxx", NNNN, function (form) {If we change the protocol to https://app-xxx.marketo.com, that won't submit using SSL encryption?