- Property Manager name: Cloud Marketing Plus Cloudlet (Beta)
- Behavior version: The
v2024-10-21
rule format supports thefirstPartyMarketingPlus
behavior v1.0. - Rule format status: GA, stable
- Access: Read/Write
- Allowed in includes: No (temporarily)
Enables the Cloud Marketing Plus Cloudlet, which helps MediaMath customers collect usage data and place corresponding tags for use in online advertising. You can configure tags using either the Cloudlets Policy Manager application or the Cloudlets API. See also the firstPartyMarketing
behavior, which integrates with MediaMath but not its partners. Both behaviors support the same set of options.
Option | Type | Description | Requires | |
---|---|---|---|---|
enabled | boolean | Enables the Cloud Marketing Plus Cloudlet. | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
javaScriptInsertionRule | enum | Select how to insert the MediaMath JavaScript reference script. | {"displayType":"enum","options":["NEVER","POLICY","ALWAYS"],"tag":"select"} {"if":{"attribute":"enabled","op":"eq","value":true}} | |
NEVER | Specify this if inserting the script at the origin. | |||
POLICY | Allow the Cloudlet policy to determine when to insert it. | |||
ALWAYS | Insert it for all edge requests. | |||
cloudletPolicy | object | Identifies the Cloudlet policy. | javaScriptInsertionRule is POLICY | {"displayType":"object","tag":"input","todo":true} {"if":{"op":"and","params":[{"attribute":"enabled","op":"eq","value":true},{"attribute":"javaScriptInsertionRule","op":"eq","value":"POLICY"}]}} |
cloudletPolicy.id | number | Identifies the Cloudlet. | ||
cloudletPolicy.name | string | The Cloudlet's descriptive name. | ||
mediaMathPrefix | string | Specify the URL path prefix that distinguishes Cloud Marketing requests from your other web traffic. Include the leading slash character, but no trailing slash. For example, if the path prefix is | {"displayType":"string","tag":"input","type":"text"} {"if":{"attribute":"enabled","op":"eq","value":true}} |