adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ResponseEvent Class / CustomEventID Property

In This Topic
    CustomEventID Property (ResponseEvent)
    In This Topic
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property CustomEventID As String
    [CanBeNull()]
    public string CustomEventID {get; set;}
    Remarks

    For a custom event, the event ID is defined by the custom event handler.

    For an on-demand event, set the event ID to a unique tag that the script can use when invoking the Response. See the Remarks under ResponseEvent.

    See Also