[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-15 UTC."],[[["The `OnboardingTask` object represents pending tasks for child publishers that need to be completed to ensure Google's policy compliance."],["These tasks include creating billing profiles, verifying phone numbers, and setting up Ad Manager accounts for child publishers."],["`OnboardingTask` uses an enumeration to describe the specific task type, such as billing profile creation or phone pin verification."],["The `OnboardingTask` object is part of the `CompanyService` within the Ad Manager API and is accessed through the `ChildPublisher` resource."]]],["Child publishers have pending onboarding tasks that must be completed for policy compliance. These tasks include `BILLING_PROFILE_CREATION`, setting up the publisher's payments billing profile; `PHONE_PIN_VERIFICATION`, verifying their phone number; and `AD_MANAGER_ACCOUNT_SETUP`, configuring their Ad Manager account. These tasks are dependencies within the `CompanyService`, specifically related to `ChildPublisher`, under the namespace `https://www.google.com/apis/ads/publisher/v202405`. An `UNKNOWN` task status is also defined.\n"]]