Skip to main content

The VertiGIS Community has been moved to the VertiGIS Support Center >>

Track Custom Events with Workflow

Comments

1 comment

  • Cam Carmichael

    Hi Nelson

    Yes - this should work fine from Workflow. Wherever you want to log an event you should be able to use the Run Command activity with studio-analytics.track-custom-event command - and pass in a payload like:

    ={"name":"my event",
    "payload":"event 1 fired!"}

    When your workflow runs and passes this point - you'll see an entry in the Custom Events table like:

    With the current version of Analytics (1.1) - there is no way to filter for just "my event" - but with 1.2 (aiming for June) we have introduced Filters which will allow this.

    Hope this helps!

    0