predictive_content_delivery
Version: v2025-01-13 | Includes use: Yes |
---|
Behavior name: Predictive Content Delivery
Improves user experience and reduces the cost of downloads by enabling mobile devices to predictively fetch and cache content from catalogs managed by Akamai servers. You can't use this feature if in the segmented_media_optimization
behavior, the value for behavior
is set to LIVE
.
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" "predictive_content_delivery" {
rules_v2025_02_18 {
name = "Predictive Content Delivery"
comments = "Enables mobile devices to predictively fetch and cache content from catalogs managed by Akamai servers."
behavior {
predictive_content_delivery {
enabled = true
}
}
}
}
"behaviors": [
{
"name": "predictiveContentDelivery",
"options": {
"enabled": true
}
}
]
Options
Option | Description |
---|---|
enabled |
Enables the predictive content delivery behavior.
|
Updated about 1 hour ago