Re: Default Max. CPC for adgroup

2013-07-19 Thread hpodevte...@gmail.com
The sample link return page not found. Could you please kindly share a sample on how to update Default Max CPC bit to a specific AdGroup? Thanks in advance Roberto On Wednesday, November 2, 2011 9:49:32 AM UTC-4, Kevin Winter wrote: Hi, The AdGroup object doesn't have a multiplier field.

Re: Icomplete signup error despite accepting terms and conditions

2013-07-19 Thread Danial Klimkin
Hello Jaison, Please check with the general AdWords support for more details on the billing setup. Yes, valid details are required for all AdWords accounts. -Danial, AdWords API Team. On Thursday, July 18, 2013 5:46:15 PM UTC+4, jaison@gmail.com wrote: Hi Danial, I have tried

Re: Can I download AdGroup.contentBidCriterionTypeGroup property via structure reports?

2013-07-19 Thread Danial Klimkin
Hello Slava, No, this field is currently not available in the reports. For UI, please see: https://support.google.com/adwords/answer/2947304 -Danial, AdWords API Team. On Tuesday, July 16, 2013 9:59:15 PM UTC+4, Slava wrote: Also where can I see/set this

Re: test account not working??

2013-07-19 Thread Danial Klimkin
Hello Derek, I don't see any issue with the account. Please send me full request XML and server response over email (reply to author on the right). -Danial, AdWords API Team. On Wednesday, July 17, 2013 11:26:20 AM UTC+4, Derek Knapp wrote: I filled out the form to get a test account

Reporting error : ERROR_GETTING_RESPONSE_FROM_BACKEND Unable to read report data

2013-07-19 Thread david
Last couple of nights we've been getting the above error when download a large keyword performance report. If I rerun the report in the morning it tends to work OK. We have moved to v201306 3 days ago and have only seen this after the move. Any ideas whether there's any backend issues causing

Re: Icomplete signup error despite accepting terms and conditions

2013-07-19 Thread jaison . directi
Thanks Danial, I have entered the billing information and accepted the TC on another MCC we have been using. I have created an account and applied for it to be converted to a test account. Once the account has been made a test account I'll run the scripts again. -- --

Re: v201306 Budget added through api not showing in AdWords site

2013-07-19 Thread Kevin Kuszyk
Thanks to David Torres for identifying in my other post we are not sending the clientCustomerId header. It dropped out of our code when refactoring after upgrading to v16 of the .net client lib. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion

Re: ADD_OPERATION_NOT_PERMITTED error when adding a campaign after upgrade to v201306

2013-07-19 Thread Kevin Kuszyk
Thanks David, that was the problem. It seems when we updated the .net client lib to v16 there were some breaking changes and setting the ClientCustomerId in the AdWordsUser.Config dropped out during our refactor. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Ad cost report with only impression keyword

2013-07-19 Thread Rocio Delaney
Hi everyone, I need to know how I can get information about the cost of an only-impression keyword for different ad-position (or even only one specific ad-position). The only information available at the moment is first page Bid (Not always I reckon). But this never lett us where ad_position

Re: Which Service/Class to use to get min-bid and first-page bid for a keyword

2013-07-19 Thread Paul Matthews (AdWords API Team)
Hi Ankit, Firstly v201209 will be sunset on 2013-07-22, which means all requests to that version will fail. Therefore you're strongly advised to migrate all API requests to v21306 or v201302. For more information please see the sunset

Re: UI to test ad hoc report definition?

2013-07-19 Thread David Torres (AdWords API Team)
Hi Thomas, The report service is a RESTful kind of service, if you are working in a unix like environment using an HTTP command line tool like curl will make it simple to make calls to the service and test your definitions. Attached is an example of a script I use to tests my reports, I hope

Re: RateExceededError rateName=RequestsPerMinute, rateKey=high_qps, rateScope=ACCOUNT, retryAfterSeconds=30 in TargetingIdeaService - Volumes

2013-07-19 Thread David Torres (AdWords API Team)
Hi Paul, There have been some adjustments in the number of requests allowed per second against this service to prevent systems overload, I recommend you reading this guidelines on how to deal with this kind of errors

Re: Experiments (ACE) for adcopies: 'get' method doesn't seem to work for ExperimentDeltaStatus and ExperimentDataStatus

2013-07-19 Thread David Torres (AdWords API Team)
Hi Francesco, Could you please post a sanitized sample of your SOAP logs? or just the requestId will suffice. Best, - David Torres - AdWords API Team On Tuesday, July 16, 2013 11:38:01 AM UTC-4, Francesco Della Vedova wrote: hello, i'm trying to set up my application to run experiments.

Re: Javascrript .withCondition(MatchType....

2013-07-19 Thread David Torres (AdWords API Team)
Hi, I believe you are referring to AdWords Scripts, I recommend you asking your question in this forum instead https://developers.google.com/adwords/scripts/community Best, - David Torres - AdWords API Team On Wednesday, July 17, 2013 7:31:44 AM UTC-4, Kunal Sethiya wrote: how to apply the

Re: Filtering non search campaigns When iterating Ads

2013-07-19 Thread David Torres (AdWords API Team)
Hi Doron, First you need to know the IDs of you search campaigns, which you can get using the CampaignService. Then I recommend you running an AD_PERFORMANCE_REPORT and filtering by those campaign IDs. Best, - David Torres - AdWords API Team On Tuesday, July 16, 2013 12:25:57 PM UTC-4, Doron

Re: Feed Services APIs (only 1 active call extension in the campaign, but APIs returns 4)

2013-07-19 Thread Julian Khandros
Anash, Appreciate your continued help on this chain. Let me know please when you get a chance to look at my latest question. I hope it's something really simple that I'm missing--there must be a way to tell which of the below sitelinks are active in the UI and which are not. Thanks again!

Re: Switching AdWords API access from Client Login to OAuth2

2013-07-19 Thread David Torres (AdWords API Team)
Hi Peter, It depends to what operation are you trying to perform, only certain operations are allowed at the MCC level. In general for campaign management calls you should .setClientCustomerId to a client account. Best, - David Torres - AdWords API Team On Wednesday, July 17, 2013 3:07:15 PM

Adding Destination URLs with ValueTrack parameters not working

2013-07-19 Thread Chris
Hi Guys, I'm testing out adding keywords and ads with ValueTrack parameters in the destination url, and noticing there are some problems. A dest url such as http://{ifmobile:www.keywordtest.com/?myid=df32}{ifnotmobile:www.keywordtest.com/?myid=df33} will work, whilst the url

Re: OAuth2 Token vs ClientLogin Token

2013-07-19 Thread David Torres (AdWords API Team)
Hi Dave, If you check your SOAP logs and give me an example of one of your request IDs, I should be able to tell you exactly the problem. Best, - David Torres - AdWords API Team On Wednesday, July 17, 2013 1:26:23 PM UTC-4, Dave Rowe wrote: I'm using a developer token, but trying to use

Re: Ruby and OAuth

2013-07-19 Thread Matthew Ledom
What is the token.secret? Is that the same thing as the client secret? On Wednesday, May 30, 2012 10:51:34 AM UTC-4, Danial Klimkin wrote: Hello Thomas, You can request an authorization and get token this way (in the callback): token = api.authorize({:oauth_request_token = request_token,

Re: Sandbox, OAuth 2.0

2013-07-19 Thread Matthew Ledom
Can test accounts be used with OAuth2? On Wednesday, June 5, 2013 4:41:15 AM UTC-4, Danial Klimkin wrote: Hello, The sandbox was replaced with Test Accounts. See: https://developers.google.com/adwords/api/docs/test-accounts -Danial, AdWords API Team. On Monday, June 3, 2013 4:18:59

Re: Oauth2 jwt ruby issue

2013-07-19 Thread Matthew Ledom
Did you ever answer the question about using the refresh token in: token = { :refresh_token = '' } api.authorize({:oauth2_token = token}) The sample app does not show how to use that. I have setup the sample app and it works great. In my application I can't have the user logging in all the

Re: Can't reuse oauth2 token - gives me OAUTH_TOKEN_INVALID (Ruby client lib)

2013-07-19 Thread Matthew Ledom
I assume Temla that you have since got your code to work. Did you ever figure out what the cause was? I'm experiencing the same issue now. I have updated the gem to the latest. When I authorize I get a new token and we as some other info but when I got to use the token I get the same error:

OAUTH_TOKEN_INVALID ruby client

2013-07-19 Thread Matthew Ledom
I keep receiving this error when I try to use a service. In this instance I'm use the campaign service. I had everything working with ClientLogin and found that Reports are only supported with OAUTH2 so I'm trying to get that implemented. I have setup my app to retrieve a offline token via the