How to fetch marketplace insights using api for facebook? - facebook

I want to get insights from the Facebook marketplace via their API. I can see that there is a way to do it manually where a user can view the insights of individual listings or of all of listings at once.
Refer docs: https://www.facebook.com/help/265775098821464/?helpref=uf_share
To solve this, I referred to the insights api but these are used to access the marketing data.
Docs : https://developers.facebook.com/docs/marketing-api/insights/
Is there a way to do this via their api?

Related

Facebook Graph & Marketing APIs - Postman collection available?

Is there any Postman collection available for Facebook Graph API and its "children"? (Marketing API and friends.)
I'd definitely ask somewhere on their SDKs Github page, but all of them don't allow to post any "Issues". Also, I've been surfing the web for a while on this.
A great example of what I'm after is WhatsApp's Business API Postman collection, it's publicly available here -> https://developers.facebook.com/docs/whatsapp/guides/postman/
What you are looking for is not available at this time.
Our docs are the source of truth for all API's
https://developers.facebook.com/docs/

How to get the list of events of specific facebook page

i am trying to get the list of all event that the specific page has on the Facebook, but i couldn't find this in their Graph API. there are several forums and stack posts but they couldn't help me. is there any other way or specific API for getting this information ?
thanks
https://developers.facebook.com/docs/graph-api/reference/event/
Access to Events on Users and Pages is only available to Facebook Marketing Partners.

Facebook marketing api insights can be used in graph api explorer

How do you see the Facebook marketing api insights in graph api explorer? Could I explain?
Can you get the output as you see in this link? Marketing Api Sample
I had a answer,I will expalin here
The Following Links are very usefull For this question
https://developers.facebook.com/docs/marketing-api/insights-api
https://developers.facebook.com/docs/marketing-api/insights/fields/v2.10
https://developers.facebook.com/docs/marketing-api/reference/ad-keyword-stats
https://developers.facebook.com/docs/marketing-api/insights/v2.10
https://developers.facebook.com/docs/marketing-api/insights/fields/v2.10
https://developers.facebook.com/docs/marketing-api/tracking-specs/v2.10
https://developers.facebook.com/docs/marketing-api/insights/parameters/v2.10
FB is not defined javascript
Go to
https://developer.facebook.com and Create App and Left side nav bar to create marketing api and manage this are above tools. Any doubts comments here..
base url can be like this
https://graph.facebook.com/v3.2/me/adaccounts?fields=ads,campaigns,adsets
you can expand any fields with subfields
if you want insights of ads you can replace ads with
ads{insights{reach,impressions,frequency, unique_clicks, actions, spend, cpc}}
and so on....

get via fql or graph api the facebook insights for traffic from notifications

I would like to automatically download the facebook insights related to traffic coming from notifications (to be specific just app notifications, not users).
Obviousley i can see the data from the Insights Dashboard (under Insights -> Traffic -> Notifications). I can also export the CSV from there.
But i need to access those data autoamtically, using FQL or the graph api.
It does not seem to be possible from i can see in the documentation: https://developers.facebook.com/docs/reference/api/insights/
Did anyone manage to access those data not from the Insights Dashboard?
Thanks

Accessing Facebook Likes and Interests with the old rest api

In their recent changes, Facebook now links your likes and interests with community and fan pages. How can I retrieve this information using the old rest API and Facebooker. I tried things like this to get the music preferences :
facebook_session.user.music
but I get a blank string instead of the relevant connections. Is it mandatory to use the new Graph API in order to make this work?
I believe this data can only be accessed via the Graph API.