How to Edit the CTA of Web Rich Media | Community
Skip to main content
Kamaljeet_Kaur1
New Participant
April 25, 2017
Solved

How to Edit the CTA of Web Rich Media

  • April 25, 2017
  • 1 reply
  • 1636 views

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​

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by David_Myers

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/

Configuration Properties

rcmd.cta.text

“rcmd.cta.text” : “Click Here”Changes the button text. The text is the same for all the buttons.

1 reply

David_Myers
David_MyersAccepted solution
New Participant
April 30, 2017

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/

Configuration Properties

rcmd.cta.text

“rcmd.cta.text” : “Click Here”Changes the button text. The text is the same for all the buttons.