GuideReference
TrainingSupportCommunity
Guide

akamaizer_​tag

  • Property Manager name: Akamaize Tag
  • Behavior version: The v2024-10-21 rule format supports the akamaizer_​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.

OptionTypeDescriptionRequires
match_​hostnamestring

Specifies the hostname to match on as a Perl-compatible regular expression.

{"displayType":"string","tag":"input","type":"text"}
replacement_​hostnamestring

Specifies the replacement hostname for the tag to use.

{"displayType":"string","tag":"input","type":"text"}
scopeenum

Specifies the part of HTML content the tags_​attribute refers to.

{"displayType":"enum","options":["ATTRIBUTE","URL_ATTRIBUTE","BLOCK","PAGE"],"tag":"select"}
ATTRIBUTE

When tags_​attribute refers to a tag/attribute pair, the match only applies to the attribute.

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 field and performs the substitution on the entire page.

tags_​attributeenum

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_​allboolean

Replaces all matches when enabled, otherwise replaces only the first match.

{"displayType":"boolean","tag":"input","type":"checkbox"}
include_​tags_​attributeboolean

Whether to include the tags_​attribute value.

{"displayType":"boolean","tag":"input","type":"checkbox"}