Questions tagged [facebook-custom-audience]

17 questions
3
votes
0 answers

Facebook custom audiences error: "There was a problem replacing your customer list Custom Audience. Try again later." - Marketing API

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 synchronisation works up to a point, after which…
3
votes
1 answer

Facebook custom audience PHP users replace

I'm trying to sync a custom audience with the php fb sdk. My script looks like this: foreach ($users->pluck('email') as $email) { $hashed[] = [hash('sha256', $email)]; } try { (new CustomAudience('custom-audience-id')) …
Jamie
  • 10,302
  • 32
  • 103
  • 186
2
votes
1 answer

Facebook graph api website custom audience rules not created giving error

I am trying to create website custom audience using Facebook graph API. I have used the same rules data provided in their documentation, the audience created but the rule are not display there on Facebook Ads Manager side. It is displaying following…
2
votes
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…
2
votes
2 answers

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…
2
votes
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: { …
2
votes
3 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
  • 47
  • 7
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
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…
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

Is there a way to update custom audience in facebook adset via Java SDK provided by meta

I want to update/add a custom audience to already ACTIVE facebook ad campaign. Custom Audience is part of the Adset. I am not able to find the field in Adset which corresponds to custom audience. Also it's possible to do this in Ads manager, is it…
0
votes
1 answer

Facebook ads custom audience Data is missing or does not match schema error

i was building a integration with the facebook ads audience API, and according the documentation the request must be created like this: POST - https://graph.facebook.com/v15.0//users?access_token= { …
0
votes
0 answers

Anyway to get a custom audience size by Facebook Graph API? (2022)

I have already created a custom audiences via facebook marketing API. After that, I have received a response as a Custom_Audience_Id from facebook marketing API. However, everything looks good about this marketing API. But I'm now facing the problem…
1
2