Questions tagged [facebook-custom-audience]

13 questions
2
votes
2 answers

Facebook ads API // passing fbp parameters to build the target Custom Audiences

I want to make retargeting audiences in facebook Facebook writes in its documentation that i need to hash and send the emails and phone numbers. link Also Facebook has its fbp identifier (which means browser id), that we keep collecting. link So can…
Besp
  • 39
  • 4
1
vote
0 answers

For ad retargeting, how does Facebook match people who visit your website using a mobile browser with people who have Facebook accounts?

Consider the following specific scenario: - You have installed Facebook Pixel javascript code on your website. You have created a "website custom audience" in the Facebook Ads Manager so that you can show your ads on Facebook only to those people…
1
vote
0 answers

Getting empty object when sharing lookalike audience with adaccount - Facebook API

Making a POST request to share Custom Facebook Audience POST {custom_audience_id}/adaccounts?adaccounts=[]&relationship_type=[] returns the object as per the official documentation here { success: bool, …
1
vote
1 answer

Google Custom Audience/Similar Audience API

How can a CRM data be sent to Google Ads via API as a custom audience just like Facebook Custom Audience? Is there any sample APIs that I can refer to build one. What i see so far is below on google Ads,…
1
vote
0 answers

Facebook throwing strange error when attempting to create custom audience with sandbox ad account

My team has had a FB marketing/business account for 2 years now, and we opened our sandbox account around that time. However, when I run my script to create an audience for the sandbox account, I receive this error: status: 400, response: { …
1
vote
1 answer

Facebook CustomAudience - Policy ID is not available for Ad Account

I have problem with getting more information about Custom Audience. I'm setting the id that I have from first request but I need more information. I use java code: APINodeList customAudiences =…
1
vote
1 answer

Facebook Audience API - Targeting Audiences using Shapefiles

I know it's possible to target ads geographically based on zip codes and/or the radius around a given coordinate. Is it somehow possible to target ads geographically based on a shapefile (census Canada for example) or do we have to essentially…
0
votes
0 answers

Facebook Marketing API says I will have to wait a few weeks. Any way to workaround this?

error: { message: '(#2654) Customer list audiences are not available: Ad accounts owned by businesses that are new to Facebook Products can create customer file Custom Audiences after several weeks of following our policies.', type:…
0
votes
0 answers

Facebook Custom Audience Estimated Reach

I have 50-60 custom audiences loaded into my facebook developer account. Is there a way I can get the size of each custom audience and estimated reach from python API?
0
votes
1 answer

Facebook Marketing API - lookalike audience creation - Can't create a duplicate lookalike

I'm making lookalike custom audiences via the Facebook API but I keep getting this error message when I try to make a second audience from the same seed: "(#2654) Can't create a duplicate lookalike: You've already created a Lookalike Audience with…
0
votes
0 answers

Why my custom audience size is always below 1000?

$audience->setData(array( CustomAudienceFields::NAME =>$audiname, CustomAudienceFields::SUBTYPE =>$stype, CustomAudienceFields::DESCRIPTION =>$description, CustomAudienceFields::PREFILL =>…
0
votes
1 answer

Using facebook external_id with pixel and custom audience

I am wanting to link visitors who have visited my website and then have performed an offline task up within a facebook audience. I have set up facebook pixel to push a external_id when a user visits my site based on the users user_id e.g…
0
votes
1 answer

Facebook - Custom audience deleting users issues

I could successfully able to push users into custom audience in facebook in this endpoint - https://graph.facebook.com/v5.0/audienceid_goes_here/users Now I need to delete the user from the custom audience. I tried with the same endpoint but am…