edge_​scape

Version: v2025-01-13Includes use: Yes

Behavior name: Content Targeting (EdgeScape)

EdgeScape allows you to customize content based on the end user's geographic location or connection speed. When enabled, the edge server sends a special X-Akamai-Edgescape header to the origin server encoding relevant details about the end-user client as key-value pairs.

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" "edge_scape" {
  rules_v2025_02_18 {
    name     = "Content Targeting (EdgeScape)"
    comments = "Customizes content based on the end user's geographic location or connection speed."
    behavior {
      edge_scape {
        enabled = true
      }
    }
  }
}
"behaviors": [
  {
  "name": "edgeScape",
  "options": {
    "enabled": true
    }
  }
]

Options

Option Description
enabled
When enabled, sends the X-Akamai-Edgescape request header to the origin.