Questions tagged [facebook-nodejs-business-sdk]

7 questions
4
votes
1 answer

Facebook webhook verification response structure

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 endpoint can receive any event notifications. The docs for…
2
votes
0 answers

How to send Microdata event using facebook conversions api?

I have already set up Facebook pixel in my website but currently the events are being sent by the browser. To reduce redundancy such as events being blocked due to adblockers and other browser restrictions, I want to implement the conversions api.…
2
votes
0 answers

Unable to update the Facebook Ad Creative data with Facebook API

In my NodeJS application have used "facebook-nodejs-business-sdk" package for Facebook Ads Creation, I can create the Facebook Carousel Ad with AdCreative, But I unable to update the Ad Creative Data.
1
vote
1 answer

How to get INTERESTS in the "facebook-nodejs-business-sdk"

I am developing an application to consume the facebook api using the package "facebook-nodejs-business-sdk" in version v9.0. I'm looking for a method to get interests, but I can't find it. I looked in the examples available in the package, but I…
1
vote
1 answer

You can't run lead ads until your Facebook Page accepts Facebook's Lead Generation Terms of Service

I cannot create an adset. The error message that I get is "You can't run lead ads until your Facebook Page accepts Facebook's Lead Generation Terms of Service." I have already accepted the Facebook's Lead generation's Terms of Service when I create…
0
votes
1 answer

Uploading AdImage using Facebook NodeJS Business SDK

I am trying to use the facebook node business sdk and I am having some issues. I am using an api key from the ad sandbox account. I am trying to call createAdImage but I get hit with an error that says "The provided image file is invalid". However,…
0
votes
1 answer

Facebook ad sdk returning 'Incorrect Location Format'

I'm using the node.js facebook sdk facebook-nodejs-business-sdk in a firebase function to update Ad Sets targeting parameter with the custom_locations and have tried many different ways to update it, but none have worked. I've used the object…