Skip to content

Commit

Permalink
feat(displayvideo): update the api
Browse files Browse the repository at this point in the history
#### displayvideo:v2

The following keys were added:
- schemas.EditCustomerMatchMembersRequest.properties.removedContactInfoList.$ref (Total Keys: 1)
- schemas.EditCustomerMatchMembersRequest.properties.removedMobileDeviceIdList.$ref (Total Keys: 1)

#### displayvideo:v3

The following keys were added:
- schemas.EditCustomerMatchMembersRequest.properties.removedContactInfoList.$ref (Total Keys: 1)
- schemas.EditCustomerMatchMembersRequest.properties.removedMobileDeviceIdList.$ref (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Feb 27, 2024
1 parent d35dc29 commit 07cec5e
Show file tree
Hide file tree
Showing 4 changed files with 158 additions and 80 deletions.
31 changes: 31 additions & 0 deletions docs/dyn/displayvideo_v2.firstAndThirdPartyAudiences.html
Expand Up @@ -261,6 +261,37 @@ <h3>Method Details</h3>
],
},
&quot;advertiserId&quot;: &quot;A String&quot;, # Required. The ID of the owner advertiser of the updated Customer Match FirstAndThirdPartyAudience.
&quot;removedContactInfoList&quot;: { # Wrapper message for a list of contact information defining Customer Match audience members. # Input only. A list of contact information to define the members to be removed.
&quot;consent&quot;: { # User consent status. # Input only. The consent setting for the users in contact_infos. Leaving this field unset indicates that consent is not specified. If ad_user_data or ad_personalization fields are set to `CONSENT_STATUS_DENIED`, the request will return an error.
&quot;adPersonalization&quot;: &quot;A String&quot;, # Represents consent for ad personalization.
&quot;adUserData&quot;: &quot;A String&quot;, # Represents consent for ad user data.
},
&quot;contactInfos&quot;: [ # A list of ContactInfo objects defining Customer Match audience members. The size of members after splitting the contact_infos mustn&#x27;t be greater than 500,000.
{ # Contact information defining a Customer Match audience member.
&quot;countryCode&quot;: &quot;A String&quot;, # Country code of the member. Must also be set with the following fields: * hashed_first_name * hashed_last_name * zip_codes
&quot;hashedEmails&quot;: [ # A list of SHA256 hashed email of the member. Before hashing, remove all whitespace and make sure the string is all lowercase.
&quot;A String&quot;,
],
&quot;hashedFirstName&quot;: &quot;A String&quot;, # SHA256 hashed first name of the member. Before hashing, remove all whitespace and make sure the string is all lowercase. Must also be set with the following fields: * country_code * hashed_last_name * zip_codes
&quot;hashedLastName&quot;: &quot;A String&quot;, # SHA256 hashed last name of the member. Before hashing, remove all whitespace and make sure the string is all lowercase. Must also be set with the following fields: * country_code * hashed_first_name * zip_codes
&quot;hashedPhoneNumbers&quot;: [ # A list of SHA256 hashed phone numbers of the member. Before hashing, all phone numbers must be formatted using the [E.164 format](//en.wikipedia.org/wiki/E.164) and include the country calling code.
&quot;A String&quot;,
],
&quot;zipCodes&quot;: [ # A list of zip codes of the member. Must also be set with the following fields: * country_code * hashed_first_name * hashed_last_name
&quot;A String&quot;,
],
},
],
},
&quot;removedMobileDeviceIdList&quot;: { # Wrapper message for a list of mobile device IDs defining Customer Match audience members. # Input only. A list of mobile device IDs to define the members to be removed.
&quot;consent&quot;: { # User consent status. # Input only. The consent setting for the users in mobile_device_ids. Leaving this field unset indicates that consent is not specified. If ad_user_data or ad_personalization fields are set to `CONSENT_STATUS_DENIED`, the request will return an error.
&quot;adPersonalization&quot;: &quot;A String&quot;, # Represents consent for ad personalization.
&quot;adUserData&quot;: &quot;A String&quot;, # Represents consent for ad user data.
},
&quot;mobileDeviceIds&quot;: [ # A list of mobile device IDs defining Customer Match audience members. The size of mobile_device_ids mustn&#x27;t be greater than 500,000.
&quot;A String&quot;,
],
},
}

x__xgafv: string, V1 error format.
Expand Down
31 changes: 31 additions & 0 deletions docs/dyn/displayvideo_v3.firstAndThirdPartyAudiences.html
Expand Up @@ -261,6 +261,37 @@ <h3>Method Details</h3>
],
},
&quot;advertiserId&quot;: &quot;A String&quot;, # Required. The ID of the owner advertiser of the updated Customer Match FirstAndThirdPartyAudience.
&quot;removedContactInfoList&quot;: { # Wrapper message for a list of contact information defining Customer Match audience members. # Input only. A list of contact information to define the members to be removed.
&quot;consent&quot;: { # User consent status. # Input only. The consent setting for the users in contact_infos. Leaving this field unset indicates that consent is not specified. If ad_user_data or ad_personalization fields are set to `CONSENT_STATUS_DENIED`, the request will return an error.
&quot;adPersonalization&quot;: &quot;A String&quot;, # Represents consent for ad personalization.
&quot;adUserData&quot;: &quot;A String&quot;, # Represents consent for ad user data.
},
&quot;contactInfos&quot;: [ # A list of ContactInfo objects defining Customer Match audience members. The size of members after splitting the contact_infos mustn&#x27;t be greater than 500,000.
{ # Contact information defining a Customer Match audience member.
&quot;countryCode&quot;: &quot;A String&quot;, # Country code of the member. Must also be set with the following fields: * hashed_first_name * hashed_last_name * zip_codes
&quot;hashedEmails&quot;: [ # A list of SHA256 hashed email of the member. Before hashing, remove all whitespace and make sure the string is all lowercase.
&quot;A String&quot;,
],
&quot;hashedFirstName&quot;: &quot;A String&quot;, # SHA256 hashed first name of the member. Before hashing, remove all whitespace and make sure the string is all lowercase. Must also be set with the following fields: * country_code * hashed_last_name * zip_codes
&quot;hashedLastName&quot;: &quot;A String&quot;, # SHA256 hashed last name of the member. Before hashing, remove all whitespace and make sure the string is all lowercase. Must also be set with the following fields: * country_code * hashed_first_name * zip_codes
&quot;hashedPhoneNumbers&quot;: [ # A list of SHA256 hashed phone numbers of the member. Before hashing, all phone numbers must be formatted using the [E.164 format](//en.wikipedia.org/wiki/E.164) and include the country calling code.
&quot;A String&quot;,
],
&quot;zipCodes&quot;: [ # A list of zip codes of the member. Must also be set with the following fields: * country_code * hashed_first_name * hashed_last_name
&quot;A String&quot;,
],
},
],
},
&quot;removedMobileDeviceIdList&quot;: { # Wrapper message for a list of mobile device IDs defining Customer Match audience members. # Input only. A list of mobile device IDs to define the members to be removed.
&quot;consent&quot;: { # User consent status. # Input only. The consent setting for the users in mobile_device_ids. Leaving this field unset indicates that consent is not specified. If ad_user_data or ad_personalization fields are set to `CONSENT_STATUS_DENIED`, the request will return an error.
&quot;adPersonalization&quot;: &quot;A String&quot;, # Represents consent for ad personalization.
&quot;adUserData&quot;: &quot;A String&quot;, # Represents consent for ad user data.
},
&quot;mobileDeviceIds&quot;: [ # A list of mobile device IDs defining Customer Match audience members. The size of mobile_device_ids mustn&#x27;t be greater than 500,000.
&quot;A String&quot;,
],
},
}

x__xgafv: string, V1 error format.
Expand Down
82 changes: 45 additions & 37 deletions googleapiclient/discovery_cache/documents/displayvideo.v2.json
Expand Up @@ -9267,7 +9267,7 @@
}
}
},
"revision": "20240215",
"revision": "20240222",
"rootUrl": "https://displayvideo.googleapis.com/",
"schemas": {
"ActivateManualTriggerRequest": {
Expand Down Expand Up @@ -13840,6 +13840,14 @@ false
"description": "Required. The ID of the owner advertiser of the updated Customer Match FirstAndThirdPartyAudience.",
"format": "int64",
"type": "string"
},
"removedContactInfoList": {
"$ref": "ContactInfoList",
"description": "Input only. A list of contact information to define the members to be removed."
},
"removedMobileDeviceIdList": {
"$ref": "MobileDeviceIdList",
"description": "Input only. A list of mobile device IDs to define the members to be removed."
}
},
"type": "object"
Expand Down Expand Up @@ -14167,12 +14175,12 @@ false
"Connatix.",
"Reset Digital.",
"Hivestack.",
"AppLovin using the gBid SDK.",
"Fyber using the gBid SDK.",
"Unity using the gBid SDK.",
"Chartboost using the gBid SDK.",
"Admost using the gBid SDK.",
"Topon using the gBid SDK."
"AppLovin MAX.",
"DT Fairbid.",
"Unity LevelPlay.",
"Chartboost Mediation.",
"AdMost.",
"TopOn."
],
"type": "string"
}
Expand Down Expand Up @@ -14358,12 +14366,12 @@ false
"Connatix.",
"Reset Digital.",
"Hivestack.",
"AppLovin using the gBid SDK.",
"Fyber using the gBid SDK.",
"Unity using the gBid SDK.",
"Chartboost using the gBid SDK.",
"Admost using the gBid SDK.",
"Topon using the gBid SDK."
"AppLovin MAX.",
"DT Fairbid.",
"Unity LevelPlay.",
"Chartboost Mediation.",
"AdMost.",
"TopOn."
],
"type": "string"
},
Expand Down Expand Up @@ -14550,12 +14558,12 @@ false
"Connatix.",
"Reset Digital.",
"Hivestack.",
"AppLovin using the gBid SDK.",
"Fyber using the gBid SDK.",
"Unity using the gBid SDK.",
"Chartboost using the gBid SDK.",
"Admost using the gBid SDK.",
"Topon using the gBid SDK."
"AppLovin MAX.",
"DT Fairbid.",
"Unity LevelPlay.",
"Chartboost Mediation.",
"AdMost.",
"TopOn."
],
"type": "string"
},
Expand Down Expand Up @@ -14743,12 +14751,12 @@ false
"Connatix.",
"Reset Digital.",
"Hivestack.",
"AppLovin using the gBid SDK.",
"Fyber using the gBid SDK.",
"Unity using the gBid SDK.",
"Chartboost using the gBid SDK.",
"Admost using the gBid SDK.",
"Topon using the gBid SDK."
"AppLovin MAX.",
"DT Fairbid.",
"Unity LevelPlay.",
"Chartboost Mediation.",
"AdMost.",
"TopOn."
],
"readOnly": true,
"type": "string"
Expand Down Expand Up @@ -15787,12 +15795,12 @@ false
"Connatix.",
"Reset Digital.",
"Hivestack.",
"AppLovin using the gBid SDK.",
"Fyber using the gBid SDK.",
"Unity using the gBid SDK.",
"Chartboost using the gBid SDK.",
"Admost using the gBid SDK.",
"Topon using the gBid SDK."
"AppLovin MAX.",
"DT Fairbid.",
"Unity LevelPlay.",
"Chartboost Mediation.",
"AdMost.",
"TopOn."
],
"type": "string"
},
Expand Down Expand Up @@ -16696,12 +16704,12 @@ true
"Connatix.",
"Reset Digital.",
"Hivestack.",
"AppLovin using the gBid SDK.",
"Fyber using the gBid SDK.",
"Unity using the gBid SDK.",
"Chartboost using the gBid SDK.",
"Admost using the gBid SDK.",
"Topon using the gBid SDK."
"AppLovin MAX.",
"DT Fairbid.",
"Unity LevelPlay.",
"Chartboost Mediation.",
"AdMost.",
"TopOn."
],
"type": "string"
},
Expand Down
94 changes: 51 additions & 43 deletions googleapiclient/discovery_cache/documents/displayvideo.v3.json
Expand Up @@ -9222,7 +9222,7 @@
}
}
},
"revision": "20240215",
"revision": "20240222",
"rootUrl": "https://displayvideo.googleapis.com/",
"schemas": {
"ActiveViewVideoViewabilityMetricConfig": {
Expand Down Expand Up @@ -10125,12 +10125,12 @@
"Connatix.",
"Reset Digital.",
"Hivestack.",
"AppLovin using the gBid SDK.",
"Fyber using the gBid SDK.",
"Unity using the gBid SDK.",
"Chartboost using the gBid SDK.",
"Admost using the gBid SDK.",
"Topon using the gBid SDK."
"AppLovin MAX.",
"DT Fairbid.",
"Unity LevelPlay.",
"Chartboost Mediation.",
"AdMost.",
"TopOn."
],
"type": "string"
},
Expand Down Expand Up @@ -14552,6 +14552,14 @@ false
"description": "Required. The ID of the owner advertiser of the updated Customer Match FirstAndThirdPartyAudience.",
"format": "int64",
"type": "string"
},
"removedContactInfoList": {
"$ref": "ContactInfoList",
"description": "Input only. A list of contact information to define the members to be removed."
},
"removedMobileDeviceIdList": {
"$ref": "MobileDeviceIdList",
"description": "Input only. A list of mobile device IDs to define the members to be removed."
}
},
"type": "object"
Expand Down Expand Up @@ -14879,12 +14887,12 @@ false
"Connatix.",
"Reset Digital.",
"Hivestack.",
"AppLovin using the gBid SDK.",
"Fyber using the gBid SDK.",
"Unity using the gBid SDK.",
"Chartboost using the gBid SDK.",
"Admost using the gBid SDK.",
"Topon using the gBid SDK."
"AppLovin MAX.",
"DT Fairbid.",
"Unity LevelPlay.",
"Chartboost Mediation.",
"AdMost.",
"TopOn."
],
"type": "string"
}
Expand Down Expand Up @@ -15070,12 +15078,12 @@ false
"Connatix.",
"Reset Digital.",
"Hivestack.",
"AppLovin using the gBid SDK.",
"Fyber using the gBid SDK.",
"Unity using the gBid SDK.",
"Chartboost using the gBid SDK.",
"Admost using the gBid SDK.",
"Topon using the gBid SDK."
"AppLovin MAX.",
"DT Fairbid.",
"Unity LevelPlay.",
"Chartboost Mediation.",
"AdMost.",
"TopOn."
],
"type": "string"
},
Expand Down Expand Up @@ -15262,12 +15270,12 @@ false
"Connatix.",
"Reset Digital.",
"Hivestack.",
"AppLovin using the gBid SDK.",
"Fyber using the gBid SDK.",
"Unity using the gBid SDK.",
"Chartboost using the gBid SDK.",
"Admost using the gBid SDK.",
"Topon using the gBid SDK."
"AppLovin MAX.",
"DT Fairbid.",
"Unity LevelPlay.",
"Chartboost Mediation.",
"AdMost.",
"TopOn."
],
"type": "string"
},
Expand Down Expand Up @@ -15455,12 +15463,12 @@ false
"Connatix.",
"Reset Digital.",
"Hivestack.",
"AppLovin using the gBid SDK.",
"Fyber using the gBid SDK.",
"Unity using the gBid SDK.",
"Chartboost using the gBid SDK.",
"Admost using the gBid SDK.",
"Topon using the gBid SDK."
"AppLovin MAX.",
"DT Fairbid.",
"Unity LevelPlay.",
"Chartboost Mediation.",
"AdMost.",
"TopOn."
],
"readOnly": true,
"type": "string"
Expand Down Expand Up @@ -16499,12 +16507,12 @@ false
"Connatix.",
"Reset Digital.",
"Hivestack.",
"AppLovin using the gBid SDK.",
"Fyber using the gBid SDK.",
"Unity using the gBid SDK.",
"Chartboost using the gBid SDK.",
"Admost using the gBid SDK.",
"Topon using the gBid SDK."
"AppLovin MAX.",
"DT Fairbid.",
"Unity LevelPlay.",
"Chartboost Mediation.",
"AdMost.",
"TopOn."
],
"type": "string"
},
Expand Down Expand Up @@ -17386,12 +17394,12 @@ false
"Connatix.",
"Reset Digital.",
"Hivestack.",
"AppLovin using the gBid SDK.",
"Fyber using the gBid SDK.",
"Unity using the gBid SDK.",
"Chartboost using the gBid SDK.",
"Admost using the gBid SDK.",
"Topon using the gBid SDK."
"AppLovin MAX.",
"DT Fairbid.",
"Unity LevelPlay.",
"Chartboost Mediation.",
"AdMost.",
"TopOn."
],
"type": "string"
},
Expand Down

0 comments on commit 07cec5e

Please sign in to comment.