Global architecture

With the Remote Control API, you can create, update or delete your goals.

Goal types

The goal type can be event, transaction, pageview or screenview.

Goal of type EVENT or TRANSACTION

A goal architecture of type event or transaction is the following :

{
    "type": "<TYPE>",
    "label": "<LABEL>",
}

Goal of type PAGEVIEW or SCREENVIEW

A goal architecture of type pageview or screenview is the following :

🚧

Predefined Operator

Goal operator can only be: contains, ignoringParameters, exact or regexp.

If you wanna check in depth each field check Goal API

{
    "type": "<TYPE>",
    "label": "<LABEL>",
    "operator": "<OPERATOR>",
    "value": "<VALUE>"
}