device_characteristic_cache_id
Version: v2025-02-18 | Includes use: Yes |
---|
Behavior name: Device Characterization - Define Cached Content
By default, source URLs serve as cache IDs on edge servers. Electronic Data Capture allows you to specify an additional set of device characteristics to generate separate cache keys. Use this in conjunction with the device_characteristic_header
behavior.
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" "device_characteristic_cache_id" {
rules_v2025_02_18 {
name = "Device Characterization - Define Cached Content"
comments = "Specifies an additional set of device characteristics to generate separate cache keys."
behavior {
device_characteristic_cache_id {
elements = ""
}
}
}
}
"behaviors": [
{
"name": "deviceCharacteristicCacheId",
"options": {
"elements": ""
}
}
]
Options
Option | Description |
---|---|
elements |
Specifies a set of information about the device with which to generate a separate cache key. Possible values are:
|
Updated 9 days ago