Dr. House
Dr. House

Reputation: 562

How to retrieve campaign budgets and adset bids in facebook marketing api?

I can find in the docs how to set campaign budgets or adset bids ( https://developers.facebook.com/docs/marketing-api/bidding/guides/campaign-budget-optimization ), but can't really find how you can retrieve those values - which is what I need. Thanks in advance!

Upvotes: 1

Views: 952

Answers (1)

Dr. House
Dr. House

Reputation: 562

Essentially what I needed was:

AD_ACCOUNT_ID/adsets?fields=bid_amount

and

AD_ACCOUNT_ID/campaigns?fields=daily_budget

Upvotes: 2

Related Questions