You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the latest update in Figma when user, who has existing GfW active and connected Ads ID, tries to input same ID manually during the Ads setup, we should show warning and disable the button as shown in the referenced design
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
When use tries to add Ads ID, in the manual setup form, that is also connected in Google for WooCommerce plugin new notice is shown bellow the field and complete setup CTA is disabled
Implementation Brief
We need to extract the tag ID from GfW, Evan checked the option, and The tag ID that is put into gtag on the frontend is from the ads_conversion_action option, which is an array that has the tag under conversion_id . See \Automattic\WooCommerce\GoogleListingsAndAds\Google\GlobalSiteTag. This should be exposed in the inline data and retrieved by the selector
Test Coverage
QA Brief
Changelog entry
The text was updated successfully, but these errors were encountered:
Feature Description
Based on the latest update in Figma when user, who has existing GfW active and connected Ads ID, tries to input same ID manually during the Ads setup, we should show warning and disable the button as shown in the referenced design
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
complete setup
CTA is disabledImplementation Brief
We need to extract the tag ID from GfW, Evan checked the option, and The tag ID that is put into gtag on the frontend is from the
ads_conversion_action
option, which is an array that has the tag underconversion_id
. See\Automattic\WooCommerce\GoogleListingsAndAds\Google\GlobalSiteTag
. This should be exposed in the inline data and retrieved by the selectorTest Coverage
QA Brief
Changelog entry
The text was updated successfully, but these errors were encountered: