Update Media Objectives

Updates the medium objective configurations.

Before computing benchmarks for a media , it is necessary to configure the media's purpose, industry and use case segmentation. For more context on how Benchmarks are calculated please refer to our knowledge base.

This endpoint updates the objective configurations of a media, which consists in a segmentation by industry & Use Case.

A valid media UUID is required to be passed in the request's query parameters. The system will validate the provided configuration and update the objective segmentation settings in case validation succeeds.

Explaining the fields

The purpose field refers to the primary objective of your content: Brand Building (BB) or Conversion. Read more about it here.

To provide the necessary industry sector context the fields industry_category and industry_subcategory can be used. Read more about it here.

To provide the necessary use case context the fields usecase_category,usecase_subcategory and platform can be used. Read more about it here.

Example of a failed validation response

{
    "detail": "Objective is not valid for this medium type"
}

Example of a successful response

For an image:

{
    "purpose": "brand_building",
    "industry_category": "all",
    "industry_subcategory": "all",
    "usecase_category": "digital_advertising",
    "usecase_subcategory": "some_ads",
    "platform": "all"
}

For a video:

{
    "purpose": "brand_building",
    "industry_category": "all",
    "industry_subcategory": "all",
    "usecase_category": "all",
    "usecase_subcategory": "all",
    "platform": "all"
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!