Open joemcgill opened 3 months ago
As part of this issue, we'll deprecate and remove the useFreeAdCredit
hook based on the discussion related to #2599.
@joemcgill I've added the IB. Can you kindly take a look please? Left a question about the useFreeAdCredit
.
@asvinb I've tried to clarify the part about deprecating the useFreeAdCredit
hook in the IB. I think everything else looks good.
Part of https://github.com/woocommerce/google-listings-and-ads/issues/2460
In order to better explain why someone should set up their first PMax campaign, we'll update the Paid Campaign card in the dashboard to show a similar value prop as the one shown during onboarding.
Acceptance Criteria
Implementation Brief
js/src/dashboard/summary-section/paid-features.js
which will house thePaidFeatures
component.js/src/setup-mc/setup-stepper/setup-paid-ads/paid-ads-features-section.js
PaidAdsFeaturesSection
andPaidFeatures
.js/src/setup-mc/setup-stepper/setup-paid-ads/paid-ads-features-section.js
js/src/components/paid-ads/add-paid-campaign-button.js
.js/src/component
js/src/dashboard/summary-section/index.js
,PaidFeatures
toSummarySection
ifadsSetupComplete
istrue
useAdsCampaigns
useFreeAdCredit()
while implementing this, see #2599. Instead of any places where that hook is currently in use should be updated so that the Ads Credit banner is always shown when there are no existing campaigns.Test Coverage
PaidFeatures
to be displayed/hidden.Definition Questions
useFreeAdCredit
hook?