Facebook Ads Creative Hub Reports - facebook

Is there a way to pull information from the creative hub? Specifically, the name of a mockup and its id. We use mockups extensively, but I haven't found a good way to integrate with some current API reporting setups.

Related

Instagram API Usage

I'm currently working on a project where I'm "tracking" down public instagram users' statics.
But I'm encountering an issue, I'm able to get my own profile but not other's profile, even if their profile is public.
On my Facebook developer's app I don't have the authorizations to use their API (basic / graph profile), but to fill the form I need to show to Facebook how I'm using it on my website, but everything is currently backend, and I can't work on a frontend page if I can't test my api on other profile.
What am I supposed to do ?
PS: I don't mind the language, if it's functional I will adapt it to my system's language.
Best regards :)
I don't think you will get API approval for such purpose (but who knows..) so your best bet might be unofficial API wrappers from github.

Google analytics, adwords, facebook data on my server

I've got client who has several different websites, each website having Google analytics account.
Our marketing department is also running Google Adwords/Facebook/Instagram ads for each of those websites.
I want data/leads from Google and Facebook on my local server. I also want real-time data that should automatically update from Google & Facebook with fixed time interval.
I've been Googling and experimenting with the Analytics API docs, but no luck.
Any one please help me to find better solution.
#This question is not for this website but I didn't find any other option.
Thank you.
There are several services that your are looking for. Use this info like a getting started. Every service has his own simplicities and complexities.
Adwords
Use Campaign Performance Report to download your campaign's metrics. See examples in PHP, Java, Python, etc.
Analytics
Use RealTime API to get real time data. See examples
Use Core Reporting API to get general data. See examples
There is a very useful tool: Query Explorer to see Analytics API working
Facebook / Instagram
Use Ads Insights API to download your campaigns's metrics. See examples

Does the "new" Facebook Marketplace have a listing API?

Facebook recently launched a slightly better, and certainly more prominent, Marketplace to sell goods locally. Is there an API for adding listings or does anyone know if there will be an API?
I doubt they will have an API for the Marketplace as it is designed as a person to person local marketplace, rather than a business to person marketplace. However, it would not be hard to build your own bot to post ads using something like nightmare.js. I looked into this a few months back and it took me about 2 hours to create a minimal bot that could post a basic ad. Could share the code with you if you want.
If you're not familiar with Javascript/Node.js, you could build it using any web scraper but Nightmare.js makes it really easy.
Update : You can now request your business to get listed on facebook marketplace.
Documentation : https://developers.facebook.com/docs/pages/shops-api.
Form for Application : https://www.facebook.com/shops-api-alpha/.
Please note, this is a limited alpha so only select partners will be eligible for access to the API.
Yes they do and it’s called the Commerce Platform.
https://developers.facebook.com/docs/commerce-platform
Just click on that link to see they have an on boarding process that ultimately leads to listing items on Facebook marketplace.
More specifically, you will want to use the Catalog Batch API to add products via API calls.

Facebook Lead Ads - Lead Sync to Salesforce

How to sync the leads created through Facebook Leads Ads to Salesforce. There is a new release here but nothing much is explained. Does it require Marketing API to be used to sync the leads in real time? I would like know how to achieve this?
If you are looking to sync leads from Facebook to Salesforce Sales Cloud, you definitely need to work with the FB Marketing API. >https://developers.facebook.com/docs/marketing-api/guides/lead-ads/v2.5#setting-up-realtime-updates
To my knowledge, there is a seamless integration with the Salesforce Marketing Cloud.

Is there a way to know when the Facebook Developers publish changes to the Facebook API?

An application I support was broken today by what I believe was an undocumented change to the API.
How do developers of sites that rely on Facebook monitor the API for changes?
I am aware of the Developer blog and I'm sure there are other "non automated" ways, but I'm specifically interested in any automated services available to health check the parts of the API that are critical to my app.
I'm also aware of the "platform status" page, http://developers.facebook.com/live_status but this is just a basic "is Facebook alive" check.
Any ideas or experience to share?
Should I set up a series of automated test cases with a tool like Watin or Selenium?
Watin or Selenium
Or is there a specific Facebook tool / RSS feed available?
Also: does anyone know if the Facebook team publishes a public schedule or timetable of release notes when a build or API change set goes "live", that could be used to trigger an automated test? Anyone doing this successfully willing to share?
There is no automated release notes or definite changelog, but there is an RSS feed showing the date of the most recent push to production: https://www.facebook.com/feeds/api_status.php
The push item contains the date and time that Facebook's code was last pushed