How do you find available customer IDs?

2016-06-20 Thread tejas
What's the recommended approach to finding available customer IDs? I saw this example , which seemed to do what I'm intending,

Retrieve account creation date

2016-06-23 Thread tejas
I've been trying to find the created date of the AdWords account so that I can fetch reports (using min / max date ranges) in increments so that users can see how stats grew over time. Without knowing the creation time of an account, I just have to set an arbitrary min time for the first

Re: Retrieve account creation date

2016-06-24 Thread tejas
Hm, sorry- would you show an example query? Are you saying it's possible to get day-by-day data over a report using a multi-day DateRange? Or, are you saying to create multiple reports each with single-day ranges (what I'm doing now). If the former (multiple day breakdowns in 1 report), is

Re: Retrieve account creation date

2016-06-23 Thread tejas
. For example, if you want to get day-by-day data over a year, it seems you have to send a report per day. On Thursday, June 23, 2016 at 3:09:24 PM UTC-7, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Tejas, > > I'm afraid there is no field to provide the date on which the account was &g

Re: Retrieve account creation date

2016-06-24 Thread tejas
nfused initially how that could be represented > as a single value for a DateRange but it makes sense now. > > On Friday, June 24, 2016 at 12:10:54 PM UTC-7, Shwetha Vastrad (AdWords > API Team) wrote: >> >> Hi Tejas, >> >> Yes, if you add the field "Date >

Re: Retrieve account creation date

2016-06-24 Thread tejas
Awesome!! My bad. I was confused initially how that could be represented as a single value for a DateRange but it makes sense now. On Friday, June 24, 2016 at 12:10:54 PM UTC-7, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Tejas, > > Yes, if you add the field &qu

AdWords API Python - Internal Error or Parsing Error

2016-07-18 Thread tejas
See code with commented errors here- https://gist.github.com/tejasmanohar/bff2fe3360673a823d31484a130d4bd8 We're seeing this error consistently (every single run) for one customer when fetching their Campaign Performance

Re: AdWords API Python - Internal Error or Parsing Error

2016-07-19 Thread tejas
Hm, that does not parse the CSV though. Other than that, it's practically the same, no? On Monday, July 18, 2016 at 2:10:00 PM UTC-7, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Tejas, > > Have you tried using the download_criteria_report_as_stream.py > <https://gi

Re: Get Ad Performance Report for Lifetime of Ad

2016-08-22 Thread tejas
Gotcha. Is there a preset all time date range, or were you just suggesting I set some unreasonably old start date and end date of today? Also, is the report data returned sorted chronologically by Day/Date? Is there any way to enforce this? It'd help to be able to assume this rather than having

Date ranges Adwords Reports

2016-08-31 Thread tejas
Do clicks take some time to show up in the Click Performance Reports? Is date range exclusive or inclusive? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

ManagedCustomerService vs CustomerService

2016-09-06 Thread tejas
If I want to get all customers / AdWords accounts accessible to the Google user currently authenticated, should I use ManagedCustomerService or CustomerService? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Get Ad Performance Report for Lifetime of Ad

2016-09-06 Thread tejas
, 2016 at 7:26:04 PM UTC-7, Tejas Manohar wrote: > > Alrighty. I'll write a process to handle this, but it'd be great if AWQL > gets SORT someday :D > > On Tue, Aug 23, 2016 at 7:11 AM 'Anthony Madrigal' via AdWords API Forum < > adwords-api@googlegroups.com> wrote: > >

Re: ManagedCustomerService vs CustomerService

2016-09-07 Thread tejas
just opening in my browser. On Wednesday, September 7, 2016 at 7:01:42 AM UTC-7, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Tejas, > > Yes, you can use the get > <https://developers.google.com/adwords/api/docs/reference/v201607/ManagedCustomerServ

Suggestion: Go library

2016-08-30 Thread tejas
There's no Go client for the AdWords API at the moment. It would be nice to have one (sorta ironic since Google maintains Go :P). -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: ManagedCustomerService vs CustomerService

2016-09-09 Thread tejas
l to show a list of AdWords accounts that we can connect to? On Thursday, September 8, 2016 at 7:11:19 AM UTC-7, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Tejas, > > Here are the production WSDLs for CustomerService and > ManagedCustomerService: > >

Elevated rate of ERROR_GETTING_RESPONSE_FROM_BACKEND

2016-09-29 Thread tejas
Hey! We're seeing elevated rates of *ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND* and *urllib.error.HTTPError: HTTP Error 500: Internal Server Error*. We retry 5 times with an initial delay of 1 minute, exponential backoff factor of 2 minutes, and jitter of 1. Some days this retry

Get Ad Performance Report for Lifetime of Ad

2016-08-22 Thread tejas
My program needs to fetch ad performance report(s) for the lifetime of an ad. It looks like you need to provide a dateRange to request a report, but I don't see a way to find out when the ad started (https://developers.google.com/adwords/api/docs/reference/v201607/AdGroupAdService). I do see

Start index too high - Ads

2016-11-29 Thread tejas
We're getting an error that start index is too high when fetching all ads for some customers. What's the recommended way of retrieving all ads for customers with more than 100,000? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Retrieve account creation date

2016-06-24 Thread Tejas Manohar
dwords-api@googlegroups.com> wrote: > Hi Tejas, > > You could query for StartDate > <https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report#startdate> > in > the Campaign Performance Report > <https://developers.google.com/adw

Re: AdWords API Python - Internal Error or Parsing Error

2016-07-26 Thread Tejas Manohar
the API as a result of an error. Let me know what more info I could provide to help. Thanks! On Wed, Jul 20, 2016 at 1:56 PM 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum <adwords-api@googlegroups.com> wrote: > Hi Tejas, > > This issue is related to how Python handl

Re: AdWords API Python - Internal Error or Parsing Error

2016-07-29 Thread Tejas Manohar
Hey Mark, Thanks! I will get all this information to you on Monday. On Fri, Jul 29, 2016 at 3:05 PM Mark Saniscalchi < msanis88.adxbuyerapiadvi...@gmail.com> wrote: > Hello Tejas, > > I'm the owner of the Python Client Library, and am taking a look at this > issue. It'

Re: AdWords API Python - Internal Error or Parsing Error

2016-07-19 Thread Tejas Manohar
Hm, that doesn't parse the CSV though. On Mon, Jul 18, 2016 at 2:10 PM 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum <adwords-api@googlegroups.com> wrote: > Hi Tejas, > > Have you tried using the download_criteria_report_as_stream.py > <https://github.com/googl

Re: AdWords API Python - Internal Error or Parsing Error

2016-08-19 Thread Tejas Manohar
, and retries are solving the problem for now, but it slows everything down. Let me know what else I can provide to help. Thanks! On Fri, Jul 29, 2016 at 3:13 PM Tejas Manohar <te...@segment.com> wrote: > Hey Mark, > > Thanks! I will get all this information to you on Monday. >

Re: Get Ad Performance Report for Lifetime of Ad

2016-08-24 Thread Tejas Manohar
gid/adwords-api/60d6c6e4-ff06-468d-9759-1874b7f66cd2%40googlegroups.com?utm_medium=email_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Best regards, Tejas Manohar -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: ManagedCustomerService vs CustomerService

2016-09-06 Thread Tejas Manohar
Can you use *get()* on *ManagedCustomerService* w/ a selector that just asks for certain *Fields[]* to get all accounts? On Tue, Sep 6, 2016 at 2:47 PM Tejas Manohar <te...@segment.com> wrote: > What's the actual method being used to get account hierarchy? I don't see > it listed h

Re: ManagedCustomerService vs CustomerService

2016-09-06 Thread Tejas Manohar
com> wrote: > Hi Tejas, > > I would recommend that you use ManagedCustomerService > <https://developers.google.com/adwords/api/docs/reference/v201607/ManagedCustomerService> > to > get all the accounts accessible by the user authenticated in the request. > You

Re: Suggestion: Go library

2016-08-30 Thread Tejas Manohar
api@googlegroups.com> wrote: > Hi Tejas, > > Appreciate your suggestion. I have conveyed the same to the team. > > Regards, > Vishal, AdWords API Team > > -- > -- > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > Also find us on our blog and Google+: > https:

Re: AdWords API Python - Internal Error or Parsing Error

2016-08-26 Thread Tejas Manohar
Ah yes, i tried utf8 yesterday and t worked. Thanks a lot Mark! :) On Fri, Aug 26, 2016 at 10:55 AM Mark Saniscalchi < msanis88.adxbuyerapiadvi...@gmail.com> wrote: > Hello Tejas, > > The googleads library is compatible with Python 3, as indicated by the > fact th

Re: AdWords API Python - Internal Error or Parsing Error

2016-08-23 Thread Tejas Manohar
Got it. We have not seen the error today. I'll follow-up if it comes back. Thanks! On Tue, Aug 23, 2016 at 4:21 PM Mark Saniscalchi < msanis88.adxbuyerapiadvi...@gmail.com> wrote: > Hello Tejas, > > The stacktrace you linked to actually seems indicative of a separate > issue

Re: AdWords API Python - Internal Error or Parsing Error

2016-08-25 Thread Tejas Manohar
Moreover, looks like TextIOWrapper accepts an encoding option... https://docs.python.org/2/library/io.html#io.TextIOWrapper - what would you suggest here (considering what sort of data the googleadwords lib / AdWords API is returning)? On Thu, Aug 25, 2016 at 2:05 PM Tejas Manohar <

Re: AdWords API Python - Internal Error or Parsing Error

2016-08-25 Thread Tejas Manohar
.) On Thu, Aug 25, 2016 at 1:58 PM Mark Saniscalchi < msanis88.adxbuyerapiadvi...@gmail.com> wrote: > Hello Tejas, > > Based on the stacktrace, I can see that the root cause is that you're > decoding with ASCII specified as the encoding. That will produce a > UnicodeEncode er

Re: AdWords API Python - Internal Error or Parsing Error

2016-08-25 Thread Tejas Manohar
Source at Segment ( https://segment.com/sources) for a subset of customers (launch date next week). On Tue, Aug 23, 2016 at 4:57 PM Tejas Manohar <te...@segment.com> wrote: > Got it. We have not seen the error today. I'll follow-up if it comes back. > Thanks! > > On Tue, Aug 2

Re: TargetingIdeaService Error: Google API Ads Common Lib Auth Token Exception: The remote server returned an error (404) . I am getting this error when I tried the adwords function in Excel

2019-12-16 Thread Tejas Rane
> > > > > > > > "System.Configuration.DictionarySectionHandler"/> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > "ENTER_YOUR_COMPANY_OR_APPLICATION_NAME_HERE"/> > > > > > >