Tokens and Custom Objects are two totally different and incomparable things.Objects are the set of related fields having the data. Like Lead, contact, Opportunity, these are the st...
Here is the working code for reference$apiObj = new mktSampleMktowsClient($this->accessKey, $this->secretKey, $this->soapEndPoint); $getdata = $apiObj->getLeadActivity('EMAIL', $em...
Hi JerelYou would need a webhook to achieve this. You can store a list of all your promo codes in a table, and trigger a webhook when a form is filled. The webhook would pick the u...
Hi ShannonI agree with Josh that you cannot sync previous webinars to a program because its already over. Even if you sync a Marketo program with an upcoming event that already has...
Marketo have launched the functionality to create the fully responsive LP called as Guided Landing Page.Here is the tutorial of Guided LP's: Understanding Elements and Variables in...
Do these fields exist in salesforce also? If yes, when you will sync the new Marketo instance with the salesforce, the fields get created in Marketo automatically.If not, please co...
You can try the "getLeadActivity" function with parameter "activityFilter->includeAttributes->activityType" having the value "UnsubscribeEmail".Hope this will help you.