Re: Video Ads - How to pull metrics from Adwords API.

2014-11-25 Thread max
We're facing exactly the same issue. Really struggling to understand why google are making it so difficult to access Youtube data without logging in to adwords On Monday, November 24, 2014 10:09:08 AM UTC, Francesco Boano wrote: Hi! Since a few days, the account we used to downalod CSV

Re: AuthenticationError.LOGIN_COOKIE_REQUIRED

2014-11-25 Thread Martin Geubelle
Hi, The workaround I found for now is to revoke the access token and ask the authorization again, but it's not very convenient. I just don't get why it's possible in local with an native application client identifier and not on the web with an web application client identifier ... What could

Re: AuthenticationError.LOGIN_COOKIE_REQUIRED

2014-11-25 Thread Martin Geubelle
Solution found on this page : https://developers.google.com/accounts/docs/OAuth2WebServer Use approval_prompt=force Martin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Product Partition Tree Enumeration Exception

2014-11-25 Thread Sarah Gilmore
Hi Josh That's great, I have managed to implement the tree that I want. Just a few little misunderstandings. Thanks for your help Sarah On Monday, November 24, 2014 2:07:36 PM UTC, Josh Radcliff (AdWords API Team) wrote: Hi, At every level of the product partition tree, all product

Re: Youtube ADs data - No API and now a change to emails?

2014-11-25 Thread Danial Klimkin
No solid plans at the moment unfortunately. -Danial, AdWords API Team. On Monday, November 24, 2014 3:02:17 PM UTC+3, max wrote: Thanks. Are there still no plans to include this data in the API? On Monday, November 24, 2014 10:56:33 AM UTC, Danial Klimkin wrote: Hello, Please check

HourOfDay returns 400 on AdGroup

2014-11-25 Thread Jakub Jirka
Hello I have a problem with the AdGroup performance HourOfDay parameter report. According to https://developers.google.com/adwords/api/docs/appendix/reports#ad-group I create a query that without the field HourOfDay returns metric values for cost and impressions. But when I run the query on

Loop when i login to adwords with my test account

2014-11-25 Thread Martín Campos
Hi friends. I'm new in the api develop, and i have one problem now. The problem is that i cannot login to my test account in adwords, when i try to login, the page loads but only show my email at the corner and reload the page n times. I attach a youtube video with the loop:

False Positive Offline Conversion Post

2014-11-25 Thread chimdi
Anyone having an issue with false positives when submitting an offline conversion? I noticed that not all of my conversions are showing up in Adwords but I get a successful response (no errors). I check the soap log and there's no evidence of failure. -- --

Re: False Positive Offline Conversion Post

2014-11-25 Thread Danial Klimkin
Hello, Please note conversion uploads are atomic. So if you submit 3 conversions and one results in the error, none of them are uploaded, though you don't get errors for two of them. -Danial, AdWords API Team. On Tuesday, November 25, 2014 2:43:54 AM UTC+3, chi...@wpromote.com wrote:

Re: Unable to select by label?

2014-11-25 Thread Danial Klimkin
Hello João, Please see: https://developers.google.com/adwords/api/docs/guides/labels Try: SELECT AdGroupId FROM AD_PERFORMANCE_REPORT WHERE LabelIds CONTAINS_ANY [ 49545027] DURING 20140801,20141122 -Danial, AdWords API Team. On Monday, November 24, 2014 5:25:22 PM UTC+3, João Aparício

Re: Namespace for PHP Client Library

2014-11-25 Thread Danial Klimkin
Hello Kristopher, This is currently work in progress, see the experimental branch: https://github.com/googleads/googleads-php-lib/tree/experimental -Danial, AdWords API Team. On Tuesday, November 25, 2014 2:05:11 AM UTC+3, Kristopher Windsor wrote: Hi, The Adwords API PHP client

Re: Loop when i login to adwords with my test account

2014-11-25 Thread Danial Klimkin
Hello Martin, Please check with the general AdWords support as this is not an API issue. https://support.google.com/adwords/?hl=en -Danial, AdWords API Team. On Monday, November 24, 2014 9:37:45 PM UTC+3, Martín Campos wrote: Hi friends. I'm new in the api develop, and i have one

Re: Traffic Estimator Service: RateExceededError

2014-11-25 Thread Danial Klimkin
Hello Christian, What kind of requests are those? We've set a lower limits on the PLACEMENT ideas request type as it is deprecated but other types should not be affected. -Danial, AdWords API Team. On Monday, November 24, 2014 6:37:34 PM UTC+3, Christian Borck wrote: Hi Ray, thank you

Re: How to get campaign budget on given date

2014-11-25 Thread seo . alliancetekinc
Hi Josh, Thanks a lot for your response. as said in your response, i tried CustomerSyncService to get account history changes. in that i tried fetching history for Date Range 7-July-2014 00:00 AM to 7-July-2014 23:59 PM only for single Campaign but i got response as TOO_MANY_CHANGES.

Re: Deleting Bidding Schemes fails

2014-11-25 Thread Danial Klimkin
Hi Daniel, Could you please send us an example of this get request, you take the bidding strategy ID from? -Danial, AdWords API Team. On Monday, November 24, 2014 7:12:27 PM UTC+3, Daniel Olel wrote: Hi Danial, Is there any more information that I need to bring for this issue? Kind

Re: Youtube ADs data - No API and now a change to emails?

2014-11-25 Thread max
Very surprising how long it's been left out for. is there somewhere to request it? On Tuesday, November 25, 2014 12:43:57 PM UTC, Danial Klimkin wrote: No solid plans at the moment unfortunately. -Danial, AdWords API Team. On Monday, November 24, 2014 3:02:17 PM UTC+3, max wrote:

Re: Traffic Estimator Service: RateExceededError

2014-11-25 Thread Christian Borck
Hi Danial, we're requesting KeywordEstimates for search campaigns only. So it shouldn't be affected by lower limits on the Placement reqeust type!? Please see example request below: ?xml version=1.0 encoding=UTF-8?soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/;

Re: How to get campaign budget on given date

2014-11-25 Thread Josh Radcliff (AdWords API Team)
Hi, Could you provide me with the campaign ID in your request? Thanks, Josh, AdWords API Team On Tuesday, November 25, 2014 8:40:21 AM UTC-5, seo.allia...@gmail.com wrote: Hi Josh, Thanks a lot for your response. as said in your response, i tried CustomerSyncService to get

Re: Invalid Token Header

2014-11-25 Thread htang5555
Hey Thanks Michael, when i use the namespace /cm/v201409 i get the following body error. root: { Envelope: { Body: { Fault: { faultcode: soap:Server, faultstring: Unmarshalling Error: unexpected element

Re: How to get campaign budget on given date

2014-11-25 Thread seo . alliancetekinc
Hey, Campaign ID is 90391873 for which i am trying to get CustomerSyncService Response for 7th July 2014. On Tuesday, November 25, 2014 9:06:24 PM UTC+5:30, Josh Radcliff (AdWords API Team) wrote: Hi, Could you provide me with the campaign ID in your request? Thanks, Josh, AdWords