REST Resource: accounts.platforms
Stay organized with collections
Save and categorize content based on your preferences.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-04 UTC.
[null,null,["Last updated 2025-07-04 UTC."],[[["\u003cp\u003eThe content describes a "Platform" resource, representing a transparent platform with associated data.\u003c/p\u003e\n"],["\u003cp\u003eThe platform resource is represented in JSON format with fields for name, description, and defaultPlatformGroup.\u003c/p\u003e\n"],["\u003cp\u003eThe platform name is a string identifier, following the format: accounts/{account}/platforms/{platform}.\u003c/p\u003e\n"],["\u003cp\u003eMethods are provided to get or list platforms for a given account.\u003c/p\u003e\n"]]],["The content defines a \"Platform\" resource, represented in JSON with fields for `name` (an identifier), `description`, and `defaultPlatformGroup`. The resource can be interacted with via two methods: `get`, which retrieves a specific platform, and `list`, which retrieves all platforms associated with an account. The platform name follows a specified format: accounts/{account}/platforms/{platform}.\n"],null,["# REST Resource: accounts.platforms\n\n- [Resource: Platform](#Platform)\n - [JSON representation](#Platform.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Platform\n------------------\n\nRepresentation of a Transparent Platform.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"description\": string, \"defaultPlatformGroup\": string } ``` |\n\n| Fields ||\n|------------------------|---------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. Resource name of a platform. Format: accounts/{account}/platforms/{platform} |\n| `description` | `string` Output only. Description of the platform. |\n| `defaultPlatformGroup` | `string` Default platform group for the platform. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------|------------------------------------------|\n| ### [get](/adsense/platforms/reference/rest/v1alpha/accounts.platforms/get) | Gets a platform. |\n| ### [list](/adsense/platforms/reference/rest/v1alpha/accounts.platforms/list) | Lists platforms for a specified account. |"]]