Ads and Commerce

Ad Account Offline Conversion Data Sets

Updated: Apr 18, 2024

Reading

offline conversion sets the current user has permissions on

Example

GET /v25.0/{ad-account-id}/offline_conversion_data_sets HTTP/1.1
Host: graph.facebook.com
If you want to learn how to use the Graph API, read our Using Graph API guide

Parameters

This endpoint doesn't have any parameters.

Fields

Reading from this edge will return a JSON formatted result:
{
"data": [],
"paging": {}
}
data
A list of OfflineConversionDataSet nodes.
The following fields will be added to each node that is returned:
Field Description
auto_track_for_ads
bool
Whether all ads under the ad account is auto tracked by the data set.

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

Error Codes

Error Code Description
100
Invalid parameter
2635
You are calling a deprecated version of the Ads API. Please update to the latest version.
200
Permissions error
190
Invalid OAuth 2.0 Access Token

Creating

You can't perform this operation on this endpoint.

Updating

You can't perform this operation on this endpoint.

Deleting

You can't perform this operation on this endpoint.