enum ReportableType (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Service
CustomTargetingService
Represents the reportable state of a custom key.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Enumeration |
Description |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version.
|
ON
|
Available for reporting in the Ad Manager query tool.
|
OFF
|
Not available for reporting in the Ad Manager query tool.
|
CUSTOM_DIMENSION
|
Custom dimension available for reporting in the AdManager query tool.
|
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-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eReportableType\u003c/code\u003e indicates whether a custom targeting key can be used for reporting in Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eIt has four possible values: \u003ccode\u003eUNKNOWN\u003c/code\u003e, \u003ccode\u003eON\u003c/code\u003e, \u003ccode\u003eOFF\u003c/code\u003e, and \u003ccode\u003eCUSTOM_DIMENSION\u003c/code\u003e, reflecting the key's reportability status.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eON\u003c/code\u003e signifies reportability in the Ad Manager query tool, while \u003ccode\u003eOFF\u003c/code\u003e means it's not reportable.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCUSTOM_DIMENSION\u003c/code\u003e is a unique value that allows this to be available for custom reporting.\u003c/p\u003e\n"]]],["The `CustomTargetingKey`'s `ReportableType` enumeration defines the reporting status of a custom key. Possible states include `ON` (reportable), `OFF` (not reportable), `CUSTOM_DIMENSION` (available as a custom dimension), and `UNKNOWN` (value not exposed by the API version). This enumeration is part of the `CustomTargetingService` and resides in the specified namespace. It specifies whether the custom key will be accessible for reports in the Ad Manager query tool.\n"],null,["# enum ReportableType (v202408)\n\n**Service** \n**CustomTargetingService** **Dependencies** \n[CustomTargetingKey](/ad-manager/api/reference/v202408/CustomTargetingService.CustomTargetingKey) \n▼\n**ReportableType**\n\nRepresents the reportable state of a custom key.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|--------------------|-------------------------------------------------------------------------------------|\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |\n| `ON` | Available for reporting in the Ad Manager query tool. |\n| `OFF` | Not available for reporting in the Ad Manager query tool. |\n| `CUSTOM_DIMENSION` | Custom dimension available for reporting in the AdManager query tool. |"]]