- Property Manager name: Akamaize Tag
- Behavior version: The
v2023-01-05
rule format supports theakamaizer_tag
behavior v1.1. - Rule format status: GA, stable
- Access: Read-only
- Allowed in includes: Yes
This specifies HTML tags and replacement rules for hostnames used in conjunction with the akamaizer
behavior. Contact Akamai Professional Services for help configuring the Akamaizer.
Option | Type | Description | Requires | |
---|---|---|---|---|
match_hostname | string | Specifies the hostname to match on as a Perl-compatible regular expression. | {"displayType":"string","tag":"input","type":"text"} | |
replacement_hostname | string | Specifies the replacement hostname for the tag to use. | {"displayType":"string","tag":"input","type":"text"} | |
scope | enum | Specifies the part of HTML content the | {"displayType":"enum","options":["ATTRIBUTE","URL_ATTRIBUTE","BLOCK","PAGE"],"tag":"select"} | |
ATTRIBUTE | When | |||
URL_ATTRIBUTE | The same as an attribute but applies when the attribute value is a URL. In that case, it converts to an absolute URL prior to substitution. | |||
BLOCK | Substitutes within the tag's contents, but not within any nested tags. | |||
PAGE | Ignores the | |||
tags_attribute | enum | Specifies the tag or tag/attribute combination to operate on. | scope is not PAGE | {"displayType":"enum","options":["A","A_HREF","IMG","IMG_SRC","SCRIPT","SCRIPT_SRC","LINK","LINK_HREF","TD","TD_BACKGROUND","TABLE","TABLE_BACKGROUND","IFRAME","IFRAME_SRC","AREA","AREA_HREF","BASE","BASE_HREF","FORM","FORM_ACTION"],"tag":"select"} {"if":{"attribute":"scope","op":"neq","value":"PAGE"}} |
Supported values: A AREA AREA_HREF A_HREF BASE BASE_HREF FORM FORM_ACTION IFRAME IFRAME_SRC IMG IMG_SRC LINK LINK_HREF SCRIPT SCRIPT_SRC TABLE TABLE_BACKGROUND TD TD_BACKGROUND | ||||
replace_all | boolean | Replaces all matches when enabled, otherwise replaces only the first match. | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
include_tags_attribute | boolean | Whether to include the | {"displayType":"boolean","tag":"input","type":"checkbox"} |