daroczig / fbRads

Analyze and manage Facebook ads from R using this client library to access their Marketing APIs
GNU Affero General Public License v3.0
153 stars 57 forks source link

Request - Ad Rules Management #136

Closed debsbalme closed 3 years ago

debsbalme commented 3 years ago

Hi, Been using the package for insights and ad management, and can't see anywhere the ability to manage the Ad Rules as part of the Ad Rules Engine? is that something that can be added? or is there a solution currently?

Thanks

daroczig commented 3 years ago

Sorry, I don't have experience with FB's Ad Rules Engine, but if there's a related API endpoint, it should be definitely doable. Look at fbRads:::fbad_request for passing arbitrary calls to the Marketing API -- happy to review a PR if you come up with some wrapper functions, but I'm not likely to be able to get time to work on this actively in the near future.

debsbalme commented 3 years ago

Ok great thanks will take a look

Sent from my iPhone

On Feb 19, 2021, at 17:05, Gergely Daróczi notifications@github.com wrote:

 Sorry, I don't have experience with FB's Ad Rules Engine, but if there's a related API endpoint, it should be definitely doable. Look at fbRads:::fbad_request for passing arbitrary calls to the Marketing API -- happy to review a PR if you come up with some wrapper functions, but I'm not likely to be able to get time to work on this actively in the near future.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

debsbalme commented 3 years ago

fbRads:::fbad_request is working with the endpoint as you suggested! thanks