I'm using the Facebook Ads API to create Page Post Engagement ads. The API is in general a breeze to use but I can't seem to find a way to set automatic bid pricing or, in other words, achieve this:
rather than this, which is what I'm getting:
My ad set is being created with bid_type: "ABSOLUTE_OCPM"
and bid_info: "{'ACTIONS':500}"
. bid_info
is a required parameter so I can't leave it out. Setting it to 0
doesn't work either.
Any ideas?