RE: AdsAccount

2019-02-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Anand, It is not possible to get all the accounts details in a single API call via Google Ads API beta. Via Google Ads API beta to fetch the list of accessible account for your credentials. you could use CustomerService

Re: AdsAccount

2019-02-08 Thread Anand Sumo
* I am using the below Code to get the All the AdsAccount details. but selecting 5 AdsAccount details its take 36s.* how do I get all my Ads Account with a single request? kindly give me code sample also. > SearchGoogleAdsRequest request = new SearchGoogleAdsRequ

Re: AdsAccount

2019-02-08 Thread Anand Sumo
Hi sai, I am using GoogleAds API lib. and the Get customers() having a nullable parameter of "ResourceName" or "GetCustomerRequest". so how do i call this method without specifying customerid?as you explained? On Thursday, 7 February 2019 23:38:02 UTC+5:30, googleadsapi-forumadvisor wrote: >

RE: AdsAccount

2019-02-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Anand, To get the details of all of your Google Ads accounts (the accounts you have access to), you could use the CustomerService.getCustomers operation without specifying the Client customer id

AdsAccount

2019-02-07 Thread Anand Sumo
How do I get my All "Google Ads Account" details using .net? what is the Service/Method name to achieve this? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received t