Is the marketo token work in external web pages, if i embedded the munchkin scripts in the page?.
I am asking that "{{lead.Email Address:default=edit me}}" will retrieve the email address from marketo to an external page or it will work only on marketo page?.
if its not, is there any way to retrieve email in external page using munchkin script?
Solved! Go to Solution.
Tokens only work locally to Marketo, including landing pages, but do not work on external pages. You would need to implement something using one of the APIs in order to retrieve the data for the record you wanted and show it on the page, like this. There are also ways to implement this directly from a CMS without involving Marketo, but those would require storing the data externally.
Hi Arunkumar,
Marketo tokens will not work on external pages. You may be able to get the lead's email address through some custom coding, but the munchkin script won't be able to help with that. Kenny Elkington may have some suggestions on how to do this.
John
Tokens only work locally to Marketo, including landing pages, but do not work on external pages. You would need to implement something using one of the APIs in order to retrieve the data for the record you wanted and show it on the page, like this. There are also ways to implement this directly from a CMS without involving Marketo, but those would require storing the data externally.