Re: API for video campaign data

2020-07-31 Thread Google Ads API Forum Advisor Prod
Hi Ciro, Thank you for reaching out. Could you please share the complete request and response logs along with the report definition and client customer id via the Reply privately to author option for me to further investigate? Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5

Re: API for video campaign data

2020-07-30 Thread Ciro Monteiro
Hi, Xiaoming. I've already tried. Quoting myself: "the customer_id provided in AdWordsClient mentioned above belongs to a test (non-manager) account.". I hope there's another way to debug this issue. On Thursday, July 30, 2020 at 12:46:11 PM UTC-3 adsapiforumadvisor wrote: > Hi Ciro, > > Than

Re: API for video campaign data

2020-07-30 Thread Google Ads API Forum Advisor Prod
Hi Ciro, Thank you for reaching out. The CUSTOMER_SERVING_TYPE_REPORT_MISMATCH error occurs when you are trying to make a report against a manager account. Certain types of reports could only be queried on the client customer account rather than the manager account. Please give it a try on the

Re: API for video campaign data

2020-07-29 Thread Ciro Monteiro
Hi, Xiaoming. Thanks for answering me. When I use the class "AdWordsClient" (because I want to get data from user authenticated in my system), I need to pass the following arguments: - developer_token (string), which I generated in my non-approved manager account; - oauth2_client, which I genera

RE: API for video campaign data

2020-07-29 Thread Google Ads API Forum Advisor Prod
Hi Ciro, Thank you for reaching out. You could follow this guide to set up the Adwords API and create necessary credentials and install the python client library to start making API calls. For retrieving data from the client’s account, you could query the Video Performance Report and it provide

Re: API for video campaign data

2020-07-28 Thread Ciro Monteiro
Update: the backend of the application is Django (Python). On Tuesday, July 28, 2020 at 8:38:21 PM UTC-3 Ciro Monteiro wrote: > Hi, there. I'm developing a website where the user can connect to his > YouTube channel, upload the video through my website to his channel (I've > already coded this

API for video campaign data

2020-07-28 Thread Ciro Monteiro
Hi, there. I'm developing a website where the user can connect to his YouTube channel, upload the video through my website to his channel (I've already coded this feature), then he can check for data of all video campaigns related to this video uploaded through my website (my current task is to