Questions tagged [facebook-ads-api]

The Facebook Ads API (aka Marketing API) is used by application developers to create, manage and measure ad campaigns that run on Facebook.

The Facebook Marketing API (previously referred to as Ads API) is an interface into Facebook to create ads, manage campaigns, and measure the performance of a campaign. The Facebook Marketing API has various levels of access, some of which may require an application and review process. See Facebook's Marketing APIs access documentation for more details.

The Facebook Marketing API is a subset of the Facebook Graph API where requests and responses are sent over HTTP and the responses are usually returned as JSON.

The Facebook hosted documentation is available here: Facebook Marketing API Documentation

867 questions
0
votes
1 answer

Creating a new creative

I'm struggling to create a new creative. The URL that I'm posting…
Jesse Pollak
  • 1,600
  • 1
  • 15
  • 20
-1
votes
1 answer

Is it possible to grab info about ads shown to user?

Is it possible to grab ads which are shown to user? Not the ones he created. Using Ads API? For example if I know the Creative ID (e.g. 6003457682739) can I get info about it? I've tried to use this…
-1
votes
2 answers

Upload Base64 image as post on facebook using GraphAPI

I want to upload base64 image (jpg,png) on facebook using facebook developers graph API's in angular 6 'https://graph.facebook.com/me/photos' this api end I am using with passing formdata. I am referring…
-1
votes
1 answer

FB Ads Insights API : get the access token using credentials

I am new to FB's API I need to use FB Ads Insights API to pull the stats and store in DB. This is my customer's requirement. Now, I have a Developer account and access to my customer's username and pwd, how can I use their credentials and get the…
-1
votes
1 answer

Searching facebook graph api by date range not working....why?

When I perform the following form query on Facebook Graph API Explorer, the date range seems to be being ignored. No matter what range I used it brings back the same results. Can date range searches only be used on specific kinds of queries, or is…
-1
votes
1 answer

Facebook creating ad-sets api not working when adding params as post body(v2.12)

I met similar issue several times. Below is success call var createAdset_params = { method: "post" } var url = "https://graph.facebook.com/v2.12/act_"+req.body.ADACCOUNT_ID+"/adsets?access_token="+req.body.access_token + …
artgb
  • 3,177
  • 6
  • 19
  • 36
-1
votes
1 answer

Error in creating videos with CTA button using Ads API

I'm using Facebook Ads API to create unpublished page posts. I have a problem when I try to publish those page posts which are videos with call-to-action button. I create unpublished page posts successfully and then I publish the unpublished posts…
Moh90
  • 1
  • 1
-1
votes
2 answers

FB Marketing API V2.7 deprecation

When exactly is the FB marketing API deprecation? On FB's developer site they say it's till April. This is the first version in which they don't mention the accurate date - but a month's scope. Is it deprecated on the 1st of April? at the end of…
-1
votes
1 answer

Java Facebook Marketing API App

I am using java-ads-sdk to connect to Marketing API on Facebook and all is working good. Problem is I have several accounts from which I need to read insights, so I was registering APP ID on all accounts and getting tokens from all of them. Is…
-1
votes
1 answer

Unlimited access to posts through API for Facebook/Google+/Instagram

For Facebook, Instagram, or GOogle+, is there a program we can participate in that lets us access all public posts through an API on these social media platforms? The public search puts a limit on how many posts we can retrieve so is there one that…
-1
votes
1 answer

NullPointerException on Facebook Native Ads layout with RecyclerAdapter

I'm receiving the following NullPointerException when integrating Facebook Native Ads into my RecyclerAdapter. I have a feeling it has to do with the layout.xml. java.lang.NullPointerException: Attempt to invoke virtual method 'void…
Martin Erlic
  • 5,467
  • 22
  • 81
  • 153
-1
votes
1 answer

Facebook Custom Audiences approximate_count value is too low

I finished uploading users into audiences and everything went smoothly, no error received. I checked the audiences and approximate_count shows only a small fraction of the number of uploaded users. How is it possible? How is this number…
-1
votes
1 answer

Facebook Ads v2.1: Graph Explorer - Ads Manager UI "Campaign Group" edge discrepancy

if I navigate to the Campaign Group stats edge https://developers.facebook.com/tools/explorer/539923059395125/?method=GET&path=6008937476954%2Fstats%2F1409544000%2F1409630400%3Ffields%3Dspent%2Cid%2Ccampaign_group_id%2Cclicks&version=v2.1 (or…
sming
  • 801
  • 2
  • 12
  • 25
-1
votes
1 answer

FB user with 2 ad accounts, but the AdUser can't see it

I'm using Ads Api with this call in order to get the ad accounts: me/?fields=adaccounts I see one account with this result: {"adaccounts": {"data": [{"account_id": "1234567", "id": "act_1234567"}], "paging": {"cursors": {"after":…
Tal Yaari
  • 463
  • 6
  • 15
-1
votes
1 answer

Need to be whitelisted on FB for Ads API even if my app is not public (is in development mode)?

I have a testing app and its in development mode and not available to the public. I just need to test the Ads API on Graph explorer. Should my IP needs to be whitelisted? I red more post for making whitelist using following…
msmohan
  • 27
  • 9
1 2 3
57
58