AdWords API token time

2012-08-13 Thread nick_ddm
Hello! I know there's a lot of these posts about how long Google is taking to approve AdWords API but, despite being in communication with Google, we've been in limbo (neither fully approved nor declined) for over 7 months now; We've had some communication, and we've provided all the details ne

Re: Keywords_Performance_Report - how to download data for deleted keywords?

2012-08-13 Thread Dorian Kind
Hi Crosby, my guess would be that the "IsNegative" field is preventing zero-impression rows (and thus deleted keywords) from being returned. Try your report query with that field removed from the selector to see if that's really the case. Cheers, Dorian On Monday, August 13, 2012 10:40:23 PM U

Re: OperatingSystemVersion

2012-08-13 Thread David Torres
Hi Vishal, OperatingSystemVersion criteria can be added to campaign via the CampaignCriterionService

Re: v201206 authentification error (latest perl v201206 client library)

2012-08-13 Thread David Torres
Hi Maxim, What kind of authorization method are you trying to use? which keys are you setting in your adwords.properties file? Best, -David Torres - Author of the Perl client library On Wednesday, August 8, 2012 7:17:45 AM UTC-4, Maxim Kurapatkin wrote: > > Hello, > I'm trying switch on the ne

Re: Keywords_Performance_Report - how to download data for deleted keywords?

2012-08-13 Thread Crosby (StoneTempleConsulting)
Possibly Resolved: Include the entire date range in order to get all inactive objects. Is this really the only way to get everything? Is there a better way to get status, Bid, and QualityScore for ALL Keywords, as of today? thanks kindly, ~Crosby -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Keywords_Performance_Report - how to download data for deleted keywords?

2012-08-13 Thread Crosby (StoneTempleConsulting)
I'm trying to get a full snapshot of all structure data, including deleted keywords. The following report spec appears to fail to return data for deleted keywords in some cases. Any help modifying my report spec, or explaining the proper use of AdHoc reports for my purpose would be great. adwor

Report "account timezone" has incorrect offset

2012-08-13 Thread Brandon Parise
I pull a report @ 3:30PM EST and this is an example row: 98697020,2012-08-13,15,(GMT-05:00) Eastern Time The problem here is that currently Eastern Time is GMT-04:00 due to daylight savings. This is causing some confusion on our end because 3PM @ -05:00 offset is actually in the "future" Bran

Re: Sandbox Problem: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]

2012-08-13 Thread Kevin Winter
Hi, Could you please check the SOAP XML log (see the README) after running the GetAccountHierarchy example? Due to some sandbox quirks, not all the libraries properly handle the sandbox SOAP response. If you are getting back client accounts that have non-0 IDs, you should be able to set one

Re: Can't compile AdWords API Example File?

2012-08-13 Thread Kevin Winter
Hi James, Based on these screenshots, it doesn't look like it's getting far enough to execute our library. Besides your Window's machine firewall, are you perhaps behind a corporate firewall? I'd recommend trying to compile another project with maven to make sure maven can reach any reposito

Re: Reports not being returned in requested format

2012-08-13 Thread tozor
We are caching the AdwordsUser instance in our code (which contains the token). However we were doing this in the reporting part of our application based on the account email, which is not the same as the email we use for authentication which is for our MCC. So we would only authenticate once

Re: Sandbox Problem: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]

2012-08-13 Thread Allan Lopez
Also when I try to run the AddCampaigns. I get this error also: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]] I'm using v201109 On Tuesday, August 14, 2012 12:30:27 AM UTC+8, Allan Lopez wrote: > > I'm also experiencing this as of now. I've just created a new google mail >

Re: Reports not being returned in requested format

2012-08-13 Thread Oliver
Hi Tim, do you mind sharing which object is the one that actually needs caching instead? Oliver On Monday, August 13, 2012 5:00:02 PM UTC+1, tozor wrote: > > After looking at the source of the Adwords java client library, we see > where our code needs to be changed. We were caching the tokens

Re: Sandbox Problem: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]

2012-08-13 Thread Allan Lopez
I'm also experiencing this as of now. I've just created a new google mail account a while ago. I am using the php client library. a. Call GetAllCampaigns example to initialize the sandbox if not done already. - returned "No campaigns were found." b. Call GetAccountHierarchy example to get the

Re: Reports not being returned in requested format

2012-08-13 Thread tozor
After looking at the source of the Adwords java client library, we see where our code needs to be changed. We were caching the tokens but not optimally for this report download code path. Thanks again for the quick reply. As a developer responsible for a very large application with a very la

Re: API developer token taking crazy long

2012-08-13 Thread Kevin Winter
Hi all, We've added a sticky post to address questions like these: https://groups.google.com/d/topic/adwords-api/iAnYkJX1OD8/discussion - Kevin Winter AdWords API Team On Monday, August 13, 2012 11:27:37 AM UTC-4, Mindcom wrote: > > Hi Kevin, > > I'm sorry if I'm writing in the wrong place her

Re: Sandbox MCC GetCampaigns Not Generating Test ClientCustomerId Values

2012-08-13 Thread Kevin Winter
Hi all, I posted an update in another thread: We're working on implementing and testing a fix that we hope to roll out in the coming week or two. I apologize for the inconvenience. - Kevin Winter AdWords API Team On Monday, August 13, 2012 11:06:44 AM UTC-4, Alex wrote: > > Account initializ

Re: OAuth - didn't see it mentioned so I thought I'd ask

2012-08-13 Thread Kevin Winter
Hi VijayRaj, I'm glad its working for you. If you are using reports, you'll want to make sure you're using 1.7.1 - 1.7.0 had a bug with report downloads that 1.7.1 fixes. Regarding account info, you can use the CustomerService to obtain the information for the targeted account - in your scen

Re: @kevin >> sandbox account initialization logic didn't properly initialize accounts (and assigned them zeros).

2012-08-13 Thread Kevin Winter
Hi all, We apologize for this inconvenience. We're working on implementing and testing a fix that we hope to roll out in the coming week or two. - Kevin Winter AdWords API Team On Saturday, August 11, 2012 6:09:26 AM UTC-4, James Scott wrote: > > > > On Wednesday, July 25, 2012 10:56:51 PM UT

Re: Retrieving keyword match type in v201206 Java lib

2012-08-13 Thread Kevin Winter
Hi, My apologies. I spoke with some of the engineers who made the change and they indicated that due to backend changes, this information is no longer available in v201206 and probably future versions of the API. - Kevin Winter, AdWords API Team On Friday, August 10, 2012 2:58:29 AM UTC-4, S

Re: API developer token taking crazy long

2012-08-13 Thread Mindcom
Hi Kevin, I'm sorry if I'm writing in the wrong place here! We applied some 5 months ago to get our Adwords API switched on and still haven't had anything happen.. Although the contact team are good and check for us, all they can say is that there is a back log. However, I know other people

Re: Sandbox MCC GetCampaigns Not Generating Test ClientCustomerId Values

2012-08-13 Thread Alex
Account initialization on the sandbox has now broken for 3 weeks, can we please have an estimated time to fix at least? Of course I'd prefer it to be working again now! ;) On Wednesday, 8 August 2012 12:23:32 UTC+1, techie ace wrote: > > I have been following this post to keep a tab on this iss

v2012106 .net client library?

2012-08-13 Thread Reed
I'm trying to determine the status of the .NET client library for v201206 - it sounded like there were some issues with it when it was first released. Are people still having problems, or is it now good to go, especially for the reporting service (ad hoc reports)? Or should I wait for a drop o

Re: Reports not being returned in requested format

2012-08-13 Thread tozor
Thanks for the quick reply. We are using the Adwords java client library, the call that is failing is: Caused by: com.google.api.adwords.lib.AuthTokenException: Auth token could not be retrieved because of error: CaptchaRequired at com.google.api.adwords.lib.AuthToken.getAuthToken(AuthToken

Re: Reports not being returned in requested format

2012-08-13 Thread AdWordsAPIAdvisor
Hello Tim, You are being limited by the authorization mechanism, not AdWords API. The ClientLogin protocol refuses to authorize too often with the email and password for security reason. We recommend either switching to OAuth2.0 or storing and re-using AuthTokens. See this article for more detail

Re: Can't compile AdWords API Example File?

2012-08-13 Thread Kevin Winter
Hi, I'd like to echo jstedman's comments. The commandline output definitely makes it sound like a firewall or network issue. The values in ads.properties are only used when the example is run, and the stacktrace would look much different if it got that far. I suspect that your Mint machine

Adwords won't link to Google Analytics

2012-08-13 Thread jkinguk
Dear Google, I've been using a Google MCC account and I've tried linking Google Analytics to an Adwords account by going to Tools and Analytics > Google Analytics. It doesn't matter which browser I use, I encounter a 404 page not found error. I've called Google Support and I'm still awaiti

Re: Reports not being returned in requested format

2012-08-13 Thread tozor
After some more research, the problem is that we are frequently getting the following error returned: com.google.api.adwords.lib.utils.v201109.ReportException: Could not obtain AuthToken which in turn is being caused by Caused by: com.google.api.adwords.lib.AuthTokenException: Auth token cou

Re: OAuth - didn't see it mentioned so I thought I'd ask

2012-08-13 Thread VijayRaj Chauhan
Hi Kevin, OAuth2 authentication is now working fine for javaWIth that token how do I get the current users account information ??. I referred to the GetAccountHierarchy.java example but it returns all the client emails as well as mcc account emails. For e.g, if MCC_1 account is linked to MC

Re: How can I tell if an AdGroupCriterion is a Display Keyword

2012-08-13 Thread Danial Klimkin
Hello bgraves, I believe you are looking for these flags: https://developers.google.com/adwords/api/docs/reference/latest/CampaignService.NetworkSetting They are specific for the campaign, not criterion. -Danial, AdWords API Team. On Wednesday, August 8, 2012 3:08:11 AM UTC+4, bgraves wr

Re: Strange TargetError.TARGET_ERROR exception for a single campaign

2012-08-13 Thread Danial Klimkin
Hello kewbank, This error means the network settings provided are not acceptable. Particularly, I believe you can not set targetContentContextual to any value if targetContentNetwork is false. Generally, targetContentContextual can't be modified as it defaults to true for all new campaigns and

Re: The coordinates or dimensions of the range are invalid

2012-08-13 Thread Danial Klimkin
Hi dnnrg26, This forum is for questions regarding AdWords API only. Your question does not look specific to the AdWords API. Please contact relevant mailing list. -Danial, AdWords API Team. On Thursday, August 9, 2012 3:08:07 PM UTC+4, dnrg26 wrote: > > hi some one please advise me;; > > var

Re: Reports not being returned in requested format

2012-08-13 Thread Danial Klimkin
Hi mm, Do you use any of our client libraries? Are there any network issues you see this morning as well? -Danial, AdWords API Team. On Friday, August 10, 2012 6:27:18 PM UTC+4, mm wrote: > > Hey guys - > I am seeing this problem with multiple (but not all) accounts this > morning. I am req

Re: Worried about requirements for adwords api key

2012-08-13 Thread Danial Klimkin
Hello Marc, Our team can answer on technical questions only, for policy questions please check with the tokens review team directly: adwordsapi-tok...@google.com it sounds like you will need to implement the RMF in full. -Danial, AdWords API Team. On Friday, August 10, 2012 7:43:04 PM UT