Get a list of all attribution data

Endpoint URL

Version

  • v2-4-2

Rate limits

  • 5 requests per second

Tips

  • The data returned by the API is generally 10-30 minutes old, and we are sorry that we cannot provide real-time data for querying.

Get a list of all attribution data

post
  • Rate limits: 5 requests per second.

  • version: v2-4-2.

Path parameters
versionstringRequiredExample: v2-4-2
Header parameters
ApiKeystringOptionalDefault: {{ApiKey}}Example: {{ApiKey}}
Body
start_datestringRequired

The start date range of the event in ISO format, e.g. 1970-01-01, the time zone should be consistent with your store settings.

end_datestringRequired

The end date of the event in ISO format, e.g. 1970-01-01, the time zone should be consistent with your store settings.If you want to see the data for 1970-01-01, please enter 1970-01-02.

dimensionsstring[]Required

The input quantity should not exceed 3, campaign/channel/source/medium/landing_page.

modelstringRequired

Attribution Model, first/last/linear/position.

goalstringRequired

Attribution goal, purchase/add_to_cart/checkout_start/payment_info_submitted.

pageintegerRequired
page_sizeintegerRequired

min:1,max:100.

Responses
200Success
application/json
post
/{version}/api/all-attribution/get-list
200Success

Last updated

Was this helpful?