Zaraz
Update Zaraz workflow
ModelsExpand Collapse
ZarazConfig
Get Zaraz configuration
Update Zaraz configuration
ModelsExpand Collapse
class Configuration: …Zaraz configuration.
Zaraz configuration.
settings: SettingsGeneral Zaraz settings.
General Zaraz settings.
tools: Dict[str, Tools]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.
class ToolsZarazManagedComponent: …
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.
class ToolsWorker: …
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: Dict[str, Triggers]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.
exclude_rules: List[TriggersExcludeRule]Rules defining when the trigger is not fired.
Rules defining when the trigger is not fired.
load_rules: List[TriggersLoadRule]Rules defining when the trigger is fired.
Rules defining when the trigger is fired.
variables: Dict[str, Variables]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: Optional[Consent]Consent management configuration.
Consent management configuration.
Object where keys are language codes.