Skip to content

Commit 34c7bcb

Browse files
yoshi-automationsofisl
authored andcommitted
fix(realtimebidding): update the API
#### realtimebidding:v1 The following keys were changed: - schemas.VideoContent.properties.videoUrl.description - schemas.VideoContent.properties.videoVastXml.description
1 parent 36809dc commit 34c7bcb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

discovery/realtimebidding-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,7 @@
13051305
}
13061306
}
13071307
},
1308-
"revision": "20240806",
1308+
"revision": "20240930",
13091309
"rootUrl": "https://realtimebidding.googleapis.com/",
13101310
"schemas": {
13111311
"ActivatePretargetingConfigRequest": {
@@ -3251,11 +3251,11 @@
32513251
"readOnly": true
32523252
},
32533253
"videoUrl": {
3254-
"description": "The URL to fetch a video ad.",
3254+
"description": "The URL to fetch a video ad. The URL should return an XML response that conforms to the VAST 2.0, 3.0 or 4.x standard.",
32553255
"type": "string"
32563256
},
32573257
"videoVastXml": {
3258-
"description": "The contents of a VAST document for a video ad. This document should conform to the VAST 2.0 or 3.0 standard.",
3258+
"description": "The contents of a VAST document for a video ad. This document should conform to the VAST 2.0, 3.0, or 4.x standard.",
32593259
"type": "string"
32603260
}
32613261
},

src/apis/realtimebidding/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1185,11 +1185,11 @@ export namespace realtimebidding_v1 {
11851185
*/
11861186
videoMetadata?: Schema$VideoMetadata;
11871187
/**
1188-
* The URL to fetch a video ad.
1188+
* The URL to fetch a video ad. The URL should return an XML response that conforms to the VAST 2.0, 3.0 or 4.x standard.
11891189
*/
11901190
videoUrl?: string | null;
11911191
/**
1192-
* The contents of a VAST document for a video ad. This document should conform to the VAST 2.0 or 3.0 standard.
1192+
* The contents of a VAST document for a video ad. This document should conform to the VAST 2.0, 3.0, or 4.x standard.
11931193
*/
11941194
videoVastXml?: string | null;
11951195
}

0 commit comments

Comments
 (0)