googleads / googleads-bidmanager-examples

Apache License 2.0
43 stars 58 forks source link

I try to create a query #12

Open alfonsorodrigo opened 5 years ago

alfonsorodrigo commented 5 years ago

The response:

body = { "kind": "doubleclickbidmanager#query", "metadata": { "dataRange": "LAST_14_DAYS", "format": "CSV", "locale":"es", "title": "API query" }, "params": { "type":"TYPE_GENERAL", "filters":[ { "type":"FILTER_PARTNER", "value":"" } ], "metrics":[ "METRIC_CLICKS" ] }, "schedule": { "frequency": "ONE_TIME" } }

googleapiclient.errors.HttpError: <HttpError 503 when requesting https://www.googleapis.com/doubleclickbidmanager/v1/query?alt=json returned "Woops. We are currently having some issues.">