- Property Manager name: Akamaize Tag
- Behavior version: The
latest
rule format supports theakamaizerTag
behavior v1.1. - Rule format status: Beta, possible breaking changes
- Access: Read-only
- Allowed in includes: Not available for
latest
rule format
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 | |
---|---|---|---|---|
matchHostname | string | Specifies the hostname to match on as a Perl-compatible regular expression. | {"displayType":"string","tag":"input","type":"text"} | |
replacementHostname | 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 | |||
tagsAttribute | 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 | ||||
replaceAll | boolean | Replaces all matches when enabled, otherwise replaces only the first match. | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
includeTagsAttribute | boolean | Whether to include the | {"displayType":"boolean","tag":"input","type":"checkbox"} |