- Property Manager name: Cloud Marketing Cloudlet (Beta)
- Behavior version: The
latest
rule format supports thefirstPartyMarketing
behavior v1.0. - Rule format status: Beta, possible breaking changes
- Access: Read/Write
- Allowed in includes: Not available for
latest
rule format
Enables the Cloud Marketing 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 firstPartyMarketingPlus
behavior, which integrates better with both MediaMath and its partners. Both behaviors support the same set of options.
Option | Type | Description | Requires | |
---|---|---|---|---|
enabled | boolean | Enables the Cloud Marketing 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}} |