@adcp/client API Reference - v3.3.3
    Preparing search index...

    Interface ObjectEvent

    Object tracking event - for tracking individual objects (creatives, products, etc)

    interface ObjectEvent {
        operationId: string;
        agentId: string;
        contextId?: string;
        taskId?: string;
        objectType: string;
        objectId?: string;
        targetEntity: string;
        status: string;
        payload?: any;
        timestamp: string;
    }
    Index

    Properties

    operationId: string

    Client-generated operation ID

    agentId: string

    Agent ID

    contextId?: string

    Context ID from server (if applicable)

    taskId?: string

    Task ID from server (if applicable)

    objectType: string

    Type of object

    objectId?: string

    Object identifier

    targetEntity: string

    Target entity (agent ID, platform, etc)

    status: string

    Object status

    payload?: any

    Object payload/data

    timestamp: string

    Event timestamp