Mark_Price

Mark_Price

Contact Me
Online Status
Offline
Date Last Visited
‎09-20-2021 03:30 PM
Level 7
Joined the community 10-02-2017
Rank Icon Level 7
Chandler, AZ
  • Re: Clipped unsubscribe link in long emails in Gmail?

    It seems like your message is just over Gmail's limit of: ~100-102KB so it is truncating the code You could: - Move the unsubscribe link so that something else is then getting cut-off (kinda hacky)- Reduce code size

    image_type
    Discussions
    4743 2 0
  • solved badge Re: Hyperlink in Velocity Script Not Working

    The suggestion was made assuming you are including https:// in the field. Marketo has a specific system behavior and if you do not follow the guidelines- the links will break in live emails but not in previews or samples. Here is a snippet from the docs for reference: 123456789101112131415#set($url...

    image_type
    Discussions
    5898 1 0
  • solved badge Re: Hyperlink in Velocity Script Not Working

    Def. checkout Sanford's link above! His blog has lots of hard to find velocity information. For the links, I would not expect any of them to work reliably unless they are formatted with the protocol before the variable: ${lead.recCourse2PTitle}‍‍‍‍

    image_type
    Discussions
    5898 0 0
  • Re: Hiding certain elements in an email

    I mostly use Email Scripting (Velocity) for this. Once you get the hang of it, it's quite powerful in terms of showing/hiding elements or dynamically building emails on a user level. One message in my current instance has 900+ variations and Velocity builds it out on the fly.Here's a link to some r...

    image_type
    Discussions
    1867 1 0
  • Re: Request Campaign vs. other triggers

    You're welcome! This problem can be a tricky one to solve so am happy to share some insight that may help. Jep lays out a good breakdown of what could be happening with response times. Adding to what Jep said, the webhooks are also prioritized as 'low' priority unless you implement a workaround. ...

    image_type
    Discussions
    2973 0 0
  • Re: Request Campaign vs. other triggers

    When the system is backed up, what do you see when you go to the Campaign Queue? You should be able to see the campaign priorities as High, Medium, Low. This might help determine where the blockage is occurring: To weight something as 'high priority' that isn't normally, you can add a blank 'Send A...

    image_type
    Discussions
    5169 1 4
  • Re: How to trigger off of "Person fills out form on weekend"

    You could:- use javascript on the page to fill out a hidden field with the 'day of the week' and use that for automation- use Email Scripting / Velocity to change content - use a Webhook and simple script to return in/out of business hours Some resources that might help JavaScripthttps://developer....

    image_type
    Discussions
    1918 1 0
  • solved badge Re: If Known Visitor Custom HTML Not Working

    Don't see Marketo's tracking script on that page or others. I would suggest including that and seeing if your issue is fixed Go to admin -> munchkin and there should be a script to copy *Note: this will probably fix the known HTML content not showing but will not pre-fill the fields without a worka...

    image_type
    Discussions
    3091 3 2
  • solved badge Re: Conditional forEach statement in Velolcity Script

    Once you get the #foreach working, you may then be surprised by an obscure system behavior with links and #foreach loops. If you are going to output a link from within a #foreach loop, you will probably need to add the class "mktNoTrack" to your link OR deploy a workaround. Otherwise, you'll poten...

    image_type
    Discussions
    10042 1 8
  • solved badge Re: Velocity "Contains" operator case sensitive?

    Yes, so long as your use case is fairly simple, that works: ##toLowerCase example#set( $var = $fieldName__c.toLowerCase() )#if( $var == "pickup" )##do work#elseif( $var == "delivery" )##do other work#end##toLowerCase example#if( $fieldName__c.toLowerCase() == "pickup" )##do work#elseif( $fieldName__...

    image_type
    Discussions
    11284 1 0
Sort By
  • Coach Coach Earned on 2.18.21 Earned by 91 people Select to learn more
  • Ignite 1 Ignite 1 Earned on 2.18.21 Earned by 4266 people Select to learn more
  • Ignite 3 Ignite 3 Earned on 2.18.21 Earned by 1174 people Select to learn more
  • Ignite 5 Ignite 5 Earned on 2.18.21 Earned by 661 people Select to learn more
  •  Unlock Unlock Earned on 2.08.21 Earned by 35 people Select to learn more
  • Boost 100 Boost 100 Earned on 2.08.21 Earned by 121 people Select to learn more
  • Give Back 100 Give Back 100 Earned on 2.08.21 Earned by 107 people Select to learn more
  • Boost 50 Boost 50 Earned on 2.08.21 Earned by 204 people Select to learn more
  • Give Back 50 Give Back 50 Earned on 2.08.21 Earned by 176 people Select to learn more
  • Boost 25 Boost 25 Earned on 2.08.21 Earned by 353 people Select to learn more
  •  Give Back 25 Give Back 25 Earned on 2.08.21 Earned by 332 people Select to learn more
  • Boost 10 Boost 10 Earned on 2.08.21 Earned by 709 people Select to learn more
  • Affirm 10 Affirm 10 Earned on 2.08.21 Earned by 104 people Select to learn more
  • Give Back 5 Give Back 5 Earned on 2.08.21 Earned by 1282 people Select to learn more
  • Applaud 100 Applaud 100 Earned on 2.08.21 Earned by 100 people Select to learn more
  • Boost 5 Boost 5 Earned on 2.08.21 Earned by 1228 people Select to learn more
  • Affirm 5 Affirm 5 Earned on 2.08.21 Earned by 152 people Select to learn more
  • Give Back 3 Give Back 3 Earned on 2.08.21 Earned by 1977 people Select to learn more
  • Applaud 50 Applaud 50 Earned on 2.08.21 Earned by 218 people Select to learn more
  • Boost 3 Boost 3 Earned on 2.08.21 Earned by 1807 people Select to learn more
  • Affirm 3 Affirm 3 Earned on 2.08.21 Earned by 214 people Select to learn more
  • Give Back 10 Give Back 10 Earned on 2.08.21 Earned by 719 people Select to learn more
  • Applaud 25 Applaud 25 Earned on 2.08.21 Earned by 449 people Select to learn more
  • Boost 1 Boost 1 Earned on 2.08.21 Earned by 3997 people Select to learn more
  • Affirm 1 Affirm 1 Earned on 2.08.21 Earned by 713 people Select to learn more
  • Give Back 1 Give Back 1 Earned on 2.08.21 Earned by 4364 people Select to learn more
  • Applaud 5 Applaud 5 Earned on 2.08.21 Earned by 1842 people Select to learn more
  • You're It You're It Earned on 2.04.20 Earned by 1872 people Select to learn more
  • Influencer Influencer Earned on 2.04.20 Earned by 638 people Select to learn more
  • Groupie Groupie Earned on 2.04.20 Earned by 5320 people Select to learn more
  • Helpful - Legacy Badge Helpful - Legacy Badge Earned on 2.04.20 Earned by 293 people Select to learn more
  • Appreciative Appreciative Earned on 2.04.20 Earned by 560 people Select to learn more
  • Publish 60 Publish 60 Earned by 4 people Select to learn more
  • Ignite 70 Ignite 70 Earned by 19 people Select to learn more
  • Publish 70 Publish 70 Earned by 4 people Select to learn more
  • Validate 250 Validate 250 Earned by 3 people Select to learn more
  • Give Back 300 Give Back 300 Earned by 41 people Select to learn more
  • Ignite 60 Ignite 60 Earned by 24 people Select to learn more
  • Ignite 50 Ignite 50 Earned by 30 people Select to learn more
  • Give Back 200 Give Back 200 Earned by 57 people Select to learn more
Public Statistics
Date Registered ‎02-10-2017 08:02 AM
Date Last Visited ‎09-20-2021 03:30 PM
Total Messages Posted 158
Likes Received 131
Likes from