facebook-marketing-api

Instagram Store Data, The Marketing API, and Testing

我们两清 提交于 2020-01-25 07:06:10
问题 It looks like it's now possible to sell Products on Instagram (so long as the merchandiser is verified with Instagram to sell Products) entirely within the app without needing an external link (the checkout / order flow can happen all within the app). Product data can be set up by seeding this Facebook Product Catalog (using the API? or the Catalog Manager). Product data can also be updated through API calls (or on a schedule, the Catalog Manager appears to have an option for setting up a

Is there a way to send a conversion event to Facebook using their API?

不问归期 提交于 2020-01-07 07:08:11
问题 I'm working on a SaaS service. There are certain events that happen on the backend which I'd like to use as conversions for Facebook Ads . I figured out there's a way to send a custom event using the Facebook js-pixel . I can't use JS for the events I'd like to track. Maybe it's possible to use something like a good old-fashioned cURL ? Thanks! 回答1: Yes, there is the Offline Conversions API With Facebook's Offline Conversions API you can send your offline conversion events using an offline

What does it mean “error_subcode”: 33 in the facebook response error?

倾然丶 夕夏残阳落幕 提交于 2020-01-03 16:41:51
问题 Does anybody know what does it mean error_subcode : 33 in the facebook response error? I know it's related to a mission permission but I want to be 100% sure. We received the following error: {"error":{"message":"Unsupported get request. Object with ID 'XXXX' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api","type":"GraphMethodException","code":100,"error

Instagram dark posts, using api to read info and do operations

谁说我不能喝 提交于 2019-12-25 13:15:18
问题 my company is trying to make interactions with instagram dark posts(It is when you create an ad to target specific people, unpublished posts like facebook dark posts). I have searched nearly all of documentations and I am noting what I have found. There is Marketing api in facebook Marketing Api Link There is a link I have taken from a php scrapper "www.instagram.com/p/{short_code}/?__a=1" Option 2 is giving likes and comments but I think it is limited. There is another link with "/graphql

I can't fetch stats for all my facebook campaigns using Python and Facebook Marketing API

↘锁芯ラ 提交于 2019-12-25 02:56:30
问题 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 for some campaigns and not all of them. It returns only the campaign_name and its id for most of the campaigns. I'm having this doubt that it only returns the stats for active campaigns and not the inactive ones. Anyone knows how I can mention that I always want to fetch inactive/paused campaigns? Here

Facebook Marketing API PHP SDK - “Filtering field delivery_info is invalid”

删除回忆录丶 提交于 2019-12-24 19:28:16
问题 I'm attempting to make a PHP-application that generates Facebook ad reports for a company, using the Facebook PHP Ads SDK. I'm following the Marketing API QuickStart that essentially generates code for you. I have all access I need to reach the company's ad account ID. (I'm not showing the token- and ID-variables, unless absolutely necessary. If so, tell me) . require __DIR__ . '/vendor/autoload.php'; use FacebookAds\Object\AdAccount; use FacebookAds\Object\AdsInsights; use FacebookAds\Api;

How can I get more than 25 results from Facebook's insights api using Facebook-business-python-sdk?

三世轮回 提交于 2019-12-23 04:06:15
问题 I'm trying to get basic ad level data from Facebook's insights API using facebook-python-business-sdk with python 3.7. The problem is I'm only getting 25 results back, even in accounts that have more than 25 active ads. I'm using the get_insights method on each account, passing a 'level':'ad' param and filtering on a specific date. I've also checked whether I've reached facebook's limit (using the explanation provided here) and I'm not even close to the limit. The get_insights method doesn't

Facebook Graph audience insights queries

被刻印的时光 ゝ 提交于 2019-12-22 12:14:13
问题 I found some intriguing Facebook Graph API documentation here: https://developers.facebook.com/docs/graph-api/reference/audience-insights-query https://developers.facebook.com/docs/graph-api/reference/audience-insights-lifestyle/ https://developers.facebook.com/docs/graph-api/reference/audience-insights-lifestyles/ (plural) https://developers.facebook.com/docs/marketing-api/audience-insights-api/v2.8 I think the results of those queries will be really powerful and could help my business. But

Get comments from facebook ads (marketing)

我与影子孤独终老i 提交于 2019-12-20 03:30:08
问题 After I make an ads for my post on facebook ads manager. Facebook Ads Manager show me how many comment belong to this ads. This is very important for me to verify the effective of my campaign. In programing aspect: Is there's any way to count number belong to my ads like Facebook Ads Manager (I describe above). I have used both Java Facebook Ads SDK (Ads Insight module from https://github.com/facebook/facebook-java-ads-sdk) and Graph Explorer Tool, they both return "comment" field or "like"

Facebook Marketing API - Python to get Insights - User Request Limit Reached

≡放荡痞女 提交于 2019-12-17 19:24:56
问题 So I am trying my best to navigate my way through the Facebook API. I need to crate a script that will download my business' campaign information daily as a csv file so I can use another script to upload the information to our database easily. I finally have code that works to print the information to the log, but I am reaching the user request limit because I have to call get_insights() for every single campaign individually. I am wondering if anyone knows how to help me make it so I don't