Search code examples
url-parametersbranch.io

Branch.io - Appending Query Parameters


Trying to append some query parameters to links created via Branch.io, but I can't figure out how to do this in the dashboard. I see from https://docs.branch.io/pages/links/integrate/ that the following is possible.

  1. Short links can have additional data appended to them e.g. dynamic link https://example.app.link/fzmLEhobLD?content_id=123
  2. Append query strings https://example.app.link/fzmLEhobLD?$custom_data=123&hello=world

Is there a way to do this via Quick Links in the dashboard?

I need to create the link here to test that my Android and iOS apps can read the parameters from the link and take the user to the appropriate page, or redirect the user to the appropriate page on the website - and then bulk create similar links with the query parameters varying (either via the dashboard or the HTTP API).

Have already checked out the following - Deep link with variable query on branch.io - but this didn't seem to address the issue.


Solution

  • When creating a quick link under configure options, you can select the deep linking tab and click on the "+ more data" button which will allow you to add parameters to the quick link.

    adding parameters to quick link