{ "uuid": "240d03e4-5258-4ce0-b752-3a1fd3182a23", "lastMigration": 29, "name": "AdSense Host API", "endpointPrefix": "adsensehost/v4.1", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "461ad52d-f182-44a4-ba06-5d66ce63d3af", "documentation": "List hosted accounts associated with this AdSense account by ad client id.", "method": "get", "endpoint": "accounts", "responses": [ { "uuid": "bb44a108-491f-40b7-b3d3-7a5c66ee3631", "body": "{\n \"etag\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"kind\": \"adsensehost#account\",\n \"name\": \"\",\n \"status\": \"\"\n }\n ],\n \"kind\": \"adsensehost#accounts\"\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": "2a6460ba-eb18-4090-afca-a4596c95f4f4", "documentation": "Get information about the selected associated AdSense account.", "method": "get", "endpoint": "accounts/:accountId", "responses": [ { "uuid": "82a86d4f-784f-4458-a255-2e03fa69a4ac", "body": "{\n \"id\": \"\",\n \"kind\": \"adsensehost#account\",\n \"name\": \"\",\n \"status\": \"\"\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": "f86b1074-8664-4e4c-9180-cc731966558d", "documentation": "List all hosted ad clients in the specified hosted account.", "method": "get", "endpoint": "accounts/:accountId/adclients", "responses": [ { "uuid": "02a99f75-6661-4058-a27d-139926ff0878", "body": "{\n \"etag\": \"\",\n \"items\": [\n {\n \"arcOptIn\": {{faker 'datatype.boolean'}},\n \"id\": \"\",\n \"kind\": \"adsensehost#adClient\",\n \"productCode\": \"\",\n \"supportsReporting\": {{faker 'datatype.boolean'}}\n }\n ],\n \"kind\": \"adsensehost#adClients\",\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": "0ac47fd8-a729-41bd-b917-9f9bcc6a9de1", "documentation": "Get information about one of the ad clients in the specified publisher's AdSense account.", "method": "get", "endpoint": "accounts/:accountId/adclients/:adClientId", "responses": [ { "uuid": "cd46c9cb-f8a3-49d2-a593-36754efeadbd", "body": "{\n \"arcOptIn\": {{faker 'datatype.boolean'}},\n \"id\": \"\",\n \"kind\": \"adsensehost#adClient\",\n \"productCode\": \"\",\n \"supportsReporting\": {{faker 'datatype.boolean'}}\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": "78d4e41e-7f7a-4ccd-b536-b3e76bf4e6c8", "documentation": "List all ad units in the specified publisher's AdSense account.", "method": "get", "endpoint": "accounts/:accountId/adclients/:adClientId/adunits", "responses": [ { "uuid": "fee24639-2546-4559-a886-224489b8f251", "body": "{\n \"etag\": \"\",\n \"items\": [\n {\n \"code\": \"\",\n \"contentAdsSettings\": {\n \"backupOption\": {\n \"color\": \"\",\n \"type\": \"\",\n \"url\": \"\"\n },\n \"size\": \"\",\n \"type\": \"\"\n },\n \"customStyle\": {\n \"colors\": {\n \"background\": \"\",\n \"border\": \"\",\n \"text\": \"\",\n \"title\": \"\",\n \"url\": \"\"\n },\n \"corners\": \"\",\n \"font\": {\n \"family\": \"\",\n \"size\": \"\"\n },\n \"kind\": \"adsensehost#adStyle\"\n },\n \"id\": \"\",\n \"kind\": \"adsensehost#adUnit\",\n \"mobileContentAdsSettings\": {\n \"markupLanguage\": \"\",\n \"scriptingLanguage\": \"\",\n \"size\": \"\",\n \"type\": \"\"\n },\n \"name\": \"\",\n \"status\": \"\"\n }\n ],\n \"kind\": \"adsensehost#adUnits\",\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": "72242eba-058a-4553-9e42-cc8607c5cd00", "documentation": "Update the supplied ad unit in the specified publisher AdSense account. This method supports patch semantics.", "method": "patch", "endpoint": "accounts/:accountId/adclients/:adClientId/adunits", "responses": [ { "uuid": "7d116b10-510c-40c9-adff-f3f942a44df5", "body": "{\n \"code\": \"\",\n \"contentAdsSettings\": {\n \"backupOption\": {\n \"color\": \"\",\n \"type\": \"\",\n \"url\": \"\"\n },\n \"size\": \"\",\n \"type\": \"\"\n },\n \"customStyle\": {\n \"colors\": {\n \"background\": \"\",\n \"border\": \"\",\n \"text\": \"\",\n \"title\": \"\",\n \"url\": \"\"\n },\n \"corners\": \"\",\n \"font\": {\n \"family\": \"\",\n \"size\": \"\"\n },\n \"kind\": \"adsensehost#adStyle\"\n },\n \"id\": \"\",\n \"kind\": \"adsensehost#adUnit\",\n \"mobileContentAdsSettings\": {\n \"markupLanguage\": \"\",\n \"scriptingLanguage\": \"\",\n \"size\": \"\",\n \"type\": \"\"\n },\n \"name\": \"\",\n \"status\": \"\"\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": "3d5546e9-68f1-43c8-9d86-b786de52b4d4", "documentation": "Insert the supplied ad unit into the specified publisher AdSense account.", "method": "post", "endpoint": "accounts/:accountId/adclients/:adClientId/adunits", "responses": [ { "uuid": "2c4f8963-5266-4d7e-87a4-f3b1d8840629", "body": "{\n \"code\": \"\",\n \"contentAdsSettings\": {\n \"backupOption\": {\n \"color\": \"\",\n \"type\": \"\",\n \"url\": \"\"\n },\n \"size\": \"\",\n \"type\": \"\"\n },\n \"customStyle\": {\n \"colors\": {\n \"background\": \"\",\n \"border\": \"\",\n \"text\": \"\",\n \"title\": \"\",\n \"url\": \"\"\n },\n \"corners\": \"\",\n \"font\": {\n \"family\": \"\",\n \"size\": \"\"\n },\n \"kind\": \"adsensehost#adStyle\"\n },\n \"id\": \"\",\n \"kind\": \"adsensehost#adUnit\",\n \"mobileContentAdsSettings\": {\n \"markupLanguage\": \"\",\n \"scriptingLanguage\": \"\",\n \"size\": \"\",\n \"type\": \"\"\n },\n \"name\": \"\",\n \"status\": \"\"\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": "fc844753-0c82-4507-a199-860f783142fc", "documentation": "Update the supplied ad unit in the specified publisher AdSense account.", "method": "put", "endpoint": "accounts/:accountId/adclients/:adClientId/adunits", "responses": [ { "uuid": "80d78cd1-e3aa-451a-b0da-d9ef6fcf4fb5", "body": "{\n \"code\": \"\",\n \"contentAdsSettings\": {\n \"backupOption\": {\n \"color\": \"\",\n \"type\": \"\",\n \"url\": \"\"\n },\n \"size\": \"\",\n \"type\": \"\"\n },\n \"customStyle\": {\n \"colors\": {\n \"background\": \"\",\n \"border\": \"\",\n \"text\": \"\",\n \"title\": \"\",\n \"url\": \"\"\n },\n \"corners\": \"\",\n \"font\": {\n \"family\": \"\",\n \"size\": \"\"\n },\n \"kind\": \"adsensehost#adStyle\"\n },\n \"id\": \"\",\n \"kind\": \"adsensehost#adUnit\",\n \"mobileContentAdsSettings\": {\n \"markupLanguage\": \"\",\n \"scriptingLanguage\": \"\",\n \"size\": \"\",\n \"type\": \"\"\n },\n \"name\": \"\",\n \"status\": \"\"\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": "cfdd2e15-8c6f-47a1-b3ad-7d65829c327c", "documentation": "Delete the specified ad unit from the specified publisher AdSense account.", "method": "delete", "endpoint": "accounts/:accountId/adclients/:adClientId/adunits/:adUnitId", "responses": [ { "uuid": "d515f1d9-ad35-438a-b236-81b2fd44b1a5", "body": "{\n \"code\": \"\",\n \"contentAdsSettings\": {\n \"backupOption\": {\n \"color\": \"\",\n \"type\": \"\",\n \"url\": \"\"\n },\n \"size\": \"\",\n \"type\": \"\"\n },\n \"customStyle\": {\n \"colors\": {\n \"background\": \"\",\n \"border\": \"\",\n \"text\": \"\",\n \"title\": \"\",\n \"url\": \"\"\n },\n \"corners\": \"\",\n \"font\": {\n \"family\": \"\",\n \"size\": \"\"\n },\n \"kind\": \"adsensehost#adStyle\"\n },\n \"id\": \"\",\n \"kind\": \"adsensehost#adUnit\",\n \"mobileContentAdsSettings\": {\n \"markupLanguage\": \"\",\n \"scriptingLanguage\": \"\",\n \"size\": \"\",\n \"type\": \"\"\n },\n \"name\": \"\",\n \"status\": \"\"\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": "4393fab6-e2f2-4e57-a5fe-b4248d44b426", "documentation": "Get the specified host ad unit in this AdSense account.", "method": "get", "endpoint": "accounts/:accountId/adclients/:adClientId/adunits/:adUnitId", "responses": [ { "uuid": "164b44e1-054c-4691-ba62-0e87d7957dcc", "body": "{\n \"code\": \"\",\n \"contentAdsSettings\": {\n \"backupOption\": {\n \"color\": \"\",\n \"type\": \"\",\n \"url\": \"\"\n },\n \"size\": \"\",\n \"type\": \"\"\n },\n \"customStyle\": {\n \"colors\": {\n \"background\": \"\",\n \"border\": \"\",\n \"text\": \"\",\n \"title\": \"\",\n \"url\": \"\"\n },\n \"corners\": \"\",\n \"font\": {\n \"family\": \"\",\n \"size\": \"\"\n },\n \"kind\": \"adsensehost#adStyle\"\n },\n \"id\": \"\",\n \"kind\": \"adsensehost#adUnit\",\n \"mobileContentAdsSettings\": {\n \"markupLanguage\": \"\",\n \"scriptingLanguage\": \"\",\n \"size\": \"\",\n \"type\": \"\"\n },\n \"name\": \"\",\n \"status\": \"\"\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": "1f5bddd3-c152-4d4d-8fca-de18248e416a", "documentation": "Get ad code for the specified ad unit, attaching the specified host custom channels.", "method": "get", "endpoint": "accounts/:accountId/adclients/:adClientId/adunits/:adUnitId/adcode", "responses": [ { "uuid": "520ff92c-9414-4fbb-95ba-1ffb520c4d1b", "body": "{\n \"adCode\": \"\",\n \"kind\": \"adsensehost#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": "59abf102-ec91-468c-b5a9-cbf378304c1f", "documentation": "Generate an AdSense report based on the report request sent in the query parameters. Returns the result as JSON; to retrieve output in CSV format specify \"alt=csv\" as a query parameter.", "method": "get", "endpoint": "accounts/:accountId/reports", "responses": [ { "uuid": "40c37238-cda7-4dac-9278-c8391b1048df", "body": "{\n \"averages\": [\n \"\"\n ],\n \"headers\": [\n {\n \"currency\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"kind\": \"adsensehost#report\",\n \"rows\": [\n [\n \"\"\n ]\n ],\n \"totalMatchedRows\": \"\",\n \"totals\": [\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": "0fc5a42f-2eac-4983-ab2a-b70305955954", "documentation": "List all host ad clients in this AdSense account.", "method": "get", "endpoint": "adclients", "responses": [ { "uuid": "9e2ef818-56b1-42d4-9300-6c86559ea1e1", "body": "{\n \"etag\": \"\",\n \"items\": [\n {\n \"arcOptIn\": {{faker 'datatype.boolean'}},\n \"id\": \"\",\n \"kind\": \"adsensehost#adClient\",\n \"productCode\": \"\",\n \"supportsReporting\": {{faker 'datatype.boolean'}}\n }\n ],\n \"kind\": \"adsensehost#adClients\",\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": "7792f33a-2951-4a09-925f-0537068c1b24", "documentation": "Get information about one of the ad clients in the Host AdSense account.", "method": "get", "endpoint": "adclients/:adClientId", "responses": [ { "uuid": "18a585ea-4766-41a3-b6ec-00c7f8515486", "body": "{\n \"arcOptIn\": {{faker 'datatype.boolean'}},\n \"id\": \"\",\n \"kind\": \"adsensehost#adClient\",\n \"productCode\": \"\",\n \"supportsReporting\": {{faker 'datatype.boolean'}}\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": "841c30dc-cdc8-47c4-a4e7-5224ed15ac56", "documentation": "List all host custom channels in this AdSense account.", "method": "get", "endpoint": "adclients/:adClientId/customchannels", "responses": [ { "uuid": "2f66906e-3a73-4e84-8391-884f76233c85", "body": "{\n \"etag\": \"\",\n \"items\": [\n {\n \"code\": \"\",\n \"id\": \"\",\n \"kind\": \"adsensehost#customChannel\",\n \"name\": \"\"\n }\n ],\n \"kind\": \"adsensehost#customChannels\",\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": "f1c9b1e9-0dbb-4a62-99c7-9962fdf20aff", "documentation": "Update a custom channel in the host AdSense account. This method supports patch semantics.", "method": "patch", "endpoint": "adclients/:adClientId/customchannels", "responses": [ { "uuid": "1a47121c-511b-412e-9335-8a7a651d0adc", "body": "{\n \"code\": \"\",\n \"id\": \"\",\n \"kind\": \"adsensehost#customChannel\",\n \"name\": \"\"\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": "3218f0a4-4475-423f-82ec-a7d9b70e0106", "documentation": "Add a new custom channel to the host AdSense account.", "method": "post", "endpoint": "adclients/:adClientId/customchannels", "responses": [ { "uuid": "ba81b374-5762-4bf6-9805-237505a56560", "body": "{\n \"code\": \"\",\n \"id\": \"\",\n \"kind\": \"adsensehost#customChannel\",\n \"name\": \"\"\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": "c60344aa-5dc6-40df-844e-26bbb67f419d", "documentation": "Update a custom channel in the host AdSense account.", "method": "put", "endpoint": "adclients/:adClientId/customchannels", "responses": [ { "uuid": "3612939b-367b-4ae9-863c-4f3531f26797", "body": "{\n \"code\": \"\",\n \"id\": \"\",\n \"kind\": \"adsensehost#customChannel\",\n \"name\": \"\"\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": "ee81adc8-43dd-4c92-a096-4e3ca73a1ba4", "documentation": "Delete a specific custom channel from the host AdSense account.", "method": "delete", "endpoint": "adclients/:adClientId/customchannels/:customChannelId", "responses": [ { "uuid": "65a349f0-24ee-4c14-8354-f0ada50f21ab", "body": "{\n \"code\": \"\",\n \"id\": \"\",\n \"kind\": \"adsensehost#customChannel\",\n \"name\": \"\"\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": "87532b76-8b35-4728-9ac5-00214df90839", "documentation": "Get a specific custom channel from the host AdSense account.", "method": "get", "endpoint": "adclients/:adClientId/customchannels/:customChannelId", "responses": [ { "uuid": "5557f114-5822-4771-92e2-f73e8b778f70", "body": "{\n \"code\": \"\",\n \"id\": \"\",\n \"kind\": \"adsensehost#customChannel\",\n \"name\": \"\"\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": "76507198-cb7f-4633-8dc3-d8233a5c3a5f", "documentation": "List all host URL channels in the host AdSense account.", "method": "get", "endpoint": "adclients/:adClientId/urlchannels", "responses": [ { "uuid": "ed99d803-1528-4a61-9af4-1c90ca14098e", "body": "{\n \"etag\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"kind\": \"adsensehost#urlChannel\",\n \"urlPattern\": \"\"\n }\n ],\n \"kind\": \"adsensehost#urlChannels\",\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": "8c34c394-2ea3-4532-8586-bd479ae2ddb7", "documentation": "Add a new URL channel to the host AdSense account.", "method": "post", "endpoint": "adclients/:adClientId/urlchannels", "responses": [ { "uuid": "e0fae1bc-76b2-4667-b2de-f4614e5559b4", "body": "{\n \"id\": \"\",\n \"kind\": \"adsensehost#urlChannel\",\n \"urlPattern\": \"\"\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": "e965bbeb-b233-4ce0-93fb-f2112daff1cb", "documentation": "Delete a URL channel from the host AdSense account.", "method": "delete", "endpoint": "adclients/:adClientId/urlchannels/:urlChannelId", "responses": [ { "uuid": "16154126-7aef-4407-a5d9-a5cd4173c8ed", "body": "{\n \"id\": \"\",\n \"kind\": \"adsensehost#urlChannel\",\n \"urlPattern\": \"\"\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": "82293e15-3744-408c-a7eb-4a4515a6e93d", "documentation": "Create an association session for initiating an association with an AdSense user.", "method": "get", "endpoint": "associationsessions/start", "responses": [ { "uuid": "e8143c41-bf5d-4af9-abdb-98a45a80adc4", "body": "{\n \"accountId\": \"\",\n \"id\": \"\",\n \"kind\": \"adsensehost#associationSession\",\n \"productCodes\": [\n \"\"\n ],\n \"redirectUrl\": \"\",\n \"status\": \"\",\n \"userLocale\": \"\",\n \"websiteLocale\": \"\",\n \"websiteUrl\": \"\"\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": "b9a9df17-182f-4e27-b08c-8357c73d923a", "documentation": "Verify an association session after the association callback returns from AdSense signup.", "method": "get", "endpoint": "associationsessions/verify", "responses": [ { "uuid": "49f43c63-3544-4d38-83a6-b9c415b85638", "body": "{\n \"accountId\": \"\",\n \"id\": \"\",\n \"kind\": \"adsensehost#associationSession\",\n \"productCodes\": [\n \"\"\n ],\n \"redirectUrl\": \"\",\n \"status\": \"\",\n \"userLocale\": \"\",\n \"websiteLocale\": \"\",\n \"websiteUrl\": \"\"\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": "c0e28cda-ba84-433e-b1d8-bf4ee16fb08d", "documentation": "Generate an AdSense report based on the report request sent in the query parameters. Returns the result as JSON; to retrieve output in CSV format specify \"alt=csv\" as a query parameter.", "method": "get", "endpoint": "reports", "responses": [ { "uuid": "d40a13a5-7f64-426f-bf7f-0e32766dedee", "body": "{\n \"averages\": [\n \"\"\n ],\n \"headers\": [\n {\n \"currency\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"kind\": \"adsensehost#report\",\n \"rows\": [\n [\n \"\"\n ]\n ],\n \"totalMatchedRows\": \"\",\n \"totals\": [\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" } ], "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": "461ad52d-f182-44a4-ba06-5d66ce63d3af" }, { "type": "route", "uuid": "2a6460ba-eb18-4090-afca-a4596c95f4f4" }, { "type": "route", "uuid": "f86b1074-8664-4e4c-9180-cc731966558d" }, { "type": "route", "uuid": "0ac47fd8-a729-41bd-b917-9f9bcc6a9de1" }, { "type": "route", "uuid": "78d4e41e-7f7a-4ccd-b536-b3e76bf4e6c8" }, { "type": "route", "uuid": "72242eba-058a-4553-9e42-cc8607c5cd00" }, { "type": "route", "uuid": "3d5546e9-68f1-43c8-9d86-b786de52b4d4" }, { "type": "route", "uuid": "fc844753-0c82-4507-a199-860f783142fc" }, { "type": "route", "uuid": "cfdd2e15-8c6f-47a1-b3ad-7d65829c327c" }, { "type": "route", "uuid": "4393fab6-e2f2-4e57-a5fe-b4248d44b426" }, { "type": "route", "uuid": "1f5bddd3-c152-4d4d-8fca-de18248e416a" }, { "type": "route", "uuid": "59abf102-ec91-468c-b5a9-cbf378304c1f" }, { "type": "route", "uuid": "0fc5a42f-2eac-4983-ab2a-b70305955954" }, { "type": "route", "uuid": "7792f33a-2951-4a09-925f-0537068c1b24" }, { "type": "route", "uuid": "841c30dc-cdc8-47c4-a4e7-5224ed15ac56" }, { "type": "route", "uuid": "f1c9b1e9-0dbb-4a62-99c7-9962fdf20aff" }, { "type": "route", "uuid": "3218f0a4-4475-423f-82ec-a7d9b70e0106" }, { "type": "route", "uuid": "c60344aa-5dc6-40df-844e-26bbb67f419d" }, { "type": "route", "uuid": "ee81adc8-43dd-4c92-a096-4e3ca73a1ba4" }, { "type": "route", "uuid": "87532b76-8b35-4728-9ac5-00214df90839" }, { "type": "route", "uuid": "76507198-cb7f-4633-8dc3-d8233a5c3a5f" }, { "type": "route", "uuid": "8c34c394-2ea3-4532-8586-bd479ae2ddb7" }, { "type": "route", "uuid": "e965bbeb-b233-4ce0-93fb-f2112daff1cb" }, { "type": "route", "uuid": "82293e15-3744-408c-a7eb-4a4515a6e93d" }, { "type": "route", "uuid": "b9a9df17-182f-4e27-b08c-8357c73d923a" }, { "type": "route", "uuid": "c0e28cda-ba84-433e-b1d8-bf4ee16fb08d" } ] }