Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
A couple of things to check:1. Do you have workspaces and lead partitions setup? If so, make sure your leads are visible to the workspace that your'e working in2. Take away the "New Value" constraint to see if that helps
Depends on if you are declaring a specific link.If not, then #3. If yes, then none of the above. It would be Clicked specific link 2x in any email (if that same link appears in other emails).
All of this put together looks like a race condition to me. If a record filled out a form to unsubscribe, it's a bad idea to use filters to query that new data on top of the trigger. Everything is happening all at once and you're triggering and filtering off of that one event. Instead, keep it si...
I don't believe that the location of the label is inclusive to the Hebrew language, but more so a design aspect of forms. Currently, Marketo only allows you to place the labels above or to the left of the actual field. Because this is a design aspect, you'll need custom CSS to manipulate the style...
Interesting, I'll have a look, thanks!
Not entirely sure what you mean by predictive content for emails as I've not seen this before. Could you clarify this and how it's setup?Predictive content for landing pages can be achieved through RTP using their script (similar to Munchkin) and platform that allows you to setup segments (bucketi...
AFAIK, No. The only way to get lead specific data is to use the Leads endpoint. When you use the activities endpoint, you'll only be able to query activity centric data. Your workaround may be the best way. Not sure if there was any relation, but if your Customer ID is formulated from the Lead ID....
You're going to need to build a container and specify the image to be the background image, then you can layer elements on top of the background image, such as a CTA button. Some simple HTML/CSS should do it. Here's a pretty straight forward w3schools example: How To Create a Hero Image
Send it to yourself as a lead (single flow or campaign). If it bounces, you can grab the bounce code and troubleshoot further. If it does not bounce and successfully sends, then the issue is something else, like what was mentioned by Josh and Devraj.
Have you validated that it was indeed Laurie and not Lucy? Is Laurie a Default value? Are there Duplicates? First name was changed after the send? Email was forwarded from a Laurie to a Lucy? When you follow the activity log, do you see anything that would help you out with this?