コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
アカウント設定プロセス
AFP の直接モデルでは、子アイテムは Platform API を介してプログラムで追加、設定されます。AdSense の標準的な子アカウントの設定手順は次のとおりです。
- アカウントの作成: プラットフォームは、platforms.accounts.create メソッドを使用して新しいサブアカウントを作成できます。
- アカウントの承認プロセス: サブアカウントの承認を得るには、サブアカウントの下にサイトを作成し、追加情報を提供する必要があります。こちらに記載されている手順に沿って対応してください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],[],[],["Platforms using the direct model manage child accounts programmatically through the Platform API. Account setup involves two key steps: first, creating a new sub-account using the `platforms.accounts.create` method. Second, platforms initiate the sub-account approval process by creating a site within the sub-account and providing supplementary details as outlined in the linked resource. These two steps are essential for the setup and validation of child accounts.\n"]]