AI-generated Key Takeaways
-
ReportableType
in CustomTargetingService defines whether a custom key is available for reporting in Ad Manager. -
It has four possible values:
UNKNOWN
,ON
,OFF
, andCUSTOM_DIMENSION
indicating the reporting state. -
ON
means the key is reportable,OFF
means it is not, andCUSTOM_DIMENSION
signifies availability as a custom dimension. -
UNKNOWN
is returned when the actual value isn't exposed by the requested API version.
Represents the reportable state of a custom key.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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. |