Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Marketo - we do not (currently) use SDFC.
Hmm interesting, so if I pull that on the CO with one record it pulls correctly:But when I run it one the Lead with multiple records, I just get the below - doesn't even print the raw output ${customerProfilesList} Seems like it only occurs on some - here's one where multiple records render corre...
Hello,Not sure if I am missing something - but I seem to be running into a weird issue. My original script is as follows: ##Standard Velocity Date/Time Fields#set( $defaultTimeZone = $date.getTimeZone().getTimeZone("America/Chicago") )#set( $defaultLocale = $date.getLocale() )#set( $calNow = $date....
Sort of, the issue isn't necessarily looking for applicable people as much as an individual record within a Lead. Our institution allows for multiple records to exist under a single email address so it might look like this:Email AddressNameIDbob@gmail.comBob123bob@gmail.comSusan123 So the issue is t...
Hello,Does anyone have any idea/thoughts on the best way to match/tie records within a Lead across different objects in a way that can be used through Smart Lists without needing to be specific to the exact record?For example:Object NamePerson APerson BPerson CCustomer DetailsBobSusanBillAccountsSav...
Thanks! Figured as so, but wanted to validate just in case I was missing something obvious. Would probably have to be done through an API call.
Hello!I'm 99% sure it's not possible - but I was curious if within the Marketo UI there was ANY way to view a data value change to a custom object field?A lot of our campaigns run off these changes and I'm hoping there's a workaround, so I don't have to bother our data team with validating lists 🙂
Hello,Looking for any advice/thoughts on how anyone here utilizes the Munchkin cookie with a CMS in order to identify users? Currently looking to work with our Kentico 13 platform which uses contact groups to identify users (through Form entries and anonymously through web visits).Any advice on how ...
Sorry for the additional post but random idea - would it be possible to utilize the Lead scoring system and do something like:If Person A shown content A add 3 pointsIf Person A shown content B add 5 pointsSince this scoring activity would flow to the activity and would be visible with the API? Gues...
Got it, thank you and @Darshil_Shah1 for the responses. I figured it wouldn't be inherently easy since tracking clicks is one thing, but tracking content on load is another.Got some ideas to think about!