Re: CustomerService --> getCustomers returning just one Customer

2017-01-20 Thread Angel Lubenov
Great!, Thanks a lot for your help!!! On Friday, January 20, 2017 at 1:24:05 PM UTC-3, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Angel, > > You need to use ManagedCustomerService > > to >

CustomerService --> getCustomers returning just one Customer

2017-01-19 Thread Angel Lubenov
Hi!, This is the situation: I am connecting to the API with my manager account, I want to retrieve all the accounts information, I am making the request without the clientCustomerId parameter, but I got just one client information (me) and not all the clients as the documentation says.

Re: CustomerService --> getCustomers returning just one Customer

2017-01-20 Thread Angel Lubenov
Oh :-( I really was looking for getting the client accounts under my account. *Is there any API-endpoint to get the information about the client accounts under my manager account? * Thanks in advance (again :-) ) Angel On Thursday, January 19, 2017 at 8:04:49 PM UTC-3, Shwetha Vastrad

Overdelivery basic report API endpoint

2018-01-09 Thread Angel Lubenov
Hi!, I'm trying to get via the API the OVERDELIVERY (present in the UI: Reports -> Basic -> Overdelivery). I can't find any reference in the documentation regarding this report, Is this endpoint supported? does it have a different name? Thanks in advance! -- --

ConversionTrackerId xmlAttribute for CREATIVE_CONVERSION_REPORT

2018-01-09 Thread Angel Lubenov
Hi!, By using the report-definition-service endpoint, when I request information about the CREATIVE_CONVERSION_REPORT table, I got that the XMLAttribute for "ConversionTrackerId" does not match with the API's response for the report-download endpoint. Report Definition Service informs

ReportDownload API and Pagination

2018-01-16 Thread Angel Lubenov
So I'm using the Report Download API to get a huge amount of data (the AWQL ask data from AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT with no date filter (ALL_TIME)). The network gziped connection traffic is about 64 MB but the uncompressed information represents 1.7 GB, it makes my browser

Recovering missed refresh token

2018-03-05 Thread Angel Lubenov
Hi!, this is my situation I am making a web-app, it starts the authorization/authenthication flow with oAuth (https://accounts.google.com/o/oauth2/v2/auth) with the following parameters: access_type = offline, and scope = openid email. The first authorization process ends up fine returning all

Re: Recovering missed refresh token

2018-03-06 Thread Angel Lubenov
Hi!, I am using OAuth2 credentials, and I already did all the process for getting the clientId and the secret by registering a web-application. My problem a different one: once I get the access_token it expires in one hour, so I need the refresh_token to get a new one, but the last one is