Re: AdsCommon Error

2012-11-07 Thread Victor Sheshenya
AdsCommon::Errors::Error: Environment 'PRODUCTION' does not support version 'v201206' from /home/vs/.rvm/gems/ruby-1.8.7-p358@adwizard/gems/google-ads-common-0.7.2/lib/ads_common/api.rb:145:in `validate_service_request' from /home/vs/.rvm/gems/ruby-1.8.7-p358@adwizard/gems/google-ads-

Re: AdsCommon Error

2012-11-07 Thread Victor Sheshenya
AdsCommon::Errors::Error: Environment 'PRODUCTION' does not support version 'v201206' from /home/vs/.rvm/gems/ruby-1.8.7-p358@adwizard/gems/google-ads-common-0.7.2/lib/ads_common/api.rb:145:in `validate_service_request' from /home/vs/.rvm/gems/ruby-1.8.7-p358@adwizard/gems/google-ads-

AdsCommon Error

2012-11-07 Thread Victor Sheshenya
Help, AdsCommon::Errors::Error: Environment 'PRODUCTION' does not support version 'v201206' -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Account service in DLL - 2012_09

2012-11-07 Thread kẹo lạc trà đá
When i call Account service use dll - 2012_09. The google service often return ERROR - Time out ! :( What's wrong ! Is new service problem ? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com

Re: Token went from Approved to Pending Approval randomly?

2012-11-07 Thread Sahil Jain
This is the issue we all experienced with the API prior to this all happening: https://groups.google.com/forum/?fromgroups=#!topic/adwords-api/ka19cZNbQo8 On Wednesday, November 7, 2012 4:01:12 PM UTC-8, Sahil Jain wrote: > > Hi, > > We've been using our MCC account via the API for months now an

Token went from Approved to Pending Approval randomly?

2012-11-07 Thread Sahil Jain
Hi, We've been using our MCC account via the API for months now and were approved over 3 months ago or so. All of a sudden, on Friday, we started catching errors. Turns out our token status was randomly set to pending approval? There was no notification, reason or warning. This has happened to

Re: [v201209] Vietnam ID 2704 - LocationSearchParameter Error

2012-11-07 Thread Ksenya Arsenevna
We are having exactly the same problem. PHP client lib 3.2.0. API v201206 *and* v201209 both return the same error. The location error is returned in about 4 out of 5 repeated requests. About 1 of 5 returns correct response. Google - please pay your urgent attention to your Adwords API being

Re: CriterionError.INVALID_CRITERION_ID @ selector.searchParameters[0].locations[0]; trigger:'2826'

2012-11-07 Thread Ksenya Arsenevna
We are having exactly the same problem. PHP client lib 3.2.0. API v201206 *and* v201209 both return the same error. The error is returned in about 4 out of 5 repeated requests. About 1 of 5 returns correct response. Google - please pay your urgent attention to your Adwords API being currently

campaignService.mutate exception, customer id required

2012-11-07 Thread Hum Hawks
Hi, I am using adword api, I supplied client customer id, when I run the campaignService,mutate, it still ask for it? Google charge API use, why no one support? Humm -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogsp

Re: Required Minimum Functionality question.

2012-11-07 Thread Kevin Winter
Hi, We cannot interpret the requirements of the Terms and Conditions and Required Minimum Functionality. You'll need to ask the Token Review team (adwordsapi-tokens AT google.com). - Kevin Winter AdWords API Team On Saturday, November 3, 2012 4:42:18 PM UTC-4, Ryan Detzel wrote: > > I'm a li

Re: AccountId predicate in report not working

2012-11-07 Thread Kevin Winter
Just to note, all reports will only ever have a single account, so specifying the account or externalid in a predicate is redundant, just change the clientCustomerId header instead. - Kevin Winter AdWords API Team On Saturday, November 3, 2012 4:42:59 AM UTC-4, Oliver wrote: > > There are two a

Re: What does "EnitityCountLimitExceeded.ACCOUNT_LIMIT" mean in regard to BudgetService?

2012-11-07 Thread Kevin Winter
Hi Bryan, Shortly after you made this forum post, we increased the limit of the number of budgets allowed in an account. Are you still running into this problem? - Kevin Winter AdWords API Team On Monday, October 29, 2012 12:45:05 AM UTC-4, Bryan Minor wrote: > > In working on moving to v201

Re: CriterionError.INVALID_CRITERION_ID @ selector.searchParameters[0].locations[0]; trigger:'2826'

2012-11-07 Thread Gatsby Lee
oh really? location id 2826. I think it is GB. I am able to use the location id 2826. BTW I am using 3.2.0 On Wednesday, November 7, 2012 1:15:46 PM UTC-8, Ian Knox wrote: > > ad no luck with 3.2.2 either. > :( > > On Wednesday, November 7, 2012 3:02:07 PM UTC-6, Ian Knox wrote: >> >> For wh

Re: SEARCH_QUERY_PERFORMANCE_REPORT

2012-11-07 Thread Kevin Winter
Hi, The field names are case sensitive, the correct field name is in fact "Query" which it appears from the error you are using. Can you post the full ReportDefinition you are using? - Kevin Winter AdWords API Team On Thursday, November 1, 2012 11:13:03 AM UTC-4, steven66062 wrote: > > In th

Re: Unable to modify Budget of campaign

2012-11-07 Thread Kevin Winter
Hi, To update an existing budget (whether you created a new shared budget with v201209 or using a pre-existing budget) you need to use the BudgetService, specify BudgetId and any fields you want to alter with a mutate SET call. If you want to delete a budget, you'll need to update any campaig

What's the status of the sandbox?

2012-11-07 Thread Paul Groetzner
The sandbox doesn't appear to be fully functional today. Earlier I had difficulty using it at all. Now it seems partial functionality is restored. At the moment when I try to retrieve AdGroups I'm getting this error: System.Web.Services.Protocols.SoapException ([InternalApiError.UNEXPECTED_INT

Re: the creation date of a campaign to show?

2012-11-07 Thread Kevin Winter
Another option is to use the Account Performance report with the fields Year, Month and Impressions. This will give one row per month that you can query separately. - Kevin Winter AdWords API Team On Tuesday, October 30, 2012 8:24:24 PM UTC-4, J wrote: > > I have the same need to know the acco

Re: Determine account creation date?

2012-11-07 Thread Kevin Winter
Hi, As far as I know, the date an AdWords account was created isn't stored anywhere. I'm also not sure how useful this would be, as there's no guarantee that is the date they started seeing impressions (i.e. if they hadn't set up billing or added a campaign ready to serve until much later).

Re: Adwords Sandbox down?

2012-11-07 Thread Paul Groetzner
I take that back. Some of the functionality is back, not all On Wednesday, November 7, 2012 4:24:00 PM UTC-5, Paul Groetzner wrote: > > Started working again for me. ;) > > On Wednesday, November 7, 2012 3:34:00 PM UTC-5, Andy wrote: >> >> Stopped working for me about 3 hours ago, as well. >> >>

Re: Adwords Sandbox down?

2012-11-07 Thread Paul Groetzner
Started working again for me. ;) On Wednesday, November 7, 2012 3:34:00 PM UTC-5, Andy wrote: > > Stopped working for me about 3 hours ago, as well. > > On Wednesday, November 7, 2012 1:38:15 PM UTC-5, Stefan den Hartog wrote: >> >> Anyone else getting the error: >> >> An error has occurred: Inter

Re: CriterionError.INVALID_CRITERION_ID @ selector.searchParameters[0].locations[0]; trigger:'2826'

2012-11-07 Thread Ian Knox
ad no luck with 3.2.2 either. :( On Wednesday, November 7, 2012 3:02:07 PM UTC-6, Ian Knox wrote: > > For what it's worth, we've been seeing the same issue while using PHP > client lib 3.2.1 and v201209 *and* v201206. > I see that 3.2.2 has been released so I'll give that a go and report ba

Re: Video campaigns statistics

2012-11-07 Thread Kevin Winter
Hi Martin, We have nothing to announce at this time. We'll definitely post to our blog whenever we release new functionality: http://googleadsdeveloper.blogspot.com/search/label/adwords_api - Kevin Winter AdWords API Team On Saturday, October 27, 2012 8:01:08 AM UTC-4, Martin Gomez wrote: >

Re: PHP Client Library - Formatting Requests

2012-11-07 Thread Kevin Winter
Please note that by default, there are no campaigns in a newly initialized account. You'll need to call AddCampaigns to add some campaigns before GetCampaigns or GetCampaignStats will return any results. - Kevin Winter AdWords API Team On Friday, October 26, 2012 4:51:26 AM UTC-4, laid kalkoul

Re: CriterionError.INVALID_CRITERION_ID @ selector.searchParameters[0].locations[0]; trigger:'2826'

2012-11-07 Thread Ian Knox
For what it's worth, we've been seeing the same issue while using PHP client lib 3.2.1 and v201209 *and* v201206. I see that 3.2.2 has been released so I'll give that a go and report back shortly. Ian Knox On Wednesday, November 7, 2012 12:56:18 PM UTC-6, Gatsby Lee wrote: > > If you use v2012

Re: Downloading KeywordPeformance for GoogleDisplayNetwork

2012-11-07 Thread Kevin Winter
Hi Prashant, The DestinationUrl field in the Keyword Performance report will be the keyword-specific value. Ads require a destination URL and keywords do not. You'll only see a value in this report if the keyword has a specified destination url (as opposed to using the default one specified i

Re: What is default timezone for DateRange of ReportDefinitionService?

2012-11-07 Thread Kevin Winter
Hi Tom, The timezone will always be the timezone configured for the targeted account. If you authenticate as MCC A and target account B, B's timezone will be used whenever timezone is an issue. - Kevin Winter AdWords API Team On Wednesday, October 24, 2012 2:37:45 PM UTC-4, Thomas Kessler wr

Re: What steps are taken when determining if ad text is too long, when the ad includes dynamic keyword insertion and ad params?

2012-11-07 Thread Chris
(Slightly confused, my post seems to have completely dissappeared from the forum listings, yet is still accessible directly via the url ... seeing if this helps) On Tuesday, 6 November 2012 14:38:06 UTC-5, Chris wrote: > > Hi Guys, > > So, I was wondering exactly what steps happen when AdWords r

Re: Adwords Sandbox down?

2012-11-07 Thread Andy
Stopped working for me about 3 hours ago, as well. On Wednesday, November 7, 2012 1:38:15 PM UTC-5, Stefan den Hartog wrote: > > Anyone else getting the error: > > An error has occurred: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ > com.google.ads.api.services.common.error.InternalApiError.(

Re: Receiving QuotaCheckError.INCOMPLETE_SIGNUP

2012-11-07 Thread Sahil Jain
Paul, We already had access to the API and have been pulling reports fine while using API units and everything. Now we are being required to reapply? Our business has already been hurt by this for over 5 days - are we expected to wait 5-6 weeks in the normal approval process again? Or, are yo

Re: AdParam Report

2012-11-07 Thread Kevin Winter
Unfortunately, AdParams are not currently exposed via reports. - Kevin Winter AdWords API Team On Tuesday, October 23, 2012 8:23:00 AM UTC-4, powl wrote: > > Hello, > > is it possible to download a report which contains all inserted adparams? > > with best regards > -- =~=~=~=~=~=~=~=~=~=~=~=~=

Re: Receiving QuotaCheckError.INCOMPLETE_SIGNUP

2012-11-07 Thread Sahil Jain
John, We already had access to the API. Now we are being required to reapply? Our business has already been hurt by this for over 5 days - are we expected to wait 5-6 weeks in the normal approval process again? Or, are you going to expedite the approval for those who already had access and ar

Re: API returns different results for Targeted Search Volume from the results in Keyword Tool interface

2012-11-07 Thread Kevin Winter
Hi guys, We recently published a blog post on this topic: http://googleadsdeveloper.blogspot.com/2012/11/understanding-adwords-api.html - Kevin Winter AdWords API Team On Saturday, October 20, 2012 3:21:30 AM UTC-4, mrschm wrote: > > I have the same problems. > > It seems that it only happens

Re: AdwordsSession & AdwordsServices for multiple accounts

2012-11-07 Thread Kevin Winter
Hi guys, I'm sorry, it appears I misspoke with regards to the threadsafety of GoogleCredentials. Per the javadoc, this class is indeed threadsafe. Internall

Re: Perl API examples appear to be broken - help??

2012-11-07 Thread Noah Silverman
Dave, Thanks for the fast response. I enabled oAuth2, and now am getting a different error: Version v201209 has no support for identifying clients by email at /GOOGLE-ADWORDS-PERL-CLIENT-2.7.3/lib//Google/Ads/AdWords/Serializer.pm line 68. I did read that the API now prefers a clientId instea

Re: Adwords Sandbox down?

2012-11-07 Thread Paul Groetzner
Seems to be down. I'm having issues as well. :( On Wednesday, November 7, 2012 1:38:15 PM UTC-5, Stefan den Hartog wrote: > > Anyone else getting the error: > > An error has occurred: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ > com.google.ads.api.services.common.error.InternalApiError.(Int

Is there no way to coerce KEYWORD_PERFORMANCE_REPORT rows into native objects?

2012-11-07 Thread erob
Hi, I'm just starting to use the adword api with Java. One of the things I need to do is to get the performance of certain keywords in our account (click, impressions etc) over a period of time and then carry out some analysis on this data. It seems to me that the prescribed way to do this is

Re: CriterionError.INVALID_CRITERION_ID @ selector.searchParameters[0].locations[0]; trigger:'2826'

2012-11-07 Thread Gatsby Lee
If you use v201206, it will be fine. BTW, I heard that the latest v201209 client library is fixed for this. Gatsby On Wednesday, November 7, 2012 8:43:49 AM UTC-8, rizo wrote: > > Hi > > I have been using the Google adwords api for quite some time without any > problems. I have recently started

Adwords Sandbox down?

2012-11-07 Thread Stefan den Hartog
Anyone else getting the error: An error has occurred: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro I get it with the PHP version and the Sandbox Account Viewer (java) when using the sandbox -- =~=~=~=~=~=~=~=~=~=~

Re: When will the "QuotaCheckError.INVALID_TOKEN_HEADER" issue of TargetingIdeaService be fixed in sandbox?

2012-11-07 Thread Vlad
Hello Is there any news regarding this issue? Best regards Am Mittwoch, 24. Oktober 2012 11:36:37 UTC+2 schrieb Paul Matthews: > > Hi Dehui, > > Our engineers are aware of this issue and are looking into it. > > -Paul, AdWords API Team. > > On Monday, 22 October 2012 07:53:07 UTC+1, Dehui Zheng

adhoc report errors after updating to v201209

2012-11-07 Thread chris h
Have this predicate Id NOT_EQUALS 66642776 Id NOT_EQUALS 73335776 Status EQUALS ACTIVE And getting this error ReportDownloadError.INVALID_REPORT_DEFINITION_XML Invalid ReportDefinition Xml: cvc-complex-type.2.4.a: Invali

Re: Documentation errors in TargetingIdeaService

2012-11-07 Thread Kevin Winter
Hi Rodrigo, Thanks for the report, we'll work on removing this. - Kevin Winter AdWords API Team On Thursday, October 18, 2012 6:08:55 PM UTC-4, Rodrigo Saling wrote: > > Hi Eric! > > Can you inform the documentation team to update the page again? > Because AVERAGE_TARGETED_MONTHLY_SEARCHES is

Re: Sandbox and Reporting

2012-11-07 Thread Kevin Winter
This is correct, reports with sandbox accounts will behave the same as if the account has no traffic (zero impressions). Another option is to exclude fields that prevent zero impressions, which will return structure data (and zero for metrics). - Kevin Winter AdWords API Team On Thursday, Oct

Re: Sandbox MCC GetCampaigns Not Generating Test ClientCustomerId Values

2012-11-07 Thread Kevin Winter
Hi Naor, You need to comment out the "api.adwords.clientCustomerId=" line by putting a "#" in front, this tells the java properties parsing code to ignore it, otherwise it tries to set a blank string in the header. Try that and let me know if you still see the INVALID_TOKEN_HEADER error. You

Re: Dynamic Site Link - modified by AdParam

2012-11-07 Thread Kevin Winter
Hi Petr, Unfortunately this is not possible, AdParams only work for TextAds. - Kevin Winter AdWords API Team On Monday, October 15, 2012 2:44:56 AM UTC-4, Petr Kotek wrote: > > Hello, > I'd like to ask if it's possible to modify Site Link title via AdParam > Service? I haven't found it noticed

Re: Best practices for long-lived AdWordsService, AdWordsSession, OAuth2

2012-11-07 Thread Kevin Winter
Hi guys, Just wanted to make sure you guys see the ThreadSafety wiki page we posted: https://code.google.com/p/google-api-ads-java/wiki/ThreadSafety. Of particular note is that AdWordsService is no longer considered heavy-weight. With respect to OAuth credentials, the library will try to ref

Where can I find all of the fields which I can use in scripts, and how to specify it?

2012-11-07 Thread Mirror
Hello! Where can I find all of the fields that can be specified in the: $selector-> fields = array ('Id', 'Name'); in GetAdGroups.php ? I found a 'Cost' and 'Status', and I also saw in the array is returned that there is 'startDay' field: [stats] => Stats Object (

CriterionError.INVALID_CRITERION_ID @ selector.searchParameters[0].locations[0]; trigger:'2826'

2012-11-07 Thread rizo
Hi I have been using the Google adwords api for quite some time without any problems. I have recently started to get the error: CriterionError.INVALID_CRITERION_ID @ selector.searchParameters[0].locations[0]; trigger:'2826' when getting volumes. Any idea what could be causing this? -- =~=~

Re: Ad hoc report oddity - simple request but no data returned

2012-11-07 Thread Kevin Winter
Hi, The zero-impressions behavior I discussed above is still the case. The Account Performance Report will still return zero rows if there is no activity. You can add a campaign and use the Campaign Performance Report in many situations. What are you looking for? The previous use-case for

Re: [v201209] Vietnam ID 2704 - LocationSearchParameter Error

2012-11-07 Thread Mike
The problem still exists, right? if I send multiple queries in a row the problem usually occurs only on the second or third time. *Could not process your request - [CriterionError.INVALID_CRITERION_ID @ selector.searchParameters[1].locations[0]; trigger:'2276']* Mike -- =~=~=~=~=~=~=~=~=~=~=~

Re: Problem with get montly search and CPC of adwords

2012-11-07 Thread Kevin Winter
Hi Ashish, You might want to start with our documentation. We have a page documenting the signup process and our client libraries demonstrate how to download reports

How many simultaneous logins

2012-11-07 Thread The Phantom
I anticipate hitting the Google AdWords API from java via several different machines simultaneously. Is there a limit to the number of simultaneous logins I can have to the API? I have read the question regarding simultaneous reports generation, and from that, I am surmising that the limit fo

Re: Perl API examples appear to be broken - help??

2012-11-07 Thread David Torres
Hi Noah, Basically, what the error is telling you is that it can't find any authorization mechanism (ClientLogin, OAuth) setup to construct your request. So you need to provide auth credentials, either an email/password if using client login or an oAuth2AccessToken/oAuth2RefreshToken is using

BudgetService (v201209)

2012-11-07 Thread YilmazX
In determining the daily budget for my campaign, I have to use budgetservice? previously were not required. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=

[PHP] Report download failed with the example "DownloadCriteriaReport.php"

2012-11-07 Thread Xavier Bour
Hello, I try to execute the example file DownloadCriteriaReport.php (http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201209/Reporting/DownloadCriteriaReport.php?r=284) given with the API v201209 But when I execute it I have a message "Error Message: Report download

Re: V201206 old java client library Report Definition selector fields and predicates

2012-11-07 Thread Kevin Winter
Hi Jason, Thanks for the report, I'll try to get that (SelectorError in ReportDefinitionDervice) removed. - Kevin Winter AdWords API Team On Tuesday, November 6, 2012 8:16:09 PM UTC-5, Jason Stedman wrote: > > Kevin, > > The original link seems to have been removed, but there is still a > Sel

In Adwords API AdWords.v201209 How to get the Exact and BROAD and PHRASE searchVolume?

2012-11-07 Thread Abdul Saboor
In Previous version (v201109) I does like this for (int iKeywords = 0; iKeywords < s.Length; iKeywords++) { if (s[iKeywords].Length > 1) { Keyword keyword = new Keyword(); keyword.text = s[iKeywords]; keyword.matchType

AdWordsUser throws java FileNotFoundException

2012-11-07 Thread Robert M
com.google.api.adwords.lib.AdWordsUser .AdWordsUser(Stringemail, Stringpassword, StringclientCustomerId, StringuserAgent, StringdeveloperToken, boolean useSandbox) throws a FileNotFoundException. I am linking to adwords-api-8.8.1-loner,api using eclipse and running om windows. Stepping

TargetingIdeas problem: INVALID_CRITERION_ID

2012-11-07 Thread Donizetti
Hi all, I have a strange problem using TargetingIdeas. Sometimes I get that problem: SoapFault exception: [soap:Server] [CriterionError.INVALID_CRITERION_ID @ selector.searchParameters[0].locations[0]; trigger:'2826'] in ../aw_api_php_lib_3.1.1/src/Google/Api/Ads/Common/Lib/AdsSoapClient.php:20

Re: Receiving QuotaCheckError.INCOMPLETE_SIGNUP

2012-11-07 Thread laid kalkoul
Hi Paul, could you please tell us how much time do you need to fix this problem ? Regards Le mardi 6 novembre 2012 18:54:18 UTC+1, Jarrett Croll a écrit : > Hi Paul, > > Yes I must concur. Is it my understanding that we must now wait 5-6 weeks > for approval to get access back to the API? > >