manifest_rerouting
Version: v2025-01-13 | Includes use: No |
---|
Behavior name: Manifest Rerouting
This behavior works with ad_scaler_circuit_breaker
. It delegates parts of the media delivery workflow, like ad insertion, to other technology partners. Akamai reroutes manifest file requests to partner platforms for processing prior to being delivered. Rerouting simplifies the workflow and improves the media streaming experience.<
Default behavior
These samples reflect the behavior's default settings. You can use these as is in your configurations or make adjustments based on the behavior's available options.
data "akamai_property_rules_builder" "manifest_routing" {
rules_v2025_02_18 {
name = "Manifest Rerouting"
comments = "Delegates parts of the media delivery workflow to other technology partners."
behavior {
manifest_routing {
partner = "adobe_primetime"
username = ""
}
}
}
}
"behaviors": [
{
"name": "manifestRerouting",
"options": {
"partner": "adobe_primetime",
"username": ""
}
}
]
Options
Option | Description |
---|---|
partner |
An external technology partner that provides value-added offerings, like advertisement integration, to the requested media objects. Value is
adobe_primetime .
|
username |
The user name for your Adobe Primetime account.
|
Updated about 1 hour ago