1. The Datasource Entry Object

The Datasource Entry Object

The datasource entry object contains a datasource entry's id, name, and value. If a specific dimension is specified in the API request, the dimension_value is included in the response.

Properties

  • id

    number

    The numeric ID

  • name

    string

    The complete name provided for the datasource entry

  • value

    string

    Given value in the default dimension

  • dimension_value

    string

    Given value in the requested dimension

Example Object
{
  "id": 8118432,
  "name": "Product One",
  "value": "product-one",
  "dimension_value": "produkt-eins"
}