Re: [v201209] Discrepancy between API results and web UI search volume results

2012-10-17 Thread Martin
Hello, i have the same problem. The values are equal with the Column "google-search-ad-network" (sorry for that translation, i hope you know what i mean) in the External-Keyword-Tool not with the monthly-local-search. Here is my java-code: AdWordsUser user = new AdWordsUser();

Where do I get adwords Promotion code to test Adwords

2012-10-17 Thread prov
Hi, I am looking to start up a adwords campaign for my business. I want to setup an adwords campaign to drive traffic. Where can I find one? Thanks Prov -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://group

403 code and Error=Unknown when authenticating Google Analytics account

2012-10-17 Thread Mike
Hi there. So we have a client who tried to connect their Google Analytics via the API but was unsuccessful. However with the same credentials we can log into Analytics through a browser. So the credentials are correct. The error we got back was code: 403 error: Error=Unknown Url=https://www.goo

Re: QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:''???

2012-10-17 Thread AdWordsAPIAdvisor
Hello Priya, I'll ask my colleague who is the author of the CSharp libraries to look into this issue for you. -Danial. Original Message Follows: From: Priya Gandhi Subject: Re: QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:''??? Date: Tue, 16 Oct 2012 10:10:52 -07

how do i get developer token for adword api access

2012-10-17 Thread Devdeep Barad
hello friends, i am in trouble with adword api access.i need developer token.how can i got this? i have mcc account but i can't find adword api center in my account tab.please help me for this. thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

InfoServiceInterface ApiUsageType.UNIT_COUNT_FOR_CLIENTS

2012-10-17 Thread json
Hi, I have a problem to get the unit costs for clients for today. I'll use v201206 with the Java client lib. InfoSelector selector = new InfoSelector(); selector.setApiUsageType(ApiUsageType.UNIT_COUNT_FOR_CLIENTS); selector.setClientCustomerIds(new long[] {

Re: InfoServiceInterface ApiUsageType.UNIT_COUNT_FOR_CLIENTS

2012-10-17 Thread json
To be more precise, all I want was to replace this long sum = 0; ServiceAccountant serviceAccountant; final Stub[] retainedServices = accountantManager.getRetainedServicesForUser(user); for (Stub stub : retainedServices) { serviceAccountant = accountan

Re: Auto Login to Google Ad words from my asp.net application

2012-10-17 Thread Srinivas Reddy
Hello Danial, Thanks for reply. Here is the scenario. our asp.net based application registered to google adwords. so we are showing reports count in our app by using the APIs. so onclick of that count we want to take our customer straight to the google adwords account(auto login) in separat

Roadmap

2012-10-17 Thread Niall Gray
Hi, Just wondering if there is an official roadmap for the AdWords Api? Thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Java v201209 reporting: heavier on the CPU?

2012-10-17 Thread j.e.frank
I noticed this post that was also related to report serialization and jaxb: https://developers.google.com/adwords/api/community/?place=msg%2Fadwords-api%2F2h_hhyThed0%2FN94XKOfR2GoJ I made my own version of the serializer for a ReportDefinition object, that creates a single JaxBContext object and

Re: Bug: ReportUtils misuse of jaxb

2012-10-17 Thread j.e.frank
Using one JaxBContext instead of making a new one each time is also nicer to your CPU, especially if you are running a lot of reports at the same time. I made a custom serializer for this reason. It should be easy to fix in the official library though. On Monday, October 15, 2012 3:38:37 AM U

Re: What happend to targetContentContextual for Campaign.networkSetting? (v201209)

2012-10-17 Thread AdWords API Advisor
Hi bgraves, targetContextContextual is being depricated in favour of TargtRestrictSetting. Please see CampaignService.TargetRestrictSettingfor details. Any campaign created in v201206 and onwa

TargetingIdeaService - MonthlySearchVolume - last month always missing value

2012-10-17 Thread Ben Vincent
Hi, I am trying to migrate some code for the TargetingIdeaService from version 2011 to version 201209 for fetchign keyword suggestions based on a single kewyord. Everything is working fine, apart from the MonthlySearchVolumes (TARGETED_MONTHLY_SEARCHES) This is meant to return data for the la

Re: Java v201209 reporting: heavier on the CPU?

2012-10-17 Thread Oliver
Thanks for sharing such a great optimization tip. Aside from the performance issue, I am curious to know how your're handling the account reports when there are no impressions. There is a known bug with the Account Performance Report whereby it comes back completely empty if there is no impres

Re: Get Click date and time

2012-10-17 Thread David Quiec
Hi Kevin, Will the Date show Date including Time? Or just day within month? - David On Monday, July 9, 2012 10:40:48 AM UTC-7, Kevin Winter wrote: > > Hi, > Just to follow up, v201206 has a new Click Performance Report: > https://developers.google.com/adwords/api/docs/appendix/reports#click >

Re: Get Click date and time

2012-10-17 Thread David Quiec
Hi Kevin, Does the date report time or just date? - David On Monday, July 9, 2012 10:40:48 AM UTC-7, Kevin Winter wrote: > > Hi, > Just to follow up, v201206 has a new Click Performance Report: > https://developers.google.com/adwords/api/docs/appendix/reports#click > > It must be run for a s

Re: Java v201209 reporting: heavier on the CPU?

2012-10-17 Thread j.e.frank
Yes. All I care about is whether the account had any activity (i.e. impressions) over a given date range, so an empty report means that it's not active, for my purposes. I don't care if the account is "active" in the sense of being available to run. On Wednesday, October 17, 2012 12:09:30 PM

Re: Java v201209 reporting: heavier on the CPU?

2012-10-17 Thread Chris
A bug that results in significant increase in memory and CPU usage is somewhat concerning, especially with the sunset of the v201109 API fast approaching. A response from the AdWords API team on this would be much appreciated. Cheers On Wednesday, 17 October 2012 13:10:31 UTC-5, j.e.frank wrot

Re: AdwordsSession & AdwordsServices for multiple accounts

2012-10-17 Thread Kevin Winter
Hi Oliver, I just published a wiki page on thread safety in the new java library: https://code.google.com/p/google-api-ads-java/wiki/ThreadSafety - Kevin Winter AdWords API Team On Wednesday, October 3, 2012 3:34:04 PM UTC-4, Oliver wrote: > > Assume we have an MCC with 5 standard adwords acco

Re: AdwordsSession & AdwordsServices for multiple accounts

2012-10-17 Thread j.e.frank
That's useful. Can you also update the Migration Guide, because it contains contradictory information about the AdWordsServices object? The migration guide calls it heavyweight and non-threadsafe, and the wiki page referenced below calls it lightweight and threadsafe. On Wednesday, October 17

Re: TargetingIdeaService - MonthlySearchVolume - last month always missing value

2012-10-17 Thread eric haberman
I am experiencing the exact same issue. The previous month search estimate is always empty. I'm wondering if maybe we're just falling into a window where that months data hasn't been set yet... but we'll see. On Wednesday, October 17, 2012 10:45:14 AM UTC-5, Ben Vincent wrote: > > Hi, > > I am

Re: Get Click date and time

2012-10-17 Thread Kevin Winter
Hi David, The Date field will return a date like 2012-10-16. The HourOfDay field is also available for some reports/combinations of fields. - Kevin Winter AdWords API Team On Wednesday, October 17, 2012 1:01:17 PM UTC-4, David Quiec wrote: > > Hi Kevin, > Will the Date show Date including Tim

Re: AdwordsSession & AdwordsServices for multiple accounts

2012-10-17 Thread Kevin Winter
Updated - thanks for pointing that out. - Kevin Winter AdWords API Team On Wednesday, October 17, 2012 4:20:05 PM UTC-4, j.e.frank wrote: > > That's useful. Can you also update the Migration Guide, because it > contains contradictory information about the AdWordsServices object? The > migrati

Re: OAuth2 - invalid grand error

2012-10-17 Thread Sudhir
get_campaigns and get_account_hierarchy examples are provided in the ruby libraray itself. The only difference is the authentication. I am using OAuth2 and examples use ClientLogin so the the difference is in config file only. Here is my config: --- # This is an example configuration file for

Use of AdWords API for end user application

2012-10-17 Thread Gunjan Kalariya
Hi, Can some one please tell me that can I use AdWords API for making an end user application? Actually I want to make an application through which my clients' can check their Google AdWords account's information and also able to create new campaign. so can i use API for this purpose? Thanks!

Re: Total Conversion Value gone?

2012-10-17 Thread kes0
Hello and thanks for you answer, after some research I knew how to download reports, but I dont get any data back, I only get: *Not Found* *Error 404* Why? On Tuesday, October 16, 2012 9:42:57 AM UTC+2, Oliver wrote: > > These figures can still be retrieved via the adhoc reports. > > Oliver > >

Re: ADGROUP_REACH_FREQUENCY_REPORT doesn't return any records yet?

2012-10-17 Thread dkasak
. On Tuesday, 16 October 2012 15:05:28 UTC+11, dkasak wrote: > > . > > On Monday, 15 October 2012 10:44:55 UTC+11, dkasak wrote: >> >> . >> >> On Friday, 12 October 2012 11:15:02 UTC+11, dkasak wrote: >>> >>> . >>> >>> On Thursday, 11 October 2012 12:08:12 UTC+11, dkasak wrote: Yo! Googl

Re: Error while updating Language target

2012-10-17 Thread prafulla holkar
Goran,Thanks for your reply. it was helpful -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message beca

Getting CANNOT_ADD_CRITERION_TYPE error

2012-10-17 Thread prafulla holkar
I am able to successfully add Language/Platform/AdSchedules under CampaignCriterionService ,however, not able to add AgeRange/Gender.I am getting CANNOT_ADD_CRITERION_TYPE error. Please help... -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: h

Re: Get Click date and time

2012-10-17 Thread David
Hi Kevin, Looking to phone only ads (no click to website), and interested in associating conversions there. I have the conversion date but need the clicks to identify keyword/adgroup/campaign. Thus interested in the time data for each click. Any idea how to do this? - David On Wednesday, Oc