Initialization Option Reports API

dataListener

Function to be called when all report data has been loaded.

Values

Type function

Callback arguments

The callback receives the following arguments when it is executed.

  • data array[reportDataObject]

Type definitions

reportDataObject object

An object containing the id and data for a given report.
  • id string
    A host-page supplied unique identifier for this report. Used to render the report into a DOM hook on the host page, or to retrieve the raw report data if render is set to false.
  • data object
    an object containing the raw data packet used to generate the report.
Was this article helpful?