You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="firstline">Retrieves the next page of results.</p>
@@ -129,18 +132,19 @@ <h3>Method Details</h3>
129
132
"A String",
130
133
],
131
134
"accountId": 42, # Account id.
132
-
"videoURL": "A String", # The url to fetch a video ad. If set, HTMLSnippet should not be set.
135
+
"videoURL": "A String", # The URL to fetch a video ad. If set, HTMLSnippet and the nativeAd should not be set. Note, this is diffrent from resource.native_ad.video_url above.
133
136
"clickThroughUrl": [ # The set of destination urls for the snippet.
134
137
"A String",
135
138
],
136
139
"languages": [ # Detected languages for this creative. Read-only. This field should not be set in requests.
137
140
"A String",
138
141
],
139
142
"width": 42, # Ad width.
140
-
"nativeAd": { # If nativeAd is set, HTMLSnippet and videoURL should not be set.
143
+
"nativeAd": { # If nativeAd is set, HTMLSnippet and the videoURL outside of nativeAd should not be set. (The videoURL inside nativeAd can be set.)
141
144
"body": "A String", # A long description of the ad.
142
145
"advertiser": "A String",
143
146
"store": "A String", # The URL to the app store to purchase/download the promoted app.
147
+
"videoURL": "A String",
144
148
"headline": "A String", # A short title for the ad.
145
149
"image": { # A large image.
146
150
"url": "A String",
@@ -271,18 +275,19 @@ <h3>Method Details</h3>
271
275
"A String",
272
276
],
273
277
"accountId": 42, # Account id.
274
-
"videoURL": "A String", # The url to fetch a video ad. If set, HTMLSnippet should not be set.
278
+
"videoURL": "A String", # The URL to fetch a video ad. If set, HTMLSnippet and the nativeAd should not be set. Note, this is diffrent from resource.native_ad.video_url above.
275
279
"clickThroughUrl": [ # The set of destination urls for the snippet.
276
280
"A String",
277
281
],
278
282
"languages": [ # Detected languages for this creative. Read-only. This field should not be set in requests.
279
283
"A String",
280
284
],
281
285
"width": 42, # Ad width.
282
-
"nativeAd": { # If nativeAd is set, HTMLSnippet and videoURL should not be set.
286
+
"nativeAd": { # If nativeAd is set, HTMLSnippet and the videoURL outside of nativeAd should not be set. (The videoURL inside nativeAd can be set.)
283
287
"body": "A String", # A long description of the ad.
284
288
"advertiser": "A String",
285
289
"store": "A String", # The URL to the app store to purchase/download the promoted app.
290
+
"videoURL": "A String",
286
291
"headline": "A String", # A short title for the ad.
287
292
"image": { # A large image.
288
293
"url": "A String",
@@ -408,18 +413,19 @@ <h3>Method Details</h3>
408
413
"A String",
409
414
],
410
415
"accountId": 42, # Account id.
411
-
"videoURL": "A String", # The url to fetch a video ad. If set, HTMLSnippet should not be set.
416
+
"videoURL": "A String", # The URL to fetch a video ad. If set, HTMLSnippet and the nativeAd should not be set. Note, this is diffrent from resource.native_ad.video_url above.
412
417
"clickThroughUrl": [ # The set of destination urls for the snippet.
413
418
"A String",
414
419
],
415
420
"languages": [ # Detected languages for this creative. Read-only. This field should not be set in requests.
416
421
"A String",
417
422
],
418
423
"width": 42, # Ad width.
419
-
"nativeAd": { # If nativeAd is set, HTMLSnippet and videoURL should not be set.
424
+
"nativeAd": { # If nativeAd is set, HTMLSnippet and the videoURL outside of nativeAd should not be set. (The videoURL inside nativeAd can be set.)
420
425
"body": "A String", # A long description of the ad.
421
426
"advertiser": "A String",
422
427
"store": "A String", # The URL to the app store to purchase/download the promoted app.
428
+
"videoURL": "A String",
423
429
"headline": "A String", # A short title for the ad.
424
430
"image": { # A large image.
425
431
"url": "A String",
@@ -570,18 +576,19 @@ <h3>Method Details</h3>
570
576
"A String",
571
577
],
572
578
"accountId": 42, # Account id.
573
-
"videoURL": "A String", # The url to fetch a video ad. If set, HTMLSnippet should not be set.
579
+
"videoURL": "A String", # The URL to fetch a video ad. If set, HTMLSnippet and the nativeAd should not be set. Note, this is diffrent from resource.native_ad.video_url above.
574
580
"clickThroughUrl": [ # The set of destination urls for the snippet.
575
581
"A String",
576
582
],
577
583
"languages": [ # Detected languages for this creative. Read-only. This field should not be set in requests.
578
584
"A String",
579
585
],
580
586
"width": 42, # Ad width.
581
-
"nativeAd": { # If nativeAd is set, HTMLSnippet and videoURL should not be set.
587
+
"nativeAd": { # If nativeAd is set, HTMLSnippet and the videoURL outside of nativeAd should not be set. (The videoURL inside nativeAd can be set.)
582
588
"body": "A String", # A long description of the ad.
583
589
"advertiser": "A String",
584
590
"store": "A String", # The URL to the app store to purchase/download the promoted app.
591
+
"videoURL": "A String",
585
592
"headline": "A String", # A short title for the ad.
0 commit comments