FirstPartyAndPartnerAudienceGroup
import type { FirstPartyAndPartnerAudienceGroup } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Details of first party and partner audience group. All first party and partner audience targeting settings are logically ‘OR’ of each other.
interface FirstPartyAndPartnerAudienceGroup {
settings?: FirstPartyAndPartnerAudienceTargetingSetting[];
}§Properties
§
settings?: FirstPartyAndPartnerAudienceTargetingSetting[]
[src]Required. All first party and partner audience targeting settings in first party and partner audience group. Repeated settings with the same id are not allowed.