facebook-ads-api

Upload email list to Facebook via API

↘锁芯ラ 提交于 2021-02-17 06:22:06
问题 I need to send or create the list of user emails to our business facebook account as an audience list ,so that we can use it for our marketing purposes(I'm using Python 3.8). Below is the code which i got from Google, But when i searched i found that we cannot directly pass the emails to Facebook via API. Do you have any suggestions on how to achieve it ? Also "can i pass email ID's to this list "fields = [] in the below code ? AND what does the "ID" means ? from facebook_business.adobjects

How facebook measure app installs - Android/IOS

陌路散爱 提交于 2021-02-07 11:38:17
问题 Facebook ads has a feature that it can knows how many apps are installed from advertising in facebook https://developers.facebook.com/docs/ads-for-apps/mobile-app-ads#advanced I know google provide referrer/campaign feature to detect which campaigns, websites, and other apps are referring users to Google Play Store to download my app https://developers.google.com/analytics/devguides/collection/android/v4/campaigns#overview . But when I see facebook sdk(android) source code, it doesn't use

How to further filter Facebook Graph API query on Graph API Explorer for my ad account?

戏子无情 提交于 2021-02-07 08:19:40
问题 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=insights{actions,spend}&time_range={'since':'2017-07-07','until':'2017-12-12'} In the output, under "insights", I get an object of this type: "data": [ { "actions": [ { "action_type": "comment", "value": "3" }, { "action_type": "like", "value": "33" }, { "action_type": "link_click", "value": "1531" }, {

How do facebook ads spy tools scrape the data?

一个人想着一个人 提交于 2020-12-06 07:10:22
问题 How do these websites like BigSpy get the latest ads from Facebook? Do you need to scrape all the pages on FB to a database and then use Puppeteer or Selenium to click through the Facebook page UI and look at the ads? Or is it somehow done through Facebook Ad library? Could someone share the process by which one could code it up themselves? Thanks. Example website: https://bigspy.com/adspy/facebook/ 回答1: You can do with scraping tools puppeteer with searching special items on facebook or

How do facebook ads spy tools scrape the data?

ぃ、小莉子 提交于 2020-12-06 07:10:12
问题 How do these websites like BigSpy get the latest ads from Facebook? Do you need to scrape all the pages on FB to a database and then use Puppeteer or Selenium to click through the Facebook page UI and look at the ads? Or is it somehow done through Facebook Ad library? Could someone share the process by which one could code it up themselves? Thanks. Example website: https://bigspy.com/adspy/facebook/ 回答1: You can do with scraping tools puppeteer with searching special items on facebook or

Creating a Facebook Ad Account Sandbox account and unlocking ads_read - (AKA: Getting through the getting started tutorial from facebook)

时光怂恿深爱的人放手 提交于 2020-06-08 07:41:03
问题 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 what features are exposed in the API, such as uploading new video ads or creating ad campaigns. The problem I am following facebooks own getting started example for connecting with nodejs: https://developers.facebook.com/docs/business-sdk/getting-started/#js When i try to read from the AdAccount i get

Facebook Marketing API sandbox mode

孤人 提交于 2020-05-27 16:36:15
问题 I'm trying to create adverts on the Facebook using marketing (ads) API, but after some rejected requests my account has been blocked. So, I tried to find out ways to testing my API requests via sandbox mode. Could you give me some tips about best practices of the creating adverts, campaigns and adsets on using facebook marketing (ads) API with sandbox accounts 回答1: Enable Account from FB Dev->Marketing API->Tools->Sandbox Ad Account Management . Get Access Token from here. Go to Graph API

Facebook Marketing API sandbox mode

爱⌒轻易说出口 提交于 2020-05-27 16:33:56
问题 I'm trying to create adverts on the Facebook using marketing (ads) API, but after some rejected requests my account has been blocked. So, I tried to find out ways to testing my API requests via sandbox mode. Could you give me some tips about best practices of the creating adverts, campaigns and adsets on using facebook marketing (ads) API with sandbox accounts 回答1: Enable Account from FB Dev->Marketing API->Tools->Sandbox Ad Account Management . Get Access Token from here. Go to Graph API

Facebook Marketing API sandbox mode

自古美人都是妖i 提交于 2020-05-27 16:32:53
问题 I'm trying to create adverts on the Facebook using marketing (ads) API, but after some rejected requests my account has been blocked. So, I tried to find out ways to testing my API requests via sandbox mode. Could you give me some tips about best practices of the creating adverts, campaigns and adsets on using facebook marketing (ads) API with sandbox accounts 回答1: Enable Account from FB Dev->Marketing API->Tools->Sandbox Ad Account Management . Get Access Token from here. Go to Graph API

Facebook Marketing API sandbox mode

北慕城南 提交于 2020-05-27 16:32:35
问题 I'm trying to create adverts on the Facebook using marketing (ads) API, but after some rejected requests my account has been blocked. So, I tried to find out ways to testing my API requests via sandbox mode. Could you give me some tips about best practices of the creating adverts, campaigns and adsets on using facebook marketing (ads) API with sandbox accounts 回答1: Enable Account from FB Dev->Marketing API->Tools->Sandbox Ad Account Management . Get Access Token from here. Go to Graph API