Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
"It both of those values are in the same querystring, then just include the entire string. For example:querystring contains utm_source=ppc&utm_campaign=onlineprinting"hmmmm yes but, what if it was ?utm_campaign=onlineprinting&utm_source=ppc ?"If they are used separately, then use the green plus sign...
Good question.I don't know, but if you could it would be like this:
Do you normally see Marketo append the unsubscribe link to your email even when you have an unsubscribe link?
#foreach ( $x in ${customobject} )
$x.fieldName
#endwell, I haven't really touched the API much in recent times. But my understanding was the leadID was on the way out and the GUID was on the way in. But I think broadly speaking you make some really excellent points, so I definitely support you on that.
does the confirmation email have a link to unsubscribe? it should be in the format {{system.unsubscribeLink}}. It is non-negotiable to include this, even if the email is operational.Does your confirmation email have all formatting cleared? Something in the template suggesting the email is in another...
The use case isn't really a one-size-fits-all approach though.You have a very complete lead record that was updated 6 months ago.You have a duplicate lead that was created 1 minute ago, but it contains just an email address.In your scenario, you want to email the lead record that only has an email a...
I have seen some people use a multi-part form.Page 1 - Form 1. On submit = redirect to page 2.Page 2 - Form 2. On submit = redirect to page 3.Page 3 - Form 3. On submit = "Form" completed.The idea is a smart list says "you have completed form 1, visited page 2, but not filled out form 2... therefore...
Steven,All leads in SFDC sync to Marketo (sync filter not withstanding).However, you control the timing of when a lead syncs from Marketo to SFDC. A use case might be that Marketo only syncs back to SFDC once the lead is "warm" or MQL.You'll need to run your leads through some sort of 'Sync person t...
"should only include people who have not clicked on a link in any email in the last 6 months."I agree, but it's also including people who haven't clicked a link in the last 5 minutes - I think the question is asking for a way to find a level of disengagement.