Standard Attributes API V4

The Standard Attributes API V4 enables FreeWheel (FW) Marketplace users to retrieve Standard Attribute values pre-defined in the FreeWheel Marketplace. These values and their corresponding IDs are essential for further Marketplace Inventory trafficking through Placement API V3.

Use the Standard Attributes API V4 to:

  • List names and IDs of all Standard Attributes
  • List names and IDs of one or more specified Standard Attributes
  • List names and IDs of apps, app bundles and domains, which are child attributes of endpoints
  • List names and IDs for channels, IAB categories, and publishers

Resources

URI(s)

Standard Attributes API V4 identifies two Uniform Resource Identifiers (URIs):

EnvironmentURI
Productionhttps://api.freewheel.tv/services/v4/standard_attributes
Staginghttps://api.stg.freewheel.tv/services/v4/standard_attributes

Attributes

The following attributes are used in GET requests only.

NameTypeDescription
appsSetList of FreeWheel Marketplace defined Apps IDs and names, which is part of Endpoints SA.
app_bundlesSetList of FreeWheel Marketplace defined App Bundle IDs, names and parent App IDs, which is part of Endpoints SA.
domainsSetList of FreeWheel Marketplace defined Domains IDs and names, which is part of Endpoints SA.
ssp_channelsSetList of FreeWheel Marketplace defined SSP Channels IDs and names.
ssp_iab_categoriesSetList of FreeWheel Marketplace defined SSP IAB Categories IDs and names.
ssp_publishersSetList of FreeWheel Marketplace defined SSP Publishers IDs and names.

Child Attributes

The following attributes are used in GET requests only.

Apps

NameTypeDescription
idFW_IDThe ID of a particular App.
nameStringThe name of a particular App.

App Bundles

NameTypeDescription
idFW_IDThe ID of a particular App Bundle.
nameStringThe name of a particular App Bundle.
parent_app_idFW_IDThe ID of parent App.

Domains

NameTypeDescription
idFW_IDThe ID of a particular Domain.
nameStringThe name of a particular Domain.

SSP Channels

NameTypeDescription
idFW_IDThe ID of a particular SSP Channel.
nameStringThe name of a particular SSP Channel.

SSP IAB Categories

NameTypeDescription
idFW_IDThe ID of a particular SSP IAB Category.
nameStringThe name of a particular SSP IAB Category.

SSP Publishers

NameTypeDescription
idFW_IDThe ID of a particular SSP Publisher.
nameStringThe name of a particular SSP Publisher.