Facebook Aggregation Issue - facebook

I created a facebook timeline application with 4 actions and 2 Object types.
After that, i created an aggregation, to show my data in that timeline branded box (like Forsquare), that should display the sum of one action.
So for example i have scored 3 goals so far and one i score another one, it should display 4 goals (where the action is Score Goal and the object is Goal).
The problem is that the box is not appearing in my timeline although if i go to the activity tab, i can see that the action was made( Eg: User scored a goal).
Another issue i have is how can i display multiple aggregations (goals, shots) in the same timeline box (goal and shot are different objects)?
I'm using Facebook's JS Api.

Related

How do I showcase a query that showcases the user stories under a given feature on my ADO Dashboard

I keep getting the erorr that it is a hiearchal query and it isn't possible to create it as a widget on the ADO Dashboard.
I tried manually adding each one but I realized for some other features there's around 70 user stories which in the long run isn't efficient at all.
I want to create a query that I am able to showcase the user stories under a given feature and be able to put it on my dashboard without having issues. Thank you!
To get user stories under a given feature and display the results on the dashboard, you can refer to the following method.
Create a shared query as shown below. Parent is the work item id of your feature.
Add a widget named Query results to your dashboard. Select the query created from the first step at the Query box.
Then you can see related user stories in the widget.

Real-time feed Reactions - getstream-io

I am implementing a facebook/linked-in like feed using getstream.io. Feed Structure is as below:
I have two feed groups;
1. user (flat feed)
2. timeline (flat feed)
Every user has an own user feed(user:userId) and a timeline feed(timeline:userId).
timeline:userId follows user:userId
When a user put a post to user:userId then corresponding followers get real-time updates to their timeline:userId feeds. That part is working properly.
But when a user put an reaction(i.e. like) to a post, other users(those who has same post on their timeline) not getting any real-time update about that reaction.
So how can I achieve this using getstream.io ?
This is a missing feature and it is being implemented at the moment.
Right now, while adding the reaction, you can add targetFeeds property which will create an activity on other listed feeds that references the reaction being created. It will trigger a real-time update since an activity is added on some feeds. On the client side, you can process this update and ignore the special activity if you want.

Facebook Custom Conversion: How to set a conversion event equal to number of pages viewed?

How do you create a custom conversion event for user engagement such that a "success" equals a user who has viewed more than a specific number of pageviews?
For example, the custom conversion event should be triggered when a user views any 20 or more pages, but not a specific page or pages.
This conversion event is described in this article (https://www.facebook.com/business/success/topix) but there appears to be no option in the actual custom conversion setup to achieve this. It's clear how to set up an event for users who view one pageview or a specific page, but not for a "number of pages viewed" goal.
Thanks!
You can keep track of number of pages via cookie and trigger specific event when count reaches 20 or your desired number.

Open Graph Aggregation not previewing or posting

We have created a application that has a few open graph actions available for it.
One of our actions have been approved,the action posts perfectly and aggregating on the user timeline is great as well.
Our 2nd action has been approved and the action posts perfectly, but the aggregation is no where to be found.
The confusion comes in because we have a staging/sandbox app that we use to test out features before releasing them, and the EXACT same settings in the OpenGraph app setting panel, produce the desired results on the staging/sandbox app but do not work for the production version.
Seeing as the aggregation settings page was identical we checked the sample data popup.
The sandbox app correctly previews the aggregation,
while the production app show the default image that displays before you put any sample actions/objects in.
The aggregation is using a filter but I have double checked that the filter is correct. I have also removed the filter to see if I had somehow made a mistake.
Also, this is not a problem with the publishing of the action, as the action is still appearing on the newsfeed, timeline and other areas where we'd assume to see it.
Has anyone had this problem before?

Facebook actions like spotify?

I'm trying to understand actions and objects on facebook and im completely blown away by how spotify publishes actions with that format. How the heck do you customize the layout of a user's action like that?
As far as im concern, with facebook's lovely documentation, all you can do is publish actions on a single line : (user A) -- (action) -- on -- (object) followed by a title and description.
How do you design html/css layout of a user's actions? Link? Attachment? I'm guessing you have to do some sort of "magic" on the description? Thanks!
Facebook's open Graph Tutorial does a decent job of explaining this but with the various options you have to scroll for a while to make it to the grouping part. In short, the individual actions you're familiar with combine together via "aggregations" which can be set to show a number of formats from lists to grids.
To set one of these up you must configure your Actions and Objects via the open graph settings first and then manually create an aggregation and a few defaults to fill in for preview purposes.
This will show up when a user authenticates your app for open graph and becomes customized to them as they start actually using said actions.
Now as for the play button option, that's something I assume is unique to their integration.
Documents at https://developers.facebook.com/docs/beta/opengraph/tutorial/