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

2014-11-24 Thread max
Hi, We provide marketing dashboards for a number of agencies and have a few clients that also serve Youtube ads via Adwords. As there is still no data for this activity via the API, we have scheduled emails set up to receive the data. However, over the weekend a change seems to have been made

AuthenticationError.LOGIN_COOKIE_REQUIRED

2014-11-24 Thread Martin Geubelle
Hi, Since I am using my application on the web client (and not in local anymore), I have experienced a strange error. It looks like I can retrieve refresh/access token for the same adwords account only once. I am using Python Library. 1. I state the URL for getting API access (like :

Re: Product Partition Tree Enumeration Exception

2014-11-24 Thread Sarah Gilmore
Hi Josh I've tried adding product level into the constuctor but get the following error: An error has occurred: [RequiredError.REQUIRED @ operations[3].operand.criterion.caseValue.type] I've tried reducing it down to the bare minimum (as below) but stillt this error. All I really want is a

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

2014-11-24 Thread Danial Klimkin
Hello, Please check with the general AdWords support as the API was not used for these reports. AdWords API doesn't support AdWords for Video campaigns at the moment, unfortunately. -Danial, AdWords API Team. On Monday, November 24, 2014 1:22:39 PM UTC+3, max wrote: Hi, We provide

The OAuth client was not found after updating to v201409

2014-11-24 Thread Ross Larner
Hello all, We were using v201402 of the PHP Adwords API to post OfflineConversionFeedOperations fine until yesterday, when it stopped working with this error: You are accessing an AdWords API version v201402 that has been discontinued I updated to v201409 and now we're getting: 'exception' =

CRITERIA_PERFORMANCE_REPORT : Failing to download from 11/20/2014

2014-11-24 Thread VRN
Hi, We are facing issues with Criteria performance Report from last couple of days (11/20/2014). Out of 400 client ids all of them are failing with the same error: Failed to Download Report: The remote server returned an error: (400) Bad Request.Below are the details of the request. I dont

Account access

2014-11-24 Thread Yuval Spiegel
I have problem to give access to another mail: I get Value is required the email that written is ok. is someone have an idea why does it happan? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

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

2014-11-24 Thread Francesco Boano
Hi! Since a few days, the account we used to downalod CSV reports via email (only mail access), needs to perform a login before downloading the report: this makes the process more complex as this solution was exploited because API are not working for videos. Would there be an easier method for

setting a budget and enhanced CPC for campaings in v201409

2014-11-24 Thread András Révai
Hi, #1 Is there a way to set a non-shared budget for a campaign in version v201409? #2 How exactly do I set Enhanced CPC for a campaign? Thanks, András -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Unable to select by label?

2014-11-24 Thread João Aparício
Hi In the reports, I'm trying to select for ads that contain (or don't contain) a certain label. Somehow I'm getting an error both from the API and from Scripts. The query is the following: SELECT AdGroupId FROM AD_PERFORMANCE_REPORT WHERE Labels CONTAINS_NONE ['my special label'] DURING

Re: Account access

2014-11-24 Thread Danial Klimkin
Hello Yuval, Please check with the general AdWords support on this question as it is not specific to the API: https://support.google.com/adwords/ I'd check if you already have a pending invitation for this login. -Danial, AdWords API Team. On Sunday, November 23, 2014 11:12:31 PM

Re: AuthenticationError.LOGIN_COOKIE_REQUIRED

2014-11-24 Thread Danial Klimkin
Hello Martin, This is a tricky case. Generally, we recommend logging off from every account and logging in with the one you'd like to authorize for. Generally, you can approve one application only once per account, so you may be hitting a wrong (already authorized) account in the process.

Re: Unable to select by label?

2014-11-24 Thread Danial Klimkin
Hello Joao, Filtering by Labels requires using label IDs, not texts. Pull the IDs for the labels and add a filter using LabelIds column instead. -Danial, AdWords API Team. On Monday, November 24, 2014 12:53:36 PM UTC+3, João Aparício wrote: Hi In the reports, I'm trying to select for

Re: CRITERIA_PERFORMANCE_REPORT : Failing to download from 11/20/2014

2014-11-24 Thread Danial Klimkin
I believe this is a duplicate question. I'll ask DotNet library owner to answer on the older thread. -Danial, AdWords API Team. On Saturday, November 22, 2014 9:55:47 PM UTC+3, VRN wrote: Hi, We are facing issues with Criteria performance Report from last couple of days (11/20/2014).

Re: setting a budget and enhanced CPC for campaings in v201409

2014-11-24 Thread Danial Klimkin
Hello András, 1. Yes, just create a budget with isExplicitShared = false. 2. You need to use the EnhancedCpcBiddingScheme: https://developers.google.com/adwords/api/docs/reference/v201409/BiddingStrategyService.EnhancedCpcBiddingScheme -Danial, AdWords API Team. On Sunday, November 23,

Re: The OAuth client was not found after updating to v201409

2014-11-24 Thread Danial Klimkin
Hello Ross, Please make sure you've transferred all the API configuration (auth.ini contents) to the new library version. -Danial, AdWords API Team. On Saturday, November 22, 2014 1:50:03 AM UTC+3, Ross Larner wrote: Hello all, We were using v201402 of the PHP Adwords API to post

Re: AuthenticationError.LOGIN_COOKIE_REQUIRED

2014-11-24 Thread Martin Geubelle
*Generally, you can approve one application only once per account, so you may be hitting a wrong (already authorized) account in the process.* Is it only true for Web application ? Because in local I have never experienced this problem ... In fact, when the user disconnects and tries to come

Re: AuthenticationError.LOGIN_COOKIE_REQUIRED

2014-11-24 Thread Martin Geubelle
Thank you for you quick answer ! *Generally, you can approve one application only once per account, so you may be hitting a wrong (already authorized) account in the process.* Is it only true for Web application ? Because in local I have never experienced this problem ... In fact, when the

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

2014-11-24 Thread max
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 with the general AdWords support as the API was not used for these reports. AdWords API doesn't support AdWords for Video campaigns

Google AdWords Campaign Budget History

2014-11-24 Thread seo . alliancetekinc
Hello, We are using Google AdWords API to retrieve current Campaigns, Allocated Cost, Budget Used and Conversions. The problem is, Google always returns current Allocated Cost but I need to retrieve it date wise. As an example, If I run a campaign on date 1 to 10 with Allocated Cost

Re: Google AdWords Campaign Budget History

2014-11-24 Thread Josh Radcliff (AdWords API Team)
Hi Chirag, Please see my response to your related post https://groups.google.com/d/msg/adwords-api/tiGOSNtvTag/_Ob_Pr_eaYQJ. Thanks, Josh, AdWords API Team On Monday, November 24, 2014 8:35:47 AM UTC-5, seo.allia...@gmail.com wrote: Hello, We are using Google AdWords API to retrieve

Re: Unable to select by label?

2014-11-24 Thread João Aparício
You might be right, but I still haven't managed to get it to work though. I can get the label id, but neither of the following queries work: SELECT AdGroupId FROM AD_PERFORMANCE_REPORT WHERE Labels EQUALS '49545027' DURING 20140801,20141122 SELECT AdGroupId FROM AD_PERFORMANCE_REPORT WHERE

Re: Traffic Estimator Service: RateExceededError

2014-11-24 Thread Christian Borck
Hi Ray, thank you for your response. We've implemented the suggested strategies to handle varying limits. But: Since 3 days we are experiencing a significant drop in QPS over all accounts we estimating traffic for: [RateExceededError rateName=RATE_LIMIT, rateKey=null, rateScope=ACCOUNT,

Re: Deleting Bidding Schemes fails

2014-11-24 Thread Daniel Olel
Hi Danial, Is there any more information that I need to bring for this issue? Kind Regards, Daniel Olel -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Namespace for PHP Client Library

2014-11-24 Thread Kristopher Windsor
Hi, The Adwords API PHP client library defines, among other things, a class named Logger in the global namespace that will conflict with another Logger class we want to use. Is there an easy way to put all of the client library code into a namespace to avoid the class name collision? In

Handle Authentication error when user logged in with non adwords account using Adwords API?

2014-11-24 Thread raman kumar
Hello, Is there any way to handle Authentication error when user logged in with non adwords account using Adwords API? Any help regarding this is highly apperciable. Waiting for the response. With Regards, Raman -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Handle Authentication error when user logged in with non adwords account using Adwords API

2014-11-24 Thread raman kumar
Hello, Is there any way to handle Authentication error in PHP when user logged in with non adwords account using Adwords API? Any help regarding this is highly apperciable. Waiting for the response. With Regards, Raman -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us