woocommerce / woocommerce-ios

WooCommerce iOS app
https://www.woocommerce.com/mobile
GNU General Public License v2.0
312 stars 113 forks source link

Support new input field to edit Blaze Ad main CTA #14355

Closed JorgeMucientes closed 7 hours ago

JorgeMucientes commented 6 days ago

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:

Image

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.

dangermattic commented 6 days ago

Thanks for reporting! 👍