1. The Datasource Entry Object

The Datasource Entry Object

Properties

  • id

    number

    The numeric ID

  • name

    string

    The complete name provided for the story

  • value

    string

    Given value in the default dimension

  • datasource_id

    number

    Numeric id of a datasource

Example Object

{ 
  "datasource_entry" : {
    "id": 52,
    "name": "newsletter_text",
    "value": "Subscribe to our newsletter to make sure you don’t miss anything.",
    "datasource_id": ""
  }
}