Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Sargam,Are you using the Facebook pixel to define your custom conversion? If you're using the Custom Audience pixel or the older conversion tracking pixel, you don't actually have the ability to set your conversion, so the conversion simply fires whenever the pixel is loaded. This can lead to the...
Hi Angela,This would be pretty easy to do with a little bit of JS knowledge (just combine a listener for whatever country's chosen and something a la jQuery Mask Plugin.) However, I don't think there's anything that does it out of the box, no.
What is DMARC?Domain-based Message Authentication, Reporting & Conformance, or DMARC, is an email authentication standard introduced in 2012 to determine how unauthenticated email should be handled. It adds a third layer upon SPF and DKIM to create a holistic email confidence system. So, what does t...
Robb is absolutely correct, but as a minor side note you can also place the override on .mktoAsterix in your form's custom CSS if you're looking to keep the styling on some forms but not others, etc.
Hi Malik,First, it's important to note that Marketo will not send duplicate emails if two records with the same email address run through the same Smart Campaign. With that in mind, if you look up the SFDC ID of the Lead version, what comes up in Salesforce? Generally if a record isn't correctly con...
Hi Mihai,Your problem is inherent to the way Marketo works on two fronts: the first being that you cannot loop a person through a flow step multiple times with different selectors, and the other being that if you're trying to reference multiple objects but only want one object in an email, Marketo's...
It's a messy question with no easy answer, unfortunately—I ran into this exact same issue when using BrightTALK since they define number of employees in ranges, so I wound up just hiding the standard Num of Employees field in both Marketo and Salesforce, using that to store definite numbers when the...
Dan is correct that you can only have one acquisition program, but if your larger outcome is to record both contributions, you could always use a combination of Lead Source and Lead Source Detail where Lead Source = PPC, Lead Source Detail = Whitepaper to record the distinction. Since you're setting...
Is there a way to call the form once it's fully loaded without specifying the actual form via the Forms 2.0 JS API, though? I'm trying to come up with a neutral solution, and usually when deploying something neutral I've got something to go with in terms of an action beyond page fully loaded, a la:v...