Default click-through event tag properties.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DefaultClickThroughEventTagProperties", "type": "object", "description": "Default click-through event tag properties.", "properties": { "defaultClickThroughEventTagId": { "type": "string", "description": "ID of the default click-through event tag." }, "overrideInheritedEventTag": { "type": "boolean", "description": "Whether to override the inherited event tag." } } }