Skip to content

Ads Pixel Real Time Event Log

Updated: May 18, 2019

Reading

Edge to read list of recent pixel fires for the logged in user

Example

Select language

HTTPPHP SDKJavaScript SDKAndroid SDKiOS SDK


GET /v25.0/{ads-pixel-id}/real_time_event_log HTTP/1.1
Host: graph.facebook.com

Try it in Graph API Explorer

If you want to learn how to use the Graph API, read our Using Graph API guide

Parameters

ParameterDescription
end_time datetime/timestampDo not return pixel fires after this (epoch) time
limit int64Default value: 100 latest number of pixel fires at most within a time window
session_key stringUnique identifier for a real time logging component
start_time datetime/timestampDo not return pixel fires before this (epoch) time
trace_id stringunique id used to record every individual pixel request

Fields

Reading from this edge will return a JSON formatted result:

{
"data": [],
"paging": {}
}
data

A list of AdsPixelRealTimeEventLogResult nodes.

paging

For more details about pagination, see the Graph API guide.

Error Codes

Error CodeDescription
100Invalid parameter

Creating

You can't perform this operation on this endpoint.

Updating

Deleting

Unofficial mirror for reference/search purposes. All content originates from developers.facebook.com — see the source link at the top of each page. Machine-readable indexes: llms.txt · llms-full.txt · About