Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Is there a significant limitation into the number of filters that can be applied to an attribute? I'm only seeing two:Whereas in RCE, we were able to include up to 10 filters:Is it possible to use a syntax and place all of the filters in a single field - for example CONTAINS '2023-01' or '2023-02' ...
@SanfordWhiteman, will SimpleDTO work in this situation - where the user may be known/anonymous - and populate the hidden field with the "my." program token? How would the form embedded on the external site know which program to pull those tokens from?
That's right - I forgot about that. We already use your DTO script on our site. In the meantime, I'm just going to define the value immediately when someone fills out the form on the specific offer page:
We're using a central form at the bottom of all of our solution offering pages (not Marketo LPs) (e.g., https://www.avanade.com/en/services/microsoft-tech/cloud-and-applications/ai-ready-cloud). At the program level, we have a {{my.solution offer name}} defined - which should populate this value wh...
Now I see. Thanks so much, Sandy - this worked perfectly! I also included additional code to return "Not Available" if the last URL does not exists: #set( $url = $link.uri($lead.lastFormURL) )#set( $void = $url.setQuery($display.alt()) )#set( $void = $url.setFragment($display.alt()) )#if( !$lead.l...
The URL is stored in a custom field: "LastURL". I still don't see where I would truncate the ? - and everything after it - using the code you provided.
Thanks Sandy. Can you explain further using this example?:https://www.avanade.com/en/services/microsoft-tech/modern-workplace/copilot-offering?utm_campaign=aicopilot-nullind-acc-ao&utm_source=google&utm_medium=sem-can I just want to return this: https://www.avanade.com/en/services/microsoft-tech/mo...
I need the output of a velocity script to include just the URL (and non of the URL parameters that follow the ? (stripping out the ? as well). Can you velocity gurus assist? I'm thinking I need to use "TruncateAtWord".
There are no editing features of this. In fact, it's not even called "Engagement Canvas" anymore - just "Engagement Map". Will the rest of the capabilities of engagement canvas be released at a later date? Specifically, what's mentioned here: https://nation.marketo.com/t5/product-blogs/marketo-en...
I actually found the solution that @SanfordWhiteman provided here: https://nation.marketo.com/t5/product-discussions/velocity-scripting-make-lowercase/td-p/26358 But what if there are more than one name in the firstname field, e.g., "JOHN MICHAEL"?