當 Google 將出價要求傳送至您的應用程式時,即時出價互動就會開始。本指南說明如何編寫應用程式程式碼,以處理出價要求。
剖析要求
Google 會以 OpenRTB JSON 或 Protobuf 格式序列化出價要求,並以 HTTP POST 要求的酬載形式附加。收到的格式取決於端點的設定。如需範例,請參閱「出價要求範例」。
您必須剖析這項要求,才能接收序列化的 BidRequest。如果您使用 Protobuf 格式,請務必從參考資料頁面下載 openrtb.proto 和 openrtb-adx.proto,並使用這些檔案產生程式庫,用於剖析 BidRequest 訊息。舉例來說,下列 C++ 程式碼會剖析字串中的 POST 酬載,藉此剖析要求:
string post_payload = /* the payload from the POST request */; BidRequest bid_request; if (bid_request.ParseFromString(post_payload)) { // Process the request. }
取得 BidRequest 後,您就可以將其視為物件,擷取並解讀所需欄位。舉例來說,在 C++ 中,疊代 OpenRTB `BidRequest` 中的交易可能如下所示:
for (const BidRequest::Imp::Pmp::Deal& deal : pmp.deals()) { DoSomething(deal.id(), deal.wseat()); }
帳單 ID
當發布商的廣告空間符合您一或多項
預先指定設定時,您就會收到出價要求。BidRequest.imp.ext.billing_id
會填入所有符合資格買方的帳單 ID,以及相關的預先指定目標設定。此外,如果是交易廣告空間,您可以使用 BidRequest.imp.pmp.deal.ext.billing_id 找出與相關買方相關聯的帳單 ID。出價時,只能指定出價要求中買家的帳單 ID。
如果出價要求中包含多個帳單 ID,您必須使用 BidResponse.seatbid.bid.ext.billing_id 欄位,指定要將出價歸給哪個買方的帳單 ID。
imp {
ext {
// The billing IDs of all of your matching pretargeting configs and eligible child seats are
// stored in a flat list here.
billing_id: 123
billing_id: 456
billing_id: 789
}
pmp {
// All eligible deals are stored in a single flat list.
deal {
id: 1000
ext {
// The specific billing IDs eligible to bid on this deal are indicated here.
billing_id: 789
}
...
}
deal {
id: 2000
ext {
billing_id: 123
billing_id: 456
}
...
}
}
...
}
...判斷已封鎖的類別
出價時,內含的廣告素材不得有發布商封鎖的類別。否則出價會從競價中篩除。
如要查看曝光的封鎖類別,請檢查 BidRequest.bcat 欄位,其中會填入為帳戶設定的分類。
以下範例顯示根據已設定的廣告類別分類封鎖的類別:
IAB 內容分類 1.0 版
// Bid request { // Indicates the blocked categories using IAB Content 1.0 Taxonomy. "bcat": [ "IAB9-9", // Cigars "IAB8-18" // Wine ] "imp": { ... } }
Google 廣告類別分類
// Bid request { // Indicates the blocked categories using Google Ad Category Taxonomy. "bcat": [ "10138", // Cigar and tobacco collecting "10080", // Tobacco "11649", // Wine "10674", // Wine collecting "13008" // Wine clubs ] "imp": { ... } }
字典檔案
出價要求會使用字典檔案中定義的 ID,這些 ID 可在參考資料頁面中找到。
競價工具網址巨集
您也可以視需要使用巨集,將 BidRequest 的部分資訊插入出價端點網址。如果您使用一或多個巨集設定端點網址,系統會在出價要求中提供相關資訊時展開巨集。舉例來說,如果您想根據 BidRequest 中的資訊執行負載平衡,這項功能就非常實用。如要要求支援新巨集,請與您的帳戶管理員聯絡。
| 巨集 | 說明 |
|---|---|
%%GOOGLE_USER_ID%% |
請改用 如果 Google 使用者 ID 不明,系統會代入空字串,結果類似於 http://google.bidder.com/path?gid= |
%%HAS_MOBILE%% |
改為 |
%%HAS_VIDEO%% |
改用 |
%%HOSTED_MATCH_DATA%% |
根據 |
%%MOBILE_IS_APP%% |
改用 |
從交易網址找出行動應用程式 ID
行動應用程式交易會回報類似下列的網址:
mbappgewtimrzgyytanjyg4888888.com
使用 base-32 解碼器解碼粗體部分的字串 (gewtimrzgyytanjyg4888888)。
您可以使用線上解碼器,但必須將字母大寫,並將尾端的 8 替換為 = 值。
因此,解碼這個值:
GEWTIMRZGYYTANJYG4======
1-429610587
429610587 是 iOS 應用程式「iFunny」iFunny的應用程式 ID。
以下再舉一例。遭檢舉的網址為:
mbappgewtgmjug4ytmmrtgm888888.com
GEWTGMJUG4YTMMRTGM======
1-314716233
314716233 是 iOS 應用程式「TextNow」TextNow的應用程式 ID。
從交易網址找出行動應用程式名稱
以下是取得應用程式名稱的範例。遭檢舉的網址如下:
mbappMFUXELTDN5WS42DZOBQWQLTJN4XHG3DJORUGK4Q888.com
MFUXELTDN5WS42DZOBQWQLTJN4XHG3DJORUGK4Q===
air.com.hypah.io.slither
公開出價欄位
傳送給參與公開出價的廣告交易平台和聯播網出價者的出價要求,與傳送給參與標準即時出價的 Authorized Buyers 類似。公開出價客戶會收到少數額外欄位,而現有欄位也可能會有其他用途。包括:
| OpenRTB | 詳細資料 |
|---|---|
BidRequest.imp.ext.dfp_ad_unit_code |
包含發布商的 Ad Manager 聯播網代碼,後面接著廣告單元階層,並以正斜線分隔。 舉例來說,這會以類似下列格式顯示:
|
BidRequest.user.data.segment |
發布商傳送給廣告交易平台出價者的重複鍵/值組合。 您可以判斷這些值是發布商在 |
聲明允許的供應商
提供研究、再行銷和廣告放送等服務的技術供應商,可能會在買賣雙方的互動中扮演某種角色。只有經過 Google 審查,可參與 Authorized Buyers 互動的供應商才能使用。
如要瞭解BidRequest並建立BidResponse,您需要瞭解宣告技術供應商的兩種不同方式:
- 部分供應商不需要聲明,這些供應商會列在 Ad Manager 認證外部供應商中。
- 其他供應商必須在
BidRequest:- 在
BidRequest中,「BidRequest.imp.ext.allowed_vendor_type」欄位會指定賣家允許的供應商。將在allowed_vendor_type中傳送的供應商會列於vendors.txt字典檔案中。
- 在
出價要求範例
下列範例代表 Protobuf 和 JSON 要求的可讀取範例。
OpenRTB Protobuf
顯示範例
序列化要求id: "nz1Q895H43SP4ImxSmQa6b" imp { id: "1" banner { w: 320 h: 50 pos: ABOVE_THE_FOLD api: MRAID_1 api: MRAID_2 wmax: 339 hmax: 53 wmin: 227 hmin: 40 format { w: 320 h: 50 } format { w: 300 h: 50 } [com.google.doubleclick.banner_ext] { flexslot { wmin: 227 wmax: 339 hmin: 40 hmax: 53 } } } displaymanager: "GoogleMobileAds-Android" displaymanagerver: "23.4.0" tagid: "1493802015" bidfloor: 73.7217929849032 bidfloorcur: "JPY" secure: true exp: 3600 clickbrowser: true metric { type: "click_through_rate" value: 0.0008632762474007905 vendor: "EXCHANGE" } metric { type: "viewability" value: 1.0 vendor: "EXCHANGE" } [com.google.doubleclick.imp] { billing_id: 86548870602 billing_id: 64050817605 publisher_settings_list_id: 1919771331799042254 publisher_settings_list_id: 8607682056454820141 allowed_vendor_type: 0 allowed_vendor_type: 9723 ampad: AMP_AD_NOT_ALLOWED excluded_creatives { buyer_creative_id: "EXCLUDED_BUYER_CREATIVE_ID" } excluded_creatives { buyer_creative_id: "EXCLUDED_BUYER_CREATIVE_ID" } allowed_restricted_category: 33 allowed_restricted_category: 32 creative_enforcement_settings { policy_enforcement: POLICY_ENFORCEMENT_NETWORK_AND_PLATFORM_POLICY publisher_blocks_enforcement: PUBLISHER_BLOCKS_ENFORCEMENT_APPLIES } auction_environment: SERVER_SIDE_AUCTION ae: SERVER_SIDE_AUCTION jsver: "test-sdk_123456789" } } app { name: "Test App" ver: "1.2.15" bundle: "com.google.testapp" publisher { id: "pub-2021944733829074" [com.google.doubleclick.publisher] { country: "SG" } } content { url: "https://www.google.com" userrating: "4.9" livestream: false language: "sv" } storeurl: "https://www.google.com" } device { ua: "OMITTED" ip: "192.168.1.0" geo { lat: 0.0 lon: 0.0 country: "SWE" region: "SE-O" city: "Stenungsund" zip: "472 31" type: IP utcoffset: 120 accuracy: 2913 [com.google.doubleclick.geo] { geo_criteria_id: 1012566 } } make: "Samsung" model: "SM-A546B" os: "android" osv: "15" connectiontype: WIFI devicetype: HIGHEND_PHONE ifa: "bc49e134-7f3b-4282-928e-5ffa35e1047f" w: 339 h: 735 pxratio: 3.188 sua { browsers { brand: "Mozilla" version: "5" version: "0" } browsers { brand: "AppleWebKit" version: "537" version: "36" } platform { brand: "Android" version: "15" } mobile: true bitness: "64" model: "SM-A546B" source: USER_AGENT_STRING } [com.google.doubleclick.device] { metereddata: false chargelevel: 0.97 charging: false diskspace: 12800 audioout: AUDIO_SILENT } } user { id: "1E085g86030JZxtR8SO7g147Ygt" consent: "OMITTED" [com.google.doubleclick.user] { consented_providers_settings { consented_providers: 2415 consented_providers: 723 additional_consent: "OMITTED" } consent: "OMITTED" session { duration: 1080 depth: 610 requestssinceappopen: 1871 priorclicks: 0 } idage: 10368000 } } at: FIRST_PRICE tmax: 1000 cur: "JPY" cur: "GBP" bcat: "5" bcat: "31" regs { [com.google.doubleclick.regs] { gdpr: true } } source { schain { complete: true nodes { asi: "testssp.com" sid: "pub-1111111111111111" hp: true } ver: "1.0" } [com.google.doubleclick.source] { omidpn: "Google" omidpv: "afma-sdk-a-v251815999.243220000.1" } } cattax: GOOGLE_CATEGORIES [com.google.doubleclick.bid_request] { google_query_id: "ANy-zGnD1h-SFMwW30WOg7X29LI78CmEi6lwfZBDI4RXQ8h6ufYC9L0y2Y448cm0445Obh37" fcap_scope: FREQUENCY_CAPPING_SCOPE_DEVICE privacy_treatments { allow_user_data_collection: true } }
OpenRTB JSON
顯示範例
{ "id": "nz1Q895H43SP4ImxSmQa6b", "imp": [ { "id": "1", "banner": { "w": 320, "h": 50, "pos": 1, "api": [ 3, 5 ], "wmax": 339, "hmax": 53, "wmin": 227, "hmin": 40, "format": [ { "w": 320, "h": 50 }, { "w": 300, "h": 50 } ], "ext": { "flexslot": { "wmin": 227, "wmax": 339, "hmin": 40, "hmax": 53 } } }, "displaymanager": "GoogleMobileAds-Android", "displaymanagerver": "23.4.0", "tagid": "1493802015", "bidfloor": 73.7217929849032, "bidfloorcur": "JPY", "secure": 1, "exp": 3600, "clickbrowser": 1, "metric": [ { "type": "click_through_rate", "value": 0.0008632762474007905, "vendor": "EXCHANGE" }, { "type": "viewability", "value": 1.0, "vendor": "EXCHANGE" } ], "ext": { "billing_id": [ "86548870602", "64050817605" ], "publisher_settings_list_id": [ "1919771331799042254", "8607682056454820141" ], "allowed_vendor_type": [ 0, 9723 ], "ampad": 2, "excluded_creatives": [ { "buyer_creative_id": "EXCLUDED_BUYER_CREATIVE_ID" }, { "buyer_creative_id": "EXCLUDED_BUYER_CREATIVE_ID" } ], "allowed_restricted_category": [ 33, 32 ], "creative_enforcement_settings": { "policy_enforcement": 2, "publisher_blocks_enforcement": 1 }, "auction_environment": 0, "ae": 0, "jsver": "test-sdk_123456789" } } ], "app": { "name": "Test App", "ver": "1.2.15", "bundle": "com.google.testapp", "publisher": { "id": "pub-2021944733829074", "ext": { "country": "SG" } }, "content": { "url": "https://www.google.com", "userrating": "4.9", "livestream": 0, "language": "sv" }, "storeurl": "https://www.google.com" }, "device": { "ua": "OMITTED", "ip": "192.168.1.0", "geo": { "lat": 0.0, "lon": 0.0, "country": "SWE", "region": "SE-O", "city": "Stenungsund", "zip": "472 31", "type": 2, "utcoffset": 120, "accuracy": 2913, "ext": { "geo_criteria_id": 1012566 } }, "make": "Samsung", "model": "SM-A546B", "os": "android", "osv": "15", "connectiontype": 2, "devicetype": 4, "ifa": "bc49e134-7f3b-4282-928e-5ffa35e1047f", "w": 339, "h": 735, "pxratio": 3.188, "sua": { "browsers": [ { "brand": "Mozilla", "version": [ "5", "0" ] }, { "brand": "AppleWebKit", "version": [ "537", "36" ] } ], "platform": { "brand": "Android", "version": [ "15" ] }, "mobile": 1, "bitness": "64", "model": "SM-A546B", "source": 3 }, "ext": { "metereddata": 0, "chargelevel": 0.97, "charging": 0, "diskspace": 12800, "audioout": 3 } }, "user": { "id": "1E085g86030JZxtR8SO7g147Ygt", "consent": "OMITTED", "ext": { "consented_providers_settings": { "consented_providers": [ "2415", "723" ], "additional_consent": "OMITTED" }, "consent": "OMITTED", "session": { "duration": 1080, "depth": 610, "requestssinceappopen": 1871, "priorclicks": 0 }, "idage": 10368000 } }, "at": 1, "tmax": 1000, "cur": [ "JPY", "GBP" ], "bcat": [ "5", "31" ], "regs": { "ext": { "gdpr": 1 } }, "source": { "schain": { "complete": 1, "nodes": [ { "asi": "testssp.com", "sid": "pub-1111111111111111", "hp": 1 } ], "ver": "1.0" }, "ext": { "omidpn": "Google", "omidpv": "afma-sdk-a-v251815999.243220000.1" } }, "cattax": 500, "ext": { "google_query_id": "ANy-zGnD1h-SFMwW30WOg7X29LI78CmEi6lwfZBDI4RXQ8h6ufYC9L0y2Y448cm0445Obh37", "fcap_scope": 3, "privacy_treatments": { "allow_user_data_collection": 1 } } }
如要將出價要求轉換為二進位形式 (如同在實際要求中從 POST 酬載取得的形式),您可以執行下列操作 (以 C++ 為例)。不過請注意,這不適用於 OpenRTB JSON。
string text_format_example = /* example from above */; BidRequest bid_request; if (TextFormat::ParseFromString(text_format_example, &bid_request)) { string post_payload; if (bid_request.SerializeToString(&post_payload)) { // post_payload is a binary serialization of the protocol buffer } }
即時意見回饋
Authorized Buyers 以及使用公開出價的廣告交易平台和聯播網,都能取得即時意見回饋。
系統會根據您先前出價的結果,在 BidRequest.ext.bid_feedback 中填入即時意見回饋,並提供競價得標與否,或得標所需的最低出價等詳細資料。如要啟用即時意見回饋,請與客戶經理聯絡。
除了出價回應意見回饋中傳送的預設欄位,您也可以使用 BidResponse.seatbid.bid.ext.event_notification_token 欄位,在出價回應中傳送自訂資料。event_notification_token 是只有出價者知道的任意資料,可能有助於偵錯,例如:代表新策略的新指定目標 ID 或出價 ID,或是只有出價者知道的廣告素材相關中繼資料。詳情請參閱 OpenRTB 擴充功能通訊協定緩衝區檔案。
Authorized Buyers 將出價要求傳送給出價方後,出價方會回覆 BidResponse。如果出價方已啟用即時意見回饋,Authorized Buyers 會在後續出價要求中,透過 BidFeedback 訊息傳送回應意見回饋:
message BidFeedback { // The unique id from BidRequest.id. optional string request_id = 1; // The status code for the ad. See creative-status-codes.txt in the // technical documentation for a list of ids. optional int32 creative_status_code = 2; // Deprecated. This field is not populated and will be removed after March, // 2025. If the bid won the auction, this is the price paid in your account // currency. If the bid participated in the auction but was out-bid, this // is the CPM that should have been exceeded in order to win. This is not // set if the bid was filtered prior to the auction, if the publisher or // winning bidder has opted out of price feedback or if your account has // opted out of sharing winning prices with other bidders. For first-price // auctions, minimum_bid_to_win is populated instead of this field. optional double price = 3 [deprecated = true]; // The minimum bid value necessary to have won the auction, in your account // currency. If your bid won the auction, this is the second highest bid // that was not filtered (including the floor price). If your bid didn't win // the auction, this is the winning candidate's bid. This field will only be // populated if your bid participated in a first-price auction, and will not // be populated if your bid was filtered prior to the auction. optional double minimum_bid_to_win = 6; // Billable event rate multiplier that was applied to this bid during // ranking. The adjustment reflects the likelihood that your bid would // generate a billable event (namely, the ad renders successfully) if it won // the auction, relative to the probability that other bids generate a // billable event if they won the auction. This adjustment can be larger or // smaller than 1. This affects the final ranking in the auction only; in // particular, this multiplier does not affect the payment or whether the // bid clears any floor price. optional float billable_event_rate_bid_adjustment = 13 [default = 1]; // When a publisher uses an RTB auction and waterfall-based SDK mediation on // the same query, the winner of the real-time auction must also compete in // a mediation waterfall (which is ordered by price) to win the impression. // If the bid participated in the auction and there was no waterfall, the // value of this field is 0. If the bid participated in the auction and // there was a waterfall, the value of this field is a price representing a // sample bid from the eligible mediation networks that were higher than the // auction winner, weighted by expected fill rate. This field can be used // in conjunction with minimum_bid_to_win to train bidding models. The CPM // is in your account currency. optional double sampled_mediation_cpm_ahead_of_auction_winner = 8; message EventNotificationToken { // The contents of the token. optional string payload = 1; } // The token included in the corresponding bid. optional EventNotificationToken event_notification_token = 4; // The creative ID included in the corresponding bid. optional string buyer_creative_id = 5; }
在這則訊息中,您應檢查的第一個欄位是 bid_feedback.creative_status_code;您可以在
creative-status-codes.txt 中找到代碼的意義。請注意,如果贏得競價,您可以選擇不提供價格意見。詳情請參閱如何停用。
即時意見回饋包含出價要求 ID 和下列其中一項:
| 競價結果 | 即時意見回饋 |
|---|---|
| 買方未提交出價。 | 不會發生任何事情。 |
| 買方提交的出價在進入競價前遭到篩除。 | 廣告素材狀態代碼 (creative-status-codes.txt)。 |
| 買方已提交出價,但最後落選。 | 廣告素材狀態代碼 79 (在競價中出價遭超越)。 |
| 買方提交的出價贏得競價。 | 結算價格和廣告素材狀態碼 1。
如果應用程式曝光和廣告素材狀態代碼為 |
範例
以下是支援通訊協定中顯示的即時意見回饋範例:
OpenRTB Protobuf
顯示範例
序列化要求id: "19pl46RcGu32W09d2H1q80" imp { id: "1" banner { w: 200 h: 200 pos: ABOVE_THE_FOLD api: MRAID_1 api: MRAID_2 format { w: 200 h: 200 } format { w: 300 h: 250 } } video { mimes: "video/mp4" linearity: LINEAR maxduration: 60 w: 300 h: 250 startdelay: 0 playbackmethod: ENTER_SOUND_OFF pos: ABOVE_THE_FOLD api: MRAID_1 api: MRAID_2 protocols: VAST_2_0 protocols: VAST_3_0 skip: true placement: IN_FEED_PLACEMENT playbackend: LEAVING_OR_USER plcmt: PLCMT_NO_CONTENT_STANDALONE [com.google.doubleclick.video] { inferredplcmt: PLCMT_NO_CONTENT_STANDALONE } } displaymanager: "GoogleMobileAds-Android" displaymanagerver: "23.3.0" tagid: "4530488526" bidfloor: 27.72425931505949 bidfloorcur: "JPY" secure: true exp: 3600 clickbrowser: true metric { type: "click_through_rate" value: 0.008391381241381168 vendor: "EXCHANGE" } metric { type: "video_completion_rate" value: 0.009718560613691807 vendor: "EXCHANGE" } [com.google.doubleclick.imp] { billing_id: 85893299877 billing_id: 60049223504 publisher_settings_list_id: 9909889017109496788 publisher_settings_list_id: 2943173989636397861 allowed_vendor_type: 0 allowed_vendor_type: 39523 ampad: AMP_AD_NOT_ALLOWED excluded_creatives { buyer_creative_id: "EXCLUDED_BUYER_CREATIVE_ID" } excluded_creatives { buyer_creative_id: "EXCLUDED_BUYER_CREATIVE_ID" } creative_enforcement_settings { policy_enforcement: POLICY_ENFORCEMENT_NETWORK_AND_PLATFORM_POLICY publisher_blocks_enforcement: PUBLISHER_BLOCKS_ENFORCEMENT_APPLIES } auction_environment: SERVER_SIDE_AUCTION ae: SERVER_SIDE_AUCTION jsver: "test-sdk_123456789" } } app { name: "Test App" ver: "2.7.40.26" bundle: "com.google.testapp" publisher { id: "pub-8704859943243339" [com.google.doubleclick.publisher] { country: "SG" } } content { url: "https://www.google.com" userrating: "4.5" livestream: false language: "en" } storeurl: "https://www.google.com" } device { ua: "OMITTED" ip: "192.168.1.0" geo { lat: 0.0 lon: 0.0 country: "IND" city: "Hyderabad" type: IP utcoffset: 330 accuracy: 19212 [com.google.doubleclick.geo] { geo_criteria_id: 1007740 } } make: "Realme" model: "RMX3241" os: "android" osv: "13" connectiontype: WIFI devicetype: HIGHEND_PHONE ifa: "fb42f237-08ec-4d91-ab96-1e1c83cc2af1" w: 360 h: 716 pxratio: 3.0 sua { browsers { brand: "Mozilla" version: "5" version: "0" } browsers { brand: "AppleWebKit" version: "537" version: "36" } platform { brand: "Android" version: "13" } mobile: true bitness: "64" model: "RMX3241" source: USER_AGENT_STRING } [com.google.doubleclick.device] { metereddata: false chargelevel: 0.23 charging: false diskspace: 15700 audioout: AUDIO_SILENT } } user { id: "Q735u4sSGK5Y0N819k25O0Vv6I7" [com.google.doubleclick.user] { session { duration: 2 depth: 11 requestssinceappopen: 11 priorclicks: 0 } idage: 25920000 } } at: FIRST_PRICE tmax: 2000 cur: "INR" cur: "JPY" bcat: "32" bcat: "33" source { schain { complete: true nodes { asi: "testssp.com" sid: "pub-1111111111111111" hp: true } ver: "1.0" } [com.google.doubleclick.source] { omidpn: "Google" omidpv: "afma-sdk-a-v251815999.242402000.1" } } cattax: GOOGLE_CATEGORIES [com.google.doubleclick.bid_request] { bid_feedback { request_id: "3265hT3M9Uq7370Ou263Zp" creative_status_code: 80 event_notification_token { payload: "token" } buyer_creative_id: "test_creative_id_122439" minimum_bid_to_win: 5.93 feedbacktype: BID_FEEDBACK } bid_feedback { request_id: "9024plcR9E3N4T0vb0y13c" creative_status_code: 80 event_notification_token { payload: "token" } buyer_creative_id: "test_creative_id_122439" minimum_bid_to_win: 175.0 feedbacktype: BID_FEEDBACK } google_query_id: "ANy-z44alu-814Bakx696mrux1VsUu39Ob428vb0B2H4HD8ADAlLE6mkm17zq511d81N0Gf0" fcap_scope: FREQUENCY_CAPPING_SCOPE_DEVICE privacy_treatments { allow_user_data_collection: true } }
OpenRTB JSON
顯示範例
{ "id": "19pl46RcGu32W09d2H1q80", "imp": [ { "id": "1", "banner": { "w": 200, "h": 200, "pos": 1, "api": [ 3, 5 ], "format": [ { "w": 200, "h": 200 }, { "w": 300, "h": 250 } ] }, "video": { "mimes": [ "video/mp4" ], "linearity": 1, "maxduration": 60, "w": 300, "h": 250, "startdelay": 0, "playbackmethod": [ 6 ], "pos": 1, "api": [ 3, 5 ], "protocols": [ 2, 3 ], "skip": 1, "placement": 4, "playbackend": 2, "plcmt": 4, "ext": { "inferredplcmt": 4 } }, "displaymanager": "GoogleMobileAds-Android", "displaymanagerver": "23.3.0", "tagid": "4530488526", "bidfloor": 27.72425931505949, "bidfloorcur": "JPY", "secure": 1, "exp": 3600, "clickbrowser": 1, "metric": [ { "type": "click_through_rate", "value": 0.008391381241381168, "vendor": "EXCHANGE" }, { "type": "video_completion_rate", "value": 0.009718560613691807, "vendor": "EXCHANGE" } ], "ext": { "billing_id": [ "85893299877", "60049223504" ], "publisher_settings_list_id": [ "9909889017109496788", "2943173989636397861" ], "allowed_vendor_type": [ 0, 39523 ], "ampad": 2, "excluded_creatives": [ { "buyer_creative_id": "EXCLUDED_BUYER_CREATIVE_ID" }, { "buyer_creative_id": "EXCLUDED_BUYER_CREATIVE_ID" } ], "creative_enforcement_settings": { "policy_enforcement": 2, "publisher_blocks_enforcement": 1 }, "auction_environment": 0, "ae": 0, "jsver": "test-sdk_123456789" } } ], "app": { "name": "Test App", "ver": "2.7.40.26", "bundle": "com.google.testapp", "publisher": { "id": "pub-8704859943243339", "ext": { "country": "SG" } }, "content": { "url": "https://www.google.com", "userrating": "4.5", "livestream": 0, "language": "en" }, "storeurl": "https://www.google.com" }, "device": { "ua": "OMITTED", "ip": "192.168.1.0", "geo": { "lat": 0.0, "lon": 0.0, "country": "IND", "city": "Hyderabad", "type": 2, "utcoffset": 330, "accuracy": 19212, "ext": { "geo_criteria_id": 1007740 } }, "make": "Realme", "model": "RMX3241", "os": "android", "osv": "13", "connectiontype": 2, "devicetype": 4, "ifa": "fb42f237-08ec-4d91-ab96-1e1c83cc2af1", "w": 360, "h": 716, "pxratio": 3.0, "sua": { "browsers": [ { "brand": "Mozilla", "version": [ "5", "0" ] }, { "brand": "AppleWebKit", "version": [ "537", "36" ] } ], "platform": { "brand": "Android", "version": [ "13" ] }, "mobile": 1, "bitness": "64", "model": "RMX3241", "source": 3 }, "ext": { "metereddata": 0, "chargelevel": 0.23, "charging": 0, "diskspace": 15700, "audioout": 3 } }, "user": { "id": "Q735u4sSGK5Y0N819k25O0Vv6I7", "ext": { "session": { "duration": 2, "depth": 11, "requestssinceappopen": 11, "priorclicks": 0 }, "idage": 25920000 } }, "at": 1, "tmax": 2000, "cur": [ "INR", "JPY" ], "bcat": [ "32", "33" ], "source": { "schain": { "complete": 1, "nodes": [ { "asi": "testssp.com", "sid": "pub-1111111111111111", "hp": 1 } ], "ver": "1.0" }, "ext": { "omidpn": "Google", "omidpv": "afma-sdk-a-v251815999.242402000.1" } }, "cattax": 500, "ext": { "bid_feedback": [ { "request_id": "3265hT3M9Uq7370Ou263Zp", "creative_status_code": 80, "event_notification_token": { "payload": "token" }, "buyer_creative_id": "test_creative_id_122439", "minimum_bid_to_win": 5.93, "feedbacktype": 1 }, { "request_id": "9024plcR9E3N4T0vb0y13c", "creative_status_code": 80, "event_notification_token": { "payload": "token" }, "buyer_creative_id": "test_creative_id_122439", "minimum_bid_to_win": 175.0, "feedbacktype": 1 } ], "google_query_id": "ANy-z44alu-814Bakx696mrux1VsUu39Ob428vb0B2H4HD8ADAlLE6mkm17zq511d81N0Gf0", "fcap_scope": 3, "privacy_treatments": { "allow_user_data_collection": 1 } } }
為最高價得標競價建立出價模式
在最高價得標競價中出價後,如果出價未遭競價篩除,您會收到即時意見回饋,包括 minimum_bid_to_win 和 sampled_mediation_cpm_ahead_of_auction_winner 欄位。您可以根據這些信號,調整出價邏輯,瞭解出價金額應提高或降低多少,才能贏得曝光。
minimum_bid_to_win:贏得即時競價的最低出價。如果您贏得競價,這就是您在贏得競價時可設定的最低出價。如果未得標,這就是得標出價。sampled_mediation_cpm_ahead_of_auction_winner:如果中介服務鏈中還有其他聯播網,這個欄位的值就是代表其中一個符合資格的中介服務聯播網的範例出價,該出價高於競價勝出者,並根據預期供應率加權計算。如果中介服務鏈中的任何聯播網都不會填補,或發布商未使用 SDK 中介服務,則此值會設為 0。
運作方式
如要說明用於判斷 minimum_bid_to_win 和 sampled_mediation_cpm_ahead_of_auction_winner 可能值的計算方式,我們首先需要定義下列項目:
- 以下是中介服務鏈中的千次曝光出價,依遞減順序排列:
\[C_1, C_2, …, C_n\]
- 以下代表中介服務鏈中千次曝光出價的相應填補率:\[f_1, f_2, …, f_n\]
- 以下函式用於根據指定的填滿率,從中介服務鏈結元素 \(i\)判斷預期千次曝光出價及其機率:\(X_i = \{C_i\) 機率 \(f_i\); \(0\) 機率 \(1 - f_i\}\)
- 最終勝出的中介服務鏈為:
\[\{C_1, C_2, …, C_K, W\}\]其中 \(W\) 是勝出出價,而 \(C_K > W >= C_{K+1}\)
- 預留價格或底價以 \(F\)表示。
- 次高出價會標示為 \(R\)。
競價得標者計算
| 欄位 | 計算方式 |
|---|---|
minimum_bid_to_win |
\(max\{F, R, X_{K+1}, …, X_n\}\) |
sampled_mediation_cpm_ahead_ |
\(\{C_i\) 具有機率 \(\prod_{j=1}^{i-1}(1-f_j) \cdot f_i \div \prod_{j=1}^{K}(1-f_j)\}\)
這是 \(1 <= i <= K\)方案。 |
競價失敗者的計算方式
| 欄位 | 計算方式 |
|---|---|
minimum_bid_to_win |
\(max\{F, W\}\) |
sampled_mediation_cpm_ahead_ |
\(max\{X_1, …, X_K\}\) |
簡單中介服務鏈的範例
假設發布商同時使用即時出價和 SDK 中介服務鏈,如下所示:
| SDK 中介服務鏈 | 預期千次曝光出價 | 供應率 |
|---|---|---|
| 網路 1 | \(C_1 = $3.00\) | \(f_1 = 5\%\) |
| 網路 2 | \(C_2 = $2.00\) | \(f_2 = 45\%\) |
| 網路 3 | \(C_3 = $0.50\) | \(f_3 = 80\%\) |
| 網路 4 | \(C_4 = $0.10\) | \(f_4 = 85\%\) |
假設 RTB 競價結果如下:
| 即時出價競價 | 千次曝光出價 |
|---|---|
| 競價贏家 (W) | $1.00 美元 |
| 競價第二名 (R) | $0.05 美元 |
| 預留價格 / 底價 (F) | $0 |
贏得競價的出價
以下範例說明系統如何計算得標出價的 minimum_bid_to_win 和 sampled_mediation_cpm_ahead_of_auction_winner 值與機率。
minimum_bid_to_win |
機率 |
|---|---|
| \(max(F, R, C_3) = $0.50\) | \(f_3 = 80\%\) |
| \(max(F, R, C_4) = $0.10\) | \((1-f_3) \cdot f_4 = 17\%\) |
| \(max(F, R, 0) = $0.05\) | \((1-f_3) \cdot (1-f_4) = 3\%\) |
sampled_mediation_cpm_ |
機率 |
|---|---|
| \(C_1 = $3.00\) | \(f_1 \div (1-(1-f_1) \cdot (1-f_2)) =~ 10.5\%\) |
| \(C_2 = $2.00\) | \(((1-f_1) \cdot f_2) \div (1-(1-f_1) \cdot (1-f_2)) =~ 89.5\%\) |
未贏得競價的出價
以下範例說明系統如何計算出價遭拒時的 minimum_bid_to_win 和 sampled_mediation_cpm_ahead_of_auction_winner 值和機率。
minimum_bid_to_win |
機率 |
|---|---|
| \(max(F, W) = $1.00\) | \(100\%\) |
sampled_mediation_cpm_ |
機率 |
|---|---|
| \(C_1 = $3.00\) | \(f_1 = 5\%\) |
| \(C_2 = $2.00\) | \((1-f_1) \cdot f_2 =~ 42.8\%\) |
| \(0\) | \((1-f_1) \cdot (1-f_2) =~ 52.2\%\) |
分割出價
出價扁平化是指將單一複雜的 BidRequest 處理成多個出價要求,並傳送至應用程式。出價要求經過扁平化處理後,您就能判斷哪些出價要求屬於原始要求,因為這些要求在 BidRequest.ext.google_query_id 欄位中會有相同的值。
系統預設會啟用出價分割功能,但如果您想停用,請與客戶經理聯絡。
廣告格式
部分廣告機會可接受多種格式。出價分割後,每種格式都會透過不同的出價要求傳送,而符合資格的帳單 ID 等屬性,則與要求中指定的格式相關。
如果出價要求包含下列格式,系統會分割為不同的出價要求:
- 橫幅廣告
- 影片
- 音訊
- 原生
廣告格式扁平化範例
以下範例顯示簡化的 OpenRTB JSON 出價要求 (未經過廣告格式分割),以及一組等效的分割要求:
Pre-flatten
顯示範例
{
"id": "V5ar1wXqKP58nbsyJ6549D",
"imp": [
{
"id": "1",
"video": {
"linearity": 1,
"w": 300,
"h": 250,
"pos": 1,
"skip": 1,
"playbackmethod": [
6
],
"placement": 3,
"mimes": [
"video/mp4"
],
"protocols": [
2,
3
]
},
"banner": {
"format": [
{
"w": 300,
"h": 250
}
],
"w": 300,
"h": 250,
"pos": 1
},
"ext": {
"billing_id": [
47039494050,
52030317241
]
}
}
],
"ext": {
"google_query_id": "ANy-zdp266-244itJsom3dmXb7SvW1IPg6478g639g0867v1126w630F3M7lAp640H666744"
}
}Post-flatten
顯示範例
要求 1
{
"id": "B3xr1yZqRL48nbsyJ6367N",
"imp": [
{
"id": "1",
"video": {
"linearity": 1,
"w": 300,
"h": 250,
"pos": 1,
"skip": 1,
"playbackmethod": [
6
],
"placement": 3,
"mimes": [
"video/mp4"
],
"protocols": [
2,
3
]
}
"ext": {
"billing_id": [
47039494050
]
}
],
"ext": {
"google_query_id": "ANy-zdp266-244itJsom3dmXb7SvW1IPg6478g639g0867v1126w630F3M7lAp640H666744"
}
}要求 2
{
"id": "M1dY8qHyNK74bMsjF393Gf",
"imp": [
{
"id": "1",
"banner": {
"format": [
{
"w": 300,
"h": 250
}
],
"w": 300,
"h": 250,
"pos": 1
},
"ext": {
"billing_id": [
52030317241
]
}
}
],
"ext": {
"google_query_id": "ANy-zdp266-244itJsom3dmXb7SvW1IPg6478g639g0867v1126w630F3M7lAp640H666744"
}
}特惠
特定出價者的廣告商機可能適用於各種交易類型,公開競價也不例外。使用交易分割出價功能時,系統會為公開競價傳送一個出價要求,並為每種固定價格交易傳送一個出價要求。實務上,廣告限制可能因競價和固定價格交易類型而異。舉例來說,如果某個影片廣告商機同時適用於公開競價和固定價格交易,出價者會收到兩份不同的出價要求,其中廣告長度上限和是否允許可略過廣告等限制可能有所不同。因此,套用至廣告商機的平坦化功能可讓您更輕鬆地辨別開放競價和固定價格交易的廣告限制。
可略過性與影片長度
OpenRTB 規格沒有個別欄位,可指定可略過和不可略過廣告的影片長度上限。Google 的導入方式會使用出價平緩化,透過現有的 BidRequest.video.maxduration 和 BidRequest.video.skip 欄位區分這些事件。
以下範例說明當不可略過廣告長度上限為 15,可略過廣告長度上限為 60 時,影片廣告空間會如何扁平化。
| 範例 | max_ad_duration |
skip (true OR false) |
|---|---|---|
| 未經過扁平化的原始要求 | 15 |
true |
| 分割式要求 #1:不可略過 | 15 |
false |
| 分割式要求 #2:可略過 | 60 |
true |
只有在符合下列條件時,系統才會分割可略過影片長度的出價要求:
- 要求允許影片。
- 可略過和不可略過的影片都可使用,但兩者的長度上限不同。
- 這項請求符合私下競價或公開競價的資格。
如要停用這類分割出價功能,請與技術客戶經理聯絡。如果停用這項設定,且發布商允許可略過和不可略過影片廣告,並根據可略過性設定不同的廣告長度上限,則 skip 會設為 true,而 maxduration 會設為可略過和不可略過廣告限制中較短的時間長度。
影片廣告連播
如果影片廣告連播有多個廣告商機,出價要求就會分割,因此每個出價要求都只會對應連播中的個別廣告商機。這樣一來,您就能針對特定廣告連播中的多個廣告機會出價。
Open Measurement
您可以透過 Open Measurement 指定第三方供應商,為在行動應用程式環境中放送的廣告提供獨立的評估和驗證服務。如要判斷發布商是否支援公開測量,請檢查廣告商機是否排除發布商可排除的廣告素材屬性中的 OmsdkType:
OMSDK 1.0 屬性。這會顯示在「橫幅」或「影片」的 battr 屬性下方,視格式而定。
如要進一步瞭解如何解讀含有 Open Measurement 信號的出價要求,請參閱這篇說明中心文章。
出價要求範例
下列各節顯示不同廣告類型的範例出價要求。
應用程式橫幅廣告
OpenRTB Protobuf
顯示範例
序列化要求id: "9NaI48SmPW7Zf3MAHR43DY" imp { id: "1" banner { w: 320 h: 50 pos: ABOVE_THE_FOLD api: MRAID_1 api: MRAID_2 wmax: 390 hmax: 61 wmin: 261 hmin: 46 format { w: 320 h: 50 } [com.google.doubleclick.banner_ext] { flexslot { wmin: 261 wmax: 390 hmin: 46 hmax: 61 } } } displaymanager: "GoogleMobileAds-iOS" displaymanagerver: "11.10.0" tagid: "9396839755" bidfloor: 1.0 bidfloorcur: "JPY" secure: true exp: 3600 clickbrowser: true metric { type: "click_through_rate" value: 0.0016558143543079495 vendor: "EXCHANGE" } metric { type: "viewability" value: 0.96 vendor: "EXCHANGE" } [com.google.doubleclick.imp] { billing_id: 82364411103 publisher_settings_list_id: 2581479915860139166 publisher_settings_list_id: 1866597146354523937 allowed_vendor_type: 0 allowed_vendor_type: 4648 ampad: AMP_AD_NOT_ALLOWED skadn { sourceapp: "com.google.testapp" skadnetids: "cF58w81X" versions: "2.0" versions: "2.1" fidelities: STOREKIT_RENDERED_ADS fidelities: VIEW_THROUGH_ADS } creative_enforcement_settings { policy_enforcement: POLICY_ENFORCEMENT_NETWORK_AND_PLATFORM_POLICY publisher_blocks_enforcement: PUBLISHER_BLOCKS_ENFORCEMENT_APPLIES } auction_environment: SERVER_SIDE_AUCTION billable_event_rate_bid_adjustment { bid_adjustment: 1.033434 creative_type: HTML_SNIPPET } ae: SERVER_SIDE_AUCTION jsver: "test-sdk_123456789" } } app { name: "Test App" ver: "5.6.0" bundle: "com.google.testapp" publisher { id: "pub-6156239328255091" [com.google.doubleclick.publisher] { country: "JP" } } content { url: "https://www.google.com" livestream: false language: "ja" } storeurl: "https://www.google.com" } device { ua: "OMITTED" geo { lat: 0.0 lon: 0.0 country: "JPN" region: "JP-27" city: "Osaka" type: IP utcoffset: 540 accuracy: 8429 [com.google.doubleclick.geo] { geo_criteria_id: 1009540 } } ipv6: "240a:61:20a7::" carrier: "70000" language: "ja" make: "Apple" model: "iPhone13,2" os: "iOS" osv: "18.6.2" connectiontype: WIFI devicetype: HIGHEND_PHONE hwv: "iPhone13,2" w: 390 h: 844 pxratio: 3.0 sua { browsers { brand: "Mozilla" version: "5" version: "0" } browsers { brand: "AppleWebKit" version: "605" version: "1" } platform { brand: "iPhone" version: "18" version: "6" } mobile: true bitness: "64" model: "iPhone" source: USER_AGENT_STRING } [com.google.doubleclick.device] { atts: 2 audioout: AUDIO_SILENT } } user { [com.google.doubleclick.user] { session { duration: 270 depth: 12 requestssinceappopen: 12 priorclicks: 0 } } } at: FIRST_PRICE tmax: 1000 cur: "USD" cur: "JPY" bcat: "3" bcat: "4" source { schain { complete: true nodes { asi: "testssp.com" sid: "pub-1111111111111111" hp: true } ver: "1.0" } [com.google.doubleclick.source] { omidpn: "Google" omidpv: "afma-sdk-i-v11.10.0" } } cattax: GOOGLE_CATEGORIES [com.google.doubleclick.bid_request] { google_query_id: "ANy-z7N096-BC94m1ooKoCOsHY5Aqf505y9370zhIav4249vkZ12R2ZiijB1x8I8XL5J1i25" fcap_scope: FREQUENCY_CAPPING_SCOPE_APP privacy_treatments { allow_user_data_collection: true } }
OpenRTB JSON
顯示範例
{ "id": "9NaI48SmPW7Zf3MAHR43DY", "imp": [ { "id": "1", "banner": { "w": 320, "h": 50, "pos": 1, "api": [ 3, 5 ], "wmax": 390, "hmax": 61, "wmin": 261, "hmin": 46, "format": [ { "w": 320, "h": 50 } ], "ext": { "flexslot": { "wmin": 261, "wmax": 390, "hmin": 46, "hmax": 61 } } }, "displaymanager": "GoogleMobileAds-iOS", "displaymanagerver": "11.10.0", "tagid": "9396839755", "bidfloor": 1.0, "bidfloorcur": "JPY", "secure": 1, "exp": 3600, "clickbrowser": 1, "metric": [ { "type": "click_through_rate", "value": 0.0016558143543079495, "vendor": "EXCHANGE" }, { "type": "viewability", "value": 0.96, "vendor": "EXCHANGE" } ], "ext": { "billing_id": [ "82364411103" ], "publisher_settings_list_id": [ "2581479915860139166", "1866597146354523937" ], "allowed_vendor_type": [ 0, 4648 ], "ampad": 2, "skadn": { "sourceapp": "com.google.testapp", "skadnetids": [ "cF58w81X" ], "versions": [ "2.0", "2.1" ], "fidelities": [ 1, 0 ] }, "creative_enforcement_settings": { "policy_enforcement": 2, "publisher_blocks_enforcement": 1 }, "auction_environment": 0, "billable_event_rate_bid_adjustment": [ { "bid_adjustment": 1.033434, "creative_type": 1 } ], "ae": 0, "jsver": "test-sdk_123456789" } } ], "app": { "name": "Test App", "ver": "5.6.0", "bundle": "com.google.testapp", "publisher": { "id": "pub-6156239328255091", "ext": { "country": "JP" } }, "content": { "url": "https://www.google.com", "livestream": 0, "language": "ja" }, "storeurl": "https://www.google.com" }, "device": { "ua": "OMITTED", "geo": { "lat": 0.0, "lon": 0.0, "country": "JPN", "region": "JP-27", "city": "Osaka", "type": 2, "utcoffset": 540, "accuracy": 8429, "ext": { "geo_criteria_id": 1009540 } }, "ipv6": "240a:61:20a7::", "carrier": "70000", "language": "ja", "make": "Apple", "model": "iPhone13,2", "os": "iOS", "osv": "18.6.2", "connectiontype": 2, "devicetype": 4, "hwv": "iPhone13,2", "w": 390, "h": 844, "pxratio": 3.0, "sua": { "browsers": [ { "brand": "Mozilla", "version": [ "5", "0" ] }, { "brand": "AppleWebKit", "version": [ "605", "1" ] } ], "platform": { "brand": "iPhone", "version": [ "18", "6" ] }, "mobile": 1, "bitness": "64", "model": "iPhone", "source": 3 }, "ext": { "atts": 2, "audioout": 3 } }, "user": { "ext": { "session": { "duration": 270, "depth": 12, "requestssinceappopen": 12, "priorclicks": 0 } } }, "at": 1, "tmax": 1000, "cur": [ "USD", "JPY" ], "bcat": [ "3", "4" ], "source": { "schain": { "complete": 1, "nodes": [ { "asi": "testssp.com", "sid": "pub-1111111111111111", "hp": 1 } ], "ver": "1.0" }, "ext": { "omidpn": "Google", "omidpv": "afma-sdk-i-v11.10.0" } }, "cattax": 500, "ext": { "google_query_id": "ANy-z7N096-BC94m1ooKoCOsHY5Aqf505y9370zhIav4249vkZ12R2ZiijB1x8I8XL5J1i25", "fcap_scope": 4, "privacy_treatments": { "allow_user_data_collection": 1 } } }
應用程式插頁式廣告
OpenRTB Protobuf
顯示範例
序列化要求id: "D3x8RPLO96R6T137tQ6168" imp { id: "1" banner { w: 360 h: 715 pos: AD_POSITION_FULLSCREEN api: MRAID_1 api: MRAID_2 format { w: 360 h: 715 } format { w: 320 h: 568 } } displaymanager: "GoogleMobileAds-Android" displaymanagerver: "22.3.0" instl: true tagid: "5771994185" bidfloor: 2764.414643547123 bidfloorcur: "JPY" secure: true exp: 3600 clickbrowser: true metric { type: "click_through_rate" value: 0.03971313312649727 vendor: "EXCHANGE" } metric { type: "viewability" value: 0.91 vendor: "EXCHANGE" } [com.google.doubleclick.imp] { billing_id: 68640308112 billing_id: 56606437068 publisher_settings_list_id: 1984414516100776281 publisher_settings_list_id: 5846951473307279661 allowed_vendor_type: 0 allowed_vendor_type: 57823 ampad: AMP_AD_NOT_ALLOWED excluded_creatives { buyer_creative_id: "EXCLUDED_BUYER_CREATIVE_ID" } excluded_creatives { buyer_creative_id: "EXCLUDED_BUYER_CREATIVE_ID" } creative_enforcement_settings { policy_enforcement: POLICY_ENFORCEMENT_NETWORK_AND_PLATFORM_POLICY publisher_blocks_enforcement: PUBLISHER_BLOCKS_ENFORCEMENT_APPLIES } auction_environment: SERVER_SIDE_AUCTION ae: SERVER_SIDE_AUCTION jsver: "test-sdk_123456789" } } app { name: "Test App" bundle: "com.google.testapp" publisher { id: "pub-7405557148270612" [com.google.doubleclick.publisher] { country: "HK" } } content { url: "https://www.google.com" userrating: "4.7" livestream: false language: "en" } storeurl: "https://www.google.com" } device { ua: "OMITTED" geo { lat: 0.0 lon: 0.0 country: "GBR" region: "GB-ENG" zip: "RH20" type: IP utcoffset: 60 accuracy: 2312 [com.google.doubleclick.geo] { geo_criteria_id: 9191103 } } ipv6: "2a02:c7c:7c25::" make: "Huawei" model: "LYA-L09" os: "android" osv: "10" connectiontype: WIFI devicetype: HIGHEND_PHONE ifa: "0f0f33d1-fa18-4a2c-bc47-79ef855b5c16" w: 360 h: 715 pxratio: 3.0 sua { browsers { brand: "Mozilla" version: "5" version: "0" } browsers { brand: "AppleWebKit" version: "537" version: "36" } platform { brand: "Android" version: "10" } mobile: true model: "LYA-L09" source: USER_AGENT_STRING } [com.google.doubleclick.device] { metereddata: false chargelevel: 0.93 charging: false diskspace: 2100 audioout: AUDIO_SILENT } } user { id: "D17oNZQUJqB4Rt4n4Ec61AC9tee" consent: "OMITTED" [com.google.doubleclick.user] { consented_providers_settings { consented_providers: 1205 consented_providers: 415 additional_consent: "OMITTED" } consent: "OMITTED" session { duration: 6 depth: 12 requestssinceappopen: 12 priorclicks: 0 } idage: 44064000 } } at: FIRST_PRICE tmax: 1500 cur: "EUR" cur: "JPY" bcat: "32" bcat: "33" regs { [com.google.doubleclick.regs] { gdpr: true } } source { schain { complete: true nodes { asi: "testssp.com" sid: "pub-1111111111111111" hp: true } ver: "1.0" } [com.google.doubleclick.source] { omidpn: "Google" omidpv: "afma-sdk-a-v251815999.232400000.1" } } cattax: GOOGLE_CATEGORIES [com.google.doubleclick.bid_request] { google_query_id: "ANy-zc395b-x973i1113tK7P9K633CKoo3Pl45uz8D40mz3v48s9Zp604a8FsGL3893PT15M" fcap_scope: FREQUENCY_CAPPING_SCOPE_DEVICE privacy_treatments { allow_user_data_collection: true } }
OpenRTB JSON
顯示範例
{ "id": "D3x8RPLO96R6T137tQ6168", "imp": [ { "id": "1", "banner": { "w": 360, "h": 715, "pos": 7, "api": [ 3, 5 ], "format": [ { "w": 360, "h": 715 }, { "w": 320, "h": 568 } ] }, "displaymanager": "GoogleMobileAds-Android", "displaymanagerver": "22.3.0", "instl": 1, "tagid": "5771994185", "bidfloor": 2764.414643547123, "bidfloorcur": "JPY", "secure": 1, "exp": 3600, "clickbrowser": 1, "metric": [ { "type": "click_through_rate", "value": 0.03971313312649727, "vendor": "EXCHANGE" }, { "type": "viewability", "value": 0.91, "vendor": "EXCHANGE" } ], "ext": { "billing_id": [ "68640308112", "56606437068" ], "publisher_settings_list_id": [ "1984414516100776281", "5846951473307279661" ], "allowed_vendor_type": [ 0, 57823 ], "ampad": 2, "excluded_creatives": [ { "buyer_creative_id": "EXCLUDED_BUYER_CREATIVE_ID" }, { "buyer_creative_id": "EXCLUDED_BUYER_CREATIVE_ID" } ], "creative_enforcement_settings": { "policy_enforcement": 2, "publisher_blocks_enforcement": 1 }, "auction_environment": 0, "ae": 0, "jsver": "test-sdk_123456789" } } ], "app": { "name": "Test App", "bundle": "com.google.testapp", "publisher": { "id": "pub-7405557148270612", "ext": { "country": "HK" } }, "content": { "url": "https://www.google.com", "userrating": "4.7", "livestream": 0, "language": "en" }, "storeurl": "https://www.google.com" }, "device": { "ua": "OMITTED", "geo": { "lat": 0.0, "lon": 0.0, "country": "GBR", "region": "GB-ENG", "zip": "RH20", "type": 2, "utcoffset": 60, "accuracy": 2312, "ext": { "geo_criteria_id": 9191103 } }, "ipv6": "2a02:c7c:7c25::", "make": "Huawei", "model": "LYA-L09", "os": "android", "osv": "10", "connectiontype": 2, "devicetype": 4, "ifa": "0f0f33d1-fa18-4a2c-bc47-79ef855b5c16", "w": 360, "h": 715, "pxratio": 3.0, "sua": { "browsers": [ { "brand": "Mozilla", "version": [ "5", "0" ] }, { "brand": "AppleWebKit", "version": [ "537", "36" ] } ], "platform": { "brand": "Android", "version": [ "10" ] }, "mobile": 1, "model": "LYA-L09", "source": 3 }, "ext": { "metereddata": 0, "chargelevel": 0.93, "charging": 0, "diskspace": 2100, "audioout": 3 } }, "user": { "id": "D17oNZQUJqB4Rt4n4Ec61AC9tee", "consent": "OMITTED", "ext": { "consented_providers_settings": { "consented_providers": [ "1205", "415" ], "additional_consent": "OMITTED" }, "consent": "OMITTED", "session": { "duration": 6, "depth": 12, "requestssinceappopen": 12, "priorclicks": 0 }, "idage": 44064000 } }, "at": 1, "tmax": 1500, "cur": [ "EUR", "JPY" ], "bcat": [ "32", "33" ], "regs": { "ext": { "gdpr": 1 } }, "source": { "schain": { "complete": 1, "nodes": [ { "asi": "testssp.com", "sid": "pub-1111111111111111", "hp": 1 } ], "ver": "1.0" }, "ext": { "omidpn": "Google", "omidpv": "afma-sdk-a-v251815999.232400000.1" } }, "cattax": 500, "ext": { "google_query_id": "ANy-zc395b-x973i1113tK7P9K633CKoo3Pl45uz8D40mz3v48s9Zp604a8FsGL3893PT15M", "fcap_scope": 3, "privacy_treatments": { "allow_user_data_collection": 1 } } }
應用程式插頁式影片
OpenRTB Protobuf
顯示範例
序列化要求id: "179eb03K549H7I2584e7L6" imp { id: "1" video { mimes: "video/mp4" linearity: LINEAR maxduration: 30 w: 414 h: 816 startdelay: 0 playbackmethod: CLICK_TO_PLAY pos: AD_POSITION_FULLSCREEN companionad { w: 414 h: 816 mimes: "text/css" mimes: "image/jpeg" format { w: 414 h: 816 } vcm: true } api: MRAID_1 api: MRAID_2 companiontype: STATIC companiontype: HTML protocols: VAST_2_0 protocols: VAST_3_0 skip: false placement: FLOATING_PLACEMENT playbackend: COMPLETION_OR_USER maxseq: 2 poddur: 30 plcmt: PLCMT_INTERSTITIAL [com.google.doubleclick.video] { inferredplcmt: PLCMT_INTERSTITIAL } } displaymanager: "GoogleMobileAds-iOS" displaymanagerver: "12.7.0" instl: true tagid: "7757209244" bidfloor: 0.01 bidfloorcur: "USD" secure: true exp: 3600 clickbrowser: true metric { type: "click_through_rate" value: 0.048289403319358826 vendor: "EXCHANGE" } metric { type: "video_completion_rate" value: 0.1191580668091774 vendor: "EXCHANGE" } rwdd: true [com.google.doubleclick.imp] { billing_id: 55383762512 publisher_settings_list_id: 1847492880042777742 publisher_settings_list_id: 3770000868027227103 allowed_vendor_type: 0 allowed_vendor_type: 237 is_rewarded_inventory: true ampad: AMP_AD_NOT_ALLOWED excluded_creatives { buyer_creative_id: "EXCLUDED_BUYER_CREATIVE_ID" } excluded_creatives { buyer_creative_id: "EXCLUDED_BUYER_CREATIVE_ID" } skadn { sourceapp: "com.google.testapp" skadnetids: "306el65O" versions: "2.0" versions: "2.1" fidelities: VIEW_THROUGH_ADS fidelities: STOREKIT_RENDERED_ADS skoverlay: true } creative_enforcement_settings { policy_enforcement: POLICY_ENFORCEMENT_NETWORK_AND_PLATFORM_POLICY publisher_blocks_enforcement: PUBLISHER_BLOCKS_ENFORCEMENT_APPLIES } auction_environment: SERVER_SIDE_AUCTION ae: SERVER_SIDE_AUCTION jsver: "test-sdk_123456789" } } app { name: "Test App" ver: "6.5.1" bundle: "com.google.testapp" publisher { id: "pub-9126361500211130" [com.google.doubleclick.publisher] { country: "GB" } } content { url: "https://www.google.com" livestream: false language: "fr" } storeurl: "https://www.google.com" } device { ua: "OMITTED" geo { lat: 0.0 lon: 0.0 country: "FRA" region: "FR-V" zip: "01700" type: IP utcoffset: 120 accuracy: 3878 [com.google.doubleclick.geo] { geo_criteria_id: 9054913 } } ipv6: "2a01:cb14:11e4::" language: "fr" make: "Apple" model: "iPhone12,1" os: "iOS" osv: "18.5" connectiontype: WIFI devicetype: HIGHEND_PHONE hwv: "iPhone12,1" w: 414 h: 896 pxratio: 2.0 sua { browsers { brand: "Mozilla" version: "5" version: "0" } browsers { brand: "AppleWebKit" version: "605" version: "1" } platform { brand: "iPhone" version: "18" version: "5" } mobile: true bitness: "64" model: "iPhone" source: USER_AGENT_STRING } [com.google.doubleclick.device] { atts: 2 audioout: AUDIO_SPEAKER } } user { consent: "OMITTED" [com.google.doubleclick.user] { consented_providers_settings { consented_providers: 1097 consented_providers: 2963 additional_consent: "OMITTED" } consent: "OMITTED" session { duration: 7 depth: 23 requestssinceappopen: 23 priorclicks: 0 } } } at: FIRST_PRICE tmax: 1000 cur: "USD" bcat: "3" bcat: "4" regs { [com.google.doubleclick.regs] { gdpr: true } } bapp: "529996768" source { schain { complete: true nodes { asi: "testssp.com" sid: "pub-1111111111111111" hp: true } ver: "1.0" } [com.google.doubleclick.source] { omidpn: "Google" omidpv: "afma-sdk-i-v12.7.0" } } cattax: GOOGLE_CATEGORIES [com.google.doubleclick.bid_request] { google_query_id: "ANy-ziHO5m-b7Qkgq8Om9TTzELn4d14HK6161373y5520g237O0317F2535zt405Mw054Ts5" fcap_scope: FREQUENCY_CAPPING_SCOPE_APP privacy_treatments { allow_user_data_collection: true } }
OpenRTB JSON
顯示範例
{ "id": "179eb03K549H7I2584e7L6", "imp": [ { "id": "1", "video": { "mimes": [ "video/mp4" ], "linearity": 1, "maxduration": 30, "w": 414, "h": 816, "startdelay": 0, "playbackmethod": [ 3 ], "pos": 7, "companionad": [ { "w": 414, "h": 816, "mimes": [ "text/css", "image/jpeg" ], "format": [ { "w": 414, "h": 816 } ], "vcm": 1 } ], "api": [ 3, 5 ], "companiontype": [ 1, 2 ], "protocols": [ 2, 3 ], "skip": 0, "placement": 5, "playbackend": 1, "maxseq": 2, "poddur": 30, "plcmt": 3, "ext": { "inferredplcmt": 3 } }, "displaymanager": "GoogleMobileAds-iOS", "displaymanagerver": "12.7.0", "instl": 1, "tagid": "7757209244", "bidfloor": 0.01, "bidfloorcur": "USD", "secure": 1, "exp": 3600, "clickbrowser": 1, "metric": [ { "type": "click_through_rate", "value": 0.048289403319358826, "vendor": "EXCHANGE" }, { "type": "video_completion_rate", "value": 0.1191580668091774, "vendor": "EXCHANGE" } ], "rwdd": 1, "ext": { "billing_id": [ "55383762512" ], "publisher_settings_list_id": [ "1847492880042777742", "3770000868027227103" ], "allowed_vendor_type": [ 0, 237 ], "is_rewarded_inventory": 1, "ampad": 2, "excluded_creatives": [ { "buyer_creative_id": "EXCLUDED_BUYER_CREATIVE_ID" }, { "buyer_creative_id": "EXCLUDED_BUYER_CREATIVE_ID" } ], "skadn": { "sourceapp": "com.google.testapp", "skadnetids": [ "306el65O" ], "versions": [ "2.0", "2.1" ], "fidelities": [ 0, 1 ], "skoverlay": 1 }, "creative_enforcement_settings": { "policy_enforcement": 2, "publisher_blocks_enforcement": 1 }, "auction_environment": 0, "ae": 0, "jsver": "test-sdk_123456789" } } ], "app": { "name": "Test App", "ver": "6.5.1", "bundle": "com.google.testapp", "publisher": { "id": "pub-9126361500211130", "ext": { "country": "GB" } }, "content": { "url": "https://www.google.com", "livestream": 0, "language": "fr" }, "storeurl": "https://www.google.com" }, "device": { "ua": "OMITTED", "geo": { "lat": 0.0, "lon": 0.0, "country": "FRA", "region": "FR-V", "zip": "01700", "type": 2, "utcoffset": 120, "accuracy": 3878, "ext": { "geo_criteria_id": 9054913 } }, "ipv6": "2a01:cb14:11e4::", "language": "fr", "make": "Apple", "model": "iPhone12,1", "os": "iOS", "osv": "18.5", "connectiontype": 2, "devicetype": 4, "hwv": "iPhone12,1", "w": 414, "h": 896, "pxratio": 2.0, "sua": { "browsers": [ { "brand": "Mozilla", "version": [ "5", "0" ] }, { "brand": "AppleWebKit", "version": [ "605", "1" ] } ], "platform": { "brand": "iPhone", "version": [ "18", "5" ] }, "mobile": 1, "bitness": "64", "model": "iPhone", "source": 3 }, "ext": { "atts": 2, "audioout": 1 } }, "user": { "consent": "OMITTED", "ext": { "consented_providers_settings": { "consented_providers": [ "1097", "2963" ], "additional_consent": "OMITTED" }, "consent": "OMITTED", "session": { "duration": 7, "depth": 23, "requestssinceappopen": 23, "priorclicks": 0 } } }, "at": 1, "tmax": 1000, "cur": [ "USD" ], "bcat": [ "3", "4" ], "regs": { "ext": { "gdpr": 1 } }, "bapp": [ "529996768" ], "source": { "schain": { "complete": 1, "nodes": [ { "asi": "testssp.com", "sid": "pub-1111111111111111", "hp": 1 } ], "ver": "1.0" }, "ext": { "omidpn": "Google", "omidpv": "afma-sdk-i-v12.7.0" } }, "cattax": 500, "ext": { "google_query_id": "ANy-ziHO5m-b7Qkgq8Om9TTzELn4d14HK6161373y5520g237O0317F2535zt405Mw054Ts5", "fcap_scope": 4, "privacy_treatments": { "allow_user_data_collection": 1 } } }
應用程式原生
OpenRTB Protobuf
顯示範例
序列化要求id: "HYuQMewy7o4U9Jk0AYt543" imp { id: "1" displaymanager: "GoogleMobileAds-iOS" displaymanagerver: "12.6.0" tagid: "4283347586" bidfloor: 1841.9824245803225 bidfloorcur: "JPY" secure: true native { ver: "1.2" api: MRAID_1 api: MRAID_2 request_native { ver: "1.2" assets { id: 1 required: true title { len: 25 } } assets { id: 2 required: true data { type: DESC len: 90 } } assets { id: 3 data { type: CTATEXT len: 15 } } assets { id: 4 required: true data { type: SPONSORED len: 25 } } assets { id: 5 required: true img { type: MAIN wmin: 1200 hmin: 627 } } assets { id: 6 img { type: LOGO wmin: 100 hmin: 100 } } eventtrackers { event: IMPRESSION methods: IMG } eventtrackers { event: OMID methods: JS } privacy: true } } exp: 3600 clickbrowser: true metric { type: "click_through_rate" value: 0.0035704318434000015 vendor: "EXCHANGE" } metric { type: "viewability" value: 0.42 vendor: "EXCHANGE" } [com.google.doubleclick.imp] { billing_id: 73917825312 billing_id: 58558932335 publisher_settings_list_id: 3148904898759409470 publisher_settings_list_id: 7478572817009281694 allowed_vendor_type: 0 allowed_vendor_type: 237 ampad: AMP_AD_NOT_ALLOWED excluded_creatives { buyer_creative_id: "EXCLUDED_BUYER_CREATIVE_ID" } excluded_creatives { buyer_creative_id: "EXCLUDED_BUYER_CREATIVE_ID" } skadn { sourceapp: "com.google.testapp" skadnetids: "Q7B2W332" skadnetids: "10wC1989" versions: "2.0" versions: "2.1" fidelities: STOREKIT_RENDERED_ADS fidelities: VIEW_THROUGH_ADS } creative_enforcement_settings { policy_enforcement: POLICY_ENFORCEMENT_NETWORK_AND_PLATFORM_POLICY publisher_blocks_enforcement: PUBLISHER_BLOCKS_ENFORCEMENT_APPLIES } auction_environment: SERVER_SIDE_AUCTION ae: SERVER_SIDE_AUCTION jsver: "test-sdk_123456789" } } app { name: "Test App" ver: "4.18.1" bundle: "com.google.testapp" publisher { id: "pub-7029824543087220" [com.google.doubleclick.publisher] { country: "JP" } } content { url: "https://www.google.com" livestream: false language: "ja" } storeurl: "https://www.google.com" } device { ua: "OMITTED" ip: "192.168.1.0" geo { lat: 0.0 lon: 0.0 country: "JPN" region: "JP-08" city: "Tsukuba" zip: "305-0861" type: IP utcoffset: 540 accuracy: 1562 [com.google.doubleclick.geo] { geo_criteria_id: 9168296 } } language: "ja" make: "Apple" model: "iPhone14,5" os: "iOS" osv: "18.6.2" connectiontype: WIFI devicetype: HIGHEND_PHONE hwv: "iPhone14,5" w: 390 h: 844 pxratio: 3.0 sua { browsers { brand: "Mozilla" version: "5" version: "0" } browsers { brand: "AppleWebKit" version: "605" version: "1" } platform { brand: "iPhone" version: "18" version: "6" } mobile: true bitness: "64" model: "iPhone" source: USER_AGENT_STRING } [com.google.doubleclick.device] { atts: 2 audioout: AUDIO_SPEAKER } } user { data { id: "39" segment { id: "OMITTED" } segment { id: "OMITTED" } [com.google.doubleclick.data] { segtax: 4 } } [com.google.doubleclick.user] { session { duration: 10 depth: 83 requestssinceappopen: 83 priorclicks: 0 } } } at: FIRST_PRICE tmax: 1000 cur: "AUD" cur: "BRL" bcat: "4" bcat: "32" source { schain { complete: true nodes { asi: "testssp.com" sid: "pub-1111111111111111" hp: true } ver: "1.0" } [com.google.doubleclick.source] { omidpn: "Google" omidpv: "afma-sdk-i-v12.6.0" } } cattax: GOOGLE_CATEGORIES [com.google.doubleclick.bid_request] { google_query_id: "ANy-zeA4SO-5uTX8H7U5d0HkU9zRSoPKZuff5VUk04Fq0b341boSb3KUK81w20lbVye7O113" fcap_scope: FREQUENCY_CAPPING_SCOPE_APP privacy_treatments { allow_user_data_collection: true } }
OpenRTB JSON
顯示範例
{ "id": "HYuQMewy7o4U9Jk0AYt543", "imp": [ { "id": "1", "displaymanager": "GoogleMobileAds-iOS", "displaymanagerver": "12.6.0", "tagid": "4283347586", "bidfloor": 1841.9824245803225, "bidfloorcur": "JPY", "secure": 1, "native": { "ver": "1.2", "api": [ 3, 5 ], "request": "{\"ver\":\"1.2\",\"assets\":[{\"id\":1,\"required\":1,\"title\":{\"len\":25}},{\"id\":2,\"required\":1,\"data\":{\"type\":2,\"len\":90}},{\"id\":3,\"data\":{\"type\":12,\"len\":15}},{\"id\":4,\"required\":1,\"data\":{\"type\":1,\"len\":25}},{\"id\":5,\"required\":1,\"img\":{\"type\":3,\"wmin\":1200,\"hmin\":627}},{\"id\":6,\"img\":{\"type\":2,\"wmin\":100,\"hmin\":100}}],\"eventtrackers\":[{\"event\":1,\"methods\":[1]},{\"event\":555,\"methods\":[2]}],\"privacy\":1}" }, "exp": 3600, "clickbrowser": 1, "metric": [ { "type": "click_through_rate", "value": 0.0035704318434000015, "vendor": "EXCHANGE" }, { "type": "viewability", "value": 0.42, "vendor": "EXCHANGE" } ], "ext": { "billing_id": [ "73917825312", "58558932335" ], "publisher_settings_list_id": [ "3148904898759409470", "7478572817009281694" ], "allowed_vendor_type": [ 0, 237 ], "ampad": 2, "excluded_creatives": [ { "buyer_creative_id": "EXCLUDED_BUYER_CREATIVE_ID" }, { "buyer_creative_id": "EXCLUDED_BUYER_CREATIVE_ID" } ], "skadn": { "sourceapp": "com.google.testapp", "skadnetids": [ "Q7B2W332", "10wC1989" ], "versions": [ "2.0", "2.1" ], "fidelities": [ 1, 0 ] }, "creative_enforcement_settings": { "policy_enforcement": 2, "publisher_blocks_enforcement": 1 }, "auction_environment": 0, "ae": 0, "jsver": "test-sdk_123456789" } } ], "app": { "name": "Test App", "ver": "4.18.1", "bundle": "com.google.testapp", "publisher": { "id": "pub-7029824543087220", "ext": { "country": "JP" } }, "content": { "url": "https://www.google.com", "livestream": 0, "language": "ja" }, "storeurl": "https://www.google.com" }, "device": { "ua": "OMITTED", "ip": "192.168.1.0", "geo": { "lat": 0.0, "lon": 0.0, "country": "JPN", "region": "JP-08", "city": "Tsukuba", "zip": "305-0861", "type": 2, "utcoffset": 540, "accuracy": 1562, "ext": { "geo_criteria_id": 9168296 } }, "language": "ja", "make": "Apple", "model": "iPhone14,5", "os": "iOS", "osv": "18.6.2", "connectiontype": 2, "devicetype": 4, "hwv": "iPhone14,5", "w": 390, "h": 844, "pxratio": 3.0, "sua": { "browsers": [ { "brand": "Mozilla", "version": [ "5", "0" ] }, { "brand": "AppleWebKit", "version": [ "605", "1" ] } ], "platform": { "brand": "iPhone", "version": [ "18", "6" ] }, "mobile": 1, "bitness": "64", "model": "iPhone", "source": 3 }, "ext": { "atts": 2, "audioout": 1 } }, "user": { "data": [ { "id": "39", "segment": [ { "id": "OMITTED" }, { "id": "OMITTED" } ], "ext": { "segtax": 4 } } ], "ext": { "session": { "duration": 10, "depth": 83, "requestssinceappopen": 83, "priorclicks": 0 } } }, "at": 1, "tmax": 1000, "cur": [ "AUD", "BRL" ], "bcat": [ "4", "32" ], "source": { "schain": { "complete": 1, "nodes": [ { "asi": "testssp.com", "sid": "pub-1111111111111111", "hp": 1 } ], "ver": "1.0" }, "ext": { "omidpn": "Google", "omidpv": "afma-sdk-i-v12.6.0" } }, "cattax": 500, "ext": { "google_query_id": "ANy-zeA4SO-5uTX8H7U5d0HkU9zRSoPKZuff5VUk04Fq0b341boSb3KUK81w20lbVye7O113", "fcap_scope": 4, "privacy_treatments": { "allow_user_data_collection": 1 } } }
網路影片
OpenRTB Protobuf
顯示範例
序列化要求id: "9B5K1zj5T61jRM80t25s13" imp { id: "1" video { mimes: "application/javascript" mimes: "video/mp4" linearity: LINEAR maxduration: 60 w: 306 h: 156 startdelay: 0 playbackmethod: ENTER_SOUND_OFF pos: ABOVE_THE_FOLD companionad { w: 0 h: 0 mimes: "image/png" mimes: "image/gif" format { w: 0 h: 0 } } api: VPAID_1 api: VPAID_2 companiontype: STATIC protocols: VAST_2_0 protocols: VAST_3_0 skip: true placement: IN_STREAM_PLACEMENT durfloors { maxdur: 121 bidfloor: 628.6151504524262 } [com.google.doubleclick.video] { inferredplcmt: PLCMT_ACCOMPANYING_CONTENT embeddedoffsite: true } } displaymanager: "GOOGLE" tagid: "1064104152" bidfloor: 628.6151504524262 bidfloorcur: "JPY" pmp { deals { id: "45957820" bidfloor: 628.615151 bidfloorcur: "JPY" [com.google.doubleclick.deal] { deal_type: AUCTION_PACKAGE billing_id: 34409190968 billing_id: 31520375265 } } } secure: true exp: 3600 metric { type: "click_through_rate" value: 0.061625368893146515 vendor: "EXCHANGE" } metric { type: "video_completion_rate" value: 0.6049572825431824 vendor: "EXCHANGE" } [com.google.doubleclick.imp] { billing_id: 63495119434 billing_id: 33073577463 publisher_settings_list_id: 2610320062869254712 publisher_settings_list_id: 3579681458579529403 allowed_vendor_type: 0 ampad: AMP_AD_NOT_ALLOWED excluded_creatives { buyer_creative_id: "EXCLUDED_BUYER_CREATIVE_ID" } excluded_creatives { buyer_creative_id: "EXCLUDED_BUYER_CREATIVE_ID" } creative_enforcement_settings { policy_enforcement: POLICY_ENFORCEMENT_NETWORK_AND_PLATFORM_POLICY publisher_blocks_enforcement: PUBLISHER_BLOCKS_ENFORCEMENT_APPLIES } auction_environment: SERVER_SIDE_AUCTION ae: SERVER_SIDE_AUCTION } } site { page: "https://www.google.com" publisher { id: "pub-1111111111111111" [com.google.doubleclick.publisher] { country: "IL" } } content { livestream: false language: "en" } mobile: true [com.google.doubleclick.site] { amp: DIALECT_HTML page_visibility: VISIBILITY_STATE_VISIBLE ntype: NAVIGATION_TYPE_UNKNOWN } } device { ua: "OMITTED" ip: "192.168.1.0" geo { lat: 0.0 lon: 0.0 country: "USA" region: "OH" metro: "558" city: "Lima" zip: "45806" type: IP utcoffset: -240 accuracy: 6877 [com.google.doubleclick.geo] { geo_criteria_id: 9015962 } } make: "Samsung" model: "sm-s921u" os: "android" osv: "15" devicetype: HIGHEND_PHONE w: 1080 h: 2340 sua { browsers { brand: "Chromium" version: "140" version: "0" } browsers { brand: "Not=A?Brand" version: "24" version: "0" } platform { brand: "Android" version: "15" version: "0" } mobile: true model: "SM-S921U" source: CLIENT_HINTS_HIGH_ENTROPY } } user { id: "2P499L961q5433F3W7910N24dm6" buyeruid: "d1f6LSo115M9T6r3wjcX397Iu6231g73" customdata: "98f88k2F7Q9e99vqQIs7eH5OEch4603AQ1e4zo9vP0259ZWI" [com.google.doubleclick.user] { idage: 432000 } } at: FIRST_PRICE tmax: 350 cur: "TRY" cur: "JPY" bcat: "32" bcat: "33" source { schain { complete: false nodes { asi: "testssp.com" sid: "pub-1111111111111111" hp: true } nodes { asi: "testssp.com" sid: "pub-1111111111111111" hp: true } ver: "1.0" } [com.google.doubleclick.source] { omidpn: "Google1" omidpv: "h.3.719.1" } } cattax: GOOGLE_CATEGORIES [com.google.doubleclick.bid_request] { bid_feedback { request_id: "iC415EO28u2s07s8qn220h" creative_status_code: 80 event_notification_token { payload: "token" } buyer_creative_id: "test_creative_id_459586" minimum_bid_to_win: 0.69 feedbacktype: BID_FEEDBACK } google_query_id: "ANy-zk4xW4-6F6LW16t4c1LRx767c3V2OC7z3d7Z9TROv5359i3VMG9aT5b136WKCued3457" fcap_scope: FREQUENCY_CAPPING_SCOPE_BROWSER privacy_treatments { allow_user_data_collection: true } }
OpenRTB JSON
顯示範例
{ "id": "9B5K1zj5T61jRM80t25s13", "imp": [ { "id": "1", "video": { "mimes": [ "application/javascript", "video/mp4" ], "linearity": 1, "maxduration": 60, "w": 306, "h": 156, "startdelay": 0, "playbackmethod": [ 6 ], "pos": 1, "companionad": [ { "w": 0, "h": 0, "mimes": [ "image/png", "image/gif" ], "format": [ { "w": 0, "h": 0 } ] } ], "api": [ 1, 2 ], "companiontype": [ 1 ], "protocols": [ 2, 3 ], "skip": 1, "placement": 1, "durfloors": [ { "maxdur": 121, "bidfloor": 628.6151504524262 } ], "ext": { "inferredplcmt": 2, "embeddedoffsite": 1 } }, "displaymanager": "GOOGLE", "tagid": "1064104152", "bidfloor": 628.6151504524262, "bidfloorcur": "JPY", "pmp": { "deals": [ { "id": "45957820", "bidfloor": 628.615151, "bidfloorcur": "JPY", "ext": { "deal_type": 4, "billing_id": [ "34409190968", "31520375265" ] } } ] }, "secure": 1, "exp": 3600, "metric": [ { "type": "click_through_rate", "value": 0.061625368893146515, "vendor": "EXCHANGE" }, { "type": "video_completion_rate", "value": 0.6049572825431824, "vendor": "EXCHANGE" } ], "ext": { "billing_id": [ "63495119434", "33073577463" ], "publisher_settings_list_id": [ "2610320062869254712", "3579681458579529403" ], "allowed_vendor_type": [ 0 ], "ampad": 2, "excluded_creatives": [ { "buyer_creative_id": "EXCLUDED_BUYER_CREATIVE_ID" }, { "buyer_creative_id": "EXCLUDED_BUYER_CREATIVE_ID" } ], "creative_enforcement_settings": { "policy_enforcement": 2, "publisher_blocks_enforcement": 1 }, "auction_environment": 0, "ae": 0 } } ], "site": { "page": "https://www.google.com", "publisher": { "id": "pub-1111111111111111", "ext": { "country": "IL" } }, "content": { "livestream": 0, "language": "en" }, "mobile": 1, "ext": { "amp": 0, "page_visibility": 1, "ntype": 0 } }, "device": { "ua": "OMITTED", "ip": "192.168.1.0", "geo": { "lat": 0.0, "lon": 0.0, "country": "USA", "region": "OH", "metro": "558", "city": "Lima", "zip": "45806", "type": 2, "utcoffset": -240, "accuracy": 6877, "ext": { "geo_criteria_id": 9015962 } }, "make": "Samsung", "model": "sm-s921u", "os": "android", "osv": "15", "devicetype": 4, "w": 1080, "h": 2340, "sua": { "browsers": [ { "brand": "Chromium", "version": [ "140", "0" ] }, { "brand": "Not=A?Brand", "version": [ "24", "0" ] } ], "platform": { "brand": "Android", "version": [ "15", "0" ] }, "mobile": 1, "model": "SM-S921U", "source": 2 } }, "user": { "id": "2P499L961q5433F3W7910N24dm6", "buyeruid": "d1f6LSo115M9T6r3wjcX397Iu6231g73", "customdata": "98f88k2F7Q9e99vqQIs7eH5OEch4603AQ1e4zo9vP0259ZWI", "ext": { "idage": 432000 } }, "at": 1, "tmax": 350, "cur": [ "TRY", "JPY" ], "bcat": [ "32", "33" ], "source": { "schain": { "complete": 0, "nodes": [ { "asi": "testssp.com", "sid": "pub-1111111111111111", "hp": 1 }, { "asi": "testssp.com", "sid": "pub-1111111111111111", "hp": 1 } ], "ver": "1.0" }, "ext": { "omidpn": "Google1", "omidpv": "h.3.719.1" } }, "cattax": 500, "ext": { "bid_feedback": [ { "request_id": "iC415EO28u2s07s8qn220h", "creative_status_code": 80, "event_notification_token": { "payload": "token" }, "buyer_creative_id": "test_creative_id_459586", "minimum_bid_to_win": 0.69, "feedbacktype": 1 } ], "google_query_id": "ANy-zk4xW4-6F6LW16t4c1LRx767c3V2OC7z3d7Z9TROv5359i3VMG9aT5b136WKCued3457", "fcap_scope": 2, "privacy_treatments": { "allow_user_data_collection": 1 } } }
供交易平台出價者使用的行動版網站橫幅廣告
OpenRTB Protobuf
顯示範例
序列化要求id: "7JU6159A685P1Yq6AZYs9c" imp { id: "1" banner { w: 300 h: 50 pos: SIDEBAR format { w: 300 h: 50 } format { w: 320 h: 100 } } displaymanager: "GOOGLE" tagid: "5569141195" bidfloor: 0.11 bidfloorcur: "USD" secure: true exp: 3600 metric { type: "click_through_rate" value: 0.00012157167657278478 vendor: "EXCHANGE" } metric { type: "viewability" value: 0.54 vendor: "EXCHANGE" } [com.google.doubleclick.imp] { billing_id: 29290087654 publisher_settings_list_id: 1176624544028271271 publisher_settings_list_id: 7690166540312314658 allowed_vendor_type: 0 dfp_ad_unit_code: "/4270097/google/test" ampad: AMP_AD_ALLOWED_AND_NOT_EARLY_RENDERED buyer_generated_request_data { data: "Test Data" } buyer_generated_request_data { data: "Test Data" } excluded_creatives { buyer_creative_id: "EXCLUDED_BUYER_CREATIVE_ID" } excluded_creatives { buyer_creative_id: "EXCLUDED_BUYER_CREATIVE_ID" } open_bidding { is_open_bidding: true } allowed_restricted_category: 32 allowed_restricted_category: 33 creative_enforcement_settings { policy_enforcement: POLICY_ENFORCEMENT_PLATFORM_POLICY publisher_blocks_enforcement: PUBLISHER_BLOCKS_ENFORCEMENT_APPLIES } auction_environment: SERVER_SIDE_AUCTION ae: SERVER_SIDE_AUCTION } } site { page: "https://www.google.com" publisher { id: "pub-1111111111111111" [com.google.doubleclick.publisher] { country: "US" } } content { livestream: false language: "en" } mobile: true [com.google.doubleclick.site] { amp: DIALECT_HTML page_visibility: VISIBILITY_STATE_VISIBLE uact { wasact: true isact: true } ntype: NAVIGATION_TYPE_NAVIGATE } } device { ua: "OMITTED" geo { lat: 0.0 lon: 0.0 country: "USA" region: "CA" metro: "803" city: "Los Angeles" type: IP utcoffset: -420 accuracy: 20337 [com.google.doubleclick.geo] { geo_criteria_id: 1013962 } } ipv6: "2a04:4e41:2959::" make: "Apple" model: "iphone" os: "iOS" osv: "18.6.2" devicetype: HIGHEND_PHONE w: 393 h: 852 pxratio: 3.0 sua { browsers { brand: "Mozilla" version: "5" version: "0" } browsers { brand: "AppleWebKit" version: "605" version: "1" } platform { brand: "iPhone" version: "18" version: "6" } mobile: true bitness: "64" model: "iPhone" source: USER_AGENT_STRING } } user { [com.google.doubleclick.user] { eids { source: "OMITTED_SOURCE" uids { id: "OMITTED_ID" } } eids { source: "OMITTED_SOURCE" uids { id: "OMITTED_ID" } } } } at: FIRST_PRICE tmax: 350 cur: "USD" bcat: "IAB14-1" bcat: "IAB17-11" regs { gpp: "OMITTED" gpp_sid: USCA } source { schain { complete: true nodes { asi: "testssp.com" sid: "pub-1111111111111111" hp: true } nodes { asi: "testssp.com" sid: "pub-1111111111111111" hp: true } ver: "1.0" } } cattax: IAB_CONTENT_1_0 [com.google.doubleclick.bid_request] { google_query_id: "ANy-z49Z28-30csCH3Q6L2592cP4mj84zr6ZQJ982HPa49dwsj1WphMK1goO8M62j84bh1PB" fcap_scope: FREQUENCY_CAPPING_SCOPE_NONE }
OpenRTB JSON
顯示範例
{ "id": "7JU6159A685P1Yq6AZYs9c", "imp": [ { "id": "1", "banner": { "w": 300, "h": 50, "pos": 6, "format": [ { "w": 300, "h": 50 }, { "w": 320, "h": 100 } ] }, "displaymanager": "GOOGLE", "tagid": "5569141195", "bidfloor": 0.11, "bidfloorcur": "USD", "secure": 1, "exp": 3600, "metric": [ { "type": "click_through_rate", "value": 0.00012157167657278478, "vendor": "EXCHANGE" }, { "type": "viewability", "value": 0.54, "vendor": "EXCHANGE" } ], "ext": { "billing_id": [ "29290087654" ], "publisher_settings_list_id": [ "1176624544028271271", "7690166540312314658" ], "allowed_vendor_type": [ 0 ], "dfp_ad_unit_code": "/4270097/google/test", "ampad": 3, "buyer_generated_request_data": [ { "data": "Test Data" }, { "data": "Test Data" } ], "excluded_creatives": [ { "buyer_creative_id": "EXCLUDED_BUYER_CREATIVE_ID" }, { "buyer_creative_id": "EXCLUDED_BUYER_CREATIVE_ID" } ], "open_bidding": { "is_open_bidding": 1 }, "allowed_restricted_category": [ 32, 33 ], "creative_enforcement_settings": { "policy_enforcement": 1, "publisher_blocks_enforcement": 1 }, "auction_environment": 0, "ae": 0 } } ], "site": { "page": "https://www.google.com", "publisher": { "id": "pub-1111111111111111", "ext": { "country": "US" } }, "content": { "livestream": 0, "language": "en" }, "mobile": 1, "ext": { "amp": 0, "page_visibility": 1, "uact": { "wasact": 1, "isact": 1 }, "ntype": 1 } }, "device": { "ua": "OMITTED", "geo": { "lat": 0.0, "lon": 0.0, "country": "USA", "region": "CA", "metro": "803", "city": "Los Angeles", "type": 2, "utcoffset": -420, "accuracy": 20337, "ext": { "geo_criteria_id": 1013962 } }, "ipv6": "2a04:4e41:2959::", "make": "Apple", "model": "iphone", "os": "iOS", "osv": "18.6.2", "devicetype": 4, "w": 393, "h": 852, "pxratio": 3.0, "sua": { "browsers": [ { "brand": "Mozilla", "version": [ "5", "0" ] }, { "brand": "AppleWebKit", "version": [ "605", "1" ] } ], "platform": { "brand": "iPhone", "version": [ "18", "6" ] }, "mobile": 1, "bitness": "64", "model": "iPhone", "source": 3 } }, "user": { "ext": { "eids": [ { "source": "OMITTED_SOURCE", "uids": [ { "id": "OMITTED_ID" } ] }, { "source": "OMITTED_SOURCE", "uids": [ { "id": "OMITTED_ID" } ] } ] } }, "at": 1, "tmax": 350, "cur": [ "USD" ], "bcat": [ "IAB14-1", "IAB17-11" ], "regs": { "gpp": "OMITTED", "gpp_sid": [ 8 ] }, "source": { "schain": { "complete": 1, "nodes": [ { "asi": "testssp.com", "sid": "pub-1111111111111111", "hp": 1 }, { "asi": "testssp.com", "sid": "pub-1111111111111111", "hp": 1 } ], "ver": "1.0" } }, "cattax": 1, "ext": { "google_query_id": "ANy-z49Z28-30csCH3Q6L2592cP4mj84zr6ZQJ982HPa49dwsj1WphMK1goO8M62j84bh1PB", "fcap_scope": 1 } }
多格式原生和影片
OpenRTB Protobuf
顯示範例
序列化要求id: "rKxPN2rc298433R68335M1" imp { id: "1" banner { w: 320 h: 480 pos: SIDEBAR battr: VIDEO_IN_BANNER_AUTO_PLAY battr: VIDEO_IN_BANNER_USER_INITIATED wmax: 384 hmax: 480 wmin: 300 hmin: 50 format { w: 320 h: 480 } format { w: 320 h: 50 } [com.google.doubleclick.banner_ext] { flexslot { wmin: 300 wmax: 384 hmin: 50 hmax: 480 } } } video { mimes: "video/mp4" linearity: LINEAR w: 320 h: 480 battr: VIDEO_IN_BANNER_AUTO_PLAY battr: VIDEO_IN_BANNER_USER_INITIATED playbackmethod: ENTER_SOUND_OFF pos: BELOW_THE_FOLD protocols: VAST_2_0 protocols: VAST_3_0 skip: true placement: IN_ARTICLE_PLACEMENT playbackend: LEAVING_OR_USER plcmt: PLCMT_NO_CONTENT_STANDALONE [com.google.doubleclick.video] { inferredplcmt: PLCMT_NO_CONTENT_STANDALONE } } displaymanager: "GOOGLE" tagid: "9536033828" bidfloor: 241.70793093803206 bidfloorcur: "JPY" pmp { deals { id: "52277873" bidfloor: 1397.489002 bidfloorcur: "JPY" at: FIXED_PRICE [com.google.doubleclick.deal] { deal_type: PREFERRED_DEAL publisher_blocks_overridden: true creative_constraints { mtypes: CREATIVE_MARKUP_BANNER } billing_id: 75764464008 billing_id: 72269403729 } } deals { id: "75438087" bidfloor: 399.282572 bidfloorcur: "JPY" at: FIXED_PRICE [com.google.doubleclick.deal] { deal_type: PREFERRED_DEAL publisher_blocks_overridden: true creative_constraints { mtypes: CREATIVE_MARKUP_BANNER } billing_id: 54698438246 billing_id: 73896418461 } } } secure: true native { ver: "1.2" battr: VIDEO_IN_BANNER_AUTO_PLAY battr: VIDEO_IN_BANNER_USER_INITIATED request_native { ver: "1.2" assets { id: 1 required: true title { len: 25 } } assets { id: 2 required: true data { type: DESC len: 90 } } assets { id: 3 data { type: CTATEXT len: 15 } } assets { id: 4 required: true data { type: SPONSORED len: 25 } } assets { id: 5 required: true img { type: MAIN wmin: 1200 hmin: 627 } } assets { id: 6 img { type: LOGO wmin: 100 hmin: 100 } } plcmttype: IN_FEED eventtrackers { event: IMPRESSION methods: IMG } privacy: true [com.google.doubleclick.native_ext] { pos: BELOW_THE_FOLD } } } exp: 3600 metric { type: "click_through_rate" value: 0.0041323439218103886 vendor: "EXCHANGE" } metric { type: "viewability" value: 0.34 vendor: "EXCHANGE" } [com.google.doubleclick.imp] { billing_id: 73015827208 billing_id: 49611563199 publisher_settings_list_id: 8800547900990823335 publisher_settings_list_id: 7288715008664845891 allowed_vendor_type: 0 ampad: AMP_AD_ALLOWED_AND_EARLY_RENDERED excluded_creatives { buyer_creative_id: "EXCLUDED_BUYER_CREATIVE_ID" } excluded_creatives { buyer_creative_id: "EXCLUDED_BUYER_CREATIVE_ID" } allowed_restricted_category: 32 allowed_restricted_category: 33 creative_enforcement_settings { policy_enforcement: POLICY_ENFORCEMENT_PLATFORM_POLICY publisher_blocks_enforcement: PUBLISHER_BLOCKS_ENFORCEMENT_APPLIES } auction_environment: SERVER_SIDE_AUCTION ae: SERVER_SIDE_AUCTION } } site { page: "https://www.google.com" publisher { id: "pub-1111111111111111" [com.google.doubleclick.publisher] { country: "GB" } } content { livestream: false language: "en" } mobile: true [com.google.doubleclick.site] { amp: DIALECT_HTML_AMP page_visibility: VISIBILITY_STATE_HIDDEN ntype: NAVIGATION_TYPE_UNKNOWN } } device { ua: "OMITTED" geo { lat: 0.0 lon: 0.0 country: "GBR" region: "GB-ENG" city: "London" zip: "SE1" type: IP utcoffset: 60 accuracy: 1437 [com.google.doubleclick.geo] { geo_criteria_id: 9045888 } } ipv6: "2a00:23ee:2870::" carrier: "70062" make: "Samsung" model: "sm-a326b" os: "android" osv: "12" devicetype: HIGHEND_PHONE w: 385 h: 854 pxratio: 1.875 sua { browsers { brand: "Chromium" version: "136" } browsers { brand: "Google Chrome" version: "136" } platform { brand: "Android" version: "12" version: "0" } mobile: true model: "SM-A326B" source: CLIENT_HINTS_HIGH_ENTROPY } } user { id: "91b09w734L84717xiK05zAZf5n0" buyeruid: "8vo3pY3AoGtGr33C3l7675sM26SB7NB8" customdata: "868uz0uj2AjUDOD604yq2d8KwN8dhQyH2Qlulc9m2oF4f866" consent: "OMITTED" [com.google.doubleclick.user] { consented_providers_settings { consented_providers: 1725 consented_providers: 2922 additional_consent: "OMITTED" } consent: "OMITTED" idage: 20736000 } } at: FIRST_PRICE tmax: 350 cur: "GBP" cur: "TRY" bcat: "5" bcat: "8" regs { [com.google.doubleclick.regs] { gdpr: true } } source { schain { complete: true nodes { asi: "testssp.com" sid: "pub-1111111111111111" hp: true } ver: "1.0" } } cattax: GOOGLE_CATEGORIES [com.google.doubleclick.bid_request] { google_query_id: "ANy-zAo260-k5UV8JFUsGCH92VU2O823b532U1q8Gzs72ny20W3Tnhi3rod972Z990D7324m" fcap_scope: FREQUENCY_CAPPING_SCOPE_BROWSER privacy_treatments { allow_user_data_collection: true } }
OpenRTB JSON
顯示範例
{ "id": "rKxPN2rc298433R68335M1", "imp": [ { "id": "1", "banner": { "w": 320, "h": 480, "pos": 6, "battr": [ 6, 7 ], "wmax": 384, "hmax": 480, "wmin": 300, "hmin": 50, "format": [ { "w": 320, "h": 480 }, { "w": 320, "h": 50 } ], "ext": { "flexslot": { "wmin": 300, "wmax": 384, "hmin": 50, "hmax": 480 } } }, "video": { "mimes": [ "video/mp4" ], "linearity": 1, "w": 320, "h": 480, "battr": [ 6, 7 ], "playbackmethod": [ 6 ], "pos": 3, "protocols": [ 2, 3 ], "skip": 1, "placement": 3, "playbackend": 2, "plcmt": 4, "ext": { "inferredplcmt": 4 } }, "displaymanager": "GOOGLE", "tagid": "9536033828", "bidfloor": 241.70793093803206, "bidfloorcur": "JPY", "pmp": { "deals": [ { "id": "52277873", "bidfloor": 1397.489002, "bidfloorcur": "JPY", "at": 3, "ext": { "deal_type": 1, "publisher_blocks_overridden": 1, "creative_constraints": { "mtypes": [ 1 ] }, "billing_id": [ "75764464008", "72269403729" ] } }, { "id": "75438087", "bidfloor": 399.282572, "bidfloorcur": "JPY", "at": 3, "ext": { "deal_type": 1, "publisher_blocks_overridden": 1, "creative_constraints": { "mtypes": [ 1 ] }, "billing_id": [ "54698438246", "73896418461" ] } } ] }, "secure": 1, "native": { "ver": "1.2", "battr": [ 6, 7 ], "request": "{\"ver\":\"1.2\",\"assets\":[{\"id\":1,\"required\":1,\"title\":{\"len\":25}},{\"id\":2,\"required\":1,\"data\":{\"type\":2,\"len\":90}},{\"id\":3,\"data\":{\"type\":12,\"len\":15}},{\"id\":4,\"required\":1,\"data\":{\"type\":1,\"len\":25}},{\"id\":5,\"required\":1,\"img\":{\"type\":3,\"wmin\":1200,\"hmin\":627}},{\"id\":6,\"img\":{\"type\":2,\"wmin\":100,\"hmin\":100}}],\"plcmttype\":1,\"eventtrackers\":[{\"event\":1,\"methods\":[1]}],\"privacy\":1,\"ext\":{\"pos\":3}}" }, "exp": 3600, "metric": [ { "type": "click_through_rate", "value": 0.0041323439218103886, "vendor": "EXCHANGE" }, { "type": "viewability", "value": 0.34, "vendor": "EXCHANGE" } ], "ext": { "billing_id": [ "73015827208", "49611563199" ], "publisher_settings_list_id": [ "8800547900990823335", "7288715008664845891" ], "allowed_vendor_type": [ 0 ], "ampad": 4, "excluded_creatives": [ { "buyer_creative_id": "EXCLUDED_BUYER_CREATIVE_ID" }, { "buyer_creative_id": "EXCLUDED_BUYER_CREATIVE_ID" } ], "allowed_restricted_category": [ 32, 33 ], "creative_enforcement_settings": { "policy_enforcement": 1, "publisher_blocks_enforcement": 1 }, "auction_environment": 0, "ae": 0 } } ], "site": { "page": "https://www.google.com", "publisher": { "id": "pub-1111111111111111", "ext": { "country": "GB" } }, "content": { "livestream": 0, "language": "en" }, "mobile": 1, "ext": { "amp": 1, "page_visibility": 2, "ntype": 0 } }, "device": { "ua": "OMITTED", "geo": { "lat": 0.0, "lon": 0.0, "country": "GBR", "region": "GB-ENG", "city": "London", "zip": "SE1", "type": 2, "utcoffset": 60, "accuracy": 1437, "ext": { "geo_criteria_id": 9045888 } }, "ipv6": "2a00:23ee:2870::", "carrier": "70062", "make": "Samsung", "model": "sm-a326b", "os": "android", "osv": "12", "devicetype": 4, "w": 385, "h": 854, "pxratio": 1.875, "sua": { "browsers": [ { "brand": "Chromium", "version": [ "136" ] }, { "brand": "Google Chrome", "version": [ "136" ] } ], "platform": { "brand": "Android", "version": [ "12", "0" ] }, "mobile": 1, "model": "SM-A326B", "source": 2 } }, "user": { "id": "91b09w734L84717xiK05zAZf5n0", "buyeruid": "8vo3pY3AoGtGr33C3l7675sM26SB7NB8", "customdata": "868uz0uj2AjUDOD604yq2d8KwN8dhQyH2Qlulc9m2oF4f866", "consent": "OMITTED", "ext": { "consented_providers_settings": { "consented_providers": [ "1725", "2922" ], "additional_consent": "OMITTED" }, "consent": "OMITTED", "idage": 20736000 } }, "at": 1, "tmax": 350, "cur": [ "GBP", "TRY" ], "bcat": [ "5", "8" ], "regs": { "ext": { "gdpr": 1 } }, "source": { "schain": { "complete": 1, "nodes": [ { "asi": "testssp.com", "sid": "pub-1111111111111111", "hp": 1 } ], "ver": "1.0" } }, "cattax": 500, "ext": { "google_query_id": "ANy-zAo260-k5UV8JFUsGCH92VU2O823b532U1q8Gzs72ny20W3Tnhi3rod972Z990D7324m", "fcap_scope": 2, "privacy_treatments": { "allow_user_data_collection": 1 } } }