Version: v2023-01-05 | 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_v2023_01_05 {
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.
|
