[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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. |"]]