使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
账号审批流程
标准的 AdSense 审批流程包括以下步骤:
- 账号审批:我们会审核发布商的付款信息(电话号码、地址等),以确保其准确无误。
- 网站审批:我们会审核发布商的网站,以确保其符合 AdSense 合作规范。
此流程通常在几天内就能完成,但在某些情况下可能需要 2-4 周的时间。
子账号审批
对于子账号,此流程略有修改,因为上述许多检查都已针对您的主要平台账号完成。创建子账号后,我们需要您提供更多数据才能启动审批流程。此类信息会通过 platforms.accounts.events.create 方法提供给 Google,并且只会用于防范垃圾内容。通过此方法向 Google 提供的数据会在 7 天后被删除。
与您的客户经理联系,了解您的影音平台设置中哪些字段是必填字段。
平台可以通过 platforms.accounts.sites.create 方法为子账号创建网站。创建网站并不会立即触发网站审核;平台可以通过 platforms.accounts.sites.requestReview 方法请求网站审核。
提供所有信息后,AdSense 会抓取子账号页面以处理审批。获得批准后,网站的状态参数将更新。成功完成所有检查后,子账号状态和相应网站都将被标记为APPROVED
。只有APPROVED
子账号可以在APPROVED
网站上投放广告(请注意:一个子账号可以有多个网站,这些网站的审批状态各不相同)。
您可以通过 platforms.accounts.get 方法检索子账号的当前状态。
您可以通过以下 API 方法检索网站的当前状态:
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
[null,null,[],[[["\u003cp\u003eAdSense account approval involves reviewing payment details and site compliance with program policies, typically taking a few days to a few weeks.\u003c/p\u003e\n"],["\u003cp\u003eSub-account approvals require additional data for spam defense, submitted via a specific API method, and retained for 7 days for review.\u003c/p\u003e\n"],["\u003cp\u003ePlatforms can create and request reviews for sub-account sites through designated API methods, leading to an "APPROVED" state for eligible accounts and sites.\u003c/p\u003e\n"],["\u003cp\u003eOnly approved sub-accounts can display ads on approved sites, with the approval status retrievable via dedicated API methods for both accounts and sites.\u003c/p\u003e\n"],["\u003cp\u003eSub-accounts can have multiple sites with varying approval states, offering flexibility in managing and monetizing content across different platforms.\u003c/p\u003e\n"]]],["The AdSense approval process involves reviewing publisher payment details and site compliance with AdSense Program policies. Sub-account approval requires additional data supplied via the `platforms.accounts.events.create` method for spam defense, which is deleted after 7 days. Platforms create sites using `platforms.accounts.sites.create` and request reviews via `platforms.accounts.sites.requestReview`. Approval status, either `APPROVED` or not, is updated in the site's `state`. Sub-account and site `state` can be retrieved using dedicated methods. Only `APPROVED` sub-accounts can serve ads on `APPROVED` sites.\n"],null,["Account approval process\n------------------------\n\nThe standard AdSense approval process has the following steps:\n\n- **Account approval:** We review the publisher's payment details (phone number, address, etc.) to make sure it's accurate.\n- **Site approval:** We review the publisher's site to make sure it complies with the [AdSense Program policies](https://support.google.com/adsense/answer/48182).\n\nThis process usually takes a few days, but in some cases it can take 2-4 weeks.\n\n### Sub-account approvals\n\nSpecifically for sub-accounts, this process has been modified slightly as many of the above checks would have been completed for your main platform account. Once a sub-account has been created, we require additional data in order to kick off the approval process. This information is supplied to Google via the [platforms.accounts.events.create method](/adsense/platforms/reference/rest/v1alpha/platforms.accounts.events/create), and is only used for spam defense purposes. The data supplied to Google via this method is deleted after 7 days.\n\nWork with your account manager to get an understanding of which fields are mandatory for your network's setup.\n\nPlatforms can create sites for a sub-account via the [platforms.accounts.sites.create method](/adsense/platforms/reference/rest/v1alpha/platforms.accounts.sites/create). Site creation doesn't immediately lead to a site review; platforms can request a site review via the [platforms.accounts.sites.requestReview method](/adsense/platforms/reference/rest/v1alpha/platforms.accounts.sites/requestReview).\n\nOnce all information has been supplied, AdSense will crawl the sub-account pages to process the approval. When approved, the [state](/adsense/platforms/reference/rest/v1alpha/platforms.accounts.sites#state) parameter for a site will be updated. Once all the checks are completed successfully, both the sub-account [state](/adsense/platforms/reference/rest/v1alpha/platforms.accounts.sites#state) and corresponding site will be marked as`APPROVED`. Only `APPROVED` sub-accounts can serve ads on `APPROVED` sites (note: one sub-account can have multiple sites with varying approval [states](/adsense/platforms/reference/rest/v1alpha/platforms.accounts.sites#state)).\n\nThe current [state](/adsense/platforms/direct/adsense/platforms/reference/rest/v1alpha/platforms.accounts#state) of a sub-account can be retrieved via the [platforms.accounts.get](/adsense/platforms/reference/rest/v1alpha/platforms.accounts/get) method.\n\nThe current [state](/adsense/platforms/reference/rest/v1alpha/platforms.accounts.sites#state) of a site can be retrieved via the following API methods:\n\n- Retrieve all sites for a child account via the [platforms.accounts.sites.list method](/adsense/platforms/reference/rest/v1alpha/platforms.accounts.sites/list).\n- Retrieve a particular site for a child account via the [platforms.accounts.sites.get method](/adsense/platforms/reference/rest/v1alpha/platforms.accounts.sites/get)."]]