CPA (Cost-per-Acquisition ) bidding option causes destination URL not to be used (or seen in the UI)

2013-05-06 Thread bgraves
Whenever I change my tracking parameters in the keyword destination URL, the URL is available when I read it back using the AdWords API. However, I can only see (or use) the keyword destination URL when I change my bidding option from CPA to CPC custom bid mode. Otherwise, only the ad

DownloadClientReport() runs for hours

2013-03-07 Thread bgraves
Luckily, I'm calling this ReportUtilities function from a web service so it times out after 2 hours. This only happens with a small number of my client accounts (the accounts aren't consistent) and seems to resolve itself later in the day. Since this started happening every day since last

Re: Age Range/Gender not shown in Criteria Performance Report

2013-01-02 Thread bgraves
, December 27, 2012 4:02:52 PM UTC-5, bgraves wrote: Whenever, I run a Criteria Performance Report from the API, I don't get any statistics on Age Range or Gender. For example, I am seeing AgeRange metrics when I run a report directly from AdWords under display Network / Age (clicked

CustomerSyncService: need to use future date range to recognize new ad?

2013-01-02 Thread bgraves
I created an ad around 2pm today. My account is on PST. I couldn't find it using today from 9am-3pm but I could find it when I used 7pm-11pm. Why do I need to use a future date/time range to find something instead of using a range when it was actually created? Here's my soap

Age Range/Gender not shown in Criteria Performance Report

2012-12-27 Thread bgraves
Whenever, I run a Criteria Performance Report from the API, I don't get any statistics on Age Range or Gender. For example, I am seeing AgeRange metrics when I run a report directly from AdWords under display Network / Age (clicked download). However, I don't see any AgeRange metrics when I

Re: How do I download a report into memory now (v201209)

2012-10-10 Thread bgraves
Figured it out...using utilities now object (sets the latest version of API): Dim report As ClientReport = utilities.GetClientReport(reportDefinition) On Tuesday, October 9, 2012 5:17:14 PM UTC-7, bgraves wrote: Upgrading from v201109 to v201209 produced the following error

What happend to targetContentContextual for Campaign.networkSetting? (v201209)

2012-10-10 Thread bgraves
Does this have anything to do with the UI changes made this setting for Adwords UI? How do I get this value now? If I can't, how can I refactor the code that depends on the setting? Thanks, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

How do I download a report into memory now (v201209)

2012-10-09 Thread bgraves
Upgrading from v201109 to v201209 produced the following error: ReportDownloadError.INVALID_REPORT_DEFINITION_XML Invalid ReportDefinition Xml: cvc-complex-type.2.4.a: Invalid content was found starting with element 'selector'. One of '{

How can I tell if an AdGroupCriterion is a Display Keyword

2012-08-07 Thread bgraves
Currently, the API only tells me if the keyword is biddable or negative but not whether it is a Display Keyword or not. How can I find this out? Are there campaign or adgroup settings that will tell me this? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

why is there now an adID in Criterion Performance Report?

2012-08-02 Thread bgraves
I've noticed recently that we've been getting an adID for display campaigns/keywords when pulling a Criterion Performance Report. This adID is different to the adID we've been using for the same exact keywordID in the Ad Performance Report but this new adID refers to a different adGroup (same

Dynamic Search information not included in Ad/Criteria Performance reports

2012-04-18 Thread bgraves
Will Dynamic Search information be reported in a future version of the API? If so, is there any timeline when it will be available? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

downloaded GZIP report giving errors when extracting

2012-04-18 Thread bgraves
Even after re-downloading, I'm still getting this error in my code when I try to unzip my report: ICSharpCode.SharpZipLib.GZip.GZipException: Error GZIP header, first magic byte doesn't match It unzips fine using WinRAR. Does anyone else get this programatic error (I use .NET)? Have you found

week 2: still need a response - phone cost is missing in new Account Performance Report

2012-03-09 Thread bgraves
In v13 of Reporting, the phone cost was included as part of the grand total in Campaign summary report. How do I get this phone cost now? If I change all my code to use a Campaign Performance report, will the phone cost be reported...somewhere? --

Re: AdGroupAd missing Ad object

2012-03-05 Thread bgraves
back from the server. Cheers, Anash P. Oommen,' AdWords API Advisor. On Friday, 2 March 2012 05:46:47 UTC+5:30, bgraves wrote: Why doesn't the API return Ad objects right now? I've included all the fields I'm interested in my selector, but it's missing most of them...any insight

phone cost is missing in new Account Performance Report

2012-03-01 Thread bgraves
In v13 of Reporting, the phone cost was included as part of the grand total in Campaign summary report. How do I get this phone cost now? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

AdGroupAd missing Ad object

2012-03-01 Thread bgraves
Why doesn't the API return Ad objects right now? I've included all the fields I'm interested in my selector, but it's missing most of them...any insight? Here's my SOAP trace: -BEGIN API CALL- Request --- ?xml version=1.0 encoding=utf-8?soap:Envelope

URGENT issue: destinationURLs getting changed incorrectly (v201109)

2012-02-17 Thread bgraves
Please reply to this post or directly to my email. We've just upgrade to the latest API version (v201109) and are having an issue that is adversely affecting campaign performance. We’ve noticed that if one keyword/match type exists in multiple adgroups, changing the destinationURL for the

Re: SET operator changes which Criterion fields (v201109)

2012-02-15 Thread bgraves
Anash, I don't understand what you mean since I am not sending fields for updating using SET. I am sending the entire Criterion object (required for AdGroupCriterionOperation)... Dim operation As New AdGroupCriterionOperation() operation.operator = [Operator].SET operation.operatorSpecified =

SET operator changes which Criterion fields (v201109)

2012-02-14 Thread bgraves
I only want to change the destination URL. So when I get my Criterion, I'm not including all the available Criterion fields in my selector. Does that mean that all my Criterion fields will get erased when I do a SET operation using mutate? If so, how can I tell the API to return all fields (or

Re: v201109: missing rows in Ad Performance report (present in v13 Keyword Activity report)

2012-02-06 Thread bgraves
I need reporting at both an ad/criteria level (just like the v13 Keyword Activity report). The keyword performance report alone doesn't achieve anything close to this. Each day I need to pull both an ad performance and a criteria performance report and merge them together. Unfortunately, neither

CustomerSyncService: always getting INVALID_DATE_RANGE using latest client libraries

2012-02-01 Thread bgraves
This started happening immediately with all my client accounts after I started using the latest .NET client libraries (v13.3). Here's my SOAP trace: -BEGIN API CALL- Request --- ?xml version=1.0 encoding=utf-8?soap:Envelope

Re: v201109: missing rows in Ad Performance report (present in v13 Keyword Activity report)

2012-01-31 Thread bgraves
When I included a predicate for enabled/disabled/paused, I got significantly more rows than the v13 Keyword Activity Report. How do I set up the predicate to get the same number of rows? On Jan 30, 3:01 pm, Eric Koleda eric.kol...@google.com wrote: Hi, Are you including a predicate to

Re: AuthToken (requirement for v201109): not required in v201101

2012-01-30 Thread bgraves
Yes, but I was just explaining that it was created automatically with the AdGroupUser in v12.4 of client libraries. Now, it has to be created before the AdGroupUser is created. On Jan 30, 8:10 am, Danial Klimkin danial.klimkin+fo...@google.com wrote: Hello, AuthToken is used to authorize user

Re: AuthToken (v201109): VB.NET example to get?

2012-01-27 Thread bgraves
Thanks Anash! I couldn't find a VB.NET example but C# works for me! :) On Jan 26, 7:41 pm, Anash P. Oommen anash.p.oommen +fo...@google.com wrote: Hi, There's the AuthToken class. You could use it like: new AuthToken(config, adwords, email, password).GetToken(); For config, you could

v201109: missing rows in Ad Performance report (present in v13 Keyword Activity report)

2012-01-26 Thread bgraves
I'm getting a Ad Performance Report in v201109 and it only has 28 row elements in the XML. However, v13 of the Keyword Activity Report has 196 row elements for the same client/date. Yes, I understand that the reports are different but the Ad Performance report should have all the keywordIDs that

Re: AuthToken (requirement for v201109): not required in v201101

2012-01-26 Thread bgraves
I've noticed that it's a requirement for the current client libraries. However, for v12.4 of the client libraries (from last summer), it wasn't a requirement at all for v201101 for reporting (I didn't try the other services). On Jan 26, 7:45 pm, Anash P. Oommen anash.p.oommen +fo...@google.com

AuthToken (v201109): VB.NET example to get?

2012-01-25 Thread bgraves
Is there a particular AdWords class that I can use to get the AuthToken or do I have to POST to the ClientLogin URL? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

AuthToken (requirement for v201109): not required in v201101

2012-01-25 Thread bgraves
Questions: 1) Why is the AuthToken now required for v201109 but not v201101 Reporting service? 2) What other v201109 services required AuthToken? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Need solution for v13 Keyword Activity Report ASAP

2012-01-19 Thread bgraves
How can I create a report with v201109 that has the same data (and number of rows) as the v13 Keyword Activity Report. I've looked at the various Performance Report that v201109 offers but I need one that combines both keyword and ad performances. For some reason, I get 6 times less rows as the

Reporting: v13 has way more rows than v201101

2012-01-11 Thread bgraves
I've noticed that the Keyword Activity report in v13 has 6 times as many rows as the v201101 Ad Performance Report. This is due to the fact that I am missing a lot of impression/position data due to missing keywordid row data that I have in v13. Is v201101 filtering out keywordid rows that have

Re: CustomerSyncService: getting INVALID_TIMEZONE error on all my accounts now

2011-12-07 Thread bgraves
Still getting the same INVALID_TIMEZONE error today using numerical offsets (haven't tried specifier yet). I thought the fix would be rolled out by now (currently using v201008). When will it be fixed? On Dec 5, 9:32 am, David Torres davi...@google.com wrote: Hi Brian, The fix should be

Re: CustomerSyncService: getting INVALID_TIMEZONE error on all my accounts now

2011-11-30 Thread bgraves
What format is the API expecting for the data range then? How should I format the named timezones? On Nov 29, 2:43 pm, Eric Koleda eric.kol...@google.com wrote: Hi, Thank you for reporting this issue.  It looks like there was recently some changes in the validation code for timezones in this

Re: CustomerSyncService: getting INVALID_TIMEZONE error on all my accounts now

2011-11-30 Thread bgraves
Eric, Can you give me the acceptable format string to use in the min/max dateTimeRange request for the API. Currently, I'm using this format: MMdd HHmmss zzz Thanks, Brian On Nov 30, 2:59 pm, Eric Koleda eric.kol...@google.com wrote: Hi, A fix should be going out next week or so that

CustomerSyncService: getting INVALID_TIMEZONE error on all my accounts now

2011-11-25 Thread bgraves
This error hasn't happened before. Did Google change requirements for this service? I've always sent my request with my current timezone and never received this error before. Please reply ASAP since this error is causing our clients to panic during Black Friday. Thank you in advance for your

Re: number of concurrent API connections for pulling reports?

2011-09-30 Thread bgraves
I have migrated to v201101 (not in production yet) and have had nothing but problems with reporting. As far as getting the the report in seconds, you need to download them in GZIP format to get them in a reasonable amount of time...otherwise getting the XML is extremely slow. This is a minor

ReportService (v13) taking a very long time/timing out

2011-09-28 Thread bgraves
Since Friday of last week, we've noticed that it's been taking longer and longer to get a Completed ReportJobStatus back when making Keyword Performance Report requests. Today, we are timing out (after 2 hours!) waiting for a response. Is this being looked at currently? --

Re: number of concurrent API connections for pulling reports?

2011-09-28 Thread bgraves
I'm not getting any RateExceededErrors. However, it seems that the more requests I make, the longer it takes to get a response back...some report requests are timing out after 2 hours. I'm using v13 ReportService. Does this service behave differently? On Sep 9, 7:08 am, Anash P. Oommen

CustomerSyncService: no changes returned when UI lists them

2011-09-15 Thread bgraves
Many of my Destination URLs were changed at 5:13pm (GMT+1) on Sept. 7. I tried using the CustomerSyncService to find these changes and update them in our dateabase. Unfortunately, the service isn't returning any changes at all. Any idea why this is happening? Would it have anything to do with

Re: number of concurrent API connections for pulling reports?

2011-09-08 Thread bgraves
Thanks but that link isn't specific to how many simultaneous calls to the report download are allowed. Do you have any information on this? On Sep 7, 4:40 am, Anash P. Oommen anash.p.oommen+fo...@google.com wrote: Hi, AdWords API treats report downloads the same way as any other API calls,

number of concurrent API connections for pulling reports?

2011-09-02 Thread bgraves
Since we have so many client, it takes too long to pull one report at a time and I want to use async processing to pull multiple reports at the same time. What is the maximum number of requests I can make at the same time? Does the API throw an exception if this is exceeded? Does it depend on my

error when trying to download Keyword Performance report (v201101)

2011-08-31 Thread bgraves
I keep getting the following error after calling client library function Google.Api.Ads.AdWords.Util.Reports.ReportUtilities.DownloadClientReport() : Received an unexpected EOF or 0 bytes from the transport stream. This is the 3rd time in a row that this exception was thrown. I didn't get this

Re: Keyword Performance Report v201101 discrepency with v13

2011-08-30 Thread bgraves
Any ETA when a solution will be available? Currently, merging 3 different reports into 1 for all our accounts is an extremely painful process. On Aug 23, 10:10 am, Eric Koleda eric.kol...@google.com wrote: Hi Ernnie, Unfortunately it isn't possible using v201101 reporting to get all criteria

how can I remove topVsSide column in report (v201101)?

2011-08-23 Thread bgraves
For some reason, my Keyword Performance and Managed Placement Performance reports have this topVsSide column which sometimes causes the number of rows to double is the value is different. I wish to remove this column from my reports to prevent this behavior but can't find the report definition

Re: how can I remove topVsSide column in report (v201101)?

2011-08-23 Thread bgraves
Finally found it: it's called Slot On Aug 23, 3:32 pm, bgraves bgra...@webmetro.com wrote: For some reason, my Keyword Performance and Managed Placement Performance reports have this topVsSide column which sometimes causes the number of rows to double is the value is different.  I wish

Ad Performance report (v201101) taking almost a half hour to download

2011-08-19 Thread bgraves
I was under the impression that reports would only take a few seconds after I upgraded to the new reporting API. However, not only does it look like I need to pull 3 different kinds of reports just to get the same data as the v13 Keyword Performance report, but the speed is drastically slower

want to sort reports by KeywordId (v201101)

2011-08-19 Thread bgraves
I want to sort my reports by KeywordId (so I can merge faster since I'm having to pull 3 different reports to get a v13 Keyword Performace report). Here's the code I'm using for sorting: Dim orderBy As New OrderBy orderBy.field = KeywordId orderBy.sortOrder =

CustomerSyncService: destination URL changes not being returned

2011-08-16 Thread bgraves
Why is this happening now? Only the placement deletions are being returned (not the destination URL changes of several Ads): -BEGIN API CALL- Request --- POST /api/adwords/ch/v201008/CustomerSyncService User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS

Re: CustomerSyncService: destination URL changes not being returned

2011-08-16 Thread bgraves
I figured it out. It looks like this problem is related to the timezone of the account (-08:00) which is different than our timezone (-07:00). On Aug 16, 9:22 am, bgraves bgra...@webmetro.com wrote: Why is this happening now?  Only the placement deletions are being returned

Re: Merging Ad, Keyword, and Managed Placement Performance Reports

2011-08-15 Thread bgraves
in the adwords ui. And we're stuck on how to integrate the managed placementreport. What do you do here? Do you put the placement in the same column as thekeywordand have a flag in the table to indicate that the entity is a placement rather than akeyword? On Jul 28, 7:08 pm, bgraves bgra

Merging Ad, Keyword, and Managed Placement Performance Reports

2011-07-28 Thread bgraves
I'm sure lots of people have had issues with the Keyword Performance Report missing information (like managed placement used, creative used, etc.) It seems that the only solution that I've read on this forum is that it is necessary to merge all 3 reports together...but how? Just wanted some

Re: Keyword Performance report missing CreativeId (was available in v13)

2011-07-25 Thread bgraves
I've read the issues mentioned in the threads you've included but no one has mentioned the issue with creative information missing from the keywords performance report. ALL creative information is available in the v13 keyword performance report and I cannot use the Ad Performance report in

Re: CustomerSyncService: not recognizing change to MaxCPC

2011-07-13 Thread bgraves
Thanks. It looks like I used AM instead of PM for the date in my first example...so that example wasn't valid. I can't recreate the issue now when using the correct date: using 20110630 131132 -07:00 gives me the criteria change. I'm not sure why I didn't get the change back on 6/30 and I can't

Re: CustomerSyncService: not recognizing change to MaxCPC

2011-07-12 Thread bgraves
The precision is due to the fact that I need to get all the changes since the last time that the CustomSyncService ran a get operation. I don't see why the precision matters since the very next call to the service takes a dateTimeRange starting from the last precise dateTimeRange. Since neither

Re: v13 reporting giving more cost in API vs. Google UI

2011-07-06 Thread bgraves
OKay, it looks like the UI doesn't include the phone cost for the campaign. This is confusing since the API includes it. Is there a reason for leaving this out in the UI? On Jul 5, 3:26 pm, bgraves bgra...@webmetro.com wrote: More specifically, most campaigns have a matching cost.  However

Re: AdGroupAdService: QuotaCheckError.INVALID_TOKEN_HEADER

2011-07-06 Thread bgraves
I noticed this error occuring constantly last week with several accounts. Yes, many many retries eventually resolved the issue. This week, I haven't noticed the issue at all. On Jul 6, 9:27 am, Eric Koleda eric.kol...@google.com wrote: Hi, Are you noticing any patterns with this error?  Do

Re: can't create TemplateAd anymore with API upgrade

2011-07-05 Thread bgraves
Again, why is it giving me an error on videoId? Is this required in the current API? How can I create a TemplateAd just like my existing one that doesn't have a videoId? If I need a videoId, where do I get it? Make one up??? On Jul 5, 12:43 am, Anash P. Oommen anash.p.oom...@google.com wrote:

Re: v13 reporting giving more cost in API vs. Google UI

2011-07-05 Thread bgraves
More specifically, most campaigns have a matching cost. However, depending on the account, one or two campaigns are either showing $3 or $4 less (exactly) in the UI vs. the API. On Jul 5, 2:52 pm, bgraves bgra...@webmetro.com wrote: Until this month, the data returned from the API matched

AdGroupAdService: QuotaCheckError.INVALID_TOKEN_HEADER

2011-07-01 Thread bgraves
I keep getting this error on several accounts. This started happening a couple of days ago. How can I prevent this from occurring? I need to retrieve these Ads ASAP. Here's my SOAP request... -BEGIN API CALL- Request --- POST

v13 reporting down

2011-06-30 Thread bgraves
At 8:41am, I started getting this exception for all my client accounts: User does not have permissions to use AdWords API (e.g. read only or reports only user) This error doesn't make sense since I'm only pulling reports using these accounts for months now. Is there an issue with v13

Re: v13 reporting down

2011-06-30 Thread bgraves
Sorry, I just figured out why I'm getting this error: client canceled. :( On Jun 30, 8:57 am, bgraves bgra...@webmetro.com wrote: At 8:41am, I started getting this exception for all my client accounts: User does not have permissions to use AdWords API (e.g. read only or reports only user

CustomerSyncService: returning Ad IDs for Ads that cannot be retrieved

2011-06-27 Thread bgraves
This only happens on one of my accounts but for some reason, CustomerSyncService is returning changed Ad IDs that refer to Ads that cannot be retrieved. How is this possible and how can I fix this problem so I can use CustomerSyncService again (right now I cannot use it due to this issue)?

Re: v13 reporting taking much longer

2011-06-01 Thread bgraves
I just sent you an email. Today, daily keyword activity reports took 20-58 minutes to run this morning which is the worst I’ve ever seen it. You asked for CIDs. Do you mean the client account #s? On May 24, 8:42 am, Kevin Winter kevin.win...@google.com wrote: Hi,   Can you send an email to

Re: v13 reporting taking much longer

2011-05-24 Thread bgraves
It's taking even longer this morning (twice as long, in fact) to pull reports. Is v13 reporting having issues? On May 16, 8:36 am, Kevin Winter kevin.win...@google.com wrote: Hi,   From time to time, the reporting backend may experience some hiccups due to maintenance or heavy load which may

When exactly is reporting ready for today?

2011-05-20 Thread bgraves
I live in California and my client is in a different country which is 9 hours ahead of us. So at 3pm PST, my client is done for today and wants their report. How long do I need to wait after this time to pull an acurate report? Basically, can I start pulling activity reporting using the API for

v13 reporting taking much longer

2011-05-13 Thread bgraves
I've noticed that reports initiated between 3am-7am on Tuesday,Thursday, and today this week are taking much longer than usual to complete. Yesterday, in fact, some of our reports were pending for over 3 hours. This wasn't happening at all last week and our reports ran at a reasonable rate. Is

CustomerSyncService: RateExceededError exception thrown

2011-05-13 Thread bgraves
I am currently following Google's recommendation for handling the the TOO_MANY_CHANGES error by narrowing the date range until I successfully receive the CustomerChangeData. I am only doing this for a single campaign within a 24 hour period by decreasing the range by 1 hour until I get the

Re: CustomerSyncService: 1 campaign with a 1 second range causing TOO_MANY_CHANGES error

2011-05-02 Thread bgraves
Thanks for researching this. We definately need to be able to get the changes that occurred (even with conversion optimizer adjustments). Without these changes, I really can't see the benefits of using this service. We've spent countless hours coding and troubleshooting the implemenentation of

CustomerSyncService: 1 campaign with a 1 second range causing TOO_MANY_CHANGES error

2011-04-29 Thread bgraves
-BEGIN API CALL- Request --- POST /api/adwords/ch/v201008/CustomerSyncService User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 4.0.30319.1) VsDebuggerCausalityData: uIDPo51CQkZavTNBpsf3G7S60cUALAwihTYlKkWZNWc6nG2k/

Re: Change History report using API?

2011-04-11 Thread bgraves
Has this been changed yet? If not, when will the limit be increased? On Mar 30, 10:58 pm, Anash P. Oommen anash.p.oom...@google.com wrote: Hi, I did, and I opened a request with the Change history team to have this limit increased. Once that is done, you should not get TOO_MANY_CHANGES

Re: Change History report using API?

2011-03-30 Thread bgraves
I haven't tried one at a time. I'm getting a list of all my campaign IDs and using it in my selector. Did you take a look at my requiestId (c61e8adfdda36cd38b117e7484003235)? On Mar 28, 11:28 pm, Anash P. Oommen anash.p.oom...@google.com wrote: Hi Brian, Do you get this error even when

CustomerSyncService - a few seconds triggers TOO_MANY_CHANGES

2011-03-29 Thread bgraves
Okay, here's the requestId from the SOAP request generated (using a 45 second limit!) on Monday at 11:33am PST: c61e8adfdda36cd38b117e7484003235 -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Change History report using API?

2011-03-24 Thread bgraves
Eric, 45 seconds isn't small enough for some of my accounts (throws TOO_MANY_CHANGES exception). Are we expected to call this service in a long long loop of 5 second increments just to get a day's worth of change history? This seems rather a waste. Brian On Mar 23, 11:40 am, Eric Koleda

Change History report using API?

2011-03-16 Thread bgraves
Will it be possible to obtatin a Change History report through the AdWords API? Currently, to find out what bid changes were made, we still have to log into the account and get it in from the Reporting and Tools tab. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: CustomerSyncService dateTimeRange format issues

2011-02-14 Thread bgraves
an InternalApiError.UNEXPECTED_INTERNAL_API_ERROR when you give an invalid string for dateTimeRange. Cheers, Anash P. Oommen, AdWords API Advisor. On Feb 10, 9:05 pm, bgraves bgra...@webmetro.com wrote: Figured it out: -08:00 instead of PST On Feb 10, 5:35 pm, bgraves bgra

CustomerSyncService dateTimeRange format issues

2011-02-10 Thread bgraves
According to the documentation, I need to use MMdd HHmmss zzz for the dateTimeRange. Unfortunately, if I use PST or pst for zzz, the api always throws the following exception: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR For instance, I can't have my min portion containing 20110209 172236

Re: CustomerSyncService dateTimeRange format issues

2011-02-10 Thread bgraves
Figured it out: -08:00 instead of PST On Feb 10, 5:35 pm, bgraves bgra...@webmetro.com wrote: According to the documentation, I need to use MMdd HHmmss zzz for the dateTimeRange.  Unfortunately, if I use PST or pst for zzz, the api always throws the following exception

when is v13 reporting sunset?

2011-02-04 Thread bgraves
Is there an official URL where I can get an exact date for when this service will no longer be available? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

is there a wayto get Sitelink statistics?

2011-01-21 Thread bgraves
Currently, the only way we can get Sitelink statistics is if we log into the account and click the Ad extensions tab. However, a better way would be to run a report on Sitelink performance using the Adwords API. Is there a particular report that will give us the information we are seeing on the

what is BoomUserList in the keyword performance report?

2011-01-21 Thread bgraves
I've noticed that when my campaign doesn't have any keywords (ads only) but there is still traffic being reported on kwSite called boomuserlist::23287 with a kwSiteType of BoomUserList. Also, even though there aren't any keywords, it still gives me a keywordid. Is this fake keyword or something?

Re: ReportService (v13) error: Arithmetic operation resulted in an overflow

2010-10-21 Thread bgraves
? Cheers, Anash P. Oommen, AdWords API Advisor. On Oct 20, 9:51 pm, bgraves bgra...@webmetro.com wrote: For some reason, this only happens with 2 of our client accounts: I keep getting this Exception thrown every time I call scheduleReportJob().   It seems like the problem is with the actual

ReportService (v13) error: Arithmetic operation resulted in an overflow

2010-10-20 Thread bgraves
For some reason, this only happens with 2 of our client accounts: I keep getting this Exception thrown every time I call scheduleReportJob(). It seems like the problem is with the actual accounts. Can Google repair these accounts so I pull reports for them? I've email account details directly

Re: logging doesn't work with v13 ReportService

2010-10-18 Thread bgraves
is addressed. Note that I do not monitor this email account regularly, so you have to update the forum thread to let me know that you have mailed the details. Cheers, Anash P. Oommen, AdWords API Advisor. On Oct 16, 12:12 am, bgraves bgra...@webmetro.com wrote: Here's my stack trace

logging doesn't work with v13 ReportService

2010-10-13 Thread bgraves
I'm getting the following exception thrown from the Adword api every single time I try to run a report (only happening for one client account...all other client accounts work fine): Arithmetic operation resulted in an overflow. I'm assuming that I need a SOAP request for Google to troubleshoot

Re: Reports via the API are not finishing

2010-09-16 Thread bgraves
Today, our reports are timing out after about 1 hour. This problem started happening around 4:35am PST. It seems to happen with only particular accounts. On Sep 16, 8:58 am, kwall...@gmail.com kwall...@gmail.com wrote: same problem here, report stuck in pending On Sep 16, 6:39 am, j.e.frank