目標定位資訊

在Adobe Primetime ad decisioning中,您可以在索引鍵值配對上鎖定廣告。

若要將這些索引鍵值配對傳遞至瀏覽器TVSDK:

var auditudeSettings = new AdobePSDK.AuditudeSettings();
var targetingInfo = new AdobePSDK.Metadata();

// Add key value pairs to targetingInfo
targetingInfo.setValue(key1, value1);
targetingInfo.setValue(key2, value2);

auditudeSettings.targetingInfo = targetingInfo;

本頁內容