first_party_marketing_plus
Version: v2025-01-13 | Includes use: No |
---|
Behavior name: Cloud Marketing Plus Cloudlet (Beta)
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 first_party_marketing
behavior, which integrates with MediaMath but not its partners. Both behaviors support the same set of options.
Default behavior
These samples reflect the behavior's default settings. You can use these as is in your configurations or make adjustments based on the behavior's available options.
data "akamai_property_rules_builder" "first_party_marketing" {
rules_v2025_02_18 {
name = "Cloud Marketing Cloudlet"
comments = "Enables the Cloud Marketing Plus Cloudlet."
behavior {
first_party_marketing {
enabled = true
java_script_insertion_rule = "ALWAYS"
media_math_prefix = "/dcpp"
}
}
}
}
"behaviors": [
{
"name": "firstPartyMarketing",
"options": {
"enabled": true,
"javaScriptInsertionRule": "ALWAYS",
"mediaMathPrefix": "/dcpp"
}
}
]
Options
Option | Description |
---|---|
enabled |
Enables the Cloud Marketing Plus Cloudlet.
|
java_script_insertion_rule |
Select how to insert the MediaMath JavaScript reference script. Value is one of:
|
cloudlet_policy |
Identifies the Cloudlet policy. Contains:
|
media_math_prefix |
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
/mmathand the request is for www.example.com/dir the new URL is www.example.com/mmath/dir .
|
Updated about 2 hours ago