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
numberThe numeric ID
-
name
stringThe complete name provided for the datasource entry
-
value
stringGiven value in the default dimension
-
dimension_value
stringGiven value in the requested dimension
Example Object
{
"id": 8118432,
"name": "Product One",
"value": "product-one",
"dimension_value": "produkt-eins"
}