Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Not as technical an answer as either Brennan or Sanford...but it could be a simple order of operations issue, depending on how you are creating the lead.If the lead is created and THEN the values are populated, there could be a moment in time when value of the hidden field changes to empty (qualify ...
+10 to Elliot! In my opinion parameters --> cookies is a must, otherwise we are just flying on a wing and a prayer and hoping leads don't leave our landing page before we can grab their URL params.Iryna, to get the cookie method to work you will also need some javascript to capture the URL parameter...
Thanks for this Sandy. That is pretty cool!Now you're going to make me struggle with my shoddy JS knowledge as I poke through to see how you've done it 😉
Mads, if you are trying to edit the name of the lead via a list import then that should work fine.However if you are editing the "Lead OWNER first name" field, I don't believe this is going to work.That field refers to a record on the user object (likely in SFDC?) and so I am *pretty sure* you can't...
Hi Sherin! Just use the filter "SFDC Type Is Empty". That should do the trick.
Hi Jose, as far as I understand it, this feature will replace what you're doing with javascript but a lot more broadly. Imagine triggering an adwords conversion when an opportunity is opened, or closed for that matter. That's the type of thing this would do by mapping adwords events to your revenue ...
Hey Kim, not sure how your nurture is structured, but let's say you had a mid stage nurture stream that was dependant on reaching a score threshold (e.g., 50) and in that stream you offered some assets with forms that included the more advanced fields. Those that completed those fields would get bum...
Nina, I *believe* you could combine a "Not Was Sent Email" filter in conjunction with this.So,Was Sent Email, Min Times =1Not Was Sent Email, Min Times = 2Would get you only those people who received one email in a month.Justin Norris | Perkuto
It sounds like you would create a field on the lead object in Marketo to contain the webinar ID, then populate this via hidden fields in your forms.I think you could tokenize your event programs so that you just enter the webinar ID in the token and have it pass through to your form fields.Then when...
Hey Sarin,Yes you can do this with a variety of methods -- using one of the Marketo APIs or a server-side form post.http://developers.marketo.com/documentation/soap/http://developers.marketo.com/blog/server-side-form-post/If you search the community here you'll find some interesting discussions abou...