Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Side by Side Diff: discovery/googleapis/dfareporting__v2.7.json

Issue 2485703002: Api-roll 42: 2016-11-08 (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « discovery/googleapis/dfareporting__v2.6.json ('k') | discovery/googleapis/dns__v1.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "auth": { 2 "auth": {
3 "oauth2": { 3 "oauth2": {
4 "scopes": { 4 "scopes": {
5 "https://www.googleapis.com/auth/ddmconversions": { 5 "https://www.googleapis.com/auth/ddmconversions": {
6 "description": "Manage DoubleClick Digital Marketing convers ions" 6 "description": "Manage DoubleClick Digital Marketing convers ions"
7 }, 7 },
8 "https://www.googleapis.com/auth/dfareporting": { 8 "https://www.googleapis.com/auth/dfareporting": {
9 "description": "View and manage DoubleClick for Advertisers reports" 9 "description": "View and manage DoubleClick for Advertisers reports"
10 }, 10 },
11 "https://www.googleapis.com/auth/dfatrafficking": { 11 "https://www.googleapis.com/auth/dfatrafficking": {
12 "description": "View and manage your DoubleClick Campaign Ma nager's (DCM) display ad campaigns" 12 "description": "View and manage your DoubleClick Campaign Ma nager's (DCM) display ad campaigns"
13 } 13 }
14 } 14 }
15 } 15 }
16 }, 16 },
17 "basePath": "/dfareporting/v2.6/", 17 "basePath": "/dfareporting/v2.7/",
18 "baseUrl": "https://www.googleapis.com/dfareporting/v2.6/", 18 "baseUrl": "https://www.googleapis.com/dfareporting/v2.7/",
19 "batchPath": "batch", 19 "batchPath": "batch",
20 "description": "Manages your DoubleClick Campaign Manager ad campaigns and r eports.", 20 "description": "Manages your DoubleClick Campaign Manager ad campaigns and r eports.",
21 "discoveryVersion": "v1", 21 "discoveryVersion": "v1",
22 "documentationLink": "https://developers.google.com/doubleclick-advertisers/ ", 22 "documentationLink": "https://developers.google.com/doubleclick-advertisers/ ",
23 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/kUzYRmhKcAnpiKF3q0AnOrMQGIA\"", 23 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/OBUnP-P7ni-fogNkVJMH8BP7EG8\"",
24 "icons": { 24 "icons": {
25 "x16": "https://www.google.com/images/icons/product/doubleclick-16.gif", 25 "x16": "https://www.google.com/images/icons/product/doubleclick-16.gif",
26 "x32": "https://www.google.com/images/icons/product/doubleclick-32.gif" 26 "x32": "https://www.google.com/images/icons/product/doubleclick-32.gif"
27 }, 27 },
28 "id": "dfareporting:v2.6", 28 "id": "dfareporting:v2.7",
29 "kind": "discovery#restDescription", 29 "kind": "discovery#restDescription",
30 "name": "dfareporting", 30 "name": "dfareporting",
31 "ownerDomain": "google.com", 31 "ownerDomain": "google.com",
32 "ownerName": "Google", 32 "ownerName": "Google",
33 "parameters": { 33 "parameters": {
34 "alt": { 34 "alt": {
35 "default": "json", 35 "default": "json",
36 "description": "Data format for the response.", 36 "description": "Data format for the response.",
37 "enum": [ 37 "enum": [
38 "json" 38 "json"
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 "$ref": "AccountUserProfile" 288 "$ref": "AccountUserProfile"
289 }, 289 },
290 "response": { 290 "response": {
291 "$ref": "AccountUserProfile" 291 "$ref": "AccountUserProfile"
292 }, 292 },
293 "scopes": [ 293 "scopes": [
294 "https://www.googleapis.com/auth/dfatrafficking" 294 "https://www.googleapis.com/auth/dfatrafficking"
295 ] 295 ]
296 }, 296 },
297 "list": { 297 "list": {
298 "description": "Retrieves a list of account user profiles, p ossibly filtered.", 298 "description": "Retrieves a list of account user profiles, p ossibly filtered. This method supports paging.",
299 "httpMethod": "GET", 299 "httpMethod": "GET",
300 "id": "dfareporting.accountUserProfiles.list", 300 "id": "dfareporting.accountUserProfiles.list",
301 "parameterOrder": [ 301 "parameterOrder": [
302 "profileId" 302 "profileId"
303 ], 303 ],
304 "parameters": { 304 "parameters": {
305 "active": { 305 "active": {
306 "description": "Select only active user profiles.", 306 "description": "Select only active user profiles.",
307 "location": "query", 307 "location": "query",
308 "type": "boolean" 308 "type": "boolean"
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 }, 476 },
477 "path": "userprofiles/{profileId}/accounts/{id}", 477 "path": "userprofiles/{profileId}/accounts/{id}",
478 "response": { 478 "response": {
479 "$ref": "Account" 479 "$ref": "Account"
480 }, 480 },
481 "scopes": [ 481 "scopes": [
482 "https://www.googleapis.com/auth/dfatrafficking" 482 "https://www.googleapis.com/auth/dfatrafficking"
483 ] 483 ]
484 }, 484 },
485 "list": { 485 "list": {
486 "description": "Retrieves the list of accounts, possibly fil tered.", 486 "description": "Retrieves the list of accounts, possibly fil tered. This method supports paging.",
487 "httpMethod": "GET", 487 "httpMethod": "GET",
488 "id": "dfareporting.accounts.list", 488 "id": "dfareporting.accounts.list",
489 "parameterOrder": [ 489 "parameterOrder": [
490 "profileId" 490 "profileId"
491 ], 491 ],
492 "parameters": { 492 "parameters": {
493 "active": { 493 "active": {
494 "description": "Select only active accounts. Don't s et this field to select both active and non-active accounts.", 494 "description": "Select only active accounts. Don't s et this field to select both active and non-active accounts.",
495 "location": "query", 495 "location": "query",
496 "type": "boolean" 496 "type": "boolean"
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 "$ref": "Ad" 679 "$ref": "Ad"
680 }, 680 },
681 "response": { 681 "response": {
682 "$ref": "Ad" 682 "$ref": "Ad"
683 }, 683 },
684 "scopes": [ 684 "scopes": [
685 "https://www.googleapis.com/auth/dfatrafficking" 685 "https://www.googleapis.com/auth/dfatrafficking"
686 ] 686 ]
687 }, 687 },
688 "list": { 688 "list": {
689 "description": "Retrieves a list of ads, possibly filtered." , 689 "description": "Retrieves a list of ads, possibly filtered. This method supports paging.",
690 "httpMethod": "GET", 690 "httpMethod": "GET",
691 "id": "dfareporting.ads.list", 691 "id": "dfareporting.ads.list",
692 "parameterOrder": [ 692 "parameterOrder": [
693 "profileId" 693 "profileId"
694 ], 694 ],
695 "parameters": { 695 "parameters": {
696 "active": { 696 "active": {
697 "description": "Select only active ads.", 697 "description": "Select only active ads.",
698 "location": "query", 698 "location": "query",
699 "type": "boolean" 699 "type": "boolean"
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 "repeated": true, 749 "repeated": true,
750 "type": "string" 750 "type": "string"
751 }, 751 },
752 "creativeOptimizationConfigurationIds": { 752 "creativeOptimizationConfigurationIds": {
753 "description": "Select only ads with these creative optimization configuration IDs.", 753 "description": "Select only ads with these creative optimization configuration IDs.",
754 "format": "int64", 754 "format": "int64",
755 "location": "query", 755 "location": "query",
756 "repeated": true, 756 "repeated": true,
757 "type": "string" 757 "type": "string"
758 }, 758 },
759 "creativeType": {
760 "description": "Select only ads with the specified c reativeType.",
761 "enum": [
762 "BRAND_SAFE_DEFAULT_INSTREAM_VIDEO",
763 "CUSTOM_DISPLAY",
764 "CUSTOM_DISPLAY_INTERSTITIAL",
765 "DISPLAY",
766 "DISPLAY_IMAGE_GALLERY",
767 "DISPLAY_REDIRECT",
768 "FLASH_INPAGE",
769 "HTML5_BANNER",
770 "IMAGE",
771 "INSTREAM_VIDEO",
772 "INSTREAM_VIDEO_REDIRECT",
773 "INTERNAL_REDIRECT",
774 "INTERSTITIAL_INTERNAL_REDIRECT",
775 "RICH_MEDIA_DISPLAY_BANNER",
776 "RICH_MEDIA_DISPLAY_EXPANDING",
777 "RICH_MEDIA_DISPLAY_INTERSTITIAL",
778 "RICH_MEDIA_DISPLAY_MULTI_FLOATING_INTERSTITIAL" ,
779 "RICH_MEDIA_IM_EXPAND",
780 "RICH_MEDIA_INPAGE_FLOATING",
781 "RICH_MEDIA_MOBILE_IN_APP",
782 "RICH_MEDIA_PEEL_DOWN",
783 "TRACKING_TEXT",
784 "VPAID_LINEAR_VIDEO",
785 "VPAID_NON_LINEAR_VIDEO"
786 ],
787 "enumDescriptions": [
788 "",
789 "",
790 "",
791 "",
792 "",
793 "",
794 "",
795 "",
796 "",
797 "",
798 "",
799 "",
800 "",
801 "",
802 "",
803 "",
804 "",
805 "",
806 "",
807 "",
808 "",
809 "",
810 "",
811 ""
812 ],
813 "location": "query",
814 "type": "string"
815 },
816 "dynamicClickTracker": { 759 "dynamicClickTracker": {
817 "description": "Select only dynamic click trackers. Applicable when type is AD_SERVING_CLICK_TRACKER. If true, select dynamic click trackers. If false, select static click trackers. Leave unset to select both.", 760 "description": "Select only dynamic click trackers. Applicable when type is AD_SERVING_CLICK_TRACKER. If true, select dynamic click trackers. If false, select static click trackers. Leave unset to select both.",
818 "location": "query", 761 "location": "query",
819 "type": "boolean" 762 "type": "boolean"
820 }, 763 },
821 "ids": { 764 "ids": {
822 "description": "Select only ads with these IDs.", 765 "description": "Select only ads with these IDs.",
823 "format": "int64", 766 "format": "int64",
824 "location": "query", 767 "location": "query",
825 "repeated": true, 768 "repeated": true,
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
1093 "$ref": "AdvertiserGroup" 1036 "$ref": "AdvertiserGroup"
1094 }, 1037 },
1095 "response": { 1038 "response": {
1096 "$ref": "AdvertiserGroup" 1039 "$ref": "AdvertiserGroup"
1097 }, 1040 },
1098 "scopes": [ 1041 "scopes": [
1099 "https://www.googleapis.com/auth/dfatrafficking" 1042 "https://www.googleapis.com/auth/dfatrafficking"
1100 ] 1043 ]
1101 }, 1044 },
1102 "list": { 1045 "list": {
1103 "description": "Retrieves a list of advertiser groups, possi bly filtered.", 1046 "description": "Retrieves a list of advertiser groups, possi bly filtered. This method supports paging.",
1104 "httpMethod": "GET", 1047 "httpMethod": "GET",
1105 "id": "dfareporting.advertiserGroups.list", 1048 "id": "dfareporting.advertiserGroups.list",
1106 "parameterOrder": [ 1049 "parameterOrder": [
1107 "profileId" 1050 "profileId"
1108 ], 1051 ],
1109 "parameters": { 1052 "parameters": {
1110 "ids": { 1053 "ids": {
1111 "description": "Select only advertiser groups with t hese IDs.", 1054 "description": "Select only advertiser groups with t hese IDs.",
1112 "format": "int64", 1055 "format": "int64",
1113 "location": "query", 1056 "location": "query",
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
1291 "$ref": "Advertiser" 1234 "$ref": "Advertiser"
1292 }, 1235 },
1293 "response": { 1236 "response": {
1294 "$ref": "Advertiser" 1237 "$ref": "Advertiser"
1295 }, 1238 },
1296 "scopes": [ 1239 "scopes": [
1297 "https://www.googleapis.com/auth/dfatrafficking" 1240 "https://www.googleapis.com/auth/dfatrafficking"
1298 ] 1241 ]
1299 }, 1242 },
1300 "list": { 1243 "list": {
1301 "description": "Retrieves a list of advertisers, possibly fi ltered.", 1244 "description": "Retrieves a list of advertisers, possibly fi ltered. This method supports paging.",
1302 "httpMethod": "GET", 1245 "httpMethod": "GET",
1303 "id": "dfareporting.advertisers.list", 1246 "id": "dfareporting.advertisers.list",
1304 "parameterOrder": [ 1247 "parameterOrder": [
1305 "profileId" 1248 "profileId"
1306 ], 1249 ],
1307 "parameters": { 1250 "parameters": {
1308 "advertiserGroupIds": { 1251 "advertiserGroupIds": {
1309 "description": "Select only advertisers with these a dvertiser group IDs.", 1252 "description": "Select only advertisers with these a dvertiser group IDs.",
1310 "format": "int64", 1253 "format": "int64",
1311 "location": "query", 1254 "location": "query",
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
1536 "$ref": "CampaignCreativeAssociation" 1479 "$ref": "CampaignCreativeAssociation"
1537 }, 1480 },
1538 "response": { 1481 "response": {
1539 "$ref": "CampaignCreativeAssociation" 1482 "$ref": "CampaignCreativeAssociation"
1540 }, 1483 },
1541 "scopes": [ 1484 "scopes": [
1542 "https://www.googleapis.com/auth/dfatrafficking" 1485 "https://www.googleapis.com/auth/dfatrafficking"
1543 ] 1486 ]
1544 }, 1487 },
1545 "list": { 1488 "list": {
1546 "description": "Retrieves the list of creative IDs associate d with the specified campaign.", 1489 "description": "Retrieves the list of creative IDs associate d with the specified campaign. This method supports paging.",
1547 "httpMethod": "GET", 1490 "httpMethod": "GET",
1548 "id": "dfareporting.campaignCreativeAssociations.list", 1491 "id": "dfareporting.campaignCreativeAssociations.list",
1549 "parameterOrder": [ 1492 "parameterOrder": [
1550 "profileId", 1493 "profileId",
1551 "campaignId" 1494 "campaignId"
1552 ], 1495 ],
1553 "parameters": { 1496 "parameters": {
1554 "campaignId": { 1497 "campaignId": {
1555 "description": "Campaign ID in this association.", 1498 "description": "Campaign ID in this association.",
1556 "format": "int64", 1499 "format": "int64",
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
1669 "$ref": "Campaign" 1612 "$ref": "Campaign"
1670 }, 1613 },
1671 "response": { 1614 "response": {
1672 "$ref": "Campaign" 1615 "$ref": "Campaign"
1673 }, 1616 },
1674 "scopes": [ 1617 "scopes": [
1675 "https://www.googleapis.com/auth/dfatrafficking" 1618 "https://www.googleapis.com/auth/dfatrafficking"
1676 ] 1619 ]
1677 }, 1620 },
1678 "list": { 1621 "list": {
1679 "description": "Retrieves a list of campaigns, possibly filt ered.", 1622 "description": "Retrieves a list of campaigns, possibly filt ered. This method supports paging.",
1680 "httpMethod": "GET", 1623 "httpMethod": "GET",
1681 "id": "dfareporting.campaigns.list", 1624 "id": "dfareporting.campaigns.list",
1682 "parameterOrder": [ 1625 "parameterOrder": [
1683 "profileId" 1626 "profileId"
1684 ], 1627 ],
1685 "parameters": { 1628 "parameters": {
1686 "advertiserGroupIds": { 1629 "advertiserGroupIds": {
1687 "description": "Select only campaigns whose advertis ers belong to these advertiser groups.", 1630 "description": "Select only campaigns whose advertis ers belong to these advertiser groups.",
1688 "format": "int64", 1631 "format": "int64",
1689 "location": "query", 1632 "location": "query",
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
1883 }, 1826 },
1884 "path": "userprofiles/{profileId}/changeLogs/{id}", 1827 "path": "userprofiles/{profileId}/changeLogs/{id}",
1885 "response": { 1828 "response": {
1886 "$ref": "ChangeLog" 1829 "$ref": "ChangeLog"
1887 }, 1830 },
1888 "scopes": [ 1831 "scopes": [
1889 "https://www.googleapis.com/auth/dfatrafficking" 1832 "https://www.googleapis.com/auth/dfatrafficking"
1890 ] 1833 ]
1891 }, 1834 },
1892 "list": { 1835 "list": {
1893 "description": "Retrieves a list of change logs.", 1836 "description": "Retrieves a list of change logs. This method supports paging.",
1894 "httpMethod": "GET", 1837 "httpMethod": "GET",
1895 "id": "dfareporting.changeLogs.list", 1838 "id": "dfareporting.changeLogs.list",
1896 "parameterOrder": [ 1839 "parameterOrder": [
1897 "profileId" 1840 "profileId"
1898 ], 1841 ],
1899 "parameters": { 1842 "parameters": {
1900 "action": { 1843 "action": {
1901 "description": "Select only change logs with the spe cified action.", 1844 "description": "Select only change logs with the spe cified action.",
1902 "enum": [ 1845 "enum": [
1903 "ACTION_ADD", 1846 "ACTION_ADD",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
1998 "OBJECT_LANDING_PAGE", 1941 "OBJECT_LANDING_PAGE",
1999 "OBJECT_MEDIA_ORDER", 1942 "OBJECT_MEDIA_ORDER",
2000 "OBJECT_PLACEMENT", 1943 "OBJECT_PLACEMENT",
2001 "OBJECT_PLACEMENT_STRATEGY", 1944 "OBJECT_PLACEMENT_STRATEGY",
2002 "OBJECT_PLAYSTORE_LINK", 1945 "OBJECT_PLAYSTORE_LINK",
2003 "OBJECT_PROVIDED_LIST_CLIENT", 1946 "OBJECT_PROVIDED_LIST_CLIENT",
2004 "OBJECT_RATE_CARD", 1947 "OBJECT_RATE_CARD",
2005 "OBJECT_REMARKETING_LIST", 1948 "OBJECT_REMARKETING_LIST",
2006 "OBJECT_RICHMEDIA_CREATIVE", 1949 "OBJECT_RICHMEDIA_CREATIVE",
2007 "OBJECT_SD_SITE", 1950 "OBJECT_SD_SITE",
1951 "OBJECT_SEARCH_LIFT_STUDY",
2008 "OBJECT_SIZE", 1952 "OBJECT_SIZE",
2009 "OBJECT_SUBACCOUNT", 1953 "OBJECT_SUBACCOUNT",
2010 "OBJECT_TARGETING_TEMPLATE", 1954 "OBJECT_TARGETING_TEMPLATE",
2011 "OBJECT_USER_PROFILE", 1955 "OBJECT_USER_PROFILE",
2012 "OBJECT_USER_PROFILE_FILTER", 1956 "OBJECT_USER_PROFILE_FILTER",
2013 "OBJECT_USER_ROLE" 1957 "OBJECT_USER_ROLE"
2014 ], 1958 ],
2015 "enumDescriptions": [ 1959 "enumDescriptions": [
2016 "", 1960 "",
2017 "", 1961 "",
(...skipping 25 matching lines...) Expand all
2043 "", 1987 "",
2044 "", 1988 "",
2045 "", 1989 "",
2046 "", 1990 "",
2047 "", 1991 "",
2048 "", 1992 "",
2049 "", 1993 "",
2050 "", 1994 "",
2051 "", 1995 "",
2052 "", 1996 "",
1997 "",
2053 "" 1998 ""
2054 ], 1999 ],
2055 "location": "query", 2000 "location": "query",
2056 "type": "string" 2001 "type": "string"
2057 }, 2002 },
2058 "pageToken": { 2003 "pageToken": {
2059 "description": "Value of the nextPageToken from the previous result page.", 2004 "description": "Value of the nextPageToken from the previous result page.",
2060 "location": "query", 2005 "location": "query",
2061 "type": "string" 2006 "type": "string"
2062 }, 2007 },
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
2288 "$ref": "ContentCategory" 2233 "$ref": "ContentCategory"
2289 }, 2234 },
2290 "response": { 2235 "response": {
2291 "$ref": "ContentCategory" 2236 "$ref": "ContentCategory"
2292 }, 2237 },
2293 "scopes": [ 2238 "scopes": [
2294 "https://www.googleapis.com/auth/dfatrafficking" 2239 "https://www.googleapis.com/auth/dfatrafficking"
2295 ] 2240 ]
2296 }, 2241 },
2297 "list": { 2242 "list": {
2298 "description": "Retrieves a list of content categories, poss ibly filtered.", 2243 "description": "Retrieves a list of content categories, poss ibly filtered. This method supports paging.",
2299 "httpMethod": "GET", 2244 "httpMethod": "GET",
2300 "id": "dfareporting.contentCategories.list", 2245 "id": "dfareporting.contentCategories.list",
2301 "parameterOrder": [ 2246 "parameterOrder": [
2302 "profileId" 2247 "profileId"
2303 ], 2248 ],
2304 "parameters": { 2249 "parameters": {
2305 "ids": { 2250 "ids": {
2306 "description": "Select only content categories with these IDs.", 2251 "description": "Select only content categories with these IDs.",
2307 "format": "int64", 2252 "format": "int64",
2308 "location": "query", 2253 "location": "query",
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
2529 "httpMethod": "POST", 2474 "httpMethod": "POST",
2530 "id": "dfareporting.creativeAssets.insert", 2475 "id": "dfareporting.creativeAssets.insert",
2531 "mediaUpload": { 2476 "mediaUpload": {
2532 "accept": [ 2477 "accept": [
2533 "*/*" 2478 "*/*"
2534 ], 2479 ],
2535 "maxSize": "1024MB", 2480 "maxSize": "1024MB",
2536 "protocols": { 2481 "protocols": {
2537 "resumable": { 2482 "resumable": {
2538 "multipart": true, 2483 "multipart": true,
2539 "path": "/resumable/upload/dfareporting/v2.6/use rprofiles/{profileId}/creativeAssets/{advertiserId}/creativeAssets" 2484 "path": "/resumable/upload/dfareporting/v2.7/use rprofiles/{profileId}/creativeAssets/{advertiserId}/creativeAssets"
2540 }, 2485 },
2541 "simple": { 2486 "simple": {
2542 "multipart": true, 2487 "multipart": true,
2543 "path": "/upload/dfareporting/v2.6/userprofiles/ {profileId}/creativeAssets/{advertiserId}/creativeAssets" 2488 "path": "/upload/dfareporting/v2.7/userprofiles/ {profileId}/creativeAssets/{advertiserId}/creativeAssets"
2544 } 2489 }
2545 } 2490 }
2546 }, 2491 },
2547 "parameterOrder": [ 2492 "parameterOrder": [
2548 "profileId", 2493 "profileId",
2549 "advertiserId" 2494 "advertiserId"
2550 ], 2495 ],
2551 "parameters": { 2496 "parameters": {
2552 "advertiserId": { 2497 "advertiserId": {
2553 "description": "Advertiser ID of this creative. This is a required field.", 2498 "description": "Advertiser ID of this creative. This is a required field.",
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
2686 "$ref": "CreativeFieldValue" 2631 "$ref": "CreativeFieldValue"
2687 }, 2632 },
2688 "response": { 2633 "response": {
2689 "$ref": "CreativeFieldValue" 2634 "$ref": "CreativeFieldValue"
2690 }, 2635 },
2691 "scopes": [ 2636 "scopes": [
2692 "https://www.googleapis.com/auth/dfatrafficking" 2637 "https://www.googleapis.com/auth/dfatrafficking"
2693 ] 2638 ]
2694 }, 2639 },
2695 "list": { 2640 "list": {
2696 "description": "Retrieves a list of creative field values, p ossibly filtered.", 2641 "description": "Retrieves a list of creative field values, p ossibly filtered. This method supports paging.",
2697 "httpMethod": "GET", 2642 "httpMethod": "GET",
2698 "id": "dfareporting.creativeFieldValues.list", 2643 "id": "dfareporting.creativeFieldValues.list",
2699 "parameterOrder": [ 2644 "parameterOrder": [
2700 "profileId", 2645 "profileId",
2701 "creativeFieldId" 2646 "creativeFieldId"
2702 ], 2647 ],
2703 "parameters": { 2648 "parameters": {
2704 "creativeFieldId": { 2649 "creativeFieldId": {
2705 "description": "Creative field ID for this creative field value.", 2650 "description": "Creative field ID for this creative field value.",
2706 "format": "int64", 2651 "format": "int64",
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
2937 "$ref": "CreativeField" 2882 "$ref": "CreativeField"
2938 }, 2883 },
2939 "response": { 2884 "response": {
2940 "$ref": "CreativeField" 2885 "$ref": "CreativeField"
2941 }, 2886 },
2942 "scopes": [ 2887 "scopes": [
2943 "https://www.googleapis.com/auth/dfatrafficking" 2888 "https://www.googleapis.com/auth/dfatrafficking"
2944 ] 2889 ]
2945 }, 2890 },
2946 "list": { 2891 "list": {
2947 "description": "Retrieves a list of creative fields, possibl y filtered.", 2892 "description": "Retrieves a list of creative fields, possibl y filtered. This method supports paging.",
2948 "httpMethod": "GET", 2893 "httpMethod": "GET",
2949 "id": "dfareporting.creativeFields.list", 2894 "id": "dfareporting.creativeFields.list",
2950 "parameterOrder": [ 2895 "parameterOrder": [
2951 "profileId" 2896 "profileId"
2952 ], 2897 ],
2953 "parameters": { 2898 "parameters": {
2954 "advertiserIds": { 2899 "advertiserIds": {
2955 "description": "Select only creative fields that bel ong to these advertisers.", 2900 "description": "Select only creative fields that bel ong to these advertisers.",
2956 "format": "int64", 2901 "format": "int64",
2957 "location": "query", 2902 "location": "query",
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
3142 "$ref": "CreativeGroup" 3087 "$ref": "CreativeGroup"
3143 }, 3088 },
3144 "response": { 3089 "response": {
3145 "$ref": "CreativeGroup" 3090 "$ref": "CreativeGroup"
3146 }, 3091 },
3147 "scopes": [ 3092 "scopes": [
3148 "https://www.googleapis.com/auth/dfatrafficking" 3093 "https://www.googleapis.com/auth/dfatrafficking"
3149 ] 3094 ]
3150 }, 3095 },
3151 "list": { 3096 "list": {
3152 "description": "Retrieves a list of creative groups, possibl y filtered.", 3097 "description": "Retrieves a list of creative groups, possibl y filtered. This method supports paging.",
3153 "httpMethod": "GET", 3098 "httpMethod": "GET",
3154 "id": "dfareporting.creativeGroups.list", 3099 "id": "dfareporting.creativeGroups.list",
3155 "parameterOrder": [ 3100 "parameterOrder": [
3156 "profileId" 3101 "profileId"
3157 ], 3102 ],
3158 "parameters": { 3103 "parameters": {
3159 "advertiserIds": { 3104 "advertiserIds": {
3160 "description": "Select only creative groups that bel ong to these advertisers.", 3105 "description": "Select only creative groups that bel ong to these advertisers.",
3161 "format": "int64", 3106 "format": "int64",
3162 "location": "query", 3107 "location": "query",
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
3353 "$ref": "Creative" 3298 "$ref": "Creative"
3354 }, 3299 },
3355 "response": { 3300 "response": {
3356 "$ref": "Creative" 3301 "$ref": "Creative"
3357 }, 3302 },
3358 "scopes": [ 3303 "scopes": [
3359 "https://www.googleapis.com/auth/dfatrafficking" 3304 "https://www.googleapis.com/auth/dfatrafficking"
3360 ] 3305 ]
3361 }, 3306 },
3362 "list": { 3307 "list": {
3363 "description": "Retrieves a list of creatives, possibly filt ered.", 3308 "description": "Retrieves a list of creatives, possibly filt ered. This method supports paging.",
3364 "httpMethod": "GET", 3309 "httpMethod": "GET",
3365 "id": "dfareporting.creatives.list", 3310 "id": "dfareporting.creatives.list",
3366 "parameterOrder": [ 3311 "parameterOrder": [
3367 "profileId" 3312 "profileId"
3368 ], 3313 ],
3369 "parameters": { 3314 "parameters": {
3370 "active": { 3315 "active": {
3371 "description": "Select only active creatives. Leave blank to select active and inactive creatives.", 3316 "description": "Select only active creatives. Leave blank to select active and inactive creatives.",
3372 "location": "query", 3317 "location": "query",
3373 "type": "boolean" 3318 "type": "boolean"
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
3682 }, 3627 },
3683 "path": "userprofiles/{profileId}/directorySiteContacts/{id} ", 3628 "path": "userprofiles/{profileId}/directorySiteContacts/{id} ",
3684 "response": { 3629 "response": {
3685 "$ref": "DirectorySiteContact" 3630 "$ref": "DirectorySiteContact"
3686 }, 3631 },
3687 "scopes": [ 3632 "scopes": [
3688 "https://www.googleapis.com/auth/dfatrafficking" 3633 "https://www.googleapis.com/auth/dfatrafficking"
3689 ] 3634 ]
3690 }, 3635 },
3691 "list": { 3636 "list": {
3692 "description": "Retrieves a list of directory site contacts, possibly filtered.", 3637 "description": "Retrieves a list of directory site contacts, possibly filtered. This method supports paging.",
3693 "httpMethod": "GET", 3638 "httpMethod": "GET",
3694 "id": "dfareporting.directorySiteContacts.list", 3639 "id": "dfareporting.directorySiteContacts.list",
3695 "parameterOrder": [ 3640 "parameterOrder": [
3696 "profileId" 3641 "profileId"
3697 ], 3642 ],
3698 "parameters": { 3643 "parameters": {
3699 "directorySiteIds": { 3644 "directorySiteIds": {
3700 "description": "Select only directory site contacts with these directory site IDs. This is a required field.", 3645 "description": "Select only directory site contacts with these directory site IDs. This is a required field.",
3701 "format": "int64", 3646 "format": "int64",
3702 "location": "query", 3647 "location": "query",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
3825 "$ref": "DirectorySite" 3770 "$ref": "DirectorySite"
3826 }, 3771 },
3827 "response": { 3772 "response": {
3828 "$ref": "DirectorySite" 3773 "$ref": "DirectorySite"
3829 }, 3774 },
3830 "scopes": [ 3775 "scopes": [
3831 "https://www.googleapis.com/auth/dfatrafficking" 3776 "https://www.googleapis.com/auth/dfatrafficking"
3832 ] 3777 ]
3833 }, 3778 },
3834 "list": { 3779 "list": {
3835 "description": "Retrieves a list of directory sites, possibl y filtered.", 3780 "description": "Retrieves a list of directory sites, possibl y filtered. This method supports paging.",
3836 "httpMethod": "GET", 3781 "httpMethod": "GET",
3837 "id": "dfareporting.directorySites.list", 3782 "id": "dfareporting.directorySites.list",
3838 "parameterOrder": [ 3783 "parameterOrder": [
3839 "profileId" 3784 "profileId"
3840 ], 3785 ],
3841 "parameters": { 3786 "parameters": {
3842 "acceptsInStreamVideoPlacements": { 3787 "acceptsInStreamVideoPlacements": {
3843 "description": "This search filter is no longer supp orted and will have no effect on the results returned.", 3788 "description": "This search filter is no longer supp orted and will have no effect on the results returned.",
3844 "location": "query", 3789 "location": "query",
3845 "type": "boolean" 3790 "type": "boolean"
(...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after
4580 "$ref": "FloodlightActivity" 4525 "$ref": "FloodlightActivity"
4581 }, 4526 },
4582 "response": { 4527 "response": {
4583 "$ref": "FloodlightActivity" 4528 "$ref": "FloodlightActivity"
4584 }, 4529 },
4585 "scopes": [ 4530 "scopes": [
4586 "https://www.googleapis.com/auth/dfatrafficking" 4531 "https://www.googleapis.com/auth/dfatrafficking"
4587 ] 4532 ]
4588 }, 4533 },
4589 "list": { 4534 "list": {
4590 "description": "Retrieves a list of floodlight activities, p ossibly filtered.", 4535 "description": "Retrieves a list of floodlight activities, p ossibly filtered. This method supports paging.",
4591 "httpMethod": "GET", 4536 "httpMethod": "GET",
4592 "id": "dfareporting.floodlightActivities.list", 4537 "id": "dfareporting.floodlightActivities.list",
4593 "parameterOrder": [ 4538 "parameterOrder": [
4594 "profileId" 4539 "profileId"
4595 ], 4540 ],
4596 "parameters": { 4541 "parameters": {
4597 "advertiserId": { 4542 "advertiserId": {
4598 "description": "Select only floodlight activities fo r the specified advertiser ID. Must specify either ids, advertiserId, or floodli ghtConfigurationId for a non-empty result.", 4543 "description": "Select only floodlight activities fo r the specified advertiser ID. Must specify either ids, advertiserId, or floodli ghtConfigurationId for a non-empty result.",
4599 "format": "int64", 4544 "format": "int64",
4600 "location": "query", 4545 "location": "query",
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
4825 "$ref": "FloodlightActivityGroup" 4770 "$ref": "FloodlightActivityGroup"
4826 }, 4771 },
4827 "response": { 4772 "response": {
4828 "$ref": "FloodlightActivityGroup" 4773 "$ref": "FloodlightActivityGroup"
4829 }, 4774 },
4830 "scopes": [ 4775 "scopes": [
4831 "https://www.googleapis.com/auth/dfatrafficking" 4776 "https://www.googleapis.com/auth/dfatrafficking"
4832 ] 4777 ]
4833 }, 4778 },
4834 "list": { 4779 "list": {
4835 "description": "Retrieves a list of floodlight activity grou ps, possibly filtered.", 4780 "description": "Retrieves a list of floodlight activity grou ps, possibly filtered. This method supports paging.",
4836 "httpMethod": "GET", 4781 "httpMethod": "GET",
4837 "id": "dfareporting.floodlightActivityGroups.list", 4782 "id": "dfareporting.floodlightActivityGroups.list",
4838 "parameterOrder": [ 4783 "parameterOrder": [
4839 "profileId" 4784 "profileId"
4840 ], 4785 ],
4841 "parameters": { 4786 "parameters": {
4842 "advertiserId": { 4787 "advertiserId": {
4843 "description": "Select only floodlight activity grou ps with the specified advertiser ID. Must specify either advertiserId or floodli ghtConfigurationId for a non-empty result.", 4788 "description": "Select only floodlight activity grou ps with the specified advertiser ID. Must specify either advertiserId or floodli ghtConfigurationId for a non-empty result.",
4844 "format": "int64", 4789 "format": "int64",
4845 "location": "query", 4790 "location": "query",
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
5158 }, 5103 },
5159 "path": "userprofiles/{profileId}/projects/{projectId}/inven toryItems/{id}", 5104 "path": "userprofiles/{profileId}/projects/{projectId}/inven toryItems/{id}",
5160 "response": { 5105 "response": {
5161 "$ref": "InventoryItem" 5106 "$ref": "InventoryItem"
5162 }, 5107 },
5163 "scopes": [ 5108 "scopes": [
5164 "https://www.googleapis.com/auth/dfatrafficking" 5109 "https://www.googleapis.com/auth/dfatrafficking"
5165 ] 5110 ]
5166 }, 5111 },
5167 "list": { 5112 "list": {
5168 "description": "Retrieves a list of inventory items, possibl y filtered.", 5113 "description": "Retrieves a list of inventory items, possibl y filtered. This method supports paging.",
5169 "httpMethod": "GET", 5114 "httpMethod": "GET",
5170 "id": "dfareporting.inventoryItems.list", 5115 "id": "dfareporting.inventoryItems.list",
5171 "parameterOrder": [ 5116 "parameterOrder": [
5172 "profileId", 5117 "profileId",
5173 "projectId" 5118 "projectId"
5174 ], 5119 ],
5175 "parameters": { 5120 "parameters": {
5176 "ids": { 5121 "ids": {
5177 "description": "Select only inventory items with the se IDs.", 5122 "description": "Select only inventory items with the se IDs.",
5178 "format": "int64", 5123 "format": "int64",
(...skipping 593 matching lines...) Expand 10 before | Expand all | Expand 10 after
5772 }, 5717 },
5773 "path": "userprofiles/{profileId}/projects/{projectId}/order Documents/{id}", 5718 "path": "userprofiles/{profileId}/projects/{projectId}/order Documents/{id}",
5774 "response": { 5719 "response": {
5775 "$ref": "OrderDocument" 5720 "$ref": "OrderDocument"
5776 }, 5721 },
5777 "scopes": [ 5722 "scopes": [
5778 "https://www.googleapis.com/auth/dfatrafficking" 5723 "https://www.googleapis.com/auth/dfatrafficking"
5779 ] 5724 ]
5780 }, 5725 },
5781 "list": { 5726 "list": {
5782 "description": "Retrieves a list of order documents, possibl y filtered.", 5727 "description": "Retrieves a list of order documents, possibl y filtered. This method supports paging.",
5783 "httpMethod": "GET", 5728 "httpMethod": "GET",
5784 "id": "dfareporting.orderDocuments.list", 5729 "id": "dfareporting.orderDocuments.list",
5785 "parameterOrder": [ 5730 "parameterOrder": [
5786 "profileId", 5731 "profileId",
5787 "projectId" 5732 "projectId"
5788 ], 5733 ],
5789 "parameters": { 5734 "parameters": {
5790 "approved": { 5735 "approved": {
5791 "description": "Select only order documents that hav e been approved by at least one user.", 5736 "description": "Select only order documents that hav e been approved by at least one user.",
5792 "location": "query", 5737 "location": "query",
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
5916 }, 5861 },
5917 "path": "userprofiles/{profileId}/projects/{projectId}/order s/{id}", 5862 "path": "userprofiles/{profileId}/projects/{projectId}/order s/{id}",
5918 "response": { 5863 "response": {
5919 "$ref": "Order" 5864 "$ref": "Order"
5920 }, 5865 },
5921 "scopes": [ 5866 "scopes": [
5922 "https://www.googleapis.com/auth/dfatrafficking" 5867 "https://www.googleapis.com/auth/dfatrafficking"
5923 ] 5868 ]
5924 }, 5869 },
5925 "list": { 5870 "list": {
5926 "description": "Retrieves a list of orders, possibly filtere d.", 5871 "description": "Retrieves a list of orders, possibly filtere d. This method supports paging.",
5927 "httpMethod": "GET", 5872 "httpMethod": "GET",
5928 "id": "dfareporting.orders.list", 5873 "id": "dfareporting.orders.list",
5929 "parameterOrder": [ 5874 "parameterOrder": [
5930 "profileId", 5875 "profileId",
5931 "projectId" 5876 "projectId"
5932 ], 5877 ],
5933 "parameters": { 5878 "parameters": {
5934 "ids": { 5879 "ids": {
5935 "description": "Select only orders with these IDs.", 5880 "description": "Select only orders with these IDs.",
5936 "format": "int64", 5881 "format": "int64",
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
6067 "$ref": "PlacementGroup" 6012 "$ref": "PlacementGroup"
6068 }, 6013 },
6069 "response": { 6014 "response": {
6070 "$ref": "PlacementGroup" 6015 "$ref": "PlacementGroup"
6071 }, 6016 },
6072 "scopes": [ 6017 "scopes": [
6073 "https://www.googleapis.com/auth/dfatrafficking" 6018 "https://www.googleapis.com/auth/dfatrafficking"
6074 ] 6019 ]
6075 }, 6020 },
6076 "list": { 6021 "list": {
6077 "description": "Retrieves a list of placement groups, possib ly filtered.", 6022 "description": "Retrieves a list of placement groups, possib ly filtered. This method supports paging.",
6078 "httpMethod": "GET", 6023 "httpMethod": "GET",
6079 "id": "dfareporting.placementGroups.list", 6024 "id": "dfareporting.placementGroups.list",
6080 "parameterOrder": [ 6025 "parameterOrder": [
6081 "profileId" 6026 "profileId"
6082 ], 6027 ],
6083 "parameters": { 6028 "parameters": {
6084 "advertiserIds": { 6029 "advertiserIds": {
6085 "description": "Select only placement groups that be long to these advertisers.", 6030 "description": "Select only placement groups that be long to these advertisers.",
6086 "format": "int64", 6031 "format": "int64",
6087 "location": "query", 6032 "location": "query",
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
6396 "$ref": "PlacementStrategy" 6341 "$ref": "PlacementStrategy"
6397 }, 6342 },
6398 "response": { 6343 "response": {
6399 "$ref": "PlacementStrategy" 6344 "$ref": "PlacementStrategy"
6400 }, 6345 },
6401 "scopes": [ 6346 "scopes": [
6402 "https://www.googleapis.com/auth/dfatrafficking" 6347 "https://www.googleapis.com/auth/dfatrafficking"
6403 ] 6348 ]
6404 }, 6349 },
6405 "list": { 6350 "list": {
6406 "description": "Retrieves a list of placement strategies, po ssibly filtered.", 6351 "description": "Retrieves a list of placement strategies, po ssibly filtered. This method supports paging.",
6407 "httpMethod": "GET", 6352 "httpMethod": "GET",
6408 "id": "dfareporting.placementStrategies.list", 6353 "id": "dfareporting.placementStrategies.list",
6409 "parameterOrder": [ 6354 "parameterOrder": [
6410 "profileId" 6355 "profileId"
6411 ], 6356 ],
6412 "parameters": { 6357 "parameters": {
6413 "ids": { 6358 "ids": {
6414 "description": "Select only placement strategies wit h these IDs.", 6359 "description": "Select only placement strategies wit h these IDs.",
6415 "format": "int64", 6360 "format": "int64",
6416 "location": "query", 6361 "location": "query",
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
6677 "$ref": "Placement" 6622 "$ref": "Placement"
6678 }, 6623 },
6679 "response": { 6624 "response": {
6680 "$ref": "Placement" 6625 "$ref": "Placement"
6681 }, 6626 },
6682 "scopes": [ 6627 "scopes": [
6683 "https://www.googleapis.com/auth/dfatrafficking" 6628 "https://www.googleapis.com/auth/dfatrafficking"
6684 ] 6629 ]
6685 }, 6630 },
6686 "list": { 6631 "list": {
6687 "description": "Retrieves a list of placements, possibly fil tered.", 6632 "description": "Retrieves a list of placements, possibly fil tered. This method supports paging.",
6688 "httpMethod": "GET", 6633 "httpMethod": "GET",
6689 "id": "dfareporting.placements.list", 6634 "id": "dfareporting.placements.list",
6690 "parameterOrder": [ 6635 "parameterOrder": [
6691 "profileId" 6636 "profileId"
6692 ], 6637 ],
6693 "parameters": { 6638 "parameters": {
6694 "advertiserIds": { 6639 "advertiserIds": {
6695 "description": "Select only placements that belong t o these advertisers.", 6640 "description": "Select only placements that belong t o these advertisers.",
6696 "format": "int64", 6641 "format": "int64",
6697 "location": "query", 6642 "location": "query",
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
7103 }, 7048 },
7104 "path": "userprofiles/{profileId}/projects/{id}", 7049 "path": "userprofiles/{profileId}/projects/{id}",
7105 "response": { 7050 "response": {
7106 "$ref": "Project" 7051 "$ref": "Project"
7107 }, 7052 },
7108 "scopes": [ 7053 "scopes": [
7109 "https://www.googleapis.com/auth/dfatrafficking" 7054 "https://www.googleapis.com/auth/dfatrafficking"
7110 ] 7055 ]
7111 }, 7056 },
7112 "list": { 7057 "list": {
7113 "description": "Retrieves a list of projects, possibly filte red.", 7058 "description": "Retrieves a list of projects, possibly filte red. This method supports paging.",
7114 "httpMethod": "GET", 7059 "httpMethod": "GET",
7115 "id": "dfareporting.projects.list", 7060 "id": "dfareporting.projects.list",
7116 "parameterOrder": [ 7061 "parameterOrder": [
7117 "profileId" 7062 "profileId"
7118 ], 7063 ],
7119 "parameters": { 7064 "parameters": {
7120 "advertiserIds": { 7065 "advertiserIds": {
7121 "description": "Select only projects with these adve rtiser IDs.", 7066 "description": "Select only projects with these adve rtiser IDs.",
7122 "format": "int64", 7067 "format": "int64",
7123 "location": "query", 7068 "location": "query",
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
7372 "$ref": "RemarketingList" 7317 "$ref": "RemarketingList"
7373 }, 7318 },
7374 "response": { 7319 "response": {
7375 "$ref": "RemarketingList" 7320 "$ref": "RemarketingList"
7376 }, 7321 },
7377 "scopes": [ 7322 "scopes": [
7378 "https://www.googleapis.com/auth/dfatrafficking" 7323 "https://www.googleapis.com/auth/dfatrafficking"
7379 ] 7324 ]
7380 }, 7325 },
7381 "list": { 7326 "list": {
7382 "description": "Retrieves a list of remarketing lists, possi bly filtered.", 7327 "description": "Retrieves a list of remarketing lists, possi bly filtered. This method supports paging.",
7383 "httpMethod": "GET", 7328 "httpMethod": "GET",
7384 "id": "dfareporting.remarketingLists.list", 7329 "id": "dfareporting.remarketingLists.list",
7385 "parameterOrder": [ 7330 "parameterOrder": [
7386 "profileId", 7331 "profileId",
7387 "advertiserId" 7332 "advertiserId"
7388 ], 7333 ],
7389 "parameters": { 7334 "parameters": {
7390 "active": { 7335 "active": {
7391 "description": "Select only active or only inactive remarketing lists.", 7336 "description": "Select only active or only inactive remarketing lists.",
7392 "location": "query", 7337 "location": "query",
(...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after
8013 "$ref": "Site" 7958 "$ref": "Site"
8014 }, 7959 },
8015 "response": { 7960 "response": {
8016 "$ref": "Site" 7961 "$ref": "Site"
8017 }, 7962 },
8018 "scopes": [ 7963 "scopes": [
8019 "https://www.googleapis.com/auth/dfatrafficking" 7964 "https://www.googleapis.com/auth/dfatrafficking"
8020 ] 7965 ]
8021 }, 7966 },
8022 "list": { 7967 "list": {
8023 "description": "Retrieves a list of sites, possibly filtered .", 7968 "description": "Retrieves a list of sites, possibly filtered . This method supports paging.",
8024 "httpMethod": "GET", 7969 "httpMethod": "GET",
8025 "id": "dfareporting.sites.list", 7970 "id": "dfareporting.sites.list",
8026 "parameterOrder": [ 7971 "parameterOrder": [
8027 "profileId" 7972 "profileId"
8028 ], 7973 ],
8029 "parameters": { 7974 "parameters": {
8030 "acceptsInStreamVideoPlacements": { 7975 "acceptsInStreamVideoPlacements": {
8031 "description": "This search filter is no longer supp orted and will have no effect on the results returned.", 7976 "description": "This search filter is no longer supp orted and will have no effect on the results returned.",
8032 "location": "query", 7977 "location": "query",
8033 "type": "boolean" 7978 "type": "boolean"
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
8372 "$ref": "Subaccount" 8317 "$ref": "Subaccount"
8373 }, 8318 },
8374 "response": { 8319 "response": {
8375 "$ref": "Subaccount" 8320 "$ref": "Subaccount"
8376 }, 8321 },
8377 "scopes": [ 8322 "scopes": [
8378 "https://www.googleapis.com/auth/dfatrafficking" 8323 "https://www.googleapis.com/auth/dfatrafficking"
8379 ] 8324 ]
8380 }, 8325 },
8381 "list": { 8326 "list": {
8382 "description": "Gets a list of subaccounts, possibly filtere d.", 8327 "description": "Gets a list of subaccounts, possibly filtere d. This method supports paging.",
8383 "httpMethod": "GET", 8328 "httpMethod": "GET",
8384 "id": "dfareporting.subaccounts.list", 8329 "id": "dfareporting.subaccounts.list",
8385 "parameterOrder": [ 8330 "parameterOrder": [
8386 "profileId" 8331 "profileId"
8387 ], 8332 ],
8388 "parameters": { 8333 "parameters": {
8389 "ids": { 8334 "ids": {
8390 "description": "Select only subaccounts with these I Ds.", 8335 "description": "Select only subaccounts with these I Ds.",
8391 "format": "int64", 8336 "format": "int64",
8392 "location": "query", 8337 "location": "query",
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
8543 }, 8488 },
8544 "path": "userprofiles/{profileId}/targetableRemarketingLists /{id}", 8489 "path": "userprofiles/{profileId}/targetableRemarketingLists /{id}",
8545 "response": { 8490 "response": {
8546 "$ref": "TargetableRemarketingList" 8491 "$ref": "TargetableRemarketingList"
8547 }, 8492 },
8548 "scopes": [ 8493 "scopes": [
8549 "https://www.googleapis.com/auth/dfatrafficking" 8494 "https://www.googleapis.com/auth/dfatrafficking"
8550 ] 8495 ]
8551 }, 8496 },
8552 "list": { 8497 "list": {
8553 "description": "Retrieves a list of targetable remarketing l ists, possibly filtered.", 8498 "description": "Retrieves a list of targetable remarketing l ists, possibly filtered. This method supports paging.",
8554 "httpMethod": "GET", 8499 "httpMethod": "GET",
8555 "id": "dfareporting.targetableRemarketingLists.list", 8500 "id": "dfareporting.targetableRemarketingLists.list",
8556 "parameterOrder": [ 8501 "parameterOrder": [
8557 "profileId", 8502 "profileId",
8558 "advertiserId" 8503 "advertiserId"
8559 ], 8504 ],
8560 "parameters": { 8505 "parameters": {
8561 "active": { 8506 "active": {
8562 "description": "Select only active or only inactive targetable remarketing lists.", 8507 "description": "Select only active or only inactive targetable remarketing lists.",
8563 "location": "query", 8508 "location": "query",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
8685 "$ref": "TargetingTemplate" 8630 "$ref": "TargetingTemplate"
8686 }, 8631 },
8687 "response": { 8632 "response": {
8688 "$ref": "TargetingTemplate" 8633 "$ref": "TargetingTemplate"
8689 }, 8634 },
8690 "scopes": [ 8635 "scopes": [
8691 "https://www.googleapis.com/auth/dfatrafficking" 8636 "https://www.googleapis.com/auth/dfatrafficking"
8692 ] 8637 ]
8693 }, 8638 },
8694 "list": { 8639 "list": {
8695 "description": "Retrieves a list of targeting templates, opt ionally filtered.", 8640 "description": "Retrieves a list of targeting templates, opt ionally filtered. This method supports paging.",
8696 "httpMethod": "GET", 8641 "httpMethod": "GET",
8697 "id": "dfareporting.targetingTemplates.list", 8642 "id": "dfareporting.targetingTemplates.list",
8698 "parameterOrder": [ 8643 "parameterOrder": [
8699 "profileId" 8644 "profileId"
8700 ], 8645 ],
8701 "parameters": { 8646 "parameters": {
8702 "advertiserId": { 8647 "advertiserId": {
8703 "description": "Select only targeting templates with this advertiser ID.", 8648 "description": "Select only targeting templates with this advertiser ID.",
8704 "format": "int64", 8649 "format": "int64",
8705 "location": "query", 8650 "location": "query",
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
9087 "$ref": "UserRole" 9032 "$ref": "UserRole"
9088 }, 9033 },
9089 "response": { 9034 "response": {
9090 "$ref": "UserRole" 9035 "$ref": "UserRole"
9091 }, 9036 },
9092 "scopes": [ 9037 "scopes": [
9093 "https://www.googleapis.com/auth/dfatrafficking" 9038 "https://www.googleapis.com/auth/dfatrafficking"
9094 ] 9039 ]
9095 }, 9040 },
9096 "list": { 9041 "list": {
9097 "description": "Retrieves a list of user roles, possibly fil tered.", 9042 "description": "Retrieves a list of user roles, possibly fil tered. This method supports paging.",
9098 "httpMethod": "GET", 9043 "httpMethod": "GET",
9099 "id": "dfareporting.userRoles.list", 9044 "id": "dfareporting.userRoles.list",
9100 "parameterOrder": [ 9045 "parameterOrder": [
9101 "profileId" 9046 "profileId"
9102 ], 9047 ],
9103 "parameters": { 9048 "parameters": {
9104 "accountUserRoleOnly": { 9049 "accountUserRoleOnly": {
9105 "description": "Select only account level user roles not associated with any specific subaccount.", 9050 "description": "Select only account level user roles not associated with any specific subaccount.",
9106 "location": "query", 9051 "location": "query",
9107 "type": "boolean" 9052 "type": "boolean"
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
9233 "$ref": "UserRole" 9178 "$ref": "UserRole"
9234 }, 9179 },
9235 "response": { 9180 "response": {
9236 "$ref": "UserRole" 9181 "$ref": "UserRole"
9237 }, 9182 },
9238 "scopes": [ 9183 "scopes": [
9239 "https://www.googleapis.com/auth/dfatrafficking" 9184 "https://www.googleapis.com/auth/dfatrafficking"
9240 ] 9185 ]
9241 } 9186 }
9242 } 9187 }
9188 },
9189 "videoFormats": {
9190 "methods": {
9191 "get": {
9192 "description": "Gets one video format by ID.",
9193 "httpMethod": "GET",
9194 "id": "dfareporting.videoFormats.get",
9195 "parameterOrder": [
9196 "profileId",
9197 "id"
9198 ],
9199 "parameters": {
9200 "id": {
9201 "description": "Video format ID.",
9202 "format": "int32",
9203 "location": "path",
9204 "required": true,
9205 "type": "integer"
9206 },
9207 "profileId": {
9208 "description": "User profile ID associated with this request.",
9209 "format": "int64",
9210 "location": "path",
9211 "required": true,
9212 "type": "string"
9213 }
9214 },
9215 "path": "userprofiles/{profileId}/videoFormats/{id}",
9216 "response": {
9217 "$ref": "VideoFormat"
9218 },
9219 "scopes": [
9220 "https://www.googleapis.com/auth/dfatrafficking"
9221 ]
9222 },
9223 "list": {
9224 "description": "Lists available video formats.",
9225 "httpMethod": "GET",
9226 "id": "dfareporting.videoFormats.list",
9227 "parameterOrder": [
9228 "profileId"
9229 ],
9230 "parameters": {
9231 "profileId": {
9232 "description": "User profile ID associated with this request.",
9233 "format": "int64",
9234 "location": "path",
9235 "required": true,
9236 "type": "string"
9237 }
9238 },
9239 "path": "userprofiles/{profileId}/videoFormats",
9240 "response": {
9241 "$ref": "VideoFormatsListResponse"
9242 },
9243 "scopes": [
9244 "https://www.googleapis.com/auth/dfatrafficking"
9245 ]
9246 }
9247 }
9243 } 9248 }
9244 }, 9249 },
9245 "revision": "20160803", 9250 "revision": "20161027",
9246 "rootUrl": "https://www.googleapis.com/", 9251 "rootUrl": "https://www.googleapis.com/",
9247 "schemas": { 9252 "schemas": {
9248 "Account": { 9253 "Account": {
9249 "description": "Contains properties of a DCM account.", 9254 "description": "Contains properties of a DCM account.",
9250 "id": "Account", 9255 "id": "Account",
9251 "properties": { 9256 "properties": {
9252 "accountPermissionIds": { 9257 "accountPermissionIds": {
9253 "description": "Account permissions assigned to this account .", 9258 "description": "Account permissions assigned to this account .",
9254 "items": { 9259 "items": {
9255 "format": "int64", 9260 "format": "int64",
(...skipping 18 matching lines...) Expand all
9274 "type": "boolean" 9279 "type": "boolean"
9275 }, 9280 },
9276 "activeAdsLimitTier": { 9281 "activeAdsLimitTier": {
9277 "description": "Maximum number of active ads allowed for thi s account.", 9282 "description": "Maximum number of active ads allowed for thi s account.",
9278 "enum": [ 9283 "enum": [
9279 "ACTIVE_ADS_TIER_100K", 9284 "ACTIVE_ADS_TIER_100K",
9280 "ACTIVE_ADS_TIER_200K", 9285 "ACTIVE_ADS_TIER_200K",
9281 "ACTIVE_ADS_TIER_300K", 9286 "ACTIVE_ADS_TIER_300K",
9282 "ACTIVE_ADS_TIER_40K", 9287 "ACTIVE_ADS_TIER_40K",
9283 "ACTIVE_ADS_TIER_500K", 9288 "ACTIVE_ADS_TIER_500K",
9289 "ACTIVE_ADS_TIER_750K",
9284 "ACTIVE_ADS_TIER_75K" 9290 "ACTIVE_ADS_TIER_75K"
9285 ], 9291 ],
9286 "enumDescriptions": [ 9292 "enumDescriptions": [
9287 "", 9293 "",
9288 "", 9294 "",
9289 "", 9295 "",
9290 "", 9296 "",
9291 "", 9297 "",
9298 "",
9292 "" 9299 ""
9293 ], 9300 ],
9294 "type": "string" 9301 "type": "string"
9295 }, 9302 },
9296 "activeViewOptOut": { 9303 "activeViewOptOut": {
9297 "description": "Whether to serve creatives with Active View tags. If disabled, viewability data will not be available for any impressions.", 9304 "description": "Whether to serve creatives with Active View tags. If disabled, viewability data will not be available for any impressions.",
9298 "type": "boolean" 9305 "type": "boolean"
9299 }, 9306 },
9300 "availablePermissionIds": { 9307 "availablePermissionIds": {
9301 "description": "User role permissions available to the user roles of this account.", 9308 "description": "User role permissions available to the user roles of this account.",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
9382 "type": "string" 9389 "type": "string"
9383 }, 9390 },
9384 "activeAdsLimitTier": { 9391 "activeAdsLimitTier": {
9385 "description": "Maximum number of active ads allowed for the account.", 9392 "description": "Maximum number of active ads allowed for the account.",
9386 "enum": [ 9393 "enum": [
9387 "ACTIVE_ADS_TIER_100K", 9394 "ACTIVE_ADS_TIER_100K",
9388 "ACTIVE_ADS_TIER_200K", 9395 "ACTIVE_ADS_TIER_200K",
9389 "ACTIVE_ADS_TIER_300K", 9396 "ACTIVE_ADS_TIER_300K",
9390 "ACTIVE_ADS_TIER_40K", 9397 "ACTIVE_ADS_TIER_40K",
9391 "ACTIVE_ADS_TIER_500K", 9398 "ACTIVE_ADS_TIER_500K",
9399 "ACTIVE_ADS_TIER_750K",
9392 "ACTIVE_ADS_TIER_75K" 9400 "ACTIVE_ADS_TIER_75K"
9393 ], 9401 ],
9394 "enumDescriptions": [ 9402 "enumDescriptions": [
9395 "", 9403 "",
9396 "", 9404 "",
9397 "", 9405 "",
9398 "", 9406 "",
9399 "", 9407 "",
9408 "",
9400 "" 9409 ""
9401 ], 9410 ],
9402 "type": "string" 9411 "type": "string"
9403 }, 9412 },
9404 "availableAds": { 9413 "availableAds": {
9405 "description": "Ads that can be activated for the account.", 9414 "description": "Ads that can be activated for the account.",
9406 "format": "int64", 9415 "format": "int64",
9407 "type": "string" 9416 "type": "string"
9408 }, 9417 },
9409 "kind": { 9418 "kind": {
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
9699 "Ad": { 9708 "Ad": {
9700 "description": "Contains properties of a DCM ad.", 9709 "description": "Contains properties of a DCM ad.",
9701 "id": "Ad", 9710 "id": "Ad",
9702 "properties": { 9711 "properties": {
9703 "accountId": { 9712 "accountId": {
9704 "description": "Account ID of this ad. This is a read-only f ield that can be left blank.", 9713 "description": "Account ID of this ad. This is a read-only f ield that can be left blank.",
9705 "format": "int64", 9714 "format": "int64",
9706 "type": "string" 9715 "type": "string"
9707 }, 9716 },
9708 "active": { 9717 "active": {
9709 "description": "Whether this ad is active.", 9718 "description": "Whether this ad is active. When true, archiv ed must be false.",
9710 "type": "boolean" 9719 "type": "boolean"
9711 }, 9720 },
9712 "advertiserId": { 9721 "advertiserId": {
9713 "description": "Advertiser ID of this ad. This is a required field on insertion.", 9722 "description": "Advertiser ID of this ad. This is a required field on insertion.",
9714 "format": "int64", 9723 "format": "int64",
9715 "type": "string" 9724 "type": "string"
9716 }, 9725 },
9717 "advertiserIdDimensionValue": { 9726 "advertiserIdDimensionValue": {
9718 "$ref": "DimensionValue", 9727 "$ref": "DimensionValue",
9719 "description": "Dimension value for the ID of the advertiser . This is a read-only, auto-generated field." 9728 "description": "Dimension value for the ID of the advertiser . This is a read-only, auto-generated field."
9720 }, 9729 },
9721 "archived": { 9730 "archived": {
9722 "description": "Whether this ad is archived.", 9731 "description": "Whether this ad is archived. When true, acti ve must be false.",
9723 "type": "boolean" 9732 "type": "boolean"
9724 }, 9733 },
9725 "audienceSegmentId": { 9734 "audienceSegmentId": {
9726 "description": "Audience segment ID that is being targeted f or this ad. Applicable when type is AD_SERVING_STANDARD_AD.", 9735 "description": "Audience segment ID that is being targeted f or this ad. Applicable when type is AD_SERVING_STANDARD_AD.",
9727 "format": "int64", 9736 "format": "int64",
9728 "type": "string" 9737 "type": "string"
9729 }, 9738 },
9730 "campaignId": { 9739 "campaignId": {
9731 "description": "Campaign ID of this ad. This is a required f ield on insertion.", 9740 "description": "Campaign ID of this ad. This is a required f ield on insertion.",
9732 "format": "int64", 9741 "format": "int64",
(...skipping 940 matching lines...) Expand 10 before | Expand all | Expand 10 after
10673 "description": "Click-through URL of this companion click-th rough override." 10682 "description": "Click-through URL of this companion click-th rough override."
10674 }, 10683 },
10675 "creativeId": { 10684 "creativeId": {
10676 "description": "ID of the creative for this companion click- through override.", 10685 "description": "ID of the creative for this companion click- through override.",
10677 "format": "int64", 10686 "format": "int64",
10678 "type": "string" 10687 "type": "string"
10679 } 10688 }
10680 }, 10689 },
10681 "type": "object" 10690 "type": "object"
10682 }, 10691 },
10692 "CompanionSetting": {
10693 "description": "Companion Settings",
10694 "id": "CompanionSetting",
10695 "properties": {
10696 "companionsDisabled": {
10697 "description": "Whether companions are disabled for this pla cement.",
10698 "type": "boolean"
10699 },
10700 "enabledSizes": {
10701 "description": "Whitelist of companion sizes to be served to this placement. Set this list to null or empty to serve all companion sizes.",
10702 "items": {
10703 "$ref": "Size"
10704 },
10705 "type": "array"
10706 },
10707 "imageOnly": {
10708 "description": "Whether to serve only static images as compa nions.",
10709 "type": "boolean"
10710 },
10711 "kind": {
10712 "default": "dfareporting#companionSetting",
10713 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"dfareporting#companionSetting\".",
10714 "type": "string"
10715 }
10716 },
10717 "type": "object"
10718 },
10683 "CompatibleFields": { 10719 "CompatibleFields": {
10684 "description": "Represents a response to the queryCompatibleFields m ethod.", 10720 "description": "Represents a response to the queryCompatibleFields m ethod.",
10685 "id": "CompatibleFields", 10721 "id": "CompatibleFields",
10686 "properties": { 10722 "properties": {
10687 "crossDimensionReachReportCompatibleFields": { 10723 "crossDimensionReachReportCompatibleFields": {
10688 "$ref": "CrossDimensionReachReportCompatibleFields", 10724 "$ref": "CrossDimensionReachReportCompatibleFields",
10689 "description": "Contains items that are compatible to be sel ected for a report of type \"CROSS_DIMENSION_REACH\"." 10725 "description": "Contains items that are compatible to be sel ected for a report of type \"CROSS_DIMENSION_REACH\"."
10690 }, 10726 },
10691 "floodlightReportCompatibleFields": { 10727 "floodlightReportCompatibleFields": {
10692 "$ref": "FloodlightReportCompatibleFields", 10728 "$ref": "FloodlightReportCompatibleFields",
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
10836 "description": "Floodlight Configuration ID of this conversi on. This is a required field.", 10872 "description": "Floodlight Configuration ID of this conversi on. This is a required field.",
10837 "format": "int64", 10873 "format": "int64",
10838 "type": "string" 10874 "type": "string"
10839 }, 10875 },
10840 "kind": { 10876 "kind": {
10841 "default": "dfareporting#conversion", 10877 "default": "dfareporting#conversion",
10842 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"dfareporting#conversion\".", 10878 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"dfareporting#conversion\".",
10843 "type": "string" 10879 "type": "string"
10844 }, 10880 },
10845 "limitAdTracking": { 10881 "limitAdTracking": {
10846 "description": "Whether the user has Limit Ad Tracking set." , 10882 "description": "Whether Limit Ad Tracking is enabled. When s et to true, the conversion will be used for reporting but not targeting. This wi ll prevent remarketing.",
10847 "type": "boolean" 10883 "type": "boolean"
10848 }, 10884 },
10849 "mobileDeviceId": { 10885 "mobileDeviceId": {
10850 "description": "The mobile device ID. This field is mutually exclusive with encryptedUserId and encryptedUserIdCandidates[]. This or encrypt edUserId or encryptedUserIdCandidates[] is a required field.", 10886 "description": "The mobile device ID. This field is mutually exclusive with encryptedUserId and encryptedUserIdCandidates[]. This or encrypt edUserId or encryptedUserIdCandidates[] is a required field.",
10851 "type": "string" 10887 "type": "string"
10852 }, 10888 },
10853 "ordinal": { 10889 "ordinal": {
10854 "description": "The ordinal of the conversion. Use this fiel d to control how conversions of the same user and day are de-duplicated. This is a required field.", 10890 "description": "The ordinal of the conversion. Use this fiel d to control how conversions of the same user and day are de-duplicated. This is a required field.",
10855 "type": "string" 10891 "type": "string"
10856 }, 10892 },
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after
11386 "type": "string" 11422 "type": "string"
11387 }, 11423 },
11388 "name": { 11424 "name": {
11389 "description": "Name of the creative. This is a required fie ld and must be less than 256 characters long. Applicable to all creative types." , 11425 "description": "Name of the creative. This is a required fie ld and must be less than 256 characters long. Applicable to all creative types." ,
11390 "type": "string" 11426 "type": "string"
11391 }, 11427 },
11392 "overrideCss": { 11428 "overrideCss": {
11393 "description": "Override CSS value for rich media creatives. Applicable to the following creative types: all RICH_MEDIA.", 11429 "description": "Override CSS value for rich media creatives. Applicable to the following creative types: all RICH_MEDIA.",
11394 "type": "string" 11430 "type": "string"
11395 }, 11431 },
11432 "progressOffset": {
11433 "$ref": "VideoOffset",
11434 "description": "Amount of time to play the video before coun ting a view. Applicable to the following creative types: all INSTREAM_VIDEO."
11435 },
11396 "redirectUrl": { 11436 "redirectUrl": {
11397 "description": "URL of hosted image or hosted video or anoth er ad tag. For INSTREAM_VIDEO_REDIRECT creatives this is the in-stream video red irect URL. The standard for a VAST (Video Ad Serving Template) ad response allow s for a redirect link to another VAST 2.0 or 3.0 call. This is a required field when applicable. Applicable to the following creative types: DISPLAY_REDIRECT, I NTERNAL_REDIRECT, INTERSTITIAL_INTERNAL_REDIRECT, and INSTREAM_VIDEO_REDIRECT", 11437 "description": "URL of hosted image or hosted video or anoth er ad tag. For INSTREAM_VIDEO_REDIRECT creatives this is the in-stream video red irect URL. The standard for a VAST (Video Ad Serving Template) ad response allow s for a redirect link to another VAST 2.0 or 3.0 call. This is a required field when applicable. Applicable to the following creative types: DISPLAY_REDIRECT, I NTERNAL_REDIRECT, INTERSTITIAL_INTERNAL_REDIRECT, and INSTREAM_VIDEO_REDIRECT",
11398 "type": "string" 11438 "type": "string"
11399 }, 11439 },
11400 "renderingId": { 11440 "renderingId": {
11401 "description": "ID of current rendering version. This is a r ead-only field. Applicable to all creative types.", 11441 "description": "ID of current rendering version. This is a r ead-only field. Applicable to all creative types.",
11402 "format": "int64", 11442 "format": "int64",
11403 "type": "string" 11443 "type": "string"
11404 }, 11444 },
11405 "renderingIdDimensionValue": { 11445 "renderingIdDimensionValue": {
11406 "$ref": "DimensionValue", 11446 "$ref": "DimensionValue",
11407 "description": "Dimension value for the rendering ID of this creative. This is a read-only field. Applicable to all creative types." 11447 "description": "Dimension value for the rendering ID of this creative. This is a read-only field. Applicable to all creative types."
11408 }, 11448 },
11409 "requiredFlashPluginVersion": { 11449 "requiredFlashPluginVersion": {
11410 "description": "The minimum required Flash plugin version fo r this creative. For example, 11.2.202.235. This is a read-only field. Applicabl e to the following creative types: all RICH_MEDIA, and all VPAID.", 11450 "description": "The minimum required Flash plugin version fo r this creative. For example, 11.2.202.235. This is a read-only field. Applicabl e to the following creative types: all RICH_MEDIA, and all VPAID.",
11411 "type": "string" 11451 "type": "string"
11412 }, 11452 },
11413 "requiredFlashVersion": { 11453 "requiredFlashVersion": {
11414 "description": "The internal Flash version for this creative as calculated by DoubleClick Studio. This is a read-only field. Applicable to t he following creative types: FLASH_INPAGE all RICH_MEDIA, and all VPAID. Applica ble to DISPLAY when the primary asset type is not HTML_IMAGE.", 11454 "description": "The internal Flash version for this creative as calculated by DoubleClick Studio. This is a read-only field. Applicable to t he following creative types: FLASH_INPAGE all RICH_MEDIA, and all VPAID. Applica ble to DISPLAY when the primary asset type is not HTML_IMAGE.",
11415 "format": "int32", 11455 "format": "int32",
11416 "type": "integer" 11456 "type": "integer"
11417 }, 11457 },
11418 "size": { 11458 "size": {
11419 "$ref": "Size", 11459 "$ref": "Size",
11420 "description": "Size associated with this creative. When ins erting or updating a creative either the size ID field or size width and height fields can be used. This is a required field when applicable; however for IMAGE, FLASH_INPAGE creatives, and for DISPLAY creatives with a primary asset of type HTML_IMAGE, if left blank, this field will be automatically set using the actual size of the associated image assets. Applicable to the following creative types : DISPLAY, DISPLAY_IMAGE_GALLERY, FLASH_INPAGE, HTML5_BANNER, IMAGE, and all RIC H_MEDIA." 11460 "description": "Size associated with this creative. When ins erting or updating a creative either the size ID field or size width and height fields can be used. This is a required field when applicable; however for IMAGE, FLASH_INPAGE creatives, and for DISPLAY creatives with a primary asset of type HTML_IMAGE, if left blank, this field will be automatically set using the actual size of the associated image assets. Applicable to the following creative types : DISPLAY, DISPLAY_IMAGE_GALLERY, FLASH_INPAGE, HTML5_BANNER, IMAGE, and all RIC H_MEDIA."
11421 }, 11461 },
11462 "skipOffset": {
11463 "$ref": "VideoOffset",
11464 "description": "Amount of time to play the video before the skip button appears. Applicable to the following creative types: all INSTREAM_VI DEO."
11465 },
11422 "skippable": { 11466 "skippable": {
11423 "description": "Whether the user can choose to skip the crea tive. Applicable to the following creative types: all INSTREAM_VIDEO and all VPA ID.", 11467 "description": "Whether the user can choose to skip the crea tive. Applicable to the following creative types: all INSTREAM_VIDEO and all VPA ID.",
11424 "type": "boolean" 11468 "type": "boolean"
11425 }, 11469 },
11426 "sslCompliant": { 11470 "sslCompliant": {
11427 "description": "Whether the creative is SSL-compliant. This is a read-only field. Applicable to all creative types.", 11471 "description": "Whether the creative is SSL-compliant. This is a read-only field. Applicable to all creative types.",
11428 "type": "boolean" 11472 "type": "boolean"
11429 }, 11473 },
11430 "sslOverride": { 11474 "sslOverride": {
11431 "description": "Whether creative should be treated as SSL co mpliant even if the system scan shows it's not. Applicable to all creative types .", 11475 "description": "Whether creative should be treated as SSL co mpliant even if the system scan shows it's not. Applicable to all creative types .",
(...skipping 4792 matching lines...) Expand 10 before | Expand all | Expand 10 after
16224 "", 16268 "",
16225 "" 16269 ""
16226 ], 16270 ],
16227 "type": "string" 16271 "type": "string"
16228 }, 16272 },
16229 "type": "array" 16273 "type": "array"
16230 }, 16274 },
16231 "tagSetting": { 16275 "tagSetting": {
16232 "$ref": "TagSetting", 16276 "$ref": "TagSetting",
16233 "description": "Tag settings for this placement." 16277 "description": "Tag settings for this placement."
16278 },
16279 "videoActiveViewOptOut": {
16280 "description": "Whether Verification and ActiveView are disa bled for in-stream video creatives for this placement. The same setting videoAct iveViewOptOut exists on the site level -- the opt out occurs if either of these settings are true. These settings are distinct from DirectorySites.settings.acti veViewOptOut or Sites.siteSettings.activeViewOptOut which only apply to display ads. However, Accounts.activeViewOptOut opts out both video traffic, as well as display ads, from Verification and ActiveView.",
16281 "type": "boolean"
16282 },
16283 "videoSettings": {
16284 "$ref": "VideoSettings",
16285 "description": "A collection of settings which affect video creatives served through this placement. Applicable to placements with IN_STREAM _VIDEO compatibility."
16286 },
16287 "vpaidAdapterChoice": {
16288 "description": "VPAID adapter setting for this placement. Co ntrols which VPAID format the measurement adapter will use for in-stream video c reatives assigned to this placement.",
16289 "enum": [
16290 "BOTH",
16291 "DEFAULT",
16292 "FLASH",
16293 "HTML5"
16294 ],
16295 "enumDescriptions": [
16296 "",
16297 "",
16298 "",
16299 ""
16300 ],
16301 "type": "string"
16234 } 16302 }
16235 }, 16303 },
16236 "type": "object" 16304 "type": "object"
16237 }, 16305 },
16238 "PlacementAssignment": { 16306 "PlacementAssignment": {
16239 "description": "Placement Assignment.", 16307 "description": "Placement Assignment.",
16240 "id": "PlacementAssignment", 16308 "id": "PlacementAssignment",
16241 "properties": { 16309 "properties": {
16242 "active": { 16310 "active": {
16243 "description": "Whether this placement assignment is active. When true, the placement will be included in the ad's rotation.", 16311 "description": "Whether this placement assignment is active. When true, the placement will be included in the ad's rotation.",
(...skipping 1853 matching lines...) Expand 10 before | Expand all | Expand 10 after
18097 "type": "boolean" 18165 "type": "boolean"
18098 }, 18166 },
18099 "lookbackConfiguration": { 18167 "lookbackConfiguration": {
18100 "$ref": "LookbackConfiguration", 18168 "$ref": "LookbackConfiguration",
18101 "description": "Lookback window settings for this site." 18169 "description": "Lookback window settings for this site."
18102 }, 18170 },
18103 "tagSetting": { 18171 "tagSetting": {
18104 "$ref": "TagSetting", 18172 "$ref": "TagSetting",
18105 "description": "Configuration settings for dynamic and image floodlight tags." 18173 "description": "Configuration settings for dynamic and image floodlight tags."
18106 }, 18174 },
18107 "videoActiveViewOptOut": { 18175 "videoActiveViewOptOutTemplate": {
18108 "description": "Whether Verification and ActiveView are disa bled for in-stream video creatives on this site. The same setting videoActiveVie wOptOut exists on the directory site level -- the opt out occurs if either of th ese settings are true. These settings are distinct from DirectorySites.settings. activeViewOptOut or Sites.siteSettings.activeViewOptOut which only apply to disp lay ads. However, Accounts.activeViewOptOut opts out both video traffic, as well as display ads, from Verification and ActiveView.", 18176 "description": "Whether Verification and ActiveView for in-s tream video creatives are disabled by default for new placements created under t his site. This value will be used to populate the placement.videoActiveViewOptOu t field, when no value is specified for the new placement.",
18109 "type": "boolean" 18177 "type": "boolean"
18178 },
18179 "vpaidAdapterChoiceTemplate": {
18180 "description": "Default VPAID adapter setting for new placem ents created under this site. This value will be used to populate the placements .vpaidAdapterChoice field, when no value is specified for the new placement. Con trols which VPAID format the measurement adapter will use for in-stream video cr eatives assigned to the placement. The publisher's specifications will typically determine this setting. For VPAID creatives, the adapter format will match the VPAID format (HTML5 VPAID creatives use the HTML5 adapter, and Flash VPAID creat ives use the Flash adapter).",
18181 "enum": [
18182 "BOTH",
18183 "DEFAULT",
18184 "FLASH",
18185 "HTML5"
18186 ],
18187 "enumDescriptions": [
18188 "",
18189 "",
18190 "",
18191 ""
18192 ],
18193 "type": "string"
18110 } 18194 }
18111 }, 18195 },
18112 "type": "object" 18196 "type": "object"
18113 }, 18197 },
18114 "SitesListResponse": { 18198 "SitesListResponse": {
18115 "description": "Site List Response", 18199 "description": "Site List Response",
18116 "id": "SitesListResponse", 18200 "id": "SitesListResponse",
18117 "properties": { 18201 "properties": {
18118 "kind": { 18202 "kind": {
18119 "default": "dfareporting#sitesListResponse", 18203 "default": "dfareporting#sitesListResponse",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
18177 "sizes": { 18261 "sizes": {
18178 "description": "Size collection.", 18262 "description": "Size collection.",
18179 "items": { 18263 "items": {
18180 "$ref": "Size" 18264 "$ref": "Size"
18181 }, 18265 },
18182 "type": "array" 18266 "type": "array"
18183 } 18267 }
18184 }, 18268 },
18185 "type": "object" 18269 "type": "object"
18186 }, 18270 },
18271 "SkippableSetting": {
18272 "description": "Skippable Settings",
18273 "id": "SkippableSetting",
18274 "properties": {
18275 "kind": {
18276 "default": "dfareporting#skippableSetting",
18277 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"dfareporting#skippableSetting\".",
18278 "type": "string"
18279 },
18280 "progressOffset": {
18281 "$ref": "VideoOffset",
18282 "description": "Amount of time to play videos served to this placement before counting a view. Applicable when skippable is true."
18283 },
18284 "skipOffset": {
18285 "$ref": "VideoOffset",
18286 "description": "Amount of time to play videos served to this placement before the skip button should appear. Applicable when skippable is tr ue."
18287 },
18288 "skippable": {
18289 "description": "Whether the user can skip creatives served t o this placement.",
18290 "type": "boolean"
18291 }
18292 },
18293 "type": "object"
18294 },
18187 "SortedDimension": { 18295 "SortedDimension": {
18188 "description": "Represents a sorted dimension.", 18296 "description": "Represents a sorted dimension.",
18189 "id": "SortedDimension", 18297 "id": "SortedDimension",
18190 "properties": { 18298 "properties": {
18191 "kind": { 18299 "kind": {
18192 "default": "dfareporting#sortedDimension", 18300 "default": "dfareporting#sortedDimension",
18193 "description": "The kind of resource this is, in this case d fareporting#sortedDimension.", 18301 "description": "The kind of resource this is, in this case d fareporting#sortedDimension.",
18194 "type": "string" 18302 "type": "string"
18195 }, 18303 },
18196 "name": { 18304 "name": {
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
18723 ], 18831 ],
18724 "type": "string" 18832 "type": "string"
18725 }, 18833 },
18726 "url": { 18834 "url": {
18727 "description": "URL for the specified third-party URL type." , 18835 "description": "URL for the specified third-party URL type." ,
18728 "type": "string" 18836 "type": "string"
18729 } 18837 }
18730 }, 18838 },
18731 "type": "object" 18839 "type": "object"
18732 }, 18840 },
18841 "TranscodeSetting": {
18842 "description": "Transcode Settings",
18843 "id": "TranscodeSetting",
18844 "properties": {
18845 "enabledVideoFormats": {
18846 "description": "Whitelist of video formats to be served to t his placement. Set this list to null or empty to serve all video formats.",
18847 "items": {
18848 "format": "int32",
18849 "type": "integer"
18850 },
18851 "type": "array"
18852 },
18853 "kind": {
18854 "default": "dfareporting#transcodeSetting",
18855 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"dfareporting#transcodeSetting\".",
18856 "type": "string"
18857 }
18858 },
18859 "type": "object"
18860 },
18733 "UserDefinedVariableConfiguration": { 18861 "UserDefinedVariableConfiguration": {
18734 "description": "User Defined Variable configuration.", 18862 "description": "User Defined Variable configuration.",
18735 "id": "UserDefinedVariableConfiguration", 18863 "id": "UserDefinedVariableConfiguration",
18736 "properties": { 18864 "properties": {
18737 "dataType": { 18865 "dataType": {
18738 "description": "Data type for the variable. This is a requir ed field.", 18866 "description": "Data type for the variable. This is a requir ed field.",
18739 "enum": [ 18867 "enum": [
18740 "NUMBER", 18868 "NUMBER",
18741 "STRING" 18869 "STRING"
18742 ], 18870 ],
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
19192 }, 19320 },
19193 "userRoles": { 19321 "userRoles": {
19194 "description": "User role collection.", 19322 "description": "User role collection.",
19195 "items": { 19323 "items": {
19196 "$ref": "UserRole" 19324 "$ref": "UserRole"
19197 }, 19325 },
19198 "type": "array" 19326 "type": "array"
19199 } 19327 }
19200 }, 19328 },
19201 "type": "object" 19329 "type": "object"
19330 },
19331 "VideoFormat": {
19332 "description": "Contains information about supported video formats." ,
19333 "id": "VideoFormat",
19334 "properties": {
19335 "fileType": {
19336 "description": "File type of the video format.",
19337 "enum": [
19338 "FLV",
19339 "M3U8",
19340 "MP4",
19341 "THREEGPP",
19342 "WEBM"
19343 ],
19344 "enumDescriptions": [
19345 "",
19346 "",
19347 "",
19348 "",
19349 ""
19350 ],
19351 "type": "string"
19352 },
19353 "id": {
19354 "description": "ID of the video format.",
19355 "format": "int32",
19356 "type": "integer"
19357 },
19358 "kind": {
19359 "default": "dfareporting#videoFormat",
19360 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"dfareporting#videoFormat\".",
19361 "type": "string"
19362 },
19363 "resolution": {
19364 "$ref": "Size",
19365 "description": "The resolution of this video format."
19366 },
19367 "targetBitRate": {
19368 "description": "The target bit rate of this video format.",
19369 "format": "int32",
19370 "type": "integer"
19371 }
19372 },
19373 "type": "object"
19374 },
19375 "VideoFormatsListResponse": {
19376 "description": "Video Format List Response",
19377 "id": "VideoFormatsListResponse",
19378 "properties": {
19379 "kind": {
19380 "default": "dfareporting#videoFormatsListResponse",
19381 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"dfareporting#videoFormatsListResponse\".",
19382 "type": "string"
19383 },
19384 "videoFormats": {
19385 "description": "Video format collection.",
19386 "items": {
19387 "$ref": "VideoFormat"
19388 },
19389 "type": "array"
19390 }
19391 },
19392 "type": "object"
19393 },
19394 "VideoOffset": {
19395 "description": "Video Offset",
19396 "id": "VideoOffset",
19397 "properties": {
19398 "offsetPercentage": {
19399 "description": "Duration, as a percentage of video duration. Do not set when offsetSeconds is set.",
19400 "format": "int32",
19401 "type": "integer"
19402 },
19403 "offsetSeconds": {
19404 "description": "Duration, in seconds. Do not set when offset Percentage is set.",
19405 "format": "int32",
19406 "type": "integer"
19407 }
19408 },
19409 "type": "object"
19410 },
19411 "VideoSettings": {
19412 "description": "Video Settings",
19413 "id": "VideoSettings",
19414 "properties": {
19415 "companionSettings": {
19416 "$ref": "CompanionSetting",
19417 "description": "Settings for the companion creatives of vide o creatives served to this placement."
19418 },
19419 "kind": {
19420 "default": "dfareporting#videoSettings",
19421 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"dfareporting#videoSettings\".",
19422 "type": "string"
19423 },
19424 "skippableSettings": {
19425 "$ref": "SkippableSetting",
19426 "description": "Settings for the skippability of video creat ives served to this placement. If this object is provided, the creative-level sk ippable settings will be overridden."
19427 },
19428 "transcodeSettings": {
19429 "$ref": "TranscodeSetting",
19430 "description": "Settings for the transcodes of video creativ es served to this placement. If this object is provided, the creative-level tran scode settings will be overridden."
19431 }
19432 },
19433 "type": "object"
19202 } 19434 }
19203 }, 19435 },
19204 "servicePath": "dfareporting/v2.6/", 19436 "servicePath": "dfareporting/v2.7/",
19205 "title": "DCM/DFA Reporting And Trafficking API", 19437 "title": "DCM/DFA Reporting And Trafficking API",
19206 "version": "v2.6" 19438 "version": "v2.7"
19207 } 19439 }
OLDNEW
« no previous file with comments | « discovery/googleapis/dfareporting__v2.6.json ('k') | discovery/googleapis/dns__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698