Re: Mobile target bid updates in API v201302 don't reflect in Adwords UI (java)

2013-04-05 Thread Oliver
If your campaign is using Conversion Optimizer bidding strategy, you won't be able to change the bid modifier. This is an exception I came across which is very poorly documented in the Enhanced Campaigns guide. Check this page: http://support.google.com/adwords/answer/2471188?hl=en There is

Re: RateExceededError rateName=BillingPerDay

2013-04-05 Thread Elena Grigoreva
Can anyone from Adwords API Team give me some more information about my case? Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: API V201302 - Problem on configuring campaign for Mobile and Tablet devices

2013-04-05 Thread Alexander Nitschke
You can't - enhanced campaigns always run on all platforms by default. What you can do however is mark all your ads in this campaign as mobile preferred. Furthermore I guess you could make a mobile bid adjustment of +300% and set the normal bid to a quarter of the intended bid. (But maybe this

Re: How to add dummy data to my test account

2013-04-05 Thread Paul Matthews (AdWords API Team)
Hi Jonathan, There is currently no way to add test data to your test account. We are aware of this feature request and we're looking into it. Regards, - Paul, AdWords API Team. On Monday, 25 March 2013 03:15:41 UTC, Jonathan Sosa wrote: Hi I'm trying to get the Campaign Performance Report

Re: How to use OAuth 2.0 to Access Google APIs as Service Account with Google APIs Client Library for PHP to use AdWords API

2013-04-05 Thread becky . russoniello
Isn't it true, though, that OAuth2 tokens do not suffice for downloading reports? I am using the OAuth2 flow for a web application, and it works just fine for most account management tasks whether or not the user is online. However, as soon as I try to download a report, it tells me that the

Re: How to use OAuth 2.0 to Access Google APIs as Service Account with Google APIs Client Library for PHP to use AdWords API

2013-04-05 Thread becky . russoniello
Oh, and to clarify my last post: I am already using the offline access permission. On Friday, April 5, 2013 12:42:03 PM UTC-4, becky.ru...@hanapinmarketing.com wrote: Isn't it true, though, that OAuth2 tokens do not suffice for downloading reports? I am using the OAuth2 flow for a web

Re: How to use OAuth 2.0 to Access Google APIs as Service Account with Google APIs Client Library for PHP to use AdWords API

2013-04-05 Thread Kevin Winter (AdWords API Team)
Hi, The access_token expires in 60 minutes - are you using a newly-refreshed access_token when downloading the report? Are you using a client library? If so, which one? - Kevin Winter AdWords API Team On Friday, April 5, 2013 12:50:10 PM UTC-4, becky.ru...@hanapinmarketing.com wrote:

Problems using Ad Hoc Report to download AdWords data

2013-04-05 Thread Federico J. Sutin Citterio
Actually I am using ad hoc report to download all the AdWord's objects like Campaign, Ad Groups, Advertises, and Keywords. For example to download Campaigns object, iam using Campaign Performance Report. (https://developers.google.com/adwords/api/docs/appendix/reports) I am only requesting for

Re: Problems using Ad Hoc Report to download AdWords data

2013-04-05 Thread Federico J. Sutin Citterio
I am currently using Api V201209. El viernes, 5 de abril de 2013 17:05:58 UTC-3, Federico J. Sutin Citterio escribió: Actually I am using ad hoc report to download all the AdWord's objects like Campaign, Ad Groups, Advertises, and Keywords. For example to download Campaigns object, iam

Re: How to use OAuth 2.0 to Access Google APIs as Service Account with Google APIs Client Library for PHP to use AdWords API

2013-04-05 Thread becky . russoniello
Hi Kevin, thanks for responding! I do always update the access token as necessary; I don't have any problem with that part -- and I have plenty of non-reports-related functionality working consistently. Problems happen ONLY when I am trying to download reports. I am using the Ruby client