SOLVED

How to Edit the CTA of Web Rich Media

Go to solution
Kamaljeet_Kaur1
Level 2

How to Edit the CTA of Web Rich Media

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

1 ACCEPTED SOLUTION

Accepted Solutions
David_Myers
Level 4

Re: How to Edit the CTA of Web Rich Media

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.

View solution in original post

1 REPLY 1
David_Myers
Level 4

Re: How to Edit the CTA of Web Rich Media

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.