Filters

Why can't access_token and auth_token be used as query parameters for long links?

access_token and auth_token (along with AccessToken and AuthToken) are reserved keys used to determine if a deep link is a valid Branch link. Attempting to use these names as query parameters could yield unexpected results, so we don't allow their use in long URLs in order to prevent data collisions.