Re: How to receive the logged in user info

2012-06-13 Thread PatrickvKleef
Thanks for your response Anash! Maybe it's a good idea to explain what I want do. I would like to give certain users access to the web application I'm building. When using the Adwords API client library it is possible to login users with OAuth, but the problem is that not everybody with a googl

Re: How to receive the logged in user info

2012-06-13 Thread Anash P. Oommen
Hi Patrick, AdWords doesn't contain information about the user name, profile image, etc. What it has at best is the company name of the Advertiser account and login email. You could use ServicedAccountService to retrieve these information. See https://developers.google.com/adwords/api/docs/ref

Re: Using reports to sync account structure

2012-06-13 Thread Anash P. Oommen
Hi Oliver, See the report fields listed on https://developers.google.com/adwords/api/docs/appendix/reports. If you include certain fields in a report, it prevents zero impression rows from being returned even if you have set includeZeroImpressions as true. Such columns are explicitly documente

Re: v201109_1 CALL_METRICS_CALL_DETAILS_REPORT error

2012-06-13 Thread Anash P. Oommen
Hi Sean, Could you email me an http dump to anash.p.oom...@google.com? To do this, download and start Fiddler in HTTPS capture mode. Then set ProxyUrl setting to the Fiddler url and then run your code. Thanks, Anash P. Oommen, AdWords API Advisor. On Tuesday, 12 June 2012 23:56:54 UTC+5:30, Se

Re: Get Click date and time

2012-06-13 Thread Tom Kessler
Bump On Tuesday, June 12, 2012 3:26:30 PM UTC-4, Tom Kessler wrote: > > Hello, > > Is it possible to get Click detailed information such as date and time of > a click? I read over the AdWords API and it seems there is no Click entity > with date and time properties available. > > Thank you, > >

Re: AddAdGroups.php gives error

2012-06-13 Thread Kevin Winter
Hi, This PHP example demonstrates how to perform error handling: http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109_1/ErrorHandling/HandlePolicyViolationError.php#78 Could you try to add some error handling around the mutate call and see if that catches the er

Re: Daily budget over $2000 causes odd API errror

2012-06-13 Thread Kevin Winter
Hi ADM, I believe Ewan is probably right - double check to make sure the value is being sent in micros, not dollars. - Kevin Winter AdWords API Team On Monday, June 11, 2012 5:06:58 PM UTC-4, ADM wrote: > > Google AdWords API team, > > When changing a campaign's daily budget to over $2000 the

Re: Conversion counts WAY high for 36 hours???

2012-06-13 Thread Kevin Winter
Hi ADM, There was a temporary problem with reported stats related to conversions. It has since been resolved and if you re-pull the report you should have expected numbers. - Kevin Winter AdWords API Team On Monday, June 11, 2012 5:01:55 PM UTC-4, ADM wrote: > > Looking over our accounts, a

Re: How to programmatically add an existing account to our MCC?

2012-06-13 Thread Kevin Winter
Hi Oliver, Have you considered using OAuth2? You could direct them to a Google page to grant you authorization to manage their AdWords account and use the access token after that. We've published an example here: http://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axi

Re: Surpassing the max # of campaign geo-targets

2012-06-13 Thread Kevin Winter
Hi, I don't think the 300 geotarget limit is accurate any more. As best I can tell, there is a 10,000 limit on number of location criteria per campaign ( http://support.google.com/adwords/bin/answer.py?hl=en&answer=1704396). - Kevin Winter AdWords API Team On Monday, June 11, 2012 11:12:27 A

Re: Android App with Street View API and Place API Combination.

2012-06-13 Thread Kevin Winter
Hi, I'm sorry, you have the wrong forum - this forum strictly covers the AdWords API. You may want to look at the StreetView Image API ( https://developers.google.com/maps/documentation/streetview/) or possible the Maps API (https://developers.google.com/maps/). - Kevin Winter AdWords API Te

Re: What Combination of API Reports Equals the Web GUI's MCC Accounts View?

2012-06-13 Thread Kevin Winter
Hi, Could you please try to run a Campaign Performance Report with a ReportDefinition like that below against this account? When I ran it against this account, the totals matched the UI, but due to the way i'm running the report, I believe my results may include values normally filtered out

SOLVED (was Ruby API: problems with template for YouTube Promoted Videos)

2012-06-13 Thread Dave Seidel
Never mind, apparently the TemplateAd data structure is rather more complex than expressed in the initial version of my code and must be created in a different way. On Tuesday, June 12, 2012 1:16:14 PM UTC-4, Dave Seidel wrote: > > Hi, using google-ads-common 0.7.2, google-adwords-api 0.6.1, API

Re: Using reports to sync account structure

2012-06-13 Thread mm
Oliver - Use a predicate for Impressions >= 0; this seems to return all entities regardless of the value of the includeZeroImpressions flag. HTH - mm On Tuesday, June 12, 2012 10:10:27 AM UTC-5, Oliver wrote: > > > Hi, > > What is the best way to synchronize our local database record of the > a

Re: How to receive the logged in user info

2012-06-13 Thread PatrickvKleef
Does somebody knows how to do this?? On Tuesday, June 12, 2012 9:18:24 PM UTC+2, PatrickvKleef wrote: > > Hi! > > I'm new with using the Google Adwords API. I'm using OAuth to authenticate > users. > I would like to receive user information (emailaddress, name, etc.) when > the user is authentic

why keyword performance report different result by comparing results from HTTP Request and directly from mcc

2012-06-13 Thread Minius
Hi, I try to get keyword performance report by fallowing this specification: https://developers.google.com/adwords/api/docs/guides/reporting?hl=lt. Everything works fine, except that result are different by comparing with results directly from MCC. Totals of fallowing field: clicks, cost are dif

ClickType & Device columns required for Campaign & AdGroup Report Types?

2012-06-13 Thread Ernnie Sangalang
Hi, Does AdWords API Required Minimum Functionality require clients to include ClickType & Device in their campaign & adgroup level report types? Or can we display this columns on other report types? If so, can you give us other options. Thanks, --Ernnie -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~