Introduction
Audience Items represent an audience segment you want to target. It becomes a reusable item for all your sites and site sections within your network. You can customize the name, draw multiple data sources across providers, as well as combine data sources into one audience item. Audience Items are defined by the third party audience tracking provider you choose to integrate with MRM. They are not defined by FreeWheel.
You can use this API to accomplish the following audience item tasks in MRM:
- List audience items
Related Documentation
Refer to the following documentation for more information about FreeWheel products and APIs:
Resources
URIs
The Audience Item API v4 identifies two Uniform Resource Identifiers (URIs), as identified in the following table:
Environment | URI |
---|---|
Production | https://api.freewheel.tv/services/v4/audience_items |
Staging | https://api.stg.freewheel.tv/services/v4/audience_items |
Specifying Results through URIs
You can also specify whether to receive results in .xml or .json through the URIs in the table below.
The value in the URI overrides the value in the Accept Header.
URL | Accept Header | Response Format |
---|---|---|
/audience_items | None | JSON |
/audience_items | application/json | JSON |
/audience_items | application/xml | XML |
/audience_items.json | None | JSON |
/audience_items.xml | None | XML |
/audience_items.json | application/xml | JSON |
/audience_items.xml | application/json | XML |