Get Valid Mixed Media Objectives Configurations

Gets the valid objectives configurations for mixed media

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Request params

All parameters are optional query filters. Pass multiple values as a comma-separated list (for example purpose=brand_building,conversion).

ParameterTypeRequiredDescription
purposestringNoFilter by purpose (for example brand_building, conversion).
industry_categorystringNoFilter by industry category.
industry_subcategorystringNoFilter by industry subcategory.
usecase_categorystringNoFilter by use case category (for example digital_advertising).
usecase_subcategorystringNoFilter by use case subcategory (for example display_ads).
platformstringNoFilter by platform.

No request body is required.

Response 200 OK

FieldTypeDescription
valid_objectives_configsarrayMatching objective configurations for mixed media.

Each item in valid_objectives_configs:

FieldTypeDescription
purposestringCampaign purpose.
industry_categorystringIndustry category.
industry_subcategorystringIndustry subcategory.
usecase_categorystringUse case category.
usecase_subcategorystringUse case subcategory.
platformstringPlatform.

Example request

GET /predict/v2/mixed-media/objectives?purpose=brand_building&usecase_category=digital_advertising
X-API-Key: {your_api_key}

Example response

{
  "valid_objectives_configs": [
    {
      "purpose": "brand_building",
      "industry_category": "all",
      "industry_subcategory": "all",
      "usecase_category": "digital_advertising",
      "usecase_subcategory": "display_ads",
      "platform": "all"
    }
  ]
}

An empty filter returns all valid mixed media objective configurations:

GET /predict/v2/mixed-media/objectives
X-API-Key: {your_api_key}

Typical workflow

  1. List valid configurationsGET /predict/v2/mixed-media/objectives (this endpoint), optionally with query filters to narrow results.
  2. Create and predict mixed mediaCreate Mixed Media and Predict Mixed Media.
  3. Apply objectives to a media itemPUT /predict/v2/media/{media_id}/objectives with a configuration from valid_objectives_configs.
  4. Optionally fetch benchmark ranges or impact score via the shared Media endpoints once objectives are set.
Query Params
string
string
string
string
string
string
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json