Connecting Subscriptions and Start Trials on Branch.io with Facebook Ad Partner - branch.io

I'm trying to configure Facebook as an Ad Partner to import data such as subscriptions and start trials, but it seems like Branch.io only allow to map event such as Install and Opens.
Is there a way to import subscription data to Branch.io? I'm using RevenueCat for the subscriptions, but importing all the data on Facebook Ads as well.

You would need to make sure that the events are properly configured and getting ingested on your Branch dashboard.
Once we start ingesting the data and the numbers are populated, you would need to go to the Ads>Partner Management>Facebook > Event Config tab>Add event mapping and the event would show up on the 'Your event name' dropdown.
Post the above, you can map the same with your FB event of choice.
Please follow the documentation below to understand on how to record an event on the Branch dashboard : https://help.branch.io/developers-hub/docs/tracking-commerce-content-lifecycle-and-custom-events

Related

Possibility to remove or change the Teams Notification when you request a Team via graph api

When you request a Team using graph api,you will get a notification (from Service Account )that you where added to this newly created Team.
It will make user confused.
Just wonder if there is a easy way to hide this notification or change it?
Currently you cannot edit the Teams Notification when you request a Team via graph api. You can edit the Teams notification when you send some messages to channel, By using the summary field. Pleases check the summary field property for chat-Message. Please Raise a [User Voice]https://microsoftteams.uservoice.com/forums/555103-public-preview/category/182881-developer-platform) to edit the Teams Notification when you request a Team via graph api.

Google UAC - Branch.io Queries

As you know that in the Google UAC there is linkless campaign. Then how can we use Branch Attribution? I mean my major agenga here is to get a postback to our database on which campaign is resulting in which sorts of user. Please help me here
Google UAC are definitely linkless campaigns but Branch offers a seamless integration here in order to help you track and attribute to monitor your marketing channels.
You would need to connect your Branch dashboard to your admin google adwords account with the respective link ids created for the app to be tracked.
You have to import the events to Google Adwords conversions, and align the attribution windows and timezone as per your Branch dashboard.
Post integration and setup, Branch will automatically track and attribute events to Google Adwords as per last touch attribution logic. You will be able to see campaign level data as well on dashboard.
Requesting you to refer to our documentation for a better understanding on the same : https://docs.branch.io/deep-linked-ads/google-ads-setup/#overview

Salesforce Analytics API runningUser

I want to be able to retrieve my dashboard resource through analytics api but setting the query parameter runningUser as another user id, that way get different result depending on the user running the dashboard. From salesforce documentation analytics api dashboard results resource looks like it should work but it doesn't, each time I make a request the dashboard is ran by the user set from the force.com platform UI without respecting the query param.
Endpoint: /vXX.X/analytics/dashboards/dashboardID?runningUser=runningUserID&filter1=filter1ID&filter2=filter2ID&filter3=filter3ID
Did someone face the same issue? maybe I am missing something.
Preview config from the dashboard edit page, mark the following checkboxes : 'The dashboard viewer' and 'Let dashboard viewers choose whom they view the dashboard as' that way the query parameter 'runningUser' will take effect when running dashboards.

Hiding push events from dashboard

I'm trying to setup access to a project in GitLab for a client. However, I only want them to be able to access the issues section i.e. to be able to see tickets and create new ones. This I believe is achievable by adding them as a Guest to the project. However, when I login with the user's account, they can still see all the push events on the dashboard. Is there any way to hide the commit messages or this entire widget?

Posting on game activity feed

Is there any way to post on a user's activity feed for an iOS game? There seems to be no API for this but there is a permission
user_games_activity
on https://developers.facebook.com/docs/authentication/permissions/#open_graph_perms
I have noticed that there are activity feeds for Facebook games itself, but I haven't come across an activity feed regarding an iOS app.
Any help would be appreciated, thanks!
You can post user actions/achivements from iOS by taking publish_actions extended permission, but you need backend server support. You need a public url with open graph tags for each object/achievement.
Publish actions
Allows your app to publish to the Open Graph using Built-in Actions,
Achievements, Scores, or Custom Actions. Your app can also publish
other activity which is detailed in the Publishing Permissions doc.
Note: The user-prompt for this permission will be displayed in the
first screen of the Enhanced Auth Dialog and cannot be revoked as part
of the authentication flow. However, a user can later revoke this
permission in their Account Settings. If you want to be notified if
this happens, you should subscribe to the permissions object within
the Realtime API.
If you want to post achivements, here is basic info. For more info see the below link.
The Graph API for achievements allows game developers to publish user
achievements in their game to provide more meaningful and relevant
stories.
Note: This API is only available to applications categorized as
'Games'. You can categorize your app as 'Games' in the Developer app
by navigating to About > Basic Info and selecting 'Games` in the drop
down menu in the category field.
FYI: https://developers.facebook.com/docs/achievements/
FYI: Improving app distrubution