breadcrumbs

Version: v2025-02-18Includes use: Yes

Behavior name: Breadcrumbs

Provides per-HTTP transaction visibility into a request for content, regardless of how deep the request goes into the Akamai platform. The Akamai-Request-BC response header includes various data, such as network health and the location in the Akamai network used to serve content, which simplifies log review for troubleshooting.

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" "breadcrumbs" {
  rules_v2025_02_18 {
    name     = "Breadcrumbs"
    comments = "Provides per-HTTP transaction visibility into a request for content."
    behavior {
      breadcrumbs {
        enabled = false
      }
    }
  }
}
"behaviors": [
  {
    "name": "breadcrumbs",
    "options": {
      "enabled": false
    }
  }
]

Options

Option Description
enabled
Enables the Breadcrumbs feature.
opt_​mode
Specifies whether to include Breadcrumbs data in the response header. To bypass the current opt_​mode append the opposite ak-bc query string to each request from your player.
logging_​enabled
Whether to collect all Breadcrumbs data in logs, including the response headers sent a requesting client. This can also be helpful if you're using Data​Stream 2 to retrieve log data. This way, all breadcrumbs data is carried in the logs it uses.