{ "uuid": "3acae876-d62a-4991-bdad-18c47692bb7d", "lastMigration": 29, "name": "AdSense Management API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "02f17160-1597-4cca-b03c-f3c2c0a515e8", "documentation": "Lists all accounts available to this user.", "method": "get", "endpoint": "v2/accounts", "responses": [ { "uuid": "c783102c-fe97-4c29-a114-f6688f198710", "body": "{\n \"accounts\": [\n {\n \"createTime\": \"\",\n \"displayName\": \"\",\n \"name\": \"\",\n \"pendingTasks\": [\n \"\"\n ],\n \"premium\": {{faker 'datatype.boolean'}},\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'READY' 'NEEDS_ATTENTION' 'CLOSED')}}\",\n \"timeZone\": {\n \"id\": \"\",\n \"version\": \"\"\n }\n }\n ],\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9bf945a9-739f-443e-a12e-20a6c80c7dd5", "documentation": "Generates an ad hoc report.", "method": "get", "endpoint": "v2/:account/reports:generate", "responses": [ { "uuid": "a3082ffa-70cd-4f34-af6d-d620184e32fa", "body": "{\n \"averages\": {\n \"cells\": [\n {\n \"value\": \"\"\n }\n ]\n },\n \"endDate\": {\n \"day\": {{faker 'number.int' max=99999}},\n \"month\": {{faker 'number.int' max=99999}},\n \"year\": {{faker 'number.int' max=99999}}\n },\n \"headers\": [\n {\n \"currencyCode\": \"\",\n \"name\": \"\",\n \"type\": \"{{oneOf (array 'HEADER_TYPE_UNSPECIFIED' 'DIMENSION' 'METRIC_TALLY' 'METRIC_RATIO' 'METRIC_CURRENCY' 'METRIC_MILLISECONDS' 'METRIC_DECIMAL')}}\"\n }\n ],\n \"rows\": [\n {\n \"cells\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"startDate\": {\n \"day\": {{faker 'number.int' max=99999}},\n \"month\": {{faker 'number.int' max=99999}},\n \"year\": {{faker 'number.int' max=99999}}\n },\n \"totalMatchedRows\": \"\",\n \"totals\": {\n \"cells\": [\n {\n \"value\": \"\"\n }\n ]\n },\n \"warnings\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c7902792-a60f-4df0-9c9f-38bf4d70d2ef", "documentation": "Generates a csv formatted ad hoc report.", "method": "get", "endpoint": "v2/:account/reports:generateCsv", "responses": [ { "uuid": "117d73a9-31a5-4695-889c-2d638616eb67", "body": "{\n \"contentType\": \"\",\n \"data\": \"\",\n \"extensions\": [\n {}\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "be714a0f-da06-4a9e-911a-87c7825b7e81", "documentation": "Deletes a custom channel. This method can only be used by projects enabled for the [AdSense for Platforms](https://developers.google.com/adsense/platforms/) product.", "method": "delete", "endpoint": "v2/:name", "responses": [ { "uuid": "dfa32b40-2c49-48e3-b0c2-c5dd66017b94", "body": "{}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fa09f5e3-597a-42da-9f4b-b0254626385e", "documentation": "Gets information about the selected site.", "method": "get", "endpoint": "v2/:name", "responses": [ { "uuid": "771ca3b3-3eff-4c85-9558-a523fe301a21", "body": "{\n \"autoAdsEnabled\": {{faker 'datatype.boolean'}},\n \"domain\": \"\",\n \"name\": \"\",\n \"reportingDimensionId\": \"\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'REQUIRES_REVIEW' 'GETTING_READY' 'READY' 'NEEDS_ATTENTION')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1113a5d3-5354-4263-aa83-51d930cc71cf", "documentation": "Updates a custom channel. This method can only be used by projects enabled for the [AdSense for Platforms](https://developers.google.com/adsense/platforms/) product.", "method": "patch", "endpoint": "v2/:name", "responses": [ { "uuid": "4c4e6afb-a367-4c45-9660-a55b7aa76180", "body": "{\n \"active\": {{faker 'datatype.boolean'}},\n \"displayName\": \"\",\n \"name\": \"\",\n \"reportingDimensionId\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "925db18a-08a9-45e2-9429-cab51fb4dc9e", "documentation": "Gets the ad blocking recovery tag of an account.", "method": "get", "endpoint": "v2/:name/adBlockingRecoveryTag", "responses": [ { "uuid": "e0c4ec45-43fd-49c1-8823-f529d095e447", "body": "{\n \"errorProtectionCode\": \"\",\n \"tag\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e60f98a4-829a-433e-bea8-7285bb601469", "documentation": "Gets the ad unit code for a given ad unit. For more information, see [About the AdSense code](https://support.google.com/adsense/answer/9274634) and [Where to place the ad code in your HTML](https://support.google.com/adsense/answer/9190028).", "method": "get", "endpoint": "v2/:name/adcode", "responses": [ { "uuid": "9aa19f6a-257d-4d71-b592-4c68fa51a429", "body": "{\n \"adCode\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ea8a335d-ebb4-4f84-8c80-ac949fdad28a", "documentation": "Gets the saved report from the given resource name.", "method": "get", "endpoint": "v2/:name/saved", "responses": [ { "uuid": "fb02e2ed-a873-4a84-9b97-4d8ae44e5b7b", "body": "{\n \"name\": \"\",\n \"title\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3651d179-013d-47ba-bc31-898cfc50ba56", "documentation": "Generates a saved report.", "method": "get", "endpoint": "v2/:name/saved:generate", "responses": [ { "uuid": "038c2f58-59f3-41cd-9236-51da425986e2", "body": "{\n \"averages\": {\n \"cells\": [\n {\n \"value\": \"\"\n }\n ]\n },\n \"endDate\": {\n \"day\": {{faker 'number.int' max=99999}},\n \"month\": {{faker 'number.int' max=99999}},\n \"year\": {{faker 'number.int' max=99999}}\n },\n \"headers\": [\n {\n \"currencyCode\": \"\",\n \"name\": \"\",\n \"type\": \"{{oneOf (array 'HEADER_TYPE_UNSPECIFIED' 'DIMENSION' 'METRIC_TALLY' 'METRIC_RATIO' 'METRIC_CURRENCY' 'METRIC_MILLISECONDS' 'METRIC_DECIMAL')}}\"\n }\n ],\n \"rows\": [\n {\n \"cells\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"startDate\": {\n \"day\": {{faker 'number.int' max=99999}},\n \"month\": {{faker 'number.int' max=99999}},\n \"year\": {{faker 'number.int' max=99999}}\n },\n \"totalMatchedRows\": \"\",\n \"totals\": {\n \"cells\": [\n {\n \"value\": \"\"\n }\n ]\n },\n \"warnings\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1f43fd08-9178-4a4e-bc8d-3a56a41b54ab", "documentation": "Generates a csv formatted saved report.", "method": "get", "endpoint": "v2/:name/saved:generateCsv", "responses": [ { "uuid": "720cfeab-516b-4695-a2eb-8de05615b5b9", "body": "{\n \"contentType\": \"\",\n \"data\": \"\",\n \"extensions\": [\n {}\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "368879cc-0e4c-4420-9523-47854e104d72", "documentation": "Lists all the ad clients available in an account.", "method": "get", "endpoint": "v2/:parent/adclients", "responses": [ { "uuid": "81441f10-ef59-4e67-bbd8-a68203a52de3", "body": "{\n \"adClients\": [\n {\n \"name\": \"\",\n \"productCode\": \"\",\n \"reportingDimensionId\": \"\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'READY' 'GETTING_READY' 'REQUIRES_REVIEW')}}\"\n }\n ],\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c481d949-c425-4d96-a757-ca9a48dc0eda", "documentation": "Lists all ad units under a specified account and ad client.", "method": "get", "endpoint": "v2/:parent/adunits", "responses": [ { "uuid": "98ebb506-f365-4793-9457-e679045401ee", "body": "{\n \"adUnits\": [\n {\n \"contentAdsSettings\": {\n \"size\": \"\",\n \"type\": \"{{oneOf (array 'TYPE_UNSPECIFIED' 'DISPLAY' 'FEED' 'ARTICLE' 'MATCHED_CONTENT' 'LINK')}}\"\n },\n \"displayName\": \"\",\n \"name\": \"\",\n \"reportingDimensionId\": \"\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'ACTIVE' 'ARCHIVED')}}\"\n }\n ],\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cf8018f7-1603-4056-907b-4282bd481244", "documentation": "Creates an ad unit. This method can only be used by projects enabled for the [AdSense for Platforms](https://developers.google.com/adsense/platforms/) product. Note that ad units can only be created for ad clients with an \"AFC\" product code. For more info see the [AdClient resource](/adsense/management/reference/rest/v2/accounts.adclients). For now, this method can only be used to create `DISPLAY` ad units. See: https://support.google.com/adsense/answer/9183566", "method": "post", "endpoint": "v2/:parent/adunits", "responses": [ { "uuid": "6a432173-143e-4d84-b76b-3c162d80d951", "body": "{\n \"contentAdsSettings\": {\n \"size\": \"\",\n \"type\": \"{{oneOf (array 'TYPE_UNSPECIFIED' 'DISPLAY' 'FEED' 'ARTICLE' 'MATCHED_CONTENT' 'LINK')}}\"\n },\n \"displayName\": \"\",\n \"name\": \"\",\n \"reportingDimensionId\": \"\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'ACTIVE' 'ARCHIVED')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8f8aa1b2-44e1-43ac-b0d7-b37de0be6f20", "documentation": "Lists all the alerts available in an account.", "method": "get", "endpoint": "v2/:parent/alerts", "responses": [ { "uuid": "929ce5e0-0529-488d-835a-9ee02c15abcf", "body": "{\n \"alerts\": [\n {\n \"message\": \"\",\n \"name\": \"\",\n \"severity\": \"{{oneOf (array 'SEVERITY_UNSPECIFIED' 'INFO' 'WARNING' 'SEVERE')}}\",\n \"type\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "10f7a975-617c-4668-8389-7e77fd0783c9", "documentation": "Lists all the custom channels available in an ad client.", "method": "get", "endpoint": "v2/:parent/customchannels", "responses": [ { "uuid": "e292d230-cc4c-4869-9839-670ce45f0721", "body": "{\n \"customChannels\": [\n {\n \"active\": {{faker 'datatype.boolean'}},\n \"displayName\": \"\",\n \"name\": \"\",\n \"reportingDimensionId\": \"\"\n }\n ],\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b5e18459-2d11-4199-94dd-1d987f50d482", "documentation": "Creates a custom channel. This method can only be used by projects enabled for the [AdSense for Platforms](https://developers.google.com/adsense/platforms/) product.", "method": "post", "endpoint": "v2/:parent/customchannels", "responses": [ { "uuid": "07573228-a841-4421-91ac-875cd136a1ac", "body": "{\n \"active\": {{faker 'datatype.boolean'}},\n \"displayName\": \"\",\n \"name\": \"\",\n \"reportingDimensionId\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "98346dcb-052c-402e-adaf-4c9caf17cb74", "documentation": "Lists all the payments available for an account.", "method": "get", "endpoint": "v2/:parent/payments", "responses": [ { "uuid": "e6ac11b9-6871-4fb7-b16b-a31003c5c110", "body": "{\n \"payments\": [\n {\n \"amount\": \"\",\n \"date\": {\n \"day\": {{faker 'number.int' max=99999}},\n \"month\": {{faker 'number.int' max=99999}},\n \"year\": {{faker 'number.int' max=99999}}\n },\n \"name\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fdfe2163-6502-4651-9750-0f8d5d6745ca", "documentation": "Lists saved reports.", "method": "get", "endpoint": "v2/:parent/reports/saved", "responses": [ { "uuid": "8c0b7cc5-8b15-42d1-b574-7029d1d55969", "body": "{\n \"nextPageToken\": \"\",\n \"savedReports\": [\n {\n \"name\": \"\",\n \"title\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4c53cdfa-ee64-4825-a318-beb65aa3aa90", "documentation": "Lists all the sites available in an account.", "method": "get", "endpoint": "v2/:parent/sites", "responses": [ { "uuid": "374e4d27-87d7-4dc3-aba5-8d0df7e9da60", "body": "{\n \"nextPageToken\": \"\",\n \"sites\": [\n {\n \"autoAdsEnabled\": {{faker 'datatype.boolean'}},\n \"domain\": \"\",\n \"name\": \"\",\n \"reportingDimensionId\": \"\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'REQUIRES_REVIEW' 'GETTING_READY' 'READY' 'NEEDS_ATTENTION')}}\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9a761ed0-3139-4a49-a5e8-b0df8b579e46", "documentation": "Lists active url channels.", "method": "get", "endpoint": "v2/:parent/urlchannels", "responses": [ { "uuid": "6abc275f-6cf4-4689-ba59-c465e76588a3", "body": "{\n \"nextPageToken\": \"\",\n \"urlChannels\": [\n {\n \"name\": \"\",\n \"reportingDimensionId\": \"\",\n \"uriPattern\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "20e5fd8c-3079-4f76-b00b-009976cf139d", "documentation": "Lists all accounts directly managed by the given AdSense account.", "method": "get", "endpoint": "v2/:parent:listChildAccounts", "responses": [ { "uuid": "ad0502c4-d412-49d6-ada4-dbe7cad725c5", "body": "{\n \"accounts\": [\n {\n \"createTime\": \"\",\n \"displayName\": \"\",\n \"name\": \"\",\n \"pendingTasks\": [\n \"\"\n ],\n \"premium\": {{faker 'datatype.boolean'}},\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'READY' 'NEEDS_ATTENTION' 'CLOSED')}}\",\n \"timeZone\": {\n \"id\": \"\",\n \"version\": \"\"\n }\n }\n ],\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c22b8d73-005d-4598-b6ea-82825daf2080", "documentation": "Lists all the ad units available for a custom channel.", "method": "get", "endpoint": "v2/:parent:listLinkedAdUnits", "responses": [ { "uuid": "0deb3330-e8d5-4ee5-8f85-f29bffc97c70", "body": "{\n \"adUnits\": [\n {\n \"contentAdsSettings\": {\n \"size\": \"\",\n \"type\": \"{{oneOf (array 'TYPE_UNSPECIFIED' 'DISPLAY' 'FEED' 'ARTICLE' 'MATCHED_CONTENT' 'LINK')}}\"\n },\n \"displayName\": \"\",\n \"name\": \"\",\n \"reportingDimensionId\": \"\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'ACTIVE' 'ARCHIVED')}}\"\n }\n ],\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "79638c55-db7d-4c96-8219-6c1c382215d1", "documentation": "Lists all the custom channels available for an ad unit.", "method": "get", "endpoint": "v2/:parent:listLinkedCustomChannels", "responses": [ { "uuid": "8861b2db-2523-4be8-aaa2-f953235120f0", "body": "{\n \"customChannels\": [\n {\n \"active\": {{faker 'datatype.boolean'}},\n \"displayName\": \"\",\n \"name\": \"\",\n \"reportingDimensionId\": \"\"\n }\n ],\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "02f17160-1597-4cca-b03c-f3c2c0a515e8" }, { "type": "route", "uuid": "9bf945a9-739f-443e-a12e-20a6c80c7dd5" }, { "type": "route", "uuid": "c7902792-a60f-4df0-9c9f-38bf4d70d2ef" }, { "type": "route", "uuid": "be714a0f-da06-4a9e-911a-87c7825b7e81" }, { "type": "route", "uuid": "fa09f5e3-597a-42da-9f4b-b0254626385e" }, { "type": "route", "uuid": "1113a5d3-5354-4263-aa83-51d930cc71cf" }, { "type": "route", "uuid": "925db18a-08a9-45e2-9429-cab51fb4dc9e" }, { "type": "route", "uuid": "e60f98a4-829a-433e-bea8-7285bb601469" }, { "type": "route", "uuid": "ea8a335d-ebb4-4f84-8c80-ac949fdad28a" }, { "type": "route", "uuid": "3651d179-013d-47ba-bc31-898cfc50ba56" }, { "type": "route", "uuid": "1f43fd08-9178-4a4e-bc8d-3a56a41b54ab" }, { "type": "route", "uuid": "368879cc-0e4c-4420-9523-47854e104d72" }, { "type": "route", "uuid": "c481d949-c425-4d96-a757-ca9a48dc0eda" }, { "type": "route", "uuid": "cf8018f7-1603-4056-907b-4282bd481244" }, { "type": "route", "uuid": "8f8aa1b2-44e1-43ac-b0d7-b37de0be6f20" }, { "type": "route", "uuid": "10f7a975-617c-4668-8389-7e77fd0783c9" }, { "type": "route", "uuid": "b5e18459-2d11-4199-94dd-1d987f50d482" }, { "type": "route", "uuid": "98346dcb-052c-402e-adaf-4c9caf17cb74" }, { "type": "route", "uuid": "fdfe2163-6502-4651-9750-0f8d5d6745ca" }, { "type": "route", "uuid": "4c53cdfa-ee64-4825-a318-beb65aa3aa90" }, { "type": "route", "uuid": "9a761ed0-3139-4a49-a5e8-b0df8b579e46" }, { "type": "route", "uuid": "20e5fd8c-3079-4f76-b00b-009976cf139d" }, { "type": "route", "uuid": "c22b8d73-005d-4598-b6ea-82825daf2080" }, { "type": "route", "uuid": "79638c55-db7d-4c96-8219-6c1c382215d1" } ] }