branch-deep-linking-public-api icon indicating copy to clipboard operation
branch-deep-linking-public-api copied to clipboard

The Branch Metrics public API for mobile deep linking / deeplinking applications. Branch helps mobile apps grow with deep links / deeplinks that power referral systems, sharing links and invites with...

Results 22 branch-deep-linking-public-api issues
Sort by recently updated
recently updated
newest added

This link is broken in the README: https://dev.branch.io/link_configuration/#analytics-labels-for-data-organization

Are the API documentation updated?

I do two requests. ## Creating link ```es6 { url: 'https://api.branch.io/v1/url', json: true, headers: { 'Content-Type': 'application/json' }, body: { branch_key: 'key_test_***', channel: 'IvySpace', data: { roboadvisor_form_id: 5 } }...

The previous event names were copied from Content Events into Lifecycle Events.

It's an arguable change because we have currency in the event metadata (`event_data.currency`) for **commerce** events, but no indication of currency in the **content** events. Currently, the content items only...

I would like to get the developer identity from a link. The the url get call gives you an identity_id for the link, but there doesn't seem to be an...

The example in the documentation incorrectly stated that link data not included in an update request would not be impacted by an update operation. I have added more detail to...

When multiple branch links are created , the order of URL's in response is changed. So, we are unable to identify for which item the URL belongs. Or if at...

Docs in several cases refer to snake_case arguments, but the actual SDK seems to expect camelCase. In particular, I'm looking at [the example code for custom events](https://help.branch.io/developers-hub/docs/tracking-commerce-content-lifecycle-and-custom-events#example---custom). The react native...