Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Franky,You should not need to add any additional criteria to your email links.The links in the Marketo emails will generally insert a cookie pixel into the browser when the person clicks on the link. This should enable the segmentation on your landing page as Marketo will then register this infor...
Hey Pavan,Is it a possibility that you have not included the "native integration" as part of your Marketo subscription plan? That would probably mean that the CRM element is missing.However, what I would recommend is also raising a support case to ensure that they can look at your instance and poten...
Hi Sonali,Your smart list looks right to me (assuming that there are no advanced filter logic set as well). You can compare your data of your smart list with the "Results" tab of the smart campaign and see if those values match up. What your results tab and smart list may not account for is the same...
Hey ChrisJust adding to Greg's comment. I would also check the activity log to see if the record has synced/updated back to SFDC after the custom score value has changed. If you find that there has been an update back to SFDC for that record then you would be looking at custom validation rules on SF...
Just adding to Jim and Suzanne,The reason you are getting the error: "Skipped execution due to that the SFDC campaign was linked with a program" is because you are attempting to "Add members to an SFDC campaign" when they are already a part of the campaign. Instead you need to change the flow step l...
Hi KyleYour logic makes sense. It is a bit hard to decipher without actually looking into the data. I would recommend creating a Marketo support ticket so that they can provide a better feedback while looking into the data.Only thing I can think of is duplicates of records which would not qualify fo...
Hey Kyle,What is your advanced filter logic?Can you post a screen shot of your smart list?ThanksFloyd
Hey Ayan,I normally use media queries to hide CSS elements in mobile versus desktop. Something like this:@media (max-width: 480px) { .button { display: none; }However, in your case if you add this piece of code you would remove both the buttons in mobile so it would be good to define a differe...