Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
GCKAdBreakClipVastAdsRequest Sınıfı
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
GCKVASTAdsRequest değerini devralır.
|
| NSURL * | adTagUrl |
| | VAST dosyasının URL'si. Diğer...
|
| |
| NSString * | adsResponse |
| | Reklam etiketi URL'si üzerinden bir istekte bulunmak yerine reklam yanıtı olarak kullanılacak VAST belgesini belirten dize. Diğer...
|
| |
| - (nullable instancetype) initWithAdTagURL: |
|
(nullable NSURL *) |
adTagURL |
| adsResponse: |
|
(nullable NSString *) |
adsResponse |
|
|
| |
Bir GCKVASTAdsRequest nesnesini başlatır.
Bir adTagURL veya adsResponse gerekiyor.
- Parameters
-
| adTagURL | The ad tag URL for the request. |
| adsResponse | The ads response for the request. If this is non-nil, adTagURL will be ignored by the receiver. |
- yılından beri
- 4.3.4
|
|
readnonatomicassigninherited |
VAST dosyasının URL'si.
- yılından beri
- 4,1
| - (NSString*) adsResponse |
|
readnonatomicassigninherited |
Reklam etiketi URL'si üzerinden bir istekte bulunmak yerine reklam yanıtı olarak kullanılacak VAST belgesini belirten dize.
Bu, hata ayıklama ve bir VAST yanıtının halihazırda mevcut olduğu diğer durumlarda yararlı olabilir. adsResponse boş değilse adTagURL, alıcı tarafından yok sayılır.
- yılından beri
- 4,1
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-25 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-07-25 UTC."],[],["The `GCKAdBreakClipVastAdsRequest` class, inheriting from `GCKVASTAdsRequest`, manages VAST ad requests for ad break clips. It can be initialized using an ad tag URL or a VAST ad response string. Key properties include `adTagUrl`, a URL for the VAST file, and `adsResponse`, a string containing a VAST document. When both properties are given, `adsResponse` takes priority and it's considered the main source of the ads.\n"]]