芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/public_html/wp-content/plugins/google-listings-and-ads/src/Notes/SetupCampaign.php
ads_service->is_setup_started() ) { $note->set_title( __( 'Launch ads to drive traffic and grow sales', 'google-listings-and-ads' ) ); $note->set_content( __( 'Your products are ready for Google Ads! Get your products shown on Google exactly when shoppers are searching for the products you offer. For new Google Ads accounts, get $500 in ad credit when you spend $500 within your first 60 days. T&Cs apply.', 'google-listings-and-ads' ) ); $note->add_action( 'setup-campaign', __( 'Set up Google Ads', 'google-listings-and-ads' ), $this->get_setup_ads_url(), NoteEntry::E_WC_ADMIN_NOTE_ACTIONED, true ); } else { $note->set_title( __( 'Finish connecting your Google Ads account', 'google-listings-and-ads' ) ); $note->set_content( __( 'Your products are ready for Google Ads! Finish connecting your account, create your campaign, pick your budget, and easily measure the impact of your ads. Plus, Google will give you $500 USD in ad credit when you spend $500 for new accounts. T&Cs apply.', 'google-listings-and-ads' ) ); $note->add_action( 'setup-campaign', __( 'Complete Setup', 'google-listings-and-ads' ), $this->get_setup_ads_url(), NoteEntry::E_WC_ADMIN_NOTE_ACTIONED, true ); } $note->add_action( 'setup-campaign-learn-more', __( 'Learn more', 'google-listings-and-ads' ), 'https://woocommerce.com/document/google-for-woocommerce/get-started/google-performance-max-campaigns' ); } }