Re: campaignService.mutate exception, customer id required

2012-11-08 Thread Hum Hawks
Here is my java client code using Sandbox: private String endpointServer = "https://adwords-sandbox.google.com/api/adwords/cm/v201209/CampaignService";; AdWordsUser user = new AdWordsUser(username, passcode, "", "", username + "++" + currencyCode, true); AdWordsService service =

Re: CriterionError.INVALID_CRITERION_ID on setting location->id on v201209 in sandbox

2012-11-08 Thread Takeshi Hagikura
Hello, Apologies for the inconvenience. The issue has been fixed now. If you are still seeing the error, can you please let us know again? Thanks, - Takeshi, AdWords API Team 2012年11月9日金曜日 3時29分38秒 UTC+9 Gatsby Lee: > > Hello, > > this issue is getting worse instead better. > I got this issue e

Re: Receiving QuotaCheckError.INCOMPLETE_SIGNUP

2012-11-08 Thread vivekananda tadala
Hi Paul, I did all that and still my token status is "Pending approval", and my Google adwords API is not working. Is there anything that I can do other than wait for infinity? Regards, \/ivek On Tuesday, November 6, 2012 6:16:35 PM UTC+5:30, Paul Matthews wrote: > > *Update*: > > For those acc

Postal Code Display

2012-11-08 Thread trà đá kẹo lạc
- I can't get information of Criteria when Criteria is type of POSTAL CODE? - I'm using API ver 2012_09. What's my wrong ? :( Best regard ! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/g

Re: Receiving QuotaCheckError.INCOMPLETE_SIGNUP

2012-11-08 Thread Gavin
Hello, I'm getting this error also and have been waiting almost a week while my product has been down! It looks like the solution is to wait 5 to 6 weeks for another approval. Why can this approval not be made immediate when the mistake was Google's in the first place? If there was no reason f

Re: Dynamic Site Link - modified by AdParam

2012-11-08 Thread Petr Kotek
Thank you Kevin, I appreciate your answer! Cheers, Petr On Thursday, November 8, 2012 4:22:05 AM UTC+11, Kevin Winter wrote: > > 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,

Re: [v201209] Discrepancy between API results and web UI search volume results

2012-11-08 Thread Sébastien de Salvador
As far as I'm concerned I think this is a poor decision, the company I work for relies on those numbers and explicitly asked for the local monthly volumes without partners data (or google network as you call it). Don't get me wrong I'm not being judgmental, I'm just the dev in the story, but if

Re: [v201209] Discrepancy between API results and web UI search volume results

2012-11-08 Thread Sébastien de Salvador
Forget the last 2 sentences I meant to delete them. Anyway, what I was gonna ask is how long will the 201109 version still be running? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/

Re: [v201209] Discrepancy between API results and web UI search volume results

2012-11-08 Thread Sébastien de Salvador
As far as I'm concerned I think this is a poor decision, the company I work for relies on those numbers and explicitly asked for the local monthly volumes without partners data (or google network as you call it). Don't get me wrong I'm not being judgmental, I'm just the dev in the story, but if

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

2012-11-08 Thread Oliver
In v201206 you can use CustomerService in case the account is not linked to an MCC. You don't need to pass the customer ID. This is how we use it: Customer customer = customerService.get(); String timeZone = customer.getDateTimeZone(); Oliver On Thursday, November 8, 2012 6:57:42 PM UTC, Zw

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

2012-11-08 Thread Matt
I'm getting it for the US as well. [CriterionError.INVALID_CRITERION_ID @ selector.searchParameters[0].locations[0]; trigger:'2840'] On Wednesday, November 7, 2012 11:43:49 AM UTC-5, rizo wrote: > > Hi > > I have been using the Google adwords api for quite some time without any > problems. I h

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

2012-11-08 Thread Zweitze
Well, ManagedCustomerService does not work for accounts that are not part of an MCC (well, that was the case a month ago). So if I get an account not part of any MCC, how can I get its time zone and currency? Now I solve this by requesting a report, but that doesn't work on new accounts without

Re: CriterionError.INVALID_CRITERION_ID on setting location->id on v201209 in sandbox

2012-11-08 Thread Gatsby Lee
Hello, this issue is getting worse instead better. I got this issue even with us location id. When is Google Adwords team planning to fix this? Gatsby On Tuesday, October 9, 2012 2:07:09 AM UTC-7, Patrick Fischer wrote: > > Hi, > > I'm using the lastest adwords api v201209 with the php client s

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

2012-11-08 Thread Oliver
I'm not sure myself. I can't see anyway to get the campaign ID unless you take the adgroup ID and use the AdgroupService as well. On Thursday, November 8, 2012 12:49:01 PM UTC, erob wrote: > > Hi, > > Yes, I'm getting somewhere now :-) > > I have the AdGroupCriterionServiceInterface working a

Re: Selector field to retrieve campaign's targeting mode

2012-11-08 Thread Oliver
An adwords campaign can be using one of 3 bidding strategies; Manual CPC, Conversion optimizer or Budget optimizer. I am not sure what you mean by DCO? When you get a campaign through CampaignService you can call *getBiddingStrategy() *on it to get the bidding strateg this camapign is using.

INVALID_ID for AdGroupCriterion Service

2012-11-08 Thread Chirag
Hello, I am using the adgroup criteria serrvice mutate operation for updating the keyword bid changes through api, it was working fine but suddenly now the service is firing me the error of invalid adgroup id , whereas the adgroup id and keyword id passed are correct. Is there any issue going?

Re: Token went from Approved to Pending Approval randomly?

2012-11-08 Thread Sahil Jain
We'd really appreciate any help here! 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 and were > approved over 3 months ago or so. All of a sudden, on Friday, we started > catching errors. Turns out our t

Re: TargetingIdeaService with broad match

2012-11-08 Thread terrafant
Thanks, Kevin. But won't any other AdWords API Service help? On Thursday, November 8, 2012 6:45:48 PM UTC+2, Kevin Winter wrote: > > To clarify, you will only be able to get EXACT match moving forward. > > - Kevin Winter > AdWords API Team > > On Tuesday, November 6, 2012 7:20:44 AM UTC-5, Paul M

Need help (paid!) migrating to 201209

2012-11-08 Thread Andre Cox
Hi, We have a script using DownloadCriteriaReport function but it stopped working about 3 days ago. It was using the 201109 php library. I'm now getting this error: You are accessing an AdWords API version v201109 that has been discontinued. Calls to this version may fail. Please visit the A

Re: Pervasive CANNOT_SET_ID_FOR_ADD errors with location extensions starting today

2012-11-08 Thread Kevin Winter
Hi Jim, When adding a new extension, you need to pass all the values for a new extension rather than using the ID of an existing extension. If you do that, you won't get this error. - Kevin Winter AdWords API Team On Tuesday, November 6, 2012 8:28:21 PM UTC-5, Jim McCabe wrote: > > Today we

Re: excluding content keywords

2012-11-08 Thread Kevin Winter
Hi, The "Content" keyword (id 300) is a special placeholder that aggregates all Display network traffic. At this time, this is the only way for most developers to see stats for display network criteria. Members of the Beta program can use the Display Keyword Performance Report: https://

Re: [v201209] Discrepancy between API results and web UI search volume results

2012-11-08 Thread Kevin Winter
We recently published a blog post talking about these numbers: http://googleadsdeveloper.blogspot.com/2012/11/understanding-adwords-api.html Please note that v201109 has sunset and should not be used. - Kevin Winter AdWords API Team On Tuesday, November 6, 2012 11:00:39 AM UTC-5, Sébastien de S

Re: TargetingIdeaService with broad match

2012-11-08 Thread Kevin Winter
To clarify, you will only be able to get EXACT match moving forward. - Kevin Winter AdWords API Team On Tuesday, November 6, 2012 7:20:44 AM UTC-5, Paul Matthews wrote: > > Hi Terrafant, > > We've recently published an article explaining the difference in > numbers

Re: Determining specific AdGroupAd type and AdGroupCriterion type

2012-11-08 Thread Kevin Winter
Hi Bhavin, In theory, yes, the type should always be returned. If you can give us an example of a request/response (with sensitive information removed), it would help us troubleshoot. The xsi:type is specified to disambiguate - for example, for keywords: - Kevin Winter AdWords API Team On

Re: report error

2012-11-08 Thread Kevin Winter
Hi, Based on the error, it sounds like you have a predicate with no values. I'd doublecheck any predicates you are passing. It's possible you may be filtering on Id IN [] and the array is empty for a given account. - Kevin Winter AdWords API Team On Monday, November 5, 2012 1:47:06 PM UTC-5

The remote server returned an error: (400) Bad Request.

2012-11-08 Thread David Pitt
Hi. This month I've gradually been increasingly received the response: "The remote server returned an error: (400) Bad Request." The full response is: http://schemas.xmlsoap.org/soap/envelope/";>https://adwords.google.com/api/adwords/cm/v201109"; xmlns="https://adwords.google.com/api/adwords/mc

sandbox developerToken does not work for GetKeywordIdeas

2012-11-08 Thread Vlad
Hello. I have problems using GetKeywordIdeas example from the adwords-axis-examples project in sandbox. I've initialized the account accordingly to the manual. I'm able to add and read camp

Re: CriterionError.INVALID_CRITERION_ID on setting location->id on v201209 in sandbox

2012-11-08 Thread Rohit Chopra
Getting the same error for v201206 now also. Looks like they made a rogue update to the older, deprecated API backend. Using US (2840) as the country code. Failing in TIS (keyword/stats) and TrafficEstimaterService as well. On Thursday, November 8, 2012 7:20:16 AM UTC-5, Martin wrote: > > I am g

Re: [v201209] Vietnam ID 2704 - LocationSearchParameter Error

2012-11-08 Thread Rohit Chopra
Same thing for US 2840. On Thursday, November 8, 2012 4:31:49 AM UTC-5, Martin wrote: > > Also Sweden, it is a consistent problem. > > On Tuesday, October 16, 2012 11:41:30 PM UTC+2, Sebastiaan Moeys wrote: >> >> Using the TargetingIdeaService, targeting Viet Nam (location ID 2704) >> with the Lo

Re: Account service in DLL - 2012_09

2012-11-08 Thread kẹo lạc trà đá
Thanks Matthews ! I'll check in tomorrow ! :) On Thursday, November 8, 2012 12:07:55 PM UTC+7, kẹo lạc trà đá wrote: > > When i call Account service use dll - 2012_09. The google service often > return ERROR - Time out ! :( > What's wrong ! > Is new service problem ? > -- =~=~=~=~=~=~=~=~=~=~

Re: How do I set individual campaign budget in v201209?

2012-11-08 Thread Paul Matthews
Hi Dragan, Currently there is no way to create the individual budgets through the API. However, with a few people mentioning this user journey, I have put forward the feature request. Cheers, - Paul, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our bl

AWQL with ValueLiteralList

2012-11-08 Thread Jam
Hi, I use AWQL for AdHoc report download requests. If I ask something like "SELECT KeywordText, KeywordMatchType FROM KEYWORDS_PERFORMANCE_REPORT WHERE Id IN [1,2,3,...] DURING TODAY" How many Ids can I put into the ValueLiteralList an how does it affects responsetime? Another item: I can fi

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-08 Thread Chris
A slight correction to what I previously wrote - I am wondering what happens when AdWords comes to display an Ad following a search (not what happens at the stage when AdWords receives an Ad / an Ad is created, as I incorrectly wrote before) On Tuesday, 6 November 2012 14:38:06 UTC-5, Chris wro

Re: How do I set individual campaign budget in v201209?

2012-11-08 Thread Dragan Gavrilovic
Hi, i have same problem with API v201209 Alex thanks for the tip. But is there any solution to create *individual*budget, not shared, even if it's used by one campaign only. Thanks! On Friday, October 19, 2012 10:58:42 PM UTC+8, Alex Jones wrote: > > My Investigation so far suggests that the api

Selector field to retrieve campaign's targeting mode

2012-11-08 Thread Eugene
Hello. I want to retrieve campaigns data with CampaignService and cannot find selector's field indicating whether a campaign in auto-optimized (DCO) mode or standard one. How can I retrieve this campaign's attribute? Thank you. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

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

2012-11-08 Thread erob
Hi, Yes, I'm getting somewhere now :-) I have the AdGroupCriterionServiceInterface working and I can iterate through the AdGroupCriterion results. Also I can see that I can cast these objects to things like Keyword or BiddableAdGroupCriterion, to get at other attributes I placed in my select

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

2012-11-08 Thread Oliver
There are some Java examples here: http://code.google.com/p/google-api-ads-java/source/browse/#git%2Fexamples%2Fadwords_axis%2Fsrc%2Fmain%2Fjava%2Fadwords%2Faxis%2Fv201206%2Fbasicoperations Oliver On Thursday, November 8, 2012 9:58:39 AM UTC, erob wrote: > > Hi, > > What type are the objects th

Re: CriterionError.INVALID_CRITERION_ID on setting location->id on v201209 in sandbox

2012-11-08 Thread Martin
I am getting these errors using v201206 as well, not as often, but still do. Using the java client. com.google.api-ads adwords-axis 1.11.0 On Wednesday, October 24, 2012 1:20:55 AM UTC+2, Gatsby Lee wrote: > > try to use 201206. > I am using that one instead of 201209 because this issue. >

Re: Errors on location search parameters for requests to the targeting idea service

2012-11-08 Thread Paul Matthews
Hi Martin, We are aware of this issue. Please see this threadfor information and updates as we address the issue. Regards, - Paul, AdWords API Team. On Thursday, 8 November 2012 09:30:49 UTC, Martin wrote: > > Hi! > > It is

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

2012-11-08 Thread Paul Matthews
Hi Mirror, Additional to what Oliver said, all field names have an upper case first character. The PHP library converts these to lower case (within the library) for historical reasons. Cheers, - Paul, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: AdsCommon Error

2012-11-08 Thread Paul Matthews
Hi Victor, Can you confirm you're using the latest version of the API? Cheers, - Paul, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~

Re: Account service in DLL - 2012_09

2012-11-08 Thread Paul Matthews
Hi kẹo, We are unaware of timeout issues. This issue usually occurs when there is a misconfigured firewall or router between the application and the AdWords API servers. Can you attempt a ping (or curl request) to the adwords.google.com servers? Regards, - Paul, AdWords API Team. On Thursday

Re: campaignService.mutate exception, customer id required

2012-11-08 Thread Paul Matthews
Hi Hum, Which client are you using? Do you have the SOAP Request / Response to help us isolate the problem? Cheers, - Paul, AdWords API Team. On Wednesday, 7 November 2012 23:01:46 UTC, Hum Hawks wrote: > > Hi, > I am using adword api, I supplied client customer id, when I run the > campai

Job.status.PENDING via Bulk

2012-11-08 Thread Damien
Hi guys, We try to send 3000 TextAds via Bulk. Using SimpleMutateJob.mutate() The Job.status is PENDING whereas all TextAds are published... The jobid is -3999508065829818777 Is it normal ? How to resolve it ? Thanks ! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: What's the difference between axis and jaxb?

2012-11-08 Thread F.Pers
jaxb is a java lib handling xml and axis handles soap (webservice) Am Donnerstag, 8. November 2012 11:26:24 UTC+1 schrieb erob: > > Hi, > > I'm using the Java client and finding some of the dependencies quite > confusing... > > For example, If you're creating a Selector, there are two places you

using AdNetworkType1

2012-11-08 Thread F.Pers
Hi can i use AdNetworkType1 oder AdNetworkType2 to exclude content keywords from the keyword report? if so, which one and with which value? greez -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.goo

Re: CriterionError.INVALID_CRITERION_ID on setting location->id on v201209 in sandbox

2012-11-08 Thread rizo
I am also getting this error > > $selector = new TargetingIdeaSelector(); > $selector->requestType = 'STATS'; > $selector->ideaType = 'KEYWORD'; > $selector->requestedAttributeTypes = array('KEYWORD_TEXT', 'COMPETITION', > 'SEARCH_VOLUME'); > $selector->localeCode = 'de_DE'; > $selector->currency

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

2012-11-08 Thread rizo
Is there any chance of getting a reply from google on this? > > > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You rec

Re: CriterionError.INVALID_CRITERION_ID on setting location->id on v201209 in sandbox

2012-11-08 Thread Paul Matthews
Hi Schmilblick and WA, We are aware of this issue and are looking into it. I'll update this thread as soon as we have any more information. Regards, Paul Matthews. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

What's the difference between axis and jaxb?

2012-11-08 Thread erob
Hi, I'm using the Java client and finding some of the dependencies quite confusing... For example, If you're creating a Selector, there are two places you can import the class from: import com.google.api.ads.adwords.axis.v201209.cm.Selector; import com.google.api.ads.adwords.lib.jaxb.v201209.S

Re: CriterionError.INVALID_CRITERION_ID on setting location->id on v201209 in sandbox

2012-11-08 Thread WA
same in here with dotnet library : [CriterionError.INVALID_CRITERION_ID @ selector.searchParameters[1].locations[0]; trigger:'2250'] It randomely answer this. Any idea? Le jeudi 8 novembre 2012 10:05:45 UTC+1, Schmilblick a écrit : > > Hello Paul/AdWords API Team, > > We are currently experi

Re: Token went from Approved to Pending Approval randomly?

2012-11-08 Thread Sahil Jain | AdStage
Hey guys, We've officially lost 5 customers so far (spending $10K/month+) since Friday. Really hoping you all can help us resolve this. To reiterate - we've had our token (3rd party token) for months now. We have been pulling reports and actively using our API units. Our token now says pending a

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

2012-11-08 Thread erob
Hi, What type are the objects that are returned? I can't seem to find a simple example on this (though I assume I can reuse all the same predicates / selector etc as use for the keyword report?). Cheers, Edd On Thursday, November 8, 2012 9:12:19 AM UTC, Oliver wrote: > > You can use the Adgrou

Re: [v201209] Vietnam ID 2704 - LocationSearchParameter Error

2012-11-08 Thread Martin
Also Sweden, it is a consistent problem. On Tuesday, October 16, 2012 11:41:30 PM UTC+2, Sebastiaan Moeys wrote: > > Using the TargetingIdeaService, targeting Viet Nam (location ID 2704) with > the LocationSearchParameter returns an error: > > [CriterionError.INVALID_CRITERION_ID @ >> selector.s

Errors on location search parameters for requests to the targeting idea service

2012-11-08 Thread Martin
Hi! It is no longer possible to target local ideas or stats in the targeting ideas service. In the documentation of the Location Search Parameter it is clear that this should still be possible for idea types KEYWORDS, PLACEMENTS and request types IDEAS, STATS. https://developers.google.com/ad

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

2012-11-08 Thread Oliver
You can use the AdgroupCriterionService to get this data: https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201209-AdGroupCriterionService However, 2 differences between using the above service API as opposed to downloading adhoc reports: 1) Using the service API costs uni

Re: [v201209] Vietnam ID 2704 - LocationSearchParameter Error

2012-11-08 Thread guig
same problem here with dotnet library : [CriterionError.INVALID_CRITERION_ID @ selector.searchParameters[0].locations[0]; trigger:'2250'] -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/gr

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

2012-11-08 Thread Oliver
They should all be here: https://developers.google.com/adwords/api/docs/appendix/selectorfields Oliver On Wednesday, November 7, 2012 4:48:21 PM UTC, Mirror wrote: > > Hello! > > Where can I find all of the fields that can be specified in the: > $selector-> fields = array ('Id', 'Name'); >

Re: CriterionError.INVALID_CRITERION_ID on setting location->id on v201209 in sandbox

2012-11-08 Thread Schmilblick
Hello Paul/AdWords API Team, We are currently experiencing the same problem with CriterionError.INVALID_CRITERION_ID. Pasting request and response below: SOAP request: http://dpaste.com/827088/ Response: http://dpaste.com/827089/ This is with v201206 in production. On Wednesday, October 31,

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

2012-11-08 Thread guig
I have same problem here with dotnet library : [CriterionError.INVALID_CRITERION_ID @ selector.searchParameters[0].locations[0]; trigger:'2250'] -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google

Re: Receiving QuotaCheckError.INCOMPLETE_SIGNUP

2012-11-08 Thread laid kalkoul
Hi Paul, i don't know if you've fix this probleme or not, but i still get the same error: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:''].. Regards. Le mercredi 7 novembre 2012 10:15:59 UTC+1, laid kalkoul a écrit : > Hi Paul, > > could you please tell us how m