Skip to main content
GET
/
get_target_events
Get target events
curl --request GET \
  --url https://yourdomain.com/get_target_events \
  --cookie admin_cookie=
[
  {
    "event_timestamp": 123,
    "event_ip": "<string>",
    "campaign": "<string>",
    "target": "<string>",
    "event_type": "<string>",
    "event_data": "<string>",
    "ignore": 123
  }
]

Authorizations

Admin cookie authentication (configurable in config.json)

Query Parameters

target_id
string
required

Unique target ID

Response

Successful response

event_timestamp
integer

Unix timestamp of event

event_ip
string

Source IP address

campaign
string

Associated campaign name

target
string

Target ID

event_type
string

Event type (EMAIL_SENT, CLICK, POST_DATA, COOKIE_DATA, ERROR)

event_data
string

Event-specific data

ignore
integer

Ignore status for filtering (0 = show, 1 = hidden)