Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Sanford,Thanks for the response!I did read your previous threads on looping through CO. I am looking for Instead of #foreach($item in $COList) #if($item.activityDate <= '2024-02-01') parse the data #end#endCan I identify qualified emails records like#foreach($item in $qualifiedlist) p...
Hi,I have a following use case, please suggest right approachCustomobject "UserActivity" has following data. Email is link fieldemail,activityTypeID,activityType,documentName,activityDatetest1@test.com,1234,vieweddocument,Doc1,2024-02-01test1@ptest.com,2345,vieweddocument,Doc2,2024-04-10test2@test.c...
Thank you, Katja Keesom! My understanding is we cant push custom info like product attributes using munchkin code to Marketo. It can only tag page visit and click events We would like to track not only page visit and page click events but product information as well. So having custom activities defi...
Thank you Sanford!We have data like what are the products an user is visiting on a website, product analysis done by the user, frequent visiting web pages etc... We would like to use Marketo to run some analysis using this data. for example, what is the product that is being viewed by the most user ...
Hi,We are looking to import 3rd party data to Marketo for some analysis. Could you suggest best approach to import 3rd part data to Marketo or best approach for data managementWe are aware of having custom objects created or associate data at lead/company level.Looking for a good data management app...
Thank you so much, Sanford!!Got better understanding on iCalendar. Agical link is really cool!. We will be using agical links for sure. Thanks,Babu
Thank you Stanford! Would like to discuss little bit on this issue, following steps I have done to update Calendar file token via API1. Retrieved Calendar file token details via API, following is token data returned from Marketo"tokens": [{"computedUrl": "https://myurl","type": "iCalendar","name": "...
Hi,We are looking to embed calendar event in the marketo emails. We have created a .ics file token and added to to the email template. We wanted to update the calendar file token values via marketo API call, Can we create or update calendar file token via Marketo API? do not find any documentation o...
Thanks Stanford!!I figured out the issue. I was calling handleGlobalRulesJSONErrors() method from wrong place. Localized custom error message is displaying now.Great post on custom validation message.Thanks a lot!!
Hi Stanford, I have done following steps to display localization error message for gmail.com validationAdded handleGlobalRulesJSONErrors code at the beginning of section of LP templateCalled handleGlobalRulesJSONErrors({errorContext: "de",formOrigin: "http://mydomain.lp.com"}); right after code de...