[[["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 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eOnboardingTask\u003c/code\u003e objects represent pending tasks for child publishers that need to be completed for Google's policy compliance verification.\u003c/p\u003e\n"],["\u003cp\u003eThese tasks are categorized into types like billing profile creation, phone number verification, and Ad Manager account setup, as denoted by the \u003ccode\u003eOnboardingTask\u003c/code\u003e enumeration values.\u003c/p\u003e\n"],["\u003cp\u003eThis information is part of the CompanyService within the Ad Manager API and uses the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `CompanyService` includes `ChildPublisher` dependencies, which have `OnboardingTask` requirements. These tasks are necessary for policy compliance verification. Onboarding tasks include `BILLING_PROFILE_CREATION`, setting up a payments billing profile for the child publisher; `PHONE_PIN_VERIFICATION`, verifying the child publisher's phone number; and `AD_MANAGER_ACCOUNT_SETUP`, configuring the child publisher's Ad Manager account. `UNKNOWN` is an enumeration type. The namespace is `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# enum OnboardingTask (v202408)\n\n**Service** \n**CompanyService** **Dependencies** \n[ChildPublisher](/ad-manager/api/reference/v202408/CompanyService.ChildPublisher) \n▼\n**OnboardingTask**\n\nPending onboarding tasks for the child publishers that must completed before Google's policy\ncompliance is verified.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|----------------------------|-------------------------------------------------------------|\n| `UNKNOWN` | |\n| `BILLING_PROFILE_CREATION` | Creation of the child publisher's payments billing profile. |\n| `PHONE_PIN_VERIFICATION` | Verification of the child publisher's phone number. |\n| `AD_MANAGER_ACCOUNT_SETUP` | Setup of the child publisher's Ad Manager account. |"]]