BranchMetrics / web-branch-deep-linking-attribution

The Branch Web SDK for deep linking and attribution. Once initialized, the Branch Web SDK allows you to create and share links with a banner (web only), over SMS, or your own methods by generating deep links. It also offers event tracking, access to referrals, and management of credits.
https://help.branch.io/developers-hub/docs/web-sdk-overview
MIT License
288 stars 101 forks source link

[INTENG-9975] Add support for a _web_open_delay_ms query param #737

Closed jdee closed 4 years ago

jdee commented 4 years ago

See also https://github.com/BranchMetrics/branch-backend/pull/5849. Together these allow for a $desktop_web_open_delay_ms key that can be used to delay the POST to /v1/open from branch.init() when opening in a browser on the web. This can help alleviate a race condition with desktop apps.

aaaronlopez commented 4 years ago

lgtm 👍 feel free to merge if the solution is greenlit by customer