Re: Oauth2 jwt ruby issue

2013-03-20 Thread hagay
Hi Daniel, In my company we have our own domain. and we prefer to gain oauth2 without user interaction as the nature of our application is server side only. Is the Oauth2 jwt working for ruby users? if not is there a chance to use another library (say python) in order to use the oauth2-jwt What

Re: Average CPC Question

2013-03-20 Thread Gustav Gennrich
Anyone have any input? Maybe someone from the Adwords team? :-) On Monday, March 18, 2013 12:10:17 PM UTC-7, Gustav Gennrich wrote: > > Hi, > > We have been using the TrafficEstimatorService in order to get CPC values > for various keywords. First off, is there an API to get the Average CPC > th

Re: Click Performance Report

2013-03-20 Thread Taylor
I second that emotion. Also, there is the {random} Value Track param. It would be awesome if we could surface that in one of these reports. Has anybody checked to see if this value is visible in the Destination URL report? On Tuesday, July 3, 2012 4:30:41 AM UTC-7, Stefan Podkowinski wrote: >

Re: How Much Historical Data is Available Through the Reporting API?

2013-03-20 Thread David Torres
Hi Kevin, There are no hard limits defined. As Zweitze correctly asserts, you could run into RESPONSE_SIZE_LIMIT errors in which case his recommendation of dynamically cutting your the report date range is completely valid. Best, - David Torres - AdWords API Team On Friday, March 15, 2013 8:0

Re: Zero impression account performance report - is this possible?

2013-03-20 Thread David Torres
Hi Kevin, Is the same report definition as posted at the beginning of thread you are using? Best, - David On Thursday, March 14, 2013 11:27:03 AM UTC-4, Kevin Kuszyk wrote: > > Hi David, > > Is there an update on this? I just ran into it on v201302. > > Thanks, > Kevin, > > On Tuesday, Februa

Re: Adword Keyword Tool Service

2013-03-20 Thread David Torres
Hi, You do need to apply for AdWords API access to make calls against the TargetingIdeaService. Best, - David Torres - AdWords API Team On Thursday, March 14, 2013 6:23:37 AM UTC-4, engin...@gmail.com wrote: > > Hi, > > I want to know is it possible to access only keyword ideas, global and >

Re: What is relationship between SEARCH_VOLUME and TARGETED_MONTHLY_SEARCHES in TargetingIdeaService (Urgent)

2013-03-20 Thread David Torres
Hi, Are you executing your request against production? what search parameters are you using? Best, - David Torres - AdWords API Team On Friday, March 15, 2013 6:26:22 PM UTC-4, liangl...@gmail.com wrote: > > anyone knows? please help! > > On Thursday, March 14, 2013 4:12:48 PM UTC-7, liangl..

Re: How to get AdWrods users in Account Access

2013-03-20 Thread David Torres
Hi, There is no service in the API that allows you get that information. Best, - David Torres - AdWords API Team On Friday, March 15, 2013 3:58:14 AM UTC-4, kaihatsu...@infoseek.jp wrote: > > On "My Client Center > one client > My Account > Account Access", > there is some user's information (E

Re: How to get the Image Ad dimensions?

2013-03-20 Thread David Torres
Hi Oliver, You should be able to use the AdGroupAdService and request the Dimensions field, and also filter by CampaignId using predicates. Let me know if I'm not really understanding your question. See https://developers.google.com/adwords/api/docs/reference/v201302/AdGroupAdService.Image#dime

Cannot seem to get campaign level criteria (like Location, Gender, Age and such) via Creteria report.

2013-03-20 Thread Slava
While I do see these campaign level criteria in the AdWords Web UI, I cannot seem to get them through Criteria Report. Criteria Report documentations lists these criteria types as the ones it is able to return (https://developers.google.com/adwords/api/docs/appendix/reports#criteria). What co

GetClientCustomerId?

2013-03-20 Thread Wilson MacGyver
Hi, We've been using code from v201209/accountmanagement/GetClientCustomerId.java to get the client customer id. I noticed with the new 201302 library, this file no longer exist. what is the new way to get the same information? Thanks -- Omnem crede diem tibi diluxisse supremum. -- -- =~

MCC authtoken (client login) capabilities?

2013-03-20 Thread Reed
If I'm using client logins (ie, not oauth) for API access, and have an MCC with a number of AdWords accounts linked to it, what are the limitations/capabilities of the MCC login in making API calls? Specifically with services other than the ReportingService (which can create reports for the in

Re: Upgrading sitelinks to new, improved sitelink extensions with API v201209

2013-03-20 Thread David Torres (AdWords API Team)
Hi Mariusz, Upgrading to the improved sitelinks require the use of FeedServices which are only available in v201302, also the new sitelinks only work with Enhanced Campaigns. Would it be possible for you to use two versions of the API side by side? Best, - David Torres - AdWords API Team On

Re: Average CPC Question

2013-03-20 Thread David Torres (AdWords API Team)
Hi Gustav, AVERAGE_CPC is now available in the TargetingIdeaService v201302. See https://developers.google.com/adwords/api/docs/reference/v201302/TargetingIdeaService.AttributeType Best, - David Torres - AdWords API Team On Wednesday, March 20, 2013 11:59:05 AM UTC-4, Gustav Gennrich wrote: >

Re: Is it possible to get Mobile and MobileImage Ads info using Ad Performance adhoc report download

2013-03-20 Thread David Torres (AdWords API Team)
Hi Sanju, That structural information is not available in reports. Best, - David Torres - AdWords API Team On Tuesday, March 19, 2013 1:24:56 AM UTC-4, Sanju wrote: > > Hi Team, > > Can we get markup languages, countryCode and business name of Mobile Ads > and Image information like dimensions

Re: Possible to use the API to set up a billing account?

2013-03-20 Thread David Torres (AdWords API Team)
Hi Alex, This cannot be done via the API. Best, - David Torres On Sunday, March 17, 2013 12:55:41 PM UTC-4, Alexander Polchert wrote: > > So my ultimate goal is this... > I would like users to be able to both register and enter billing info for > adwords through my website. I want to set up th

Re: MCC authtoken (client login) capabilities?

2013-03-20 Thread Ewan Heming
Hi Reed, You can make exactly the same API calls using ClientLogin as you can with OAuth. If an account is linked to an MCC that you can access, then you can make get and mutate calls for the account by setting its customer id. However, ClientLogin is deprecated, so you should use OAuth 2.0 if

Re: How to get the Image Ad dimensions?

2013-03-20 Thread Oliver
Many thanks David. I can now get the image dimensions. I can indeed filter by CampaignId, but I find this strange because the selector fields for AdGroupAdService do not include CampaignId: https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201209-AdGroupAdService The main

Re: How to get the Image Ad dimensions?

2013-03-20 Thread Oliver
Someone just pointed out to me that the 'dimensions' info is indeed already available in the Ad Performance Report under the 'Headline' column. Many thanks again. Oliver On Wednesday, March 20, 2013 9:30:21 PM UTC, Oliver wrote: > > Many thanks David. I can now get the image dimensions. > > I

Migrating from my local server in my computer to a remote server

2013-03-20 Thread joanfihu
Dear Mr./Ms., I am migrating my application from my local server in my computer to a remote server. I tested a called and I got this error "An error has occurred: [AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID @ ; trigger:'']" I've tried to delete the cookies and I've also tried to access