Httperoor 500 Backend Error And Httperror 403 Using Doubleclick Bid Manager Api In Python
I need to create and run some queries as well as get the last reports via DoubleClick Bid Manager API in python, after following the example get_last_report.py in Github step by st
Solution 1:
Problem resovled, the account we connecte need access to DBM. Just need to add the google connection account to DBM for all service operation.
Solution 2:
This error is very vague, but it always has to be with a tiny error in the request body.
For those in the future:
Check carefully how to create the query body:
https://developers.google.com/bid-manager/v1.1/queries#resource
More than one time I lost miserable hours debugging... and in the end it was:
- a typo in a key name
- an extra space like: ....
"frequency": "ONE_TIME "
Hope it helps :)
Post a Comment for "Httperoor 500 Backend Error And Httperror 403 Using Doubleclick Bid Manager Api In Python"