過濾輔助程式

您可以使用 Filtering Assist 減少從競價篩除的出價金額。篩選輔助功能會根據近期的出價記錄,針對特定出價要求預測最多 50 個廣告素材。

如要啟用篩選功能,請與您的客戶經理聯絡。

啟用後,您就可以在下列訊息中查看可能會被篩除的廣告素材清單:

Authorized Buyers

message AdSlot {
  message ExcludedCreative {
    optional string buyer_creative_id = ...;
  }
  repeated ExcludedCreative excluded_creatives = ...;
}

OpenRTB

message ImpExt {
  message ExcludedCreative {
    optional string buyer_creative_id = ...;
  }
  repeated ExcludedCreative excluded_creatives = ...;
}

Filtering Assist 傳回的廣告素材可能會從競價中篩除,因此建議您不要在出價回應中使用。

每個出價要求都有排除的廣告素材清單。您必須檢查每個出價要求的這份清單,以免排除可能在競價中勝出的廣告素材。

請參閱出價篩選指南,瞭解其他減少出價篩選的方式。