openapi: 3.2.0 info: title: Fast Platform One API version: 0.1.0 tags: - name: platform-one paths: /audience/distribution/platform-one/target/create: post: tags: - platform-one summary: ' Create Target' description: Create a new PlatformOne Target/Syndication Group operationId: _create_target_audience_distribution_platform_one_target_create_post requestBody: content: application/json: schema: anyOf: - $ref: '#/components/schemas/MetaPlatformOneTargetPayload' - $ref: '#/components/schemas/DV360PlatformOneTargetPayload' - $ref: '#/components/schemas/TradeDeskPlatformOneTargetPayload' - $ref: '#/components/schemas/TikTokPlatformOneTargetPayload' - $ref: '#/components/schemas/AmazonPlatformOneTargetPayload' - $ref: '#/components/schemas/SnapchatPlatformOneTargetPayload' - $ref: '#/components/schemas/TeadsPlatformOneTargetPayload' - $ref: '#/components/schemas/PinterestPlatformOneTargetPayload' - $ref: '#/components/schemas/PandoraPlatformOneTargetPayload' - $ref: '#/components/schemas/DisneyPlusPlatformOneTargetPayload' - $ref: '#/components/schemas/RokuPlatformOneTargetPayload' - $ref: '#/components/schemas/ComcastPlatformOneTargetPayload' - $ref: '#/components/schemas/SpectrumTotalPlatformOneTargetPayload' - $ref: '#/components/schemas/PubmaticPlatformOneTargetPayload' - $ref: '#/components/schemas/LGAdsPlatformOneTargetPayload' - $ref: '#/components/schemas/AppNexusXandrInvestPlatformOneTargetPayload' - $ref: '#/components/schemas/SlingTvPlatformOneTargetPayload' - $ref: '#/components/schemas/SamsungAdsPlatformOneTargetPayload' - $ref: '#/components/schemas/LinkedInPlatformOneTargetPayload' - $ref: '#/components/schemas/MagnitePlatformOneTargetPayload' - $ref: '#/components/schemas/BeeswaxPlatformOneTargetPayload' - $ref: '#/components/schemas/DishPlatformOneTargetPayload' - $ref: '#/components/schemas/FourInfoPlatformOneTargetPayload' - $ref: '#/components/schemas/UndertonePlatformOneTargetPayload' - $ref: '#/components/schemas/IndexExchangePlatformOneTargetPayload' - $ref: '#/components/schemas/YahooVerizonDSPPlatformOneTargetPayload' - $ref: '#/components/schemas/OpenXPlatformOneTargetPayload' - $ref: '#/components/schemas/UnivisionPlatformOneTargetPayload' - $ref: '#/components/schemas/DirectTVSafeHavenPlatformOneTargetPayload' - $ref: '#/components/schemas/CriteoPlatformOneTargetPayload' - $ref: '#/components/schemas/SabioPlatformOneTargetPayload' - $ref: '#/components/schemas/GroundTruthPlatformOneTargetPayload' - $ref: '#/components/schemas/TaboolaPlatformOneTargetPayload' - $ref: '#/components/schemas/KargoPlatformOneTargetPayload' - $ref: '#/components/schemas/InMobiPlatformOneTargetPayload' - $ref: '#/components/schemas/LoopMePlatformOneTargetPayload' - $ref: '#/components/schemas/NativoPlatformOneTargetPayload' - $ref: '#/components/schemas/UnityPlatformOneTargetPayload' - $ref: '#/components/schemas/AdTheorentPlatformOneTargetPayload' - $ref: '#/components/schemas/LotamePlatformOneTargetPayload' - $ref: '#/components/schemas/CentroPlatformOneTargetPayload' - $ref: '#/components/schemas/TritonDigitalPlatformOneTargetPayload' title: Payload required: true responses: '201': description: Successful Response content: application/json: schema: $ref: '#/components/schemas/PlatformOneAudienceDistributionTarget' '422': description: Validation Error content: application/json: schema: $ref: '#/components/schemas/HTTPValidationError' /audience/distribution/platform-one/target/delete/{target_id}: post: tags: - platform-one summary: ' Delete Target' description: Delete a new PlatformOne Target/Syndication Group operationId: _delete_target_audience_distribution_platform_one_target_delete__target_id__post parameters: - name: target_id in: path required: true schema: type: string title: Target Id responses: '200': description: Successful Response content: application/json: schema: {} '422': description: Validation Error content: application/json: schema: $ref: '#/components/schemas/HTTPValidationError' components: schemas: AudienceDistributionTargetType: type: string enum: - dv360-p1 - trade-desk-p1 - meta-p1 - tiktok-p1 - amazon-p1 - snapchat-p1 - teads-p1 - pinterest-p1 - pandora-p1 - disney-plus-p1 - roku-p1 - comcast-p1 - spectrum-total-p1 - pubmatic-p1 - lg-ads-p1 - appnexus-xandr-invest-p1 - sling-tv-p1 - samsung-ads-p1 - linkedin-p1 - magnite-p1 - beeswax-p1 - dish-p1 - 4info-p1 - undertone-p1 - index-exchange-p1 - yahoo-verizon-media-dsp-p1 - openx-p1 - univision-p1 - directv-safehaven-p1 - criteo-p1 - sabio-p1 - groundtruth-p1 - taboola-p1 - kargo-p1 - inmobi-p1 - loopme-p1 - nativo-p1 - unity-p1 - adtheorent-p1 - lotame-usa-p1 - centro-p1 - triton-digital-p1 - dmp-p1 - dv360-direct - trade-desk-direct - meta-direct title: AudienceDistributionTargetType UndertonePlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team undertoneAdvertiserName: type: string title: Undertoneadvertisername description: Undertone Advertiser Name. additionalProperties: true type: object required: - type - platformOneConfigId - teamId - undertoneAdvertiserName title: UndertonePlatformOneTargetPayload LoopMePlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team loopMeAdvertiserName: type: string title: Loopmeadvertisername description: Advertiser Name used in filenames for delivery of data to LoopMe. Consists of alpha-numeric characters and dash. additionalProperties: true type: object required: - type - platformOneConfigId - teamId - loopMeAdvertiserName title: LoopMePlatformOneTargetPayload IndexExchangePlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team distributionName: type: string title: Distributionname description: Identifier for the account configuration. additionalProperties: true type: object required: - type - platformOneConfigId - teamId - distributionName title: IndexExchangePlatformOneTargetPayload SamsungAdsPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team clientKey: type: string title: Clientkey description: Consists of alpha-numeric and underscore characters. additionalProperties: true type: object required: - type - platformOneConfigId - teamId - clientKey title: SamsungAdsPlatformOneTargetPayload PlatformOneAudienceDistributionTargetConfig: properties: platform_one_config_id: type: string title: Platform One Config Id description: FK to PlatformOneAudienceDistributionTargetConfig record. syndication_group_id: type: integer title: Syndication Group Id description: Syndication Group ID, selects Destination for deploying audience additionalProperties: true type: object required: - platform_one_config_id - syndication_group_id title: PlatformOneAudienceDistributionTargetConfig description: Useful base model for any distribution target that goes through Platform One. RokuPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team advertiserName: type: string title: Advertisername description: Advertiser Name additionalProperties: true type: object required: - type - platformOneConfigId - teamId - advertiserName title: RokuPlatformOneTargetPayload AdTheorentPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team clientID: type: string title: Clientid description: Client ID additionalProperties: true type: object required: - type - platformOneConfigId - teamId - clientID title: AdTheorentPlatformOneTargetPayload SabioPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team distributionName: type: string title: Distributionname description: Identifier for the account configuration. additionalProperties: true type: object required: - type - platformOneConfigId - teamId - distributionName title: SabioPlatformOneTargetPayload PinterestPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team advertiserId: type: string title: Advertiserid description: Pinterest Account ID which is 10 to 18 digits additionalProperties: true type: object required: - type - platformOneConfigId - teamId - advertiserId title: PinterestPlatformOneTargetPayload BeeswaxPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team accountID: type: string title: Accountid description: Enter your Beeswax Account ID. If you do not know your Account ID, reach out to your Beeswax Account Representative. buzzkey: type: string title: Buzzkey description: Enter your Beeswax Buzz Key. If you do not know your Buzz Key, reach out to your Beeswax Account Representative. additionalProperties: true type: object required: - type - platformOneConfigId - teamId - accountID - buzzkey title: BeeswaxPlatformOneTargetPayload SpectrumTotalPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team customerName: type: string title: Customername description: Customer Name segmentPrioritization: type: boolean title: Segmentprioritization description: Segment Prioritization subscriberSegmentId: $ref: '#/components/schemas/SpectrumTotalSubscriberSegment' description: Subscriber Segment ID additionalProperties: true type: object required: - type - platformOneConfigId - teamId - customerName - segmentPrioritization - subscriberSegmentId title: SpectrumTotalPlatformOneTargetPayload TaboolaPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team distributionName: type: string title: Distributionname description: Identifier for the account configuration. additionalProperties: true type: object required: - type - platformOneConfigId - teamId - distributionName title: TaboolaPlatformOneTargetPayload GroundTruthPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team distributionName: type: string title: Distributionname description: Identifier for the account configuration. additionalProperties: true type: object required: - type - platformOneConfigId - teamId - distributionName title: GroundTruthPlatformOneTargetPayload TradeDeskPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team firstPartyDataProviderId: type: string title: Firstpartydataproviderid description: First Party Data Provider TradeDesk API. secretKey: type: string title: Secretkey description: Secret Key for TradeDesk API. additionalProperties: true type: object required: - type - platformOneConfigId - teamId - firstPartyDataProviderId - secretKey title: TradeDeskPlatformOneTargetPayload PlatformOneAudienceDistributionTarget: properties: id: type: string title: Id description: ID of this object. _markedForDeletion: type: boolean title: ' Markedfordeletion' description: marked if record has been soft-deleted. default: false created_at: anyOf: - type: string format: date-time - additionalProperties: type: integer type: object - type: 'null' title: Created At description: datetime object representing when this object was created. updated_at: anyOf: - type: string format: date-time - additionalProperties: type: integer type: object - type: 'null' title: Updated At description: datetime object representing when this object was updated. teamId: type: string title: Teamid description: The team ID associated with the target. name: type: string title: Name type: $ref: '#/components/schemas/AudienceDistributionTargetType' config: $ref: '#/components/schemas/PlatformOneAudienceDistributionTargetConfig' additionalProperties: true type: object required: - teamId - name - type - config title: PlatformOneAudienceDistributionTarget MagnitePlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team magniteSeatId: type: string title: Magniteseatid description: Magnite Seat Id, Not the MetaData Seat Id. Consists of digits. magnitePartnerId: type: string title: Magnitepartnerid description: Magnite provided DMP Partner ID representing the owner of the segment. Consists of digits. additionalProperties: true type: object required: - type - platformOneConfigId - teamId - magniteSeatId - magnitePartnerId title: MagnitePlatformOneTargetPayload InMobiPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team distributionName: type: string title: Distributionname description: Identifier for the account configuration. additionalProperties: true type: object required: - type - platformOneConfigId - teamId - distributionName title: InMobiPlatformOneTargetPayload SlingTvPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team slingTVAdvertiserName: type: string title: Slingtvadvertisername description: slingTVAdvertiserName.This will be stored in seat.Input should consists of alphanumeric characters,underscores and hyphens. additionalProperties: true type: object required: - type - platformOneConfigId - teamId - slingTVAdvertiserName title: SlingTvPlatformOneTargetPayload PandoraPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team dmpTaxonomyId: type: integer title: Dmptaxonomyid description: DMP Taxonomy Id additionalProperties: true type: object required: - type - platformOneConfigId - teamId - dmpTaxonomyId title: PandoraPlatformOneTargetPayload KargoPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team kargoAdvertiserName: type: string title: Kargoadvertisername description: Advertiser Name specific to Kargo, not related to the chosen advertiser above. Consists of alpha-numeric and underscore characters. additionalProperties: true type: object required: - type - platformOneConfigId - teamId - kargoAdvertiserName title: KargoPlatformOneTargetPayload TikTokPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team businessAccount: type: string title: Businessaccount description: Business Account for TikTok API. Business Account is used to select Access Token used with Advertiser ID. If a new Business Account is needed, an engineer MUST get a new accessToken. advertiserId: type: string title: Advertiserid description: Advertiser ID for TikTok API. additionalProperties: true type: object required: - type - platformOneConfigId - teamId - businessAccount - advertiserId title: TikTokPlatformOneTargetPayload PubmaticPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team pubmaticDataProviderId: type: integer title: Pubmaticdataproviderid description: Pubmatic Data Provider ID, contains numeric characters only. additionalProperties: true type: object required: - type - platformOneConfigId - teamId - pubmaticDataProviderId title: PubmaticPlatformOneTargetPayload YahooVerizonDSPPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team distributionName: type: string title: Distributionname description: Identifier for the account configuration. dataType: type: string enum: - 3rd Party Data - AdAdvisor Data - Custom Data - Private Data - AdAdvisor by TransUnion Custom Data title: Datatype description: For 1st Party Data, Select "Private Data". For 3rd Party Data to a specific seat, Select "Custom Data". For 3rd Party Data to Yahoo’s MarketPlace, Select "3rd Party Data". additionalProperties: true type: object required: - type - platformOneConfigId - teamId - distributionName - dataType title: YahooVerizonDSPPlatformOneTargetPayload HTTPValidationError: properties: detail: items: $ref: '#/components/schemas/ValidationError' type: array title: Detail type: object title: HTTPValidationError DishPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team dishAdvertiserName: type: string title: Dishadvertisername description: Dish Network Advertiser Name. additionalProperties: true type: object required: - type - platformOneConfigId - teamId - dishAdvertiserName title: DishPlatformOneTargetPayload ValidationError: properties: loc: items: anyOf: - type: string - type: integer type: array title: Location msg: type: string title: Message type: type: string title: Error Type type: object required: - loc - msg - type title: ValidationError UnityPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team distributionName: type: string title: Distributionname description: Identifier for the account configuration. additionalProperties: true type: object required: - type - platformOneConfigId - teamId - distributionName title: UnityPlatformOneTargetPayload AmazonPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team cfid: type: string title: Cfid description: CFID for Amazon API. Amazon Advertiser ID. additionalProperties: true type: object required: - type - platformOneConfigId - teamId - cfid title: AmazonPlatformOneTargetPayload FourInfoPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team fourInfoAdvertiserName: type: string title: Fourinfoadvertisername description: FourInfo Advertiser Name. additionalProperties: true type: object required: - type - platformOneConfigId - teamId - fourInfoAdvertiserName title: FourInfoPlatformOneTargetPayload DirectTVSafeHavenPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team distributionName: type: string title: Distributionname description: Identifier for the account configuration. additionalProperties: true type: object required: - type - platformOneConfigId - teamId - distributionName title: DirectTVSafeHavenPlatformOneTargetPayload CriteoPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team advertiserId: type: string title: Advertiserid description: Criteo Advertiser Id clientId: type: string title: Clientid description: Listed as client id in the document created when making a new key on criteos website clientSecret: type: string title: Clientsecret description: Listed as client secret in the document created when making a new key on criteos website additionalProperties: true type: object required: - type - platformOneConfigId - teamId - advertiserId - clientId - clientSecret title: CriteoPlatformOneTargetPayload TeadsPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team teadsDpId: type: string title: Teadsdpid description: Teads DPID is a value that must be provided by Teads or the Advertiser. Consists of 5 or 6 alpha-numeric characters. additionalProperties: true type: object required: - type - platformOneConfigId - teamId - teadsDpId title: TeadsPlatformOneTargetPayload MetaPlatformOneDataSourceEnum: type: string enum: - BOTH_USER_AND_PARTNER_PROVIDED - USER_PROVIDED_ONLY - PARTNER_PROVIDED_ONLY title: MetaPlatformOneDataSourceEnum NativoPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team nativoAdvertiserName: type: string title: Nativoadvertisername description: Advertiser Name used in filenames for delivery of data to Nativo. Enter 'thirdparty' for AdAdvisor and 3rd-party Data Providers. Consists of alpha-numeric characters and dash. additionalProperties: true type: object required: - type - platformOneConfigId - teamId - nativoAdvertiserName title: NativoPlatformOneTargetPayload SpectrumTotalSubscriberSegment: type: string enum: - '29825341' - '46105647' - '46501132' title: SpectrumTotalSubscriberSegment MetaPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team accountId: type: string title: Accountid description: Account ID for Meta Business API. metaDatasource: $ref: '#/components/schemas/MetaPlatformOneDataSourceEnum' description: Data Source for Meta Business API. additionalProperties: true type: object required: - type - platformOneConfigId - teamId - accountId - metaDatasource title: MetaPlatformOneTargetPayload ComcastSubscriberType: type: string enum: - VOD - X1 - UA - LSA title: ComcastSubscriberType SnapchatPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team organizationId: type: string title: Organizationid description: Snapchat Organization ID. Consists of alpha-numeric characters and - in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx adAccountId: type: string title: Adaccountid description: The Ad Account Id is tied to a specific organisation, under which segments will be created. Consists of alpha-numeric characters and - in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx. additionalProperties: true type: object required: - type - platformOneConfigId - teamId - organizationId - adAccountId title: SnapchatPlatformOneTargetPayload TritonDigitalPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team publisherName: type: string title: Publishername description: Publisher Name of Triton's client, not the end Advertiser. Consists of alpha-numeric characters. additionalProperties: true type: object required: - type - platformOneConfigId - teamId - publisherName title: TritonDigitalPlatformOneTargetPayload LotamePlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team clientID: type: string title: Clientid description: Client ID which is 3 to 6 digits additionalProperties: true type: object required: - type - platformOneConfigId - teamId - clientID title: LotamePlatformOneTargetPayload DV360PlatformOneProductEnum: type: string enum: - GOOGLE_ADS - DISPLAY_VIDEO_PARTNER - DISPLAY_VIDEO_ADVERTISER - GOOGLE_AD_MANAGER title: DV360PlatformOneProductEnum DisneyPlusPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team disneyClientName: type: string title: Disneyclientname description: Disney Plus client name. Consists of alpha-numeric characters. additionalProperties: true type: object required: - type - platformOneConfigId - teamId - disneyClientName title: DisneyPlusPlatformOneTargetPayload UnivisionPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team univisionAdvertiserName: type: string title: Univisionadvertisername description: Advertiser Name specific to Univision, not related to the chosen advertiser above. Used in filenames for delivery of data to Univision. Consists of alpha-numeric and underscore characters. additionalProperties: true type: object required: - type - platformOneConfigId - teamId - univisionAdvertiserName title: UnivisionPlatformOneTargetPayload LGAdsPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team lgAdsAdvertiserName: type: string title: Lgadsadvertisername description: LG Ads Advertiser Name. additionalProperties: true type: object required: - type - platformOneConfigId - teamId - lgAdsAdvertiserName title: LGAdsPlatformOneTargetPayload OpenXPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team uuid: type: string title: Uuid description: OpenX Advertiser Account ID additionalProperties: true type: object required: - type - platformOneConfigId - teamId - uuid title: OpenXPlatformOneTargetPayload AppNexusXandrInvestPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team memberIds: type: string title: Memberids description: Enter multiple member billing IDs separated by a comma. Consists of digits, ",", and " ". additionalProperties: true type: object required: - type - platformOneConfigId - teamId - memberIds title: AppNexusXandrInvestPlatformOneTargetPayload DV360PlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team customerId: type: string title: Customerid description: Customer ID for Google DV360 API. dv360Product: $ref: '#/components/schemas/DV360PlatformOneProductEnum' description: Product for DV360 API. additionalProperties: true type: object required: - type - platformOneConfigId - teamId - customerId - dv360Product title: DV360PlatformOneTargetPayload LinkedInPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team accountId: type: string title: Accountid description: 'LinkedIn Account Id. Do NOT include urn:li:sponsoredAccount: at the beginning. Consists of 9 to 19 digits.' schema: type: string enum: - SHA256_EMAIL const: SHA256_EMAIL title: Schema description: Syndication Schema. default: SHA256_EMAIL additionalProperties: true type: object required: - type - platformOneConfigId - teamId - accountId title: LinkedInPlatformOneTargetPayload CentroPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team centroAdvertiserID: type: string title: Centroadvertiserid description: Basis DSP (Centro) Advertiser ID. Consists of lower-case alpha-numeric characters and dash. additionalProperties: true type: object required: - type - platformOneConfigId - teamId - centroAdvertiserID title: CentroPlatformOneTargetPayload ComcastPlatformOneTargetPayload: properties: type: $ref: '#/components/schemas/AudienceDistributionTargetType' platformOneConfigId: type: string title: Platformoneconfigid description: ID of PlatformOne Config teamId: type: string title: Teamid description: ID of Team subscriberType: $ref: '#/components/schemas/ComcastSubscriberType' description: Subscriber Type segmentPrioritization: type: boolean title: Segmentprioritization description: Segment Prioritization additionalProperties: true type: object required: - type - platformOneConfigId - teamId - subscriberType - segmentPrioritization title: ComcastPlatformOneTargetPayload