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 full attribution and analytics.
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. The react native instructions refer to custom_data, but inspecting the SDK during development, it seems to expect customData.
A quick skim through the docs, I'm suspicious that there are several other places with similar issue, however, I haven't verified against the code.
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. The react native instructions refer to
custom_data
, but inspecting the SDK during development, it seems to expectcustomData
.A quick skim through the docs, I'm suspicious that there are several other places with similar issue, however, I haven't verified against the code.