Sending a firebase dynamic link over SMS from the desktop page - firebase

I have firebase deep links working in my app, and when a user visits them on desktop it takes them to a custom webpage I made that says "This content is only available on the app. Please download it to continue" with app store links for my app.
I want to add a form that says "enter your phone number to get texted the link to download the app" and I have no issues doing that with twilio.
Where I'm stuck is that I want to SMS the original deep link to the user. But the firebase deep link system already redirected me to the desktop page so I don't have access to the deep link anymore. Is there any way to get the original deep link?
I do have the path of the original deep link in the URL so I could possibly reconstruct it? But is there an easier way, or an existing solution to my problem of wanting to get users to install our app without losing the deep link context?

If you create your originally link manually you can use the Other Platform Parameters ofl to send a parameter of the dynamic link to be sent in text message to the desktop users.
See the doc's on how to manually create your link.
Alternatively, in the past I've added a parameter to the short link which has been passed through to the webapp, maybe you could use that to pass the dynamic link. Not tested, but should have the desired effect.

Related

Firebase dynamic link with page preview disable not working

I would like to disable efr param to 1 in our dynamic link from firebase, in order to skip the preview page and get directly to the appstore. Thinking it will work.. but now the link is not copied to the app on install. What is your solution here in order to not show the preview page, go directly to the appstore, and keep the url within the clipboard on install?
IMO, UX wise, it's nicer to not have the preview page, even if I add metadata to it.
Thanks.
While there's an option to disable the app preview page, it's in place to ensure Dynamic Link reliability in iOS. You can have it disabled, but it won't guarantee that the FDL will work as expected in iOS. This is explained in more detail here.

Firebase Dynamic links Analytics not shown?

I am exploring the dynamic links in firebase. My requirement is I will have an sms in my cell phone, which will have a short link and upon click of this link I will open a web page (later we might integrate this with a page in the app)
So I created fire base account and setup an app using my personal gmail account.
Am using their post api with the right api key to generate short urls. (getting warning about the phishing issues which I am ignoring for the time being)
Upon clicking the urls (short link/preview link) I can go to the appropriate URL I have configured.
now I am trying to see the analytics around this dynamic url but dont know why I cannot see anything.
I am checking Grow -->DynamicLink--> Selected My app and I expect the dynamic link generated in above steps to appear here but I cannot see anything.
I am going to analytics -->Events it is asking me to add an app to see the analytics which is not the case for now as I am just hitting the url on the browser directly.
Please let me know if I am doing the right thing?
One of the main use cases (as mentioned in firebase docs) of the firebase dynamic links is web to app conversion and your app must contain the firebase SDK. Once the user comes to the app through the dynamic link, firebase SDK fires the appropriate events. These events can be tracked from analytics -> Events.
But your use case is different you are creating dynamic links for the SMS and after clicking user comes to the website and there is no firebase SDK installed in your website hence no analytics (although firebase will measure some events like click, etc) on the analytics -> Events.
If you want to see the analytics, you will need to create a dynamic link in the firebase console manually or use the dynamic link analytics api.
In short, API created dynamic links can only be tracked if firebase SDK is installed in your app and after that, you need to add that app to firebase analytics -> events section. According to your use case, my suggestion would be to either create dynamic links from console manually or use the dynamic link analytics api

Telegram not updating link preview from github

I changed my profile picture on github quite some time ago, but whenever I share a link to any of my repositories via telegram, it still displays old profile pic. If I share it via skype, correct image is displayed.
I tried to use webpage bot and /updatepreview command, it says that "Link previews was updated successfully. Check them out!" but the image is still the same (not updated)!
How can I make telegram clean cache for links from my github account?
I used webpagebot like this answer from another thread to fix my GitHub avatar and it is working for me.
After giving the URL to the bot, I had to push Update with Content.
Have you tried appending /?v=n at the end of the URL when sharing the link? n can be any number but should be increasing after every update you make

Google+ deep linking

The docs here https://developers.google.com/+/mobile/android/share/deep-link seem to be hopelessly out of date, as I cannot find any of the mentioned (like "Edit settings").
Can somebody provide some guidance on how to make a deep link to my app work from within a Google+ post?
e.g., I would expect a link such as "appname://?id=12345678" to be a clickable thing that directs the user either to install the app or opens the installed app and takes the user directly to the content specified by the id. Instead, this link is posted as plain text...
Moreover, will I need to fight with every social network to get deep links to work properly? Does anybody have any experience making this sort of thing work on Twitter, Facebook, etc?
We are developing with Meteor, and using the Cordova cordova-plugin-x-socialsharingplugin https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin
You may want to try using App Invites, which either will let the app receive data from the invitation if the app is already installed (e.g. a coupon) or will install the app.

how to link to an official account from the built-in browser

From an official account main menu view I can provide a URL and it will open in the built in WeChat browser.
Is there a way to close the browser and come back to the main account menu?
I don't want to have the user hit the [X] button each time.
Is there a standard URL format for an official account that can be used as a link to open the account from a browser?
In short, there's no way to do that.
In early days, there are some hacking ways to do this, but now they are all not working any more.
You can put a qrcode image of your account on your site for users to scan and follow you.

Resources