Re: v201109 ruby client - get campaign network setting

2011-12-09 Thread Danial Klimkin
Hello Sinisa, NetworkTargets have been transferred to CampaignService as set of flags: http://code.google.com/apis/adwords/docs/reference/latest/CampaignService.NetworkSetting.html#targetContentContextual To retrieve them, include the relevant flag name in the 'fields' array like:

Re: Google Media Not in GZIP format

2011-12-09 Thread Danial Klimkin
Hello Surya In case an error happened the reply would be in a plain text format. It appears your code tries to parse it as gzip stream every time and it fails for plain text errors. As the error does not happen often I recommend to just retry it. Also, please note v201101 reporting will be

Re: How to create sandbox account using Java Client

2011-12-09 Thread Danial Klimkin
Hello Vijayraj, You need to use the ServicedAccountService. Please see this example for java:

CreateAccountService InternalApiError

2011-12-09 Thread Alexander Yeliokoums
Hi, I'm trying CreateAccountService in sandbox and I can't add new account because of InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro Is this service available in sandbox? Or what is the reason of this error? Thanks.

Re: How to create sandbox account using Java Client

2011-12-09 Thread Vijayraj Chauhan
Hi Danial, I tried this exampleI got the five sandbox login account client_1+emailId, client_2+emailId. but their clientId were 0...dont know why? TIA, Vijayraj On Fri, Dec 9, 2011 at 3:16 PM, Danial Klimkin danial.klimkin+fo...@google.com wrote: Hello Vijayraj, You need to use

Re: How can I get real search terms with API ?

2011-12-09 Thread Martin
Is there a way to check aliases for keywords? It may be interesting to se what results are displayed for malformed search phrases and superimposed/merged search results in order to catch all related searches for campaigns. It would also help targeting campaigns for intended results of misspelled

Re: v201109 ruby client - get campaign network setting

2011-12-09 Thread sgrgic
Hi Danial, Yeah, I figured that out but thanks anyway for support! Sinisa. On Dec 9, 10:28 am, Danial Klimkin danial.klimkin+fo...@google.com wrote: Hello Sinisa, NetworkTargets have been transferred to CampaignService as set of flags:

500 Error from CampaignService (Perl)

2011-12-09 Thread Ovid
Hi all, I need to create a sandbox account: http://code.google.com/apis/adwords/docs/sandbox.html It states: To create a sandbox account, send a get request to the sandbox version of CampaignService, using the WSDL location and sandbox headers as described below. This initial call to the

Re: AuthenticationError.CUSTOMER_NOT_FOUND

2011-12-09 Thread Kevin Winter
Hi, Please see my response above. You cannot use production clientCustomerIds in sandbox. - Kevin Winter AdWords API Team On Tuesday, December 6, 2011 10:16:47 PM UTC-5, TDev wrote: Hi, I'm new to adwords. I try to run my first app with the following code ...

Re: Keyword Details in Ad Perfomance Report in v201109

2011-12-09 Thread Shailesh Joshi
Thanks. Is it possible to get the sample code from v201109 version which displays how to merge the Keyword Perfomance report with the Ad Performance report. Sample code would really be helpful. Thanks. On Dec 9, 9:17 am, cwu2006 chad...@facilitatedigital.com wrote: Creative information was out

Confused with API stuff.

2011-12-09 Thread Charlie
I think I am getting a bit confused about how this API token works. A client has a 3rd party analytic software which requires a API information. Does this mean I have to apply for a API token? Also it asks for a budget, I know there is a rate card but how much is that likely to spend? Any

Re: Unable to update/remove campaign criteria v201109

2011-12-09 Thread David Torres
Hi, I can't reproduce the issue in my side and it is hard for me to pull logs of Sanbdox, so unfortunately your request id is not much helpful for me. Do you mind posting your entire sanitized SOAP request? Best, -David Torres - AdWords API Team --

Re: DestinationURL column in V201109 report?

2011-12-09 Thread David Torres
Hi Awan, In general I recommend you looking at this migration guide http://code.google.com/apis/adwords/docs/reportguide.html The v13 URL report now maps to the Destination URL report http://code.google.com/apis/adwords/docs/appendix/reports.html#destination-url Assuming that when you say

Re: How to resolve RateExceedError

2011-12-09 Thread David Torres
Hi, As you might imagine the resources of the sandbox environment are more limited than production, that is why you might get RATE_EXCEEDED errors that you won't ever see in production. There is nothing we can do in our side to avoid this issue. But in general I recommend you in your side

Re: How do I get the MaxCpc Amount for a Content AdGroup that only uses Placement targeting (not Keyword targeting) ??

2011-12-09 Thread David Torres
Hi Michael, In this case either keywordMaxCpc or keywordContentMaxCpc should return you the value (I just tried it on my side), it depends if the ad group is using the default bidding or has a display network specific bidding. What is the adgroup id you are querying? Are you sure you are

Re: [PHP Client Library] Not sending serviceSelector in request XML in v201109

2011-12-09 Thread David Torres
Thanks for reporting, the library owner will follow up from the issue tracker here http://code.google.com/p/google-api-adwords-php/issues/detail?id=67 Best, -David Torres - AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Determining sort order for Ad-hoc reports (201109)

2011-12-09 Thread David Torres
Hi Greg, Thanks for the feedback, we'll pass it along to the team. Best, -David Torres - AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: Unable to download Report - QuotaCheckError

2011-12-09 Thread David Torres
Hi, Make sure you correctly construct your developer token as specified here http://code.google.com/apis/adwords/docs/sandbox.html Best, -David -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Question About v201109 Campaign Targeting

2011-12-09 Thread Pete Lavetsky (AdWords API Guru)
Bump. On Dec 8, 8:57 am, Pete Lavetsky (AdWords API Guru) pete.lavet...@gmail.com wrote: Bump. On Dec 7, 10:27 am, Pete Lavetsky (AdWords API Guru) pete.lavet...@gmail.com wrote: In prior API versions when operating on Campaign Targets a TargetList was created with values and an

Re: Unable to update/remove campaign criteria v201109

2011-12-09 Thread Neha bansal
David, Please find below the SOAP request when i try to use 'SET' operator to update campaign criteria. [Dec 09 2011 14:47:36.00 - ERROR] POST /api/adwords/cm/v201109/CampaignCriterionService HTTP/1.1 Host: adwords-sandbox.google.com Connection: Keep-Alive User-Agent: PHP-SOAP/5.2.17, gzip

Re: Unable to download Report - QuotaCheckError

2011-12-09 Thread Neha bansal
David, I updated my library today from 2.7.0 to 2.7.2 and its working fine now. Thanks Neha On Fri, Dec 9, 2011 at 9:22 AM, David Torres davi...@google.com wrote: Hi, Make sure you correctly construct your developer token as specified here

Re: Exact local search volume for keyword

2011-12-09 Thread jepster
Isn't there a class/function inside the google adwords api, which I can use for getting information about the search volume of a specific keyword (localized)? I want to try that in sandbox. On 8 Dez., 22:44, jepster 400...@googlemail.com wrote: Hi, how I can get the exact local search volume,

Re: INVALID_INPUT error response when requesting a TrafficEstimate with 5 groups.

2011-12-09 Thread Mike K.
Doing a bit of investigation, I found that the TrafficEstimatorResult doesn't give the match type for the Keywords. So you cannot select different matchtypes of the same keyword in the same group? (how could you tell which result came from which matchtype?) Also, I believe that the resolution to

[PHP Client Library]

2011-12-09 Thread jonasl
Hello, The example GetTrafficEstimates.php seems to be broken? See output below: je:~/aw_api_php_lib_2.7.2$ php examples/v201109/ GetTrafficEstimates.php Results for the keyword with text 'mars cruise' and match type 'BROAD': Estimated average CPC: 0 Estimated ad position: 0.00 Estimated