How can we track the install count of a link generated via code in the branch dashboard? can we track the number of installs of a particular link created by a specific user?
Need to know the number of installs through a link generated by a user?
Related
I am working on a application that uses Github API to fetch appropriate statistics data about users and their repositories and show them to the end user.
I interacted a Github App right now to maintain authentication to get private user repository data.
The current flow to get the authentication is User clicks Login button on my front end page, it takes them to my github app installation page and once the installation is done it takes back to my front end with the required query parameters. I am able to get the user token and access data. My issue is when the token is expired or a existing user tries to login again, they are stuck in the installation page and will need to re click the save button again to continue with the flow.
What can I do something to make sure if the app is already installed then skip the installation window and automatically proceed to the next step. I am aware I might be missing over something simple here, but I am unable to find a solution for this.
I saw that installation_id also gets returned along with the code in callback parameters after each Github app installation. I however haven't found much on what to do with the installation_id. Is that something that would be useful for my case ?
Same question on Github Community. Asking here for more coverage.
Hello we have created an app for google drive for our product but the download counter on the marketplace does not match our internal counter, i was wondering if there is any way to check this or alternatively how often dos this counter update
As an alternative, if you provide a Google Analytics ID when you configure the Google Workspace Marketplace SDK for your app listing, you can monitor how users interact with your app listing from Google Analytics.
Also, the Google Marketplace API lets you determine what domain have installed/uninstalled your app. You can use the API's LicenseNotification collection method to collect the activity of your app.
Regarding how often the counter updates, there is no estimate of how long it takes but if you still notice that numbers doesn't match, you can forward your report to the dedicated 'Send Feedback' channel. From the Google Marketplace page click on the (?) icon > 'Send Feedback'. You can also attach a screenshot to show the install count.
We are having trouble setting up Facebook Install Ads attribution via Branch.io. Currently, Branch.io dashboard shows we have installs via Facebook link, but Facebook ad cabinet shows 0 installs.
Our setup is
I've integrated branch.io for Flutter using this plugin https://pub.dev/packages/flutter_branch_sdk (Quick Links are working OK, see p.6)
I've setup Application on Facebook (developers.facebook.com) side and linked it to application in stores (AppStore and Google Play)
I've setup Facebook as Ad partner in Branch Dashboard > Partner Management, and then created Facebook link
I've created Ads in Facebook with aim Installs and used Branch link (all as per guides)
I've followed guides on Branch's docs regarding publishing - specified that we use IDFA in AppStore, all ticks as in guide, made sure we have AdSupport.framework in xCode project, added com.google.android.gms:play-services-ads:9+ in build.graddle, etc
I've exported some data from Branch Dashboard and IDFA/Android Id values were present (in Branch Dashboard > Exports > Custom Exports, as I understand, this exports Quick Links only, but still IDFA are there), this proves we are collecting these IDs.
Branch > Ads > Fraud dashboard is empty.
Branch SDK versions are 0.32.0 iOS and 5.0.1 Android
Regardless, Facebook doesn't see app Installs at all.
guides used:
https://help.branch.io/using-branch/docs/facebook-app-install-ads
https://help.branch.io/using-branch/docs/facebook-faq-and-advanced-options
https://help.branch.io/developers-hub/docs/apple-app-store
https://help.branch.io/developers-hub/docs/google-play
https://blog.branch.io/troubleshooting-facebook-install-ad-discrepancies/
What did I miss?
Thanks!
A Branchster Here -
Briefly explaining that SAN partners like Google AdWords/ Facebook integration is different from conventional non-SAN partners, where we send conversion data to SAN partners and they will claim the install/ Events according to their conversion logic and respond to us via API. Branch then analyses the data from all the partners and attributes the same Install/ Event based on last touch attribution logic. You will see less data on Branch dashboard as we show only attributed data for a SAN partner than the respective SAN dashboard. Please note Branch numbers is more accurate as we show the data as per cross-channel attribution.
Here are some troubleshooting you can do-
Please match both the attribution windows.
Please make sure you have synced the timezone on both Branch and Facebook
Please make sure you have signed the Facebook MMP or attribution data won't come.
I'll keep this post updated with general troubleshooting.
Issue is resolved.
Recreating Ad campaigns with exactly same settings resolved the issue.
Unfortunately both Branch and Facebook support were not helpful. :(
I'm having trouble proactively sending messages. I have a bot successfully sent up and I hear all messages sent to me and can respond. I'm unable to get any event when the app is installed. I've been installing the app using the embedded code link that looks like https://teams.microsoft.com/l/chat/0/0?users=**:***************************. All I want is some event send to me on installation so I can then pull all user ids for the team that installed the app. I am trying to use the REST api since I am working in laravel.
The link you mentioned is the deep link that is used to navigate to your bot on click on the link where you can chat with it.
You can use the Manifest file to install the app.
You can use the app setup policy to install your bot to all the users in the organization :-Link.
or you can use Microsoft Graph API which is in beta version to install an all to the users:- Link
Once the bot is installed to the user, the Conversation Update event will be triggered, where you can capture and store the User's Teams Unique ID which you can use to send Proactive messages.
you can also refer to this Link.
Thanks.
I am developing a CMS using wordpress version 3.3.1. By default wordpress has user levels as contributors (who write a post but cannot publish or edit a post) and editors (who edit a post after it has been published but cannot write a new post).
For my system I would require a user to have the priviledges to
Write a new post which remains unpublished until the admin publishes it
Once it is publised the same user should be able to edit the post
Once edited the post should be saved as a new version and should remain unpublished till the admin publishes it.
When published, the old version should be replaced by the newer version.
Basically, my user level is a hybrid between the contributor and the editor. I have researched through a lot of plugins that wordpress offers but none would fulfil my need. Any help would be really appreciated.
Try the plug-in from Members Plug-in from Justin Tadlock. It has predefined roles, or you can set up your own levels. The plug-in has a big list of selectable options for configuring custom roles and is simple to use.