vendor: update all dependencies

This commit is contained in:
Nick Craig-Wood
2018-06-17 17:59:12 +01:00
parent 3f0789e2db
commit 08021c4636
2474 changed files with 435818 additions and 282709 deletions

View File

@ -20,7 +20,7 @@
"description": "Manages your DoubleClick Campaign Manager ad campaigns and reports.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/doubleclick-advertisers/",
"etag": "\"Zkyw9ACJZUvcYmlFaKGChzhmtnE/SwTzqnmyE9ystvGA83k2PbqQtvs\"",
"etag": "\"Zkyw9ACJZUvcYmlFaKGChzhmtnE/5kHvkkccKhBMEn4FJ1Eq4_8I4S4\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/doubleclick-16.gif",
"x32": "https://www.google.com/images/icons/product/doubleclick-32.gif"
@ -740,6 +740,7 @@
"APP_INTERSTITIAL",
"DISPLAY",
"DISPLAY_INTERSTITIAL",
"IN_STREAM_AUDIO",
"IN_STREAM_VIDEO"
],
"enumDescriptions": [
@ -747,6 +748,7 @@
"",
"",
"",
"",
""
],
"location": "query",
@ -3527,6 +3529,7 @@
"FLASH_INPAGE",
"HTML5_BANNER",
"IMAGE",
"INSTREAM_AUDIO",
"INSTREAM_VIDEO",
"INSTREAM_VIDEO_REDIRECT",
"INTERNAL_REDIRECT",
@ -3567,6 +3570,7 @@
"",
"",
"",
"",
""
],
"location": "query",
@ -6804,6 +6808,7 @@
"APP_INTERSTITIAL",
"DISPLAY",
"DISPLAY_INTERSTITIAL",
"IN_STREAM_AUDIO",
"IN_STREAM_VIDEO"
],
"enumDescriptions": [
@ -6811,6 +6816,7 @@
"",
"",
"",
"",
""
],
"location": "query",
@ -8378,7 +8384,7 @@
]
},
"list": {
"description": "Retrieves a list of sizes, possibly filtered.",
"description": "Retrieves a list of sizes, possibly filtered. Retrieved sizes are globally unique and may include values not currently in use by your account. Due to this, the list of sizes returned by this method may differ from the list seen in the Trafficking UI.",
"httpMethod": "GET",
"id": "dfareporting.sizes.list",
"parameterOrder": [
@ -9436,7 +9442,7 @@
}
}
},
"revision": "20171109",
"revision": "20180514",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Account": {
@ -9785,7 +9791,7 @@
"type": "string"
},
"traffickerType": {
"description": "Trafficker type of this user profile.",
"description": "Trafficker type of this user profile. This is a read-only field.",
"enum": [
"EXTERNAL_TRAFFICKER",
"INTERNAL_NON_TRAFFICKER",
@ -9957,6 +9963,7 @@
"APP_INTERSTITIAL",
"DISPLAY",
"DISPLAY_INTERSTITIAL",
"IN_STREAM_AUDIO",
"IN_STREAM_VIDEO"
],
"enumDescriptions": [
@ -9964,6 +9971,7 @@
"",
"",
"",
"",
""
],
"type": "string"
@ -10145,6 +10153,7 @@
"APP_INTERSTITIAL",
"DISPLAY",
"DISPLAY_INTERSTITIAL",
"IN_STREAM_AUDIO",
"IN_STREAM_VIDEO"
],
"enumDescriptions": [
@ -10152,6 +10161,7 @@
"",
"",
"",
"",
""
],
"type": "string"
@ -11582,7 +11592,7 @@
"type": "string"
},
"companionCreatives": {
"description": "List of companion creatives assigned to an in-Stream videocreative. Acceptable values include IDs of existing flash and image creatives. Applicable to the following creative types: all VPAID and all INSTREAM_VIDEO with dynamicAssetSelection set to false.",
"description": "List of companion creatives assigned to an in-Stream video creative. Acceptable values include IDs of existing flash and image creatives. Applicable to the following creative types: all VPAID and all INSTREAM_VIDEO with dynamicAssetSelection set to false.",
"items": {
"format": "int64",
"type": "string"
@ -11597,6 +11607,7 @@
"APP_INTERSTITIAL",
"DISPLAY",
"DISPLAY_INTERSTITIAL",
"IN_STREAM_AUDIO",
"IN_STREAM_VIDEO"
],
"enumDescriptions": [
@ -11604,6 +11615,7 @@
"",
"",
"",
"",
""
],
"type": "string"
@ -11805,6 +11817,7 @@
"FLASH_INPAGE",
"HTML5_BANNER",
"IMAGE",
"INSTREAM_AUDIO",
"INSTREAM_VIDEO",
"INSTREAM_VIDEO_REDIRECT",
"INTERNAL_REDIRECT",
@ -11845,6 +11858,7 @@
"",
"",
"",
"",
""
],
"type": "string"
@ -14108,6 +14122,7 @@
"DBM_PARTNER",
"DCM_ACCOUNT",
"DCM_ADVERTISER",
"DFP_NETWORK_CODE",
"ENCRYPTION_ENTITY_TYPE_UNKNOWN"
],
"enumDescriptions": [
@ -14116,6 +14131,7 @@
"",
"",
"",
"",
""
],
"type": "string"
@ -16338,6 +16354,7 @@
"APP_INTERSTITIAL",
"DISPLAY",
"DISPLAY_INTERSTITIAL",
"IN_STREAM_AUDIO",
"IN_STREAM_VIDEO"
],
"enumDescriptions": [
@ -16345,6 +16362,7 @@
"",
"",
"",
"",
""
],
"type": "string"

View File

@ -1312,7 +1312,8 @@ type AccountUserProfile struct {
// field that can be left blank.
SubaccountId int64 `json:"subaccountId,omitempty,string"`
// TraffickerType: Trafficker type of this user profile.
// TraffickerType: Trafficker type of this user profile. This is a
// read-only field.
//
// Possible values:
// "EXTERNAL_TRAFFICKER"
@ -1542,6 +1543,7 @@ type Ad struct {
// "APP_INTERSTITIAL"
// "DISPLAY"
// "DISPLAY_INTERSTITIAL"
// "IN_STREAM_AUDIO"
// "IN_STREAM_VIDEO"
Compatibility string `json:"compatibility,omitempty"`
@ -1767,6 +1769,7 @@ type AdSlot struct {
// "APP_INTERSTITIAL"
// "DISPLAY"
// "DISPLAY_INTERSTITIAL"
// "IN_STREAM_AUDIO"
// "IN_STREAM_VIDEO"
Compatibility string `json:"compatibility,omitempty"`
@ -3785,7 +3788,7 @@ type Creative struct {
CommercialId string `json:"commercialId,omitempty"`
// CompanionCreatives: List of companion creatives assigned to an
// in-Stream videocreative. Acceptable values include IDs of existing
// in-Stream video creative. Acceptable values include IDs of existing
// flash and image creatives. Applicable to the following creative
// types: all VPAID and all INSTREAM_VIDEO with dynamicAssetSelection
// set to false.
@ -3813,6 +3816,7 @@ type Creative struct {
// "APP_INTERSTITIAL"
// "DISPLAY"
// "DISPLAY_INTERSTITIAL"
// "IN_STREAM_AUDIO"
// "IN_STREAM_VIDEO"
Compatibility []string `json:"compatibility,omitempty"`
@ -4044,6 +4048,7 @@ type Creative struct {
// "FLASH_INPAGE"
// "HTML5_BANNER"
// "IMAGE"
// "INSTREAM_AUDIO"
// "INSTREAM_VIDEO"
// "INSTREAM_VIDEO_REDIRECT"
// "INTERNAL_REDIRECT"
@ -6731,6 +6736,7 @@ type EncryptionInfo struct {
// "DBM_PARTNER"
// "DCM_ACCOUNT"
// "DCM_ADVERTISER"
// "DFP_NETWORK_CODE"
// "ENCRYPTION_ENTITY_TYPE_UNKNOWN"
EncryptionEntityType string `json:"encryptionEntityType,omitempty"`
@ -9606,6 +9612,7 @@ type Placement struct {
// "APP_INTERSTITIAL"
// "DISPLAY"
// "DISPLAY_INTERSTITIAL"
// "IN_STREAM_AUDIO"
// "IN_STREAM_VIDEO"
Compatibility string `json:"compatibility,omitempty"`
@ -16544,6 +16551,7 @@ func (c *AdsListCall) CampaignIds(campaignIds ...int64) *AdsListCall {
// "APP_INTERSTITIAL"
// "DISPLAY"
// "DISPLAY_INTERSTITIAL"
// "IN_STREAM_AUDIO"
// "IN_STREAM_VIDEO"
func (c *AdsListCall) Compatibility(compatibility string) *AdsListCall {
c.urlParams_.Set("compatibility", compatibility)
@ -16860,6 +16868,7 @@ func (c *AdsListCall) Do(opts ...googleapi.CallOption) (*AdsListResponse, error)
// "APP_INTERSTITIAL",
// "DISPLAY",
// "DISPLAY_INTERSTITIAL",
// "IN_STREAM_AUDIO",
// "IN_STREAM_VIDEO"
// ],
// "enumDescriptions": [
@ -16867,6 +16876,7 @@ func (c *AdsListCall) Do(opts ...googleapi.CallOption) (*AdsListResponse, error)
// "",
// "",
// "",
// "",
// ""
// ],
// "location": "query",
@ -26821,6 +26831,7 @@ func (c *CreativesListCall) StudioCreativeId(studioCreativeId int64) *CreativesL
// "FLASH_INPAGE"
// "HTML5_BANNER"
// "IMAGE"
// "INSTREAM_AUDIO"
// "INSTREAM_VIDEO"
// "INSTREAM_VIDEO_REDIRECT"
// "INTERNAL_REDIRECT"
@ -27071,6 +27082,7 @@ func (c *CreativesListCall) Do(opts ...googleapi.CallOption) (*CreativesListResp
// "FLASH_INPAGE",
// "HTML5_BANNER",
// "IMAGE",
// "INSTREAM_AUDIO",
// "INSTREAM_VIDEO",
// "INSTREAM_VIDEO_REDIRECT",
// "INTERNAL_REDIRECT",
@ -27111,6 +27123,7 @@ func (c *CreativesListCall) Do(opts ...googleapi.CallOption) (*CreativesListResp
// "",
// "",
// "",
// "",
// ""
// ],
// "location": "query",
@ -39354,6 +39367,7 @@ func (c *PlacementsListCall) CampaignIds(campaignIds ...int64) *PlacementsListCa
// "APP_INTERSTITIAL"
// "DISPLAY"
// "DISPLAY_INTERSTITIAL"
// "IN_STREAM_AUDIO"
// "IN_STREAM_VIDEO"
func (c *PlacementsListCall) Compatibilities(compatibilities ...string) *PlacementsListCall {
c.urlParams_.SetMulti("compatibilities", append([]string{}, compatibilities...))
@ -39674,6 +39688,7 @@ func (c *PlacementsListCall) Do(opts ...googleapi.CallOption) (*PlacementsListRe
// "APP_INTERSTITIAL",
// "DISPLAY",
// "DISPLAY_INTERSTITIAL",
// "IN_STREAM_AUDIO",
// "IN_STREAM_VIDEO"
// ],
// "enumDescriptions": [
@ -39681,6 +39696,7 @@ func (c *PlacementsListCall) Do(opts ...googleapi.CallOption) (*PlacementsListRe
// "",
// "",
// "",
// "",
// ""
// ],
// "location": "query",
@ -45493,7 +45509,10 @@ type SizesListCall struct {
header_ http.Header
}
// List: Retrieves a list of sizes, possibly filtered.
// List: Retrieves a list of sizes, possibly filtered. Retrieved sizes
// are globally unique and may include values not currently in use by
// your account. Due to this, the list of sizes returned by this method
// may differ from the list seen in the Trafficking UI.
func (r *SizesService) List(profileId int64) *SizesListCall {
c := &SizesListCall{s: r.s, urlParams_: make(gensupport.URLParams)}
c.profileId = profileId
@ -45626,7 +45645,7 @@ func (c *SizesListCall) Do(opts ...googleapi.CallOption) (*SizesListResponse, er
}
return ret, nil
// {
// "description": "Retrieves a list of sizes, possibly filtered.",
// "description": "Retrieves a list of sizes, possibly filtered. Retrieved sizes are globally unique and may include values not currently in use by your account. Due to this, the list of sizes returned by this method may differ from the list seen in the Trafficking UI.",
// "httpMethod": "GET",
// "id": "dfareporting.sizes.list",
// "parameterOrder": [

View File

@ -20,7 +20,7 @@
"description": "Manages your DoubleClick Campaign Manager ad campaigns and reports.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/doubleclick-advertisers/",
"etag": "\"Zkyw9ACJZUvcYmlFaKGChzhmtnE/T5ck1Y0rLQnWaaxq6rdZwGe6z4M\"",
"etag": "\"Zkyw9ACJZUvcYmlFaKGChzhmtnE/y77xRILjlSdl2_MjDK7JC1BJie8\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/doubleclick-16.gif",
"x32": "https://www.google.com/images/icons/product/doubleclick-32.gif"
@ -740,6 +740,7 @@
"APP_INTERSTITIAL",
"DISPLAY",
"DISPLAY_INTERSTITIAL",
"IN_STREAM_AUDIO",
"IN_STREAM_VIDEO"
],
"enumDescriptions": [
@ -747,6 +748,7 @@
"",
"",
"",
"",
""
],
"location": "query",
@ -3734,6 +3736,7 @@
"FLASH_INPAGE",
"HTML5_BANNER",
"IMAGE",
"INSTREAM_AUDIO",
"INSTREAM_VIDEO",
"INSTREAM_VIDEO_REDIRECT",
"INTERNAL_REDIRECT",
@ -3774,6 +3777,7 @@
"",
"",
"",
"",
""
],
"location": "query",
@ -6785,6 +6789,7 @@
"APP_INTERSTITIAL",
"DISPLAY",
"DISPLAY_INTERSTITIAL",
"IN_STREAM_AUDIO",
"IN_STREAM_VIDEO"
],
"enumDescriptions": [
@ -6792,6 +6797,7 @@
"",
"",
"",
"",
""
],
"location": "query",
@ -8359,7 +8365,7 @@
]
},
"list": {
"description": "Retrieves a list of sizes, possibly filtered.",
"description": "Retrieves a list of sizes, possibly filtered. Retrieved sizes are globally unique and may include values not currently in use by your account. Due to this, the list of sizes returned by this method may differ from the list seen in the Trafficking UI.",
"httpMethod": "GET",
"id": "dfareporting.sizes.list",
"parameterOrder": [
@ -9417,7 +9423,7 @@
}
}
},
"revision": "20171109",
"revision": "20180514",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Account": {
@ -9766,7 +9772,7 @@
"type": "string"
},
"traffickerType": {
"description": "Trafficker type of this user profile.",
"description": "Trafficker type of this user profile. This is a read-only field.",
"enum": [
"EXTERNAL_TRAFFICKER",
"INTERNAL_NON_TRAFFICKER",
@ -9938,6 +9944,7 @@
"APP_INTERSTITIAL",
"DISPLAY",
"DISPLAY_INTERSTITIAL",
"IN_STREAM_AUDIO",
"IN_STREAM_VIDEO"
],
"enumDescriptions": [
@ -9945,6 +9952,7 @@
"",
"",
"",
"",
""
],
"type": "string"
@ -10126,6 +10134,7 @@
"APP_INTERSTITIAL",
"DISPLAY",
"DISPLAY_INTERSTITIAL",
"IN_STREAM_AUDIO",
"IN_STREAM_VIDEO"
],
"enumDescriptions": [
@ -10133,6 +10142,7 @@
"",
"",
"",
"",
""
],
"type": "string"
@ -11591,7 +11601,7 @@
"type": "string"
},
"companionCreatives": {
"description": "List of companion creatives assigned to an in-Stream videocreative. Acceptable values include IDs of existing flash and image creatives. Applicable to the following creative types: all VPAID and all INSTREAM_VIDEO with dynamicAssetSelection set to false.",
"description": "List of companion creatives assigned to an in-Stream video creative. Acceptable values include IDs of existing flash and image creatives. Applicable to the following creative types: all VPAID and all INSTREAM_VIDEO with dynamicAssetSelection set to false.",
"items": {
"format": "int64",
"type": "string"
@ -11606,6 +11616,7 @@
"APP_INTERSTITIAL",
"DISPLAY",
"DISPLAY_INTERSTITIAL",
"IN_STREAM_AUDIO",
"IN_STREAM_VIDEO"
],
"enumDescriptions": [
@ -11613,6 +11624,7 @@
"",
"",
"",
"",
""
],
"type": "string"
@ -11819,6 +11831,7 @@
"FLASH_INPAGE",
"HTML5_BANNER",
"IMAGE",
"INSTREAM_AUDIO",
"INSTREAM_VIDEO",
"INSTREAM_VIDEO_REDIRECT",
"INTERNAL_REDIRECT",
@ -11859,6 +11872,7 @@
"",
"",
"",
"",
""
],
"type": "string"
@ -14156,6 +14170,7 @@
"DBM_PARTNER",
"DCM_ACCOUNT",
"DCM_ADVERTISER",
"DFP_NETWORK_CODE",
"ENCRYPTION_ENTITY_TYPE_UNKNOWN"
],
"enumDescriptions": [
@ -14164,6 +14179,7 @@
"",
"",
"",
"",
""
],
"type": "string"
@ -16386,6 +16402,7 @@
"APP_INTERSTITIAL",
"DISPLAY",
"DISPLAY_INTERSTITIAL",
"IN_STREAM_AUDIO",
"IN_STREAM_VIDEO"
],
"enumDescriptions": [
@ -16393,6 +16410,7 @@
"",
"",
"",
"",
""
],
"type": "string"

View File

@ -1312,7 +1312,8 @@ type AccountUserProfile struct {
// field that can be left blank.
SubaccountId int64 `json:"subaccountId,omitempty,string"`
// TraffickerType: Trafficker type of this user profile.
// TraffickerType: Trafficker type of this user profile. This is a
// read-only field.
//
// Possible values:
// "EXTERNAL_TRAFFICKER"
@ -1542,6 +1543,7 @@ type Ad struct {
// "APP_INTERSTITIAL"
// "DISPLAY"
// "DISPLAY_INTERSTITIAL"
// "IN_STREAM_AUDIO"
// "IN_STREAM_VIDEO"
Compatibility string `json:"compatibility,omitempty"`
@ -1767,6 +1769,7 @@ type AdSlot struct {
// "APP_INTERSTITIAL"
// "DISPLAY"
// "DISPLAY_INTERSTITIAL"
// "IN_STREAM_AUDIO"
// "IN_STREAM_VIDEO"
Compatibility string `json:"compatibility,omitempty"`
@ -3828,7 +3831,7 @@ type Creative struct {
CommercialId string `json:"commercialId,omitempty"`
// CompanionCreatives: List of companion creatives assigned to an
// in-Stream videocreative. Acceptable values include IDs of existing
// in-Stream video creative. Acceptable values include IDs of existing
// flash and image creatives. Applicable to the following creative
// types: all VPAID and all INSTREAM_VIDEO with dynamicAssetSelection
// set to false.
@ -3856,6 +3859,7 @@ type Creative struct {
// "APP_INTERSTITIAL"
// "DISPLAY"
// "DISPLAY_INTERSTITIAL"
// "IN_STREAM_AUDIO"
// "IN_STREAM_VIDEO"
Compatibility []string `json:"compatibility,omitempty"`
@ -4091,6 +4095,7 @@ type Creative struct {
// "FLASH_INPAGE"
// "HTML5_BANNER"
// "IMAGE"
// "INSTREAM_AUDIO"
// "INSTREAM_VIDEO"
// "INSTREAM_VIDEO_REDIRECT"
// "INTERNAL_REDIRECT"
@ -6829,6 +6834,7 @@ type EncryptionInfo struct {
// "DBM_PARTNER"
// "DCM_ACCOUNT"
// "DCM_ADVERTISER"
// "DFP_NETWORK_CODE"
// "ENCRYPTION_ENTITY_TYPE_UNKNOWN"
EncryptionEntityType string `json:"encryptionEntityType,omitempty"`
@ -9681,6 +9687,7 @@ type Placement struct {
// "APP_INTERSTITIAL"
// "DISPLAY"
// "DISPLAY_INTERSTITIAL"
// "IN_STREAM_AUDIO"
// "IN_STREAM_VIDEO"
Compatibility string `json:"compatibility,omitempty"`
@ -16628,6 +16635,7 @@ func (c *AdsListCall) CampaignIds(campaignIds ...int64) *AdsListCall {
// "APP_INTERSTITIAL"
// "DISPLAY"
// "DISPLAY_INTERSTITIAL"
// "IN_STREAM_AUDIO"
// "IN_STREAM_VIDEO"
func (c *AdsListCall) Compatibility(compatibility string) *AdsListCall {
c.urlParams_.Set("compatibility", compatibility)
@ -16944,6 +16952,7 @@ func (c *AdsListCall) Do(opts ...googleapi.CallOption) (*AdsListResponse, error)
// "APP_INTERSTITIAL",
// "DISPLAY",
// "DISPLAY_INTERSTITIAL",
// "IN_STREAM_AUDIO",
// "IN_STREAM_VIDEO"
// ],
// "enumDescriptions": [
@ -16951,6 +16960,7 @@ func (c *AdsListCall) Do(opts ...googleapi.CallOption) (*AdsListResponse, error)
// "",
// "",
// "",
// "",
// ""
// ],
// "location": "query",
@ -27768,6 +27778,7 @@ func (c *CreativesListCall) StudioCreativeId(studioCreativeId int64) *CreativesL
// "FLASH_INPAGE"
// "HTML5_BANNER"
// "IMAGE"
// "INSTREAM_AUDIO"
// "INSTREAM_VIDEO"
// "INSTREAM_VIDEO_REDIRECT"
// "INTERNAL_REDIRECT"
@ -28018,6 +28029,7 @@ func (c *CreativesListCall) Do(opts ...googleapi.CallOption) (*CreativesListResp
// "FLASH_INPAGE",
// "HTML5_BANNER",
// "IMAGE",
// "INSTREAM_AUDIO",
// "INSTREAM_VIDEO",
// "INSTREAM_VIDEO_REDIRECT",
// "INTERNAL_REDIRECT",
@ -28058,6 +28070,7 @@ func (c *CreativesListCall) Do(opts ...googleapi.CallOption) (*CreativesListResp
// "",
// "",
// "",
// "",
// ""
// ],
// "location": "query",
@ -39429,6 +39442,7 @@ func (c *PlacementsListCall) CampaignIds(campaignIds ...int64) *PlacementsListCa
// "APP_INTERSTITIAL"
// "DISPLAY"
// "DISPLAY_INTERSTITIAL"
// "IN_STREAM_AUDIO"
// "IN_STREAM_VIDEO"
func (c *PlacementsListCall) Compatibilities(compatibilities ...string) *PlacementsListCall {
c.urlParams_.SetMulti("compatibilities", append([]string{}, compatibilities...))
@ -39749,6 +39763,7 @@ func (c *PlacementsListCall) Do(opts ...googleapi.CallOption) (*PlacementsListRe
// "APP_INTERSTITIAL",
// "DISPLAY",
// "DISPLAY_INTERSTITIAL",
// "IN_STREAM_AUDIO",
// "IN_STREAM_VIDEO"
// ],
// "enumDescriptions": [
@ -39756,6 +39771,7 @@ func (c *PlacementsListCall) Do(opts ...googleapi.CallOption) (*PlacementsListRe
// "",
// "",
// "",
// "",
// ""
// ],
// "location": "query",
@ -45568,7 +45584,10 @@ type SizesListCall struct {
header_ http.Header
}
// List: Retrieves a list of sizes, possibly filtered.
// List: Retrieves a list of sizes, possibly filtered. Retrieved sizes
// are globally unique and may include values not currently in use by
// your account. Due to this, the list of sizes returned by this method
// may differ from the list seen in the Trafficking UI.
func (r *SizesService) List(profileId int64) *SizesListCall {
c := &SizesListCall{s: r.s, urlParams_: make(gensupport.URLParams)}
c.profileId = profileId
@ -45701,7 +45720,7 @@ func (c *SizesListCall) Do(opts ...googleapi.CallOption) (*SizesListResponse, er
}
return ret, nil
// {
// "description": "Retrieves a list of sizes, possibly filtered.",
// "description": "Retrieves a list of sizes, possibly filtered. Retrieved sizes are globally unique and may include values not currently in use by your account. Due to this, the list of sizes returned by this method may differ from the list seen in the Trafficking UI.",
// "httpMethod": "GET",
// "id": "dfareporting.sizes.list",
// "parameterOrder": [

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff