Config
Get Zaraz configuration
Update Zaraz configuration
ModelsExpand Collapse
type Configuration struct{…}Zaraz configuration.
Zaraz configuration.
Settings ConfigurationSettingsGeneral Zaraz settings.
General Zaraz settings.
Tools map[string, ConfigurationTool]Tools set up under Zaraz configuration, where key is the alpha-numeric tool ID and value is the tool configuration object.
Tools set up under Zaraz configuration, where key is the alpha-numeric tool ID and value is the tool configuration object.
type ConfigurationToolsZarazManagedComponent struct{…}
DefaultFields map[string, ConfigurationToolsZarazManagedComponentDefaultFieldsUnion]Default fields for tool's actions.
Default fields for tool's actions.
DEPRECATED - List of actions configured on a tool. Either this or actions field is required. If both are present, actions field will take precedence.
DEPRECATED - List of actions configured on a tool. Either this or actions field is required. If both are present, actions field will take precedence.
type ConfigurationToolsWorker struct{…}
DefaultFields map[string, ConfigurationToolsWorkerDefaultFieldsUnion]Default fields for tool's actions.
Default fields for tool's actions.
DEPRECATED - List of actions configured on a tool. Either this or actions field is required. If both are present, actions field will take precedence.
DEPRECATED - List of actions configured on a tool. Either this or actions field is required. If both are present, actions field will take precedence.
Triggers map[string, ConfigurationTrigger]Triggers set up under Zaraz configuration, where key is the trigger alpha-numeric ID and value is the trigger configuration.
Triggers set up under Zaraz configuration, where key is the trigger alpha-numeric ID and value is the trigger configuration.
ExcludeRules []ConfigurationTriggersExcludeRuleRules defining when the trigger is not fired.
Rules defining when the trigger is not fired.
type ConfigurationTriggersExcludeRulesZarazLoadRule struct{…}
Op ConfigurationTriggersExcludeRulesZarazLoadRuleOp
type ConfigurationTriggersExcludeRulesZarazClickListenerRule struct{…}
Settings ConfigurationTriggersExcludeRulesZarazClickListenerRuleSettings
LoadRules []ConfigurationTriggersLoadRuleRules defining when the trigger is fired.
Rules defining when the trigger is fired.
type ConfigurationTriggersLoadRulesZarazLoadRule struct{…}
Op ConfigurationTriggersLoadRulesZarazLoadRuleOp
type ConfigurationTriggersLoadRulesZarazClickListenerRule struct{…}
Variables map[string, ConfigurationVariable]Variables set up under Zaraz configuration, where key is the variable alpha-numeric ID and value is the variable configuration. Values of variables of type secret are not included.
Variables set up under Zaraz configuration, where key is the variable alpha-numeric ID and value is the variable configuration. Values of variables of type secret are not included.
Consent ConfigurationConsentoptionalConsent management configuration.
Consent management configuration.
Object where keys are language codes.
Purposes map[string, ConfigurationConsentPurpose]optionalObject where keys are purpose alpha-numeric IDs.
Object where keys are purpose alpha-numeric IDs.