Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hey Biao,Could you provide the full text of the Request and Response for your query? Feel free to sanitize any sensitive data.
Hey Richard,Have you verified that the field is writable by the sync user in SFDC?
Hey Melissa,You can use campaign-context specific tokens for this purpose. For example, if you have a trigger campaign with Clicks link in email, the result Sales Alert email can include the {{trigger.Name}} token in order to include the name of the email in which the link was clicked. You can see...
Hey Katie,Multi-touch attribution is determined by a lead/contact reaching a success program status in between the Created date of the Opportunity, and the close date of the opportunity. If the automatically generated dates do not match the reality, you can use the Change Program Success flow step ...
Hey Christopher,Channels are a type of Program tag that is mandatory for all programs like Webinar, Email Nurture...etc. Tags are a field that you can optionally add to your programs and customize them completely. They can be thought of just like custom fields for leads or contacts. You can custo...
Hey Ashley,If you're doing what Cheryle has suggested, but the checkboxes for columns are either not appearing or not selectable,, you should try using ctrl+f5 on the page. This will clear the page-local cache and reload, and often fixes many in-browser issues.
Hey Ashley,The simplest way to do this is to set up a Lead Was Created trigger with the constraint 'Form Name is Demo Request Form'. You can add any additional Form names to the constraint as well. If you need to identify past leads who were created by a demo form fill out, you can do the same thi...
Hey Damian,It wouldn't be possible to directly 'Call' a landing page, since you'd need to execute javascript in order pass the information from there to Marketo. However, you could probably set something up to execute a Server Side form Post fairly easily. There's more information about it here: h...
Hey Olivia,While this is not possibel from within the Marketo UI, you can do this with the ImportToList API call, using the ProgramTokenList parameter. You can find more information here: http://developers.marketo.com/documentation/soap/importtolist/