Akkio Distribution API
The distribution API from Akkio — 3 operation(s) for distribution.
The distribution API from Akkio — 3 operation(s) for distribution.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/akkio-distribution-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: Fast Distribution API
version: 0.1.0
tags:
- name: Distribution
paths:
/audience/distribution/platform-one/target/create:
post:
tags:
- Distribution
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:
- Distribution
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'
/audience/distribution/distribute:
post:
tags:
- Distribution
summary: Distribute
description: Initiate Audience Distribution to Targets
operationId: _distribute_audience_distribution_distribute_post
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/AudienceDistributionPayload'
required: true
responses:
'200':
description: Successful Response
content:
application/json:
schema: {}
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
components:
schemas:
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
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
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
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
ComcastSubscriberType:
type: string
enum:
- VOD
- X1
- UA
- LSA
title: ComcastSubscriberType
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
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
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
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
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
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
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
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
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
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
SpectrumTotalSubscriberSegment:
type: string
enum:
- '29825341'
- '46105647'
- '46501132'
title: SpectrumTotalSubscriberSegment
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
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
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
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
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
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
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
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
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
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
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
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
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
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
AudienceDistributionPayload:
properties:
audience_distribution_group_id:
type: string
title: Audience Distribution Group Id
description: ID of the Audience Distribution Group
additionalProperties: true
type: object
required:
- audience_distribution_group_id
title: AudienceDistributionPayload
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
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
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
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
AppNexusXandrInvestPlatformOneTargetPayload:
properties:
type:
$ref: '#/components/schemas/AudienceDistributionTargetType'
platformOneConfigId:
type: string
title: Platformoneconfigid
description: ID of PlatformOne Config
teamId:
# --- truncated at 32 KB (43 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/akkio/refs/heads/main/openapi/akkio-distribution-api-openapi.yml