I'm trying to get historic bidding changes at a Portfolio level (changes done in Google Ads web client) using
Python Google Ads Library. Firstly, I tried to get those changes using the
Change Event Service, however, as mentioned in that link it might not include every row from the Change History. So I tried to get the changes using the
Change Status Service. After verifying that the portfolio bidding change was available in the Change History, change status does not retrieve that change. How can I get those bidding changes?