AdEvent

AdEventDetails

Depending on your integration, the data of an event may have a collection of "lines" stored into AdEventDetails (e.g. items purchase).

For performance reason, as event are often large collection of objects, details are not returned by GET operation on AdEvent, to retrieve details of an event, you have to make a second request targeting the details attached to the given event (see example below).

Example

Get event details, of event with id:1070213


GET
{
    "AdEventDetail":{
        "event":{
            "id":1070213
        }
    }
}