PHP API > Custom date range for AD_PERFORMANCE_REPORT

2014-03-17 Thread Jake Wilson
Trying to get an ad performance report for a custom range: $reportDefinition = new ReportDefinition(); $reportDefinition->selector = $selector; $reportDefinition->reportName = 'Ad performance report #' . uniqid(); $reportDefinition->dateRange = new DateRange('20140101', '20140110'); $reportDefinit

ApiException and ApplicationException classes not present in .NET proxy for v201402.

2014-03-17 Thread HK
Hi, So I'm running the below command to generate the v201402 .NET proxy classes using wsdl.exe. I have done this many times with earlier API versions and not hit this problem before. Now, some classes are missing in the resulting C# file, such as ApiException and ApplicationException. If I run

Day bid plan for each hour

2014-03-17 Thread Dan
I am trying to find the way how I can schedule a bid plan for each keyword for entire day using Adwords API. For example: 0. black tea, 1.25£, 00:00:00-01:00:00 1. black tea, 1.50£, 01:00:00-02:00:00 3. . 18. black tea, 3.0£ 19:00:00-20:00:00 Could you please point me and give small e

Re: Ad Hoc reporting for PHP

2014-03-17 Thread Moe
Hi Anash, How am I supposed to loop against all my customer accounts without having to manually entering their account IDs in the auth.ini file ? Please I want an example php code for setting customerId at runtime. When will the MCC level requests against individual accounts be supported? Pl

Re: How to validate user credentials for a user account after ClientLogin is sunset?

2014-03-17 Thread Josh Radcliff (AdWords API Team)
Hi Chris, One way you could deal with the issue you described would be to go through a small OAuth flow for account A1 at this step: *Someone logs into our web application and configures a new application account B1, intended to display data for account A1* If the person entering in the accoun

Re: Is there a way to use a production account data while developemen (python client library)

2014-03-17 Thread Josh Radcliff (AdWords API Team)
Hi, When you submitted your token application AdWords sent a follow up email to the contact address you specified. That email contained a link to a follow up form. If you did not fill out and submit the follow up form then that would explain why your application did not proceed through the proc

Re: How to validate user credentials for a user account after ClientLogin is sunset?

2014-03-17 Thread Chris
Hi Josh, The use case is as follows: We have MCC M1 and AdWords accounts A1 and A2 Both A1 and A2 are already linked to M1 We have a web application that has the necessary information to pull data from accounts in M1 Someone logs into our web application and configures a new application account

Re: Is there a way to use a production account data while developemen (python client library)

2014-03-17 Thread Amr Abdel-wahab
I already did that Ages ago and got no reply On Wednesday, March 12, 2014 4:10:44 PM UTC+1, Amr Abdel-wahab wrote: > > I would love to use some production account data because I need to do some > reporting tasks and I need to make sure it's correct and this can't be done > with a test account so

Re: BudgetService

2014-03-17 Thread Josh Radcliff (AdWords API Team)
Hi, For each service the API documentation shows the valid field names you can use in your *Selector*. https://developers.google.com/adwords/api/docs/appendix/selectorfields In your particular case, the fields you want for BudgetService

Re: OAuth 2 : Website (https) Registration

2014-03-17 Thread Josh Radcliff (AdWords API Team)
Hi, For the AdWords API we have lots of OAuth2 documentation that should help you get started. - OAuth2 in AdWords API overview (including a video to walk you through the process): https://developers.google.com/adwords/api/docs/guides/authentication - Client libraries, each of whi

Re: How to get "Added/Excluded" column in search term report. Error in keyword report for "IsNegative" column

2014-03-17 Thread Josh Radcliff (AdWords API Team)
Hi, Please refer to the link in my previous post for all field names in reports. Cheers, Josh, AdWords API Team On Friday, March 14, 2014 10:36:39 AM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi Ranjit, > > Report field names are case sensitive. Using "IsNegative" should resolve > yo

Re: PHP Lib - Report data w/o pre-formatted downloaded report file?

2014-03-17 Thread rob
Josh is right, you can do it this way also: $query = "SELECT Clicks, Impressions, Cost FROM ACCOUNT_PERFORMANCE_REPORT DURING 20140101,20140131"; $options = array('version' => ADWORDS_VERSION); $response = ReportUtils::DownloadReportWithAwql($query,NULL,$user,"XML",$options); $xml = new Simpl

Re: How Does Google Choose Which Auctions To Run Experiments Versus Control Groups?

2014-03-17 Thread Danial Klimkin
Hello David, This group is for technical questions regarding AdWords API only. Your question seems to be a general product question, please check with AdWords support regarding it: https://support.google.com/adwords/ -Danial, AdWords API Team. On Saturday, March 15, 2014 3:50:37 AM UTC+4

Re: Negative keywords lists via the API

2014-03-17 Thread Danial Klimkin
Hello Chih-Che Tsai, No, unfortunately negative keywords lists are not supported in the API and we don't plan to include them in the future. -Danial, AdWords API Team. On Friday, March 14, 2014 11:59:42 PM UTC+4, Chih-Che Tsai wrote: > > Hi Danial, > Has there been any update or plan to add

Re: Are reports totally empty with a Mcc test account?

2014-03-17 Thread Danial Klimkin
Hello Maria, Test accounts have not stats data (no clicks, impressions etc), so most reports would be empty. You can alter the report definitions to include zero impression rows. Please feel free to also log it as a feature request on GitHub. -Danial, AdWords API Team. On Friday, March 14,

Re: Unable to retrieve Budget ID for shopping campaign

2014-03-17 Thread Danial Klimkin
Hello Hendrik, Please let me know your client customer id (CID) and the campaign ID this error is returned for. -Danial, AdWords API Team. On Saturday, March 15, 2014 12:30:01 AM UTC+4, Hendrik Kleinwaechter wrote: > > Hi AdWords Team, > > we are unable to retrieve a budget ID for a shopping

BudgetService

2014-03-17 Thread Moe
Hi All, I am trying to change the GetCampaigns.php example in the php library to Get Budget instead. So I proceeded by changing the CampaignService to BudgetService. I am trying to retreive the name and amount of the budget. But I am getting the following error: An error has occurred: [Select

OAuth 2 : Website (https) Registration

2014-03-17 Thread Miral Maradia
I am facing the problem of Registering the app because now OAuth 1 is changed to OAuth 2. And no proper documentation is available for OAuth 2. For eg, https://developers.google.com/youtube/android/player/register. Screens showing in above official tutorial / video is not available on web Th

How Does Google Choose Which Auctions To Run Experiments Versus Control Groups?

2014-03-17 Thread David Melamed
I am trying to do the following with the Adwords API and I am wondering if there is a way to do this properly. I want to have two different people create competing ad groups, keywords, bids and ads without seeing the other persons work (adgroups, etc.).. and run them against each other as an e

Re: Negative keywords lists via the API

2014-03-17 Thread Chih-Che Tsai
Hi Danial, Has there been any update or plan to add support for managing negative keyword list via API? Thanks. Chih-Che Tsai -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAd

Are reports totally empty with a Mcc test account?

2014-03-17 Thread María FZ
Hello, I'm trying to run this Mcc reporting demo application (https://github.com/googleads/aw-reporting). It works, It generates 3 reports for my 3 clients, but the reports (all from the sample project) are empty. I know that in a Mcc test account there is no data to display, but my doubt is

Re: how to check the bid amount for a keyword ?

2014-03-17 Thread Danial Klimkin
Hello Brihaspati, Please see the following optimization services: https://developers.google.com/adwords/api/docs/reference/v201402/TrafficEstimatorService https://developers.google.com/adwords/api/docs/reference/v201402/TargetingIdeaService -Danial, AdWords API Team. On Friday, March 14