Blaze now supports editing the text of the primary CTA of the ad. We want to support this from the apps. The web widget experience looks like this:
In mobile we should add a new input text in the Edit Ad screen. This field will be populated with the content coming from /suggestions endpoint. There's a new field, cta_text we can read from.
We'll allow the user to leave that field blanc if they want. This will result in Blaze Ad to add the defatul arrow button:
The value from that input text should be reflected in the ad preview, just like the other suggestions:
We'll need to add the new cta_text string value to the create campaign request.
Cloned from Android: https://github.com/woocommerce/woocommerce-android/issues/12894
Blaze now supports editing the text of the primary CTA of the ad. We want to support this from the apps. The web widget experience looks like this:
In mobile we should add a new input text in the
Edit Ad
screen. This field will be populated with the content coming from/suggestions
endpoint. There's a new field,cta_text
we can read from. We'll allow the user to leave that field blanc if they want. This will result in Blaze Ad to add the defatul arrow button:The value from that input text should be reflected in the ad preview, just like the other suggestions:
We'll need to add the new
cta_text
string value to the create campaign request.