I am facing an issue in setting custom bids in targeting settings through API.
Information about campaign:
- It is a remarketing campaign.
- I have linked an adgroup with one of my remarketing list.
- Type - Display network only (All Features)
Other details:
- I am using adwords python API client. [api_version = ('v201209', 'v201302')]
- In interests & remarketings (under Display Network tab) it is showing bids which is set on AdGroup.
- When i click the bid to edit, it displays a pop up with message "In order to change this bid, you’ll first need to enable custom bids for this targeting method in this ad group."
- On clicking "Enable now" another pop up comes up giving option to pick previous custom bid. If i select, "use previous custom bid for Interests & remarketing" then i am getting the bid
which i actually want to set.
I tried manual approach solution when i couldn't get it working from API. I am looking for a solution to this through API. And strange thing is it was working till few weeks back.