How can I update the CTA text for web rich media. I don't see any field where I can update the label of this CTA. David Myers
Solved! Go to Solution.
Kamal,
The CTA text for Predictive Rich Media (Web) is handled within the code of the script that you embed on your website to activate the Rich Media template. There is one CTA text for all buttons on the Rich Media template, see the docs here:
http://developers.marketo.com/javascript-api/web-personalization/rich-media-recommendation/
rcmd.cta.text | “rcmd.cta.text” : “Click Here” | Changes the button text. The text is the same for all the buttons. |
Kamal,
The CTA text for Predictive Rich Media (Web) is handled within the code of the script that you embed on your website to activate the Rich Media template. There is one CTA text for all buttons on the Rich Media template, see the docs here:
http://developers.marketo.com/javascript-api/web-personalization/rich-media-recommendation/
rcmd.cta.text | “rcmd.cta.text” : “Click Here” | Changes the button text. The text is the same for all the buttons. |