PATCH /metrics/{metric_id}

Update a Global Metric

Servers

Path parameters

Name Type Required Description
metric_id Integer Yes

The Metric ID of the Global Metric you want to modify

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
aggregator String No

The aggregation function for the numerator of the metric. 'unique' measures the number of unique visitors/sessions that include the specified Event. 'count' measures the total number of occurrences of Event for the scope (visitor/session). 'sum' is the sum of the 'field' value

Valid values:

  • "count"
  • "sum"
  • "unique"
display_unit String No

displayt unit

field String No

The field to aggregate for the numerator of the metric. Required when 'aggregator' = 'sum', otherwise omitted

Valid values:

  • "revenue"
  • "value"
name String No

name

winning_direction String No

The winning direction of this metric

Valid values:

  • "decreasing"
  • "increasing"
archived Boolean No

Whether the metric is archived

description String No

description

event_type String No

The type of this Event

Valid values:

  • "pageview"
  • "click"
  • "custom"
scope String No

Specifies how Events should be grouped. Can also be thought of as the denominator of the metric. 'session' divides by the number of sessions. "Influenced sessions", or sessions that do not contain a decision Event but carry a decision from a previous session are not included in counts for numerator or denominator. 'visitor' divides by the number of visitors. 'event' divides by the total occurrences (impressions) of the specified Event

Valid values:

  • "event"
  • "session"
  • "visitor"
display_title String No

display title

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.