Usage:

This shortcode will log an event in a contact’s ActiveCampaign record. The event name and value logged are defined as parameters in the shortcode itself, making it possible to define and log events anywhere shortcodes are possible in an ActiveMember360 site.

This shortcode does NOT support conditional branching with [ELSE_contact].
Shortcode nesting is NOT supported.

Parameters:

event Specifies the name of an ActiveCampaign event to be logged. If the event name has already been defined, it will be reused. If not, it will be created during the logging process.
Default: none.
Required: yes.
value Sets the value to be logged in ActiveCampaign along with the event name.
Default: The page’s or post’s permalink.
Required: No. If not specified, the default will be used.

Example:

[mbr_log_event event='My Special Page' value='Any value']
[mbr_log_event event='My Special Event']

API:

There is currently no ActiveMember360 API function equivalent for this shortcode.