facebook-ads-api Questions
4
I want to get the load limit of my facebook ads app. I am using the facebook ads python library. According to the docs, the HTTP response contains a X-FB-Ads-Insights-Throttle header. How can I acc...
Shows asked 3/10, 2016 at 15:25
1
Solved
This is my first time posting the question so please feel to provide feedback to improve the question.
Facebook webhook mentions that the endpoint should be first verified before the webhook endpoi...
Id asked 5/7, 2022 at 5:26
0
We have a platform that offers the possibility to our clients to create and push custom audiences to facebook. We use the replace endpoint to replace existing user from the audiences.
The audiences...
Anethole asked 18/3, 2022 at 8:52
1
Solved
I'm trying to list all of my draft campaigns using the Facebook marketing API. By default, it seems, only non-draft (published?) campaigns are listed when calling
curl -i -X GET \
"https://gr...
Interpreter asked 21/11, 2021 at 20:23
3
Solved
I am using facebook-python-ads-sdk to make async calls for FB insights API as described.
params = {
"time_increment": 1,
"level": "ad",
"date_preset": &qu...
Tilney asked 14/8, 2017 at 13:41
3
Solved
I'm investigating usage of CPA ad types in our application and was reading about pixels for tracking conversions. It states that there are JS/HTML pixels available, but I'm wondering if there is a ...
Chair asked 13/9, 2013 at 11:23
2
i am using Facebook audience network I've created an Android app and integrated native and interstitial ads ... Now the problem is that placement status is on requesting ads for both native and int...
Robeson asked 19/8, 2018 at 11:19
2
With new facebook ads API. How do I find all the ad account ID's associated with a user?
I see all the documentation about how to get details about an Account (given id). But I can not find how t...
Riyadh asked 6/4, 2015 at 7:40
8
Solved
Added facebook pixel like they showed here
here
Now getting an error:
fbevents.js:9 Facebook Pixel Error: Duplicate Pixel ID: some-pixel-id
Cannot understand what causes this error. Even when I ru...
Walkabout asked 30/3, 2016 at 15:29
2
Solved
I have absolutelly the same question as dan here - Facebook conversion pixel with "server to server" option . There was written, that there was no way, but it was 2013, so I hope somethin...
Sis asked 11/5, 2017 at 21:29
0
I trying to build my develop environment to test the facebook marketing api.
I have created campaigns and adset and ads as drafts and when
I Try to get it as draft I'am using this endpoint
act_...
Kablesh asked 8/4, 2020 at 20:10
6
Solved
I have an Android version of my app and integrated FAN into my Application.
It worked for some months but now it's displaying "NO FILL"
Error Domain=com.facebook.ads.sdk Code=**1001 "No fill"**
...
Fretwell asked 1/11, 2017 at 12:46
1
Solved
I'm just trying to manage fail scenarios of ads in my app. So, after onError triggered due to some reason(e.g no network) I just called loadAd method of NativeBannerAd like below. But app crashed w...
Selfeffacing asked 26/1, 2020 at 1:43
1
I am integrated facebook deferred deep linking for ads, For new installs App Link Data is always null
Manifest file changes done.
<activity
android:name="com.disha.quickride.androidapp.start...
Mercymerdith asked 30/10, 2018 at 16:29
6
I have a problem with Facebook Deferred Deep Linking on iOS. DEEP LINKING WORKS, BUT DEFERRED DEEP LINKING DOESN'T WORK. I have read a lot about this problem and still cannot find the solution.
I ...
Woodborer asked 3/5, 2017 at 9:49
3
I've been crawling through the documentation and found out that it IS possible to achieve a "Boost Post" functionality through the Facebook Ad APIs. However, I have had some trouble finding what ex...
Cordelier asked 13/7, 2015 at 23:30
4
Solved
I'm integrating Facebook Ads in my app following their official documentation. But when I run my app I get the following exception
java.lang.IllegalStateException: You can't call show() for ad in ...
Vehement asked 22/10, 2018 at 12:57
2
Solved
I apologise in advance if this question has been asked elsewhere or if it's a stupid question, but I'm desperate!
My goal
Create a POC which connects to a facebook sandbox ad account and tests wh...
Javierjavler asked 4/12, 2018 at 10:28
1
According to Instagram (GRAPH) documentation, it's straight forward to get the insights of a post or media object (even story).
Unlike the Facebook insights of a post, Instagram (GRAPH) does not p...
Pevzner asked 4/3, 2019 at 13:25
2
Solved
I wrote this script that returns a list of ads with their stats but apprently I'm getting only insights for active ads and not paused ones - For paused ones, I'm just getting the campaign name and ...
Rabe asked 2/4, 2019 at 11:25
0
I'm trying to retrieve the following metrics: date, campaign_name, impressions, clicks & spend, of all the campaigns in my facebook account but apparently the script I wrote returns only stats ...
Fogged asked 2/4, 2019 at 8:4
2
Solved
I'm trying to get Facebook Codeless Event to work, but I can't seem to connect my app to Events Manager.
Followed instruction from this article: https://developers.facebook.com/docs/app-events/cod...
Smegma asked 4/2, 2019 at 21:56
2
I'm creating a dashboard for myself that helps me keep track of the Facebook ads I'm running.
What I've not been able to figure out is:
How can I retrieve an array of ad IDs for all ads that are ...
Crigger asked 5/4, 2017 at 17:2
2
Solved
Getting other details is easy, but there doesn't seem to be any API accessible way to get a list of users (or even approximate users) for the audience. You can add them, and delete them (?!) but no...
Pteridology asked 7/5, 2013 at 19:13
2
Solved
I'm trying to get the ad spend and mobile app installs for my app using the Facebook Graph API v2.11 for marketing. In the Graph API Explorer, when I try
/act_<my account>/campaigns?fields=i...
Gandhi asked 27/11, 2017 at 10:24
1 Next >
© 2022 - 2024 — McMap. All rights reserved.