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
As a follow-up to #2534 and #2535, once the component responsible for creating campaigns during onboarding is consolidated with the one used for creating and editing a campaign after onboarding, there is a need for that screen to handle cases where the Ads account has been disconnected from the settings screen.
To handle connecting an Ads account during campaign creation, we will optionally show the Google Ads account card on the campaign creation page if no account is connected (see related conversation).
Acceptance Criteria
If an Ads account is already connected when entering the campaign creation form, no Google Ads account card should be shown.
When no Google Ads account is connected, the Google Accounts card is shown in its unconnected state and all other form fields are disabled.
The merchant can use the Ads card to connect an existing account or create a new account.
If a new account is created from this flow, the merchant can complete the claim account flow.
Once connected, the Google Ads card will show in a connected state.
Optionally adding some UI to this page to handle connecting an Ads account that was disconnected via the settings screen is an elegant solution and would allow the whole flow to remain consolidated to a single step. However, this does add a lot of additional complexity to this UI, so I wanted to confirm that we want to move forward with this approach rather than just keeping the first step in this flow (being removed in #2534) and instead optionally show that step if the Ads account is disconnected.
Great, thanks @fblascogarma. I'm going to close this issue as not planned for now, and we'll update #2534 to allow the original step to remain shown if no account is connected.
As a follow-up to #2534 and #2535, once the component responsible for creating campaigns during onboarding is consolidated with the one used for creating and editing a campaign after onboarding, there is a need for that screen to handle cases where the Ads account has been disconnected from the settings screen.
To handle connecting an Ads account during campaign creation, we will optionally show the Google Ads account card on the campaign creation page if no account is connected (see related conversation).
Acceptance Criteria
Implementation details
This should be based from the work in this feature branch: feature/2460-simplify-paid-ads-setup
Test Coverage
Definition Questions
The text was updated successfully, but these errors were encountered: