GamebeastDocs
Dashboard
Project APIDeeplinks

Get deeplink conversion details

GET
/application/{applicationId}/deeplinks/{deeplinkId}/conversions

Fetches all-time interactions, conversions, and conversion rate for a deeplink

Authorization

AuthorizationBearer <token>

Secret server key (prefixed gb_sk_) for server-to-server calls. Send it as Authorization: Bearer <key>. Never ship a secret key in a game client.

In: header

Path Parameters

applicationId*number

Gamebeast project ID

deeplinkId*number

Response Body

curl -X GET "https://example.com/application/0/deeplinks/0/conversions"
Empty