I am working on integrating branch.io in react-native project for analytics.
Able to see the events getting registered in branch.io dashboard, using BranchEvent() method.
Also want each users id to show up for analytics in branch.io dashboard. So using branch.setIdentity(userId). But not able to see it in dashboard. Am I doing it wrong ?
Is it possible to show user id as well with event in branch.io dashboard for analytics
This userId is unique id of user.
You can view your userId for each event by going to Liveview tab of your Branch Dashboard.
Make sure to enable 'developer identity' from list of columns to show, since the ID set by setIdentity() method is shown under developer identity field.
Related
I want the link to navigate to a certain page and execute a function using the data in the link.
There's platform called branch that's makes the process of creating a link to a certain page very easy, for react-native, you can use its lib react-native-branch.
I've used it already and it's very good.The branch.io provides some analytics metadata about how many times a user clicked on the link you've created for example.
I am looking to find an app like pushover, which I can aggregate multiple alerts into. I want to be able to via API add and remove alerts. Badges should be shown for alerts pending, I would like to be able to add and remove alerts via api which would update badge accordingly. If i open app I would like to have the ability to click on alert and it open url set via api. Wondering if this exists?
Yes, this exists. Spontit, I believe, does what you're looking for.
Here is the web-app and the API docs.
I'm marketing my app on Google Adwords and my setup is like this:
1- Display network ads
2- Ads take the user to an instapage landing page that has CTA for download
3- Download button takes user to App Store/play store
My question:
Is it possible to link Branch to Instapage and how? - meaning I want to know which ad brings the conversion = as per my setup now if I have more than one ad I wont know which one got me the download.
Note: I'm paying for clicks on CPI
Thanks!
I'm hoping that a Bigcommerce rep can answer this. I had some trouble accessing my Bigcommerce store to get my support PIN so I'm posting here.
I am developing a Bigcommerce app and am wondering if the Bigcommerce user must automatically be logged into my app when they open it in the iframe, or can the app display a login page inside the iframe when it opens?
I've seen some apps first display a signup page for the user to fill out, and I was planning to also first display a signup page for the user to create an account inside the app, then ask them to log into the app on the next session. Is this allowed, or do I need to implement OAuth in a way that allows the Bigcommerce user to log into my app based on their store during the app load?
Thanks
I am trying to put a Google+ badge on my recently created websites at sites.google.com. When I copy the code and paste it into the HTML box actually nothing happens.
What am I doing wrong?
You can use to insert a Google+ Badge into your Google Sites pages using a custom gadget:
Get your Google+ profile ID, which you can get from the URL of your profile. The ID would be 123456789012345678901 for this URL: https://plus.google.com/123456789012345678901/ or would be +LarryPage for this URL: https://plus.google.com/+LarryPage/
Edit the page that you want to add the badge
Choose Insert-> ...More gadgets...
Search for G+ Badge.
Paste your profile ID into the G+ ID field.
Configure additional options as necessary for your page. You might need to adjust dimensions of the gadget container to get the badge to work well in your site.
Gadgets have limitations, this might not work perfectly but its probably the best way to get a badge onto your page.
There is a configuration tool for the Google+ Badge that you can find at https://developers.google.com/+/web/badge/.
The key points are that you need to add the HTML as a widget and include the JavaScript tag--which is the same JavaScript that loads any of our Google+ attributes.
I also made a 3 minute video explaining these steps last year, which you can view at http://www.youtube.com/watch?v=wLG4IIIPgnc.