回复:Re: adwords api help

2011-08-09 Thread gonglujiang
Thank you very much. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed

when clickType is used, impressions do not match (bigger)

2011-08-09 Thread Bruce
I encounter this weird issue of when using clickType in my ad performance report, the impressions comes back for a particular campaign (50867708) do not match with the web UI number. Well, I found this issue is not specific to ad performance report or API, since when dowing report form web UI, an

Aw: Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-09 Thread Schab
hi khanh, i can confirm the same issue with a invalid field "@SalesCount". The error also just occurs by catching report by API. Getting the report via user-interface works. Regards, Christian -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: ht

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-09 Thread khanh
The field @PrimaryDisplayStatus is not even a field i'm selecting for the report and again, the manually created XML file looks good. On Aug 9, 10:33 am, khanh wrote: > I'm receiving this error: > ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus > > when running a simple

Aw: Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-09 Thread Schab
same here with ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@SalesCount ... :-( -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-09 Thread francula
Hi, i have the same issue, but with the following Message: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus Regards On 9 Aug., 19:33, khanh wrote: > I'm receiving this error: > ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus > > when running a simp

ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-09 Thread khanh
I'm receiving this error: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus when running a simple campaign report. The report runs correctly on manually, and i get the XML file that i want. when I call the API with the report definition id, it gives me this error. This repo

Re: ReportDefinitionError - Simple Campaign Report

2011-08-09 Thread Pete Lavetsky (AdWords API Guru)
Sounds good On Aug 9, 12:22 pm, opalepatrick wrote: > Hi Pete, thanks for replying. No it didnt, I actually ran the script via > shell a number of times, but that is all it came back with. > > However, I forgot about it and when your post came thorugh, I relaised that > the cron for the early hou

Re: Ang.: Re: Internal tracking of keywords

2011-08-09 Thread Pete Lavetsky (AdWords API Guru)
The ID of the creative should be pretty unique. I don't think you'll get the same ID for a Creative that is in two different AdGroups unless every attribute of the Creative's are exactly the same. If you have that ID, the AdGroupAdService Google provides will be able to return more information th

Re: ReportDefinitionError - Simple Campaign Report

2011-08-09 Thread opalepatrick
Hi Pete, thanks for replying. No it didnt, I actually ran the script via shell a number of times, but that is all it came back with. However, I forgot about it and when your post came thorugh, I relaised that the cron for the early hours this morning was working again without any changes. Bizar

Ang.: Re: Internal tracking of keywords

2011-08-09 Thread yoshi
Hi Pete, thanks for the answer Yeah if I created all the ads/keywords through the API I could automatically add a parameter for ad_group_id and keyword_id. Currently I don't do that so my option would be to fetch all the existing ads/keywords and update the destination_url. Is this the only ap

Re: ReportDefinitionError - Simple Campaign Report

2011-08-09 Thread Pete Lavetsky (AdWords API Guru)
Hi, Have you tried running the report twice in a row? Are there any details in the error message ( there should be ) about which field name is incorrect? Pete On Aug 9, 1:41 am, opalepatrick wrote: > I am getting a - > ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus - >

Re: Internal tracking of keywords

2011-08-09 Thread Pete Lavetsky (AdWords API Guru)
Yoshi, If you keep a local database of your object tree you can add your distinct parameters onto the destination_url at creation time and not rely on the dynamic params. Pete On Aug 9, 9:52 am, yoshi wrote: > Hi, > > I try to figure out how to integrate adwords within my own system to track >

Questions about RMF & ConverstionTrackerService

2011-08-09 Thread Trevor
I am working on the new requirements for RMF's (http://code.google.com/apis/adwords/docs/requirements.html) and have a couple of questions about "C.65- Enable Conversion Tracking" as there is not a lot of information on exact requirements. 1) Is there a limit to the number of adwords conversio

Re: API

2011-08-09 Thread AdWords API Advisor
Hi, The Keyword tool functionality is available from AdWords API TargetingIdeaService. See http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.html fro details. See http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v201101/GetRelatedKeywo

Re: TargetingIdeaService - v201101 - Search History returning 0 for July 2011

2011-08-09 Thread AdWords API Advisor
Hi Rob, What does MonthlySearchVolume.countSpecified tell you? Is that false? See http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/src/AdWords/v201101/AdWordsApi.cs#9560 for details. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: adwords api help

2011-08-09 Thread AdWords API Advisor
Hi gonglujiang, You can use http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v201101/GetRelatedKeywords.java as a starting point, it shows how to use the TargetingIdeaService. It shows how to use AVERAGE_TARGETED_MONTHLY_SEARCHES, you can refer to other available

Re: Unit Usage Not Updating

2011-08-09 Thread Danial Klimkin
The usage stats are updated daily. I currently see details for August are updated, is this the case for you? If not, please make sure "This month" is selected in a drop box on top-right of the stats. -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Problems with authentication: Could not get Client Login token for user ...

2011-08-09 Thread Daniel
Hi, since a few weeks, we have massive problems with the Adwords API... When i try to generate a report, i (sometimes) get the following error: javax.xml.rpc.ServiceException: Could not get Client Login token for user: Auth token could not be retrieved because of IOException: www.google.com Usu