click_view roadmap?

2019-06-18 Thread Pierre Bazoge
Hello Google, We've been implementing the new Google Ads API, and unfortunately the click_view report does much less than the previous API Click Performance. Could you please tell me if the following existing dimensions/attributes from the Click Performance will be added to the new click_view

Re: Managed accounts discovery with the new Ads API (missing endpoint?!)

2019-06-15 Thread Pierre Bazoge
Thank you Sai for the working example, The first thing a SaaS app does when providing a Google Ads Connect, is to show the tree of available Accounts and if they are "managers" their underlying "Managed Accounts". The way to produce such inevitable feature with Google Ads API in a SaaS app is

Re: Managed accounts discovery with the new Ads API (missing endpoint?!)

2019-06-14 Thread Pierre Bazoge
Hi Bharani, Thank you for your help, unfortunately I still couldn't guess the valid HTTP endpoint to get a Customer Client Link... as your example was about ListAccessibleCustomers which wasn't my question. Got a 400 clueless error response for the following HTTP requests: - GET

Re: Managed accounts discovery with the new Ads API (missing endpoint?!)

2019-06-03 Thread Pierre Bazoge
Hi Dannison, Thanks for your reply, I tried ti guess what's the HTTP endpoint for this call but couldn't find it, could you please explain to me how to "guess" those endpoints from the services ? Also is it a POST or GET ? what's the payload please ? The Google Ads API without a client lib is

Managed accounts discovery with the new Ads API (missing endpoint?!)

2019-05-28 Thread Pierre Bazoge
Hello guys, When I hit the endpoint https://googleads.googleapis.com/v1/customers:listAccessibleCustomers , the response sends back a list of "first-level" customers which can be "managers" accounts: { > "resourceNames": [ > "customers/00", > "customers/111", > > ] > } >