En Adobe Primetime Ad Decisioning, puede dirigir las publicidades a pares clave-valor.
Para pasar estos pares de clave-valor a Browser 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;