RE: AdWordUser object

2020-04-29 Thread Google Ads API Forum Advisor Prod
Hi Haik, Thank you for reaching out. This looks like an issue related to the client library so I would recommend posting your concern on the GitHub Issues page here. Their team should be more equipped to assist you. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UaSkdQ:ref -- --

Re: AdWordUser object

2020-04-28 Thread Haik
I also got this error. I am not using any Azure. I have a .net core console app Could not load type 'System.Web.Hosting.HostingEnvironment' from assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.":"System.Web.Hosting.HostingEnvironment" This line causes

RE: AdWordUser object

2020-01-23 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for reaching out. We only provide assistance to the concerns related to AdWords API/ Google Ads API Beta on this forum and the concern related to creating an azure function to retrieve data from Google Ads account is outside our expertise. I would recommend reaching out to the

AdWordUser object

2020-01-21 Thread API_DCH
Hi, I am trying to create an azure function to retrieve data from Google Ad's account. The function fail when it try to create the AdWordsUser object, it is looking for the appconfig file. I would like to override the function by passing a prebuilt config file or headers. I tried both ways Ad