Reporting returns nothing if segments.date is included

2020-07-23 Thread V Kuznetsov
Hello, The query SELECT campaign.name, segments.date FROM ad_group WHERE segments.date DURING LAST_30_DAYS returns no records for me, while SELECT campaign.name FROM ad_group WHERE segments.date DURING LAST_30_DAYS returns all the names of campaigns I have in the account. I expect the first

Re: ListAccessibleCustomers occasionally returns the MCC account only instead of User's account

2020-06-12 Thread V Kuznetsov
tween user and service account), this overriden method is not called sometimes. This is crucial, because of this the Config seems to be unchanged and points to the previous account, which is unexpected and harmful. Please take a look into this. On Thursday, 11 June 2020 16:40:41 UTC-7, V Kuzn

ListAccessibleCustomers occasionally returns the MCC account only instead of User's account

2020-06-11 Thread V Kuznetsov
Hi, Each time I need to list user's accounts I perform the following set of tasks. - I use User credentials and Service Account flow to instantiate the GoogleAdsClient. - I set the LoginCustomerId to null and the prn email to the email of the User. - I call ListAccessibleCu

Re: Is it possible to resend email invitation to Google Ads account?

2020-05-26 Thread V Kuznetsov
Hi Xiaoming, I am creating an account using Google Ads API. While doing that, I pass the inviteeEmail to the create method. I was wondering how to repeat the invitation using Ads API. Thank you! Vlad. On Tuesday, 26 May 2020 10:14:50 UTC-7, adsapiforumadvisor wrote: > > Hi Kuznetsov, > > Than

Is it possible to resend email invitation to Google Ads account?

2020-05-25 Thread V Kuznetsov
Hello, When I create an Ads account for a user and link it to my MCC account, the user gets an invitation email that they have to accept. Until it's accepted I am not able to manipulate or even access the account (I get GoogleAdsException when I call GetCustomer with the account's reference n

Google Ads call produces a grpc error: InvalidFlags

2020-04-14 Thread V Kuznetsov
Hello, I am getting this cryptic error when I call Google Ads api: System.InvalidOperationException: Call error: InvalidFlags at Grpc.Core.Internal.CallErrorExtensions.CheckOk(CallError callError) at Grpc.Core.Internal.CallSafeHandle.StartUnary(IUnaryResponseClientCallback callback, Byte[

Google Ads API: Cannot create a sub-account , USER_PERMISSION_DENIED

2020-04-09 Thread V Kuznetsov
Hello, I am trying to create a sub-account on behalf of the MCC manager. I use example from the documentation ( https://developers.google.com/google-ads/api/docs/account-management/create-account ) When I authorize as the MCC manager (447-9838-XXX) I get this error: ---BEGIN API CALL

Re: Method not found exception

2020-04-01 Thread V Kuznetsov
Please see my binding redirects, just in case: On Wednesday, 1 April 2020 13:14:33 UTC-7, V Kuznetsov wrote: > > Hi Anthony, > > I installed the nugets listed in the original post. In the logs I see only > the error I posted above. > > On We

Re: Method not found exception

2020-04-01 Thread V Kuznetsov
Hi Anthony, I installed the nugets listed in the original post. In the logs I see only the error I posted above. On Wednesday, 1 April 2020 13:02:14 UTC-7, adsapiforumadvisor wrote: > > Hello, > > I initially thought this was Content API related because of the package > you mentioned below >

Re: Method not found exception

2020-04-01 Thread V Kuznetsov
Please explain how is this Content API related. I explicitly call Google Ads methods. On Wednesday, 1 April 2020 07:22:41 UTC-7, adsapiforumadvisor wrote: > > Hi, > > The issue you are facing is Content API related. You will need to reach > out to their team via their forum >

Method not found exception

2020-03-31 Thread V Kuznetsov
Hi, Simple call to get a service throws me this error: System.MissingMethodException: Method not found: 'Grpc.Core.CallInvoker Grpc.Core.Interceptors.ChannelExtensions.Intercept(Grpc.Core.Channel, Grpc.Core.Interceptors.Interceptor)'. at Google.Ads.GoogleAds.Lib.GoogleAdsServiceClientFactory