Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-30 Thread Kevin Winter
Hi, You might want to take a look at the available fields in our documentation and choose fields that are valid for the API: http://code.google.com/apis/adwords/docs/appendix/reports.html - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-23 Thread Matt
ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus??? Anyone have an examples on how to do the below in C#? https://groups.google.com/forum/#!topic/adwords-api/sHvSoAQTy54 Code worked great until google felt compelled to change it On Aug 12, 4:32 pm, khanh wrote: > T

Re: השב: Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-16 Thread Kevin Winter
Hi Dmitry, It sounds like you should run some type of Placements report and a Keyword report: http://code.google.com/apis/adwords/docs/appendix/reports.html - Kevin Winter -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blog

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-16 Thread Kevin Winter
Hi, Phone information is not currently supported by the API, therefore the reports will not allow you to download them at this time. - Kevin Winter -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.g

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-16 Thread khanh
So is there no resolution to this? How are we to get the Phone Costs? On Aug 12, 4:32 pm, khanh wrote: > This does NOT solve my problem. > The UI report has a column called Phone Cost. > I can not retrieve Phone Cost (it's not a field available)  from the > API and must generate the column/repor

Re: השב: Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-16 Thread Kevin Winter
Hi Dmitry, When you choose a field such as Date, the statistics are aggregated for that date. For example, lets say you choose the fields Clicks and Date for the date range of the previous seven days. You might see the following data returned: Date,Clicks 20110809,45 20110810,22 20110811,55

השב: Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-16 Thread Dmitry
Hi, If I understood correct Ad Performance Report doesn't contain "keyword" field anymore but contains "keywordid" field. If immediately after Ad Performance Report I run Keyword Performance Report I may find there the corresponding keyword itself. But what about segment definition (by the way:

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-15 Thread Kevin Winter
Hi, Unfortunately, this is not a supported field via the API at this time. Since the field does not have any analog in the API, we felt it does not make sense to return it in API reports. This is consistent with the existing report definition behavior which does not allow these fields to be

השב: Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-14 Thread Dmitry
In my report via UI I defined 2 segments: day and keyword/placement. How I can do it via API ? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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-12 Thread khanh
This does NOT solve my problem. The UI report has a column called Phone Cost. I can not retrieve Phone Cost (it's not a field available) from the API and must generate the column/report via the UI. Why should retrieving the report which is XML break? If i manually save the XML file from the UI a

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-12 Thread Kevin Winter
We have an update for this issue: https://groups.google.com/forum/#!topic/adwords-api/sHvSoAQTy54 - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwo

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-12 Thread Kevin Winter
Hi, To save time, how about you just send me the php code that is defining the report definition? I should be able to reconstruct how the report should look like from that and attempt to reproduce. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion gr

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-12 Thread opalepatrick
Well this morning twice I got 'ReportDefinitionError.INVALID_REPORT_DEFINITION_ID@selector.selector', then the third time, it worked (this is a re-created report via the API), still working. However, I also cannot get a report because $user->LogAll(); gives me a fatal error, $user->LogDefaults();

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-11 Thread khanh
We need to grab the report from the UI and download as the report has a column (Phone Cost) that I can get from creating the report via the API. We are using .net client library: Google.Api.Ads.AdWords.v201101; On Aug 11, 7:14 am, Kevin Winter wrote: > Hi All, >   I just wanted to let everyone

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-11 Thread Kevin Winter
Hi, The README has instructions on how to do it: http://code.google.com/p/google-api-adwords-php/source/browse/trunk/README?r=196#130 - Kevin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-11 Thread opalepatrick
Sorry - PHP :-) On Aug 11, 7:59 pm, opalepatrick wrote: > v201008 Kevin > > On Aug 11, 7:37 pm, Kevin Winter wrote: > > > > > Hi, > >   Which client library are you using?  They each have their own method of > > turning it on:http://code.google.com/apis/adwords/docs/clientlibraries.html > > > -

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-11 Thread opalepatrick
v201008 Kevin On Aug 11, 7:37 pm, Kevin Winter wrote: > Hi, >   Which client library are you using?  They each have their own method of > turning it on:http://code.google.com/apis/adwords/docs/clientlibraries.html > > - Kevin Winter -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-11 Thread Kevin Winter
Hi, Which client library are you using? They each have their own method of turning it on: http://code.google.com/apis/adwords/docs/clientlibraries.html - Kevin Winter -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-11 Thread opalepatrick
Hi, straightforward keyword_performance_report with 13 fields as required. Checked it just with GetReportDefinitions and it hasnt changed. I knew I would get asked for SOAP XML, never done it, so how doers one turn on SOAP logging (for the record)? Thanks On Aug 11, 5:56 pm, Kevin Winter wrote:

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-11 Thread Kevin Winter
Hi, Could you provide the sanitized SOAP XML request that created the report? Also, if you use a GET to retrieve the reportDefinition, does it have the same fields as when you created it? - Kevin Winter -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussi

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-11 Thread opalepatrick
Actually that is not strictly true Kevin. I re-created a report via the API yesterday and it did exactly the same thing? On Aug 11, 4:14 pm, Kevin Winter wrote: > Hi All, >   I just wanted to let everyone know we are aware of the problem.  This only > seems to affect reports that were created in

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-11 Thread Kevin Winter
Hi All, I just wanted to let everyone know we are aware of the problem. This only seems to affect reports that were created in the UI and are being downloaded via the API. We're still researching the best solution given that some of the fields in the reports are not allowed in API reports.

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-10 Thread opalepatrick
urite ReportDefinitionError.INVALID_REPORT_DEFINITION_ID@selector.selector although this one copmes up as well ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus Anyway, in a normal forum some moderator would merge the threads, but :-) On Aug 10, 10:22 pm, Jon Brown wrote: > Understood. There

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-10 Thread Jon Brown
Understood. There was some combination of things that wouldn't allow me to do it that way at the time. I think it had to do with old versus new reports for MCC account cross-client reports. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-10 Thread Tony
Hi there your right in the sense that something has changed and what used to work now doesn't and I know how annoying that can be. My point was simply that for reports that are needed regularily you would be better insulated from such problems by creating them completely via the API at the point yo

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-10 Thread Jon Brown
Tony, thanks, but these are reports created via the AdWords web interface. I have only selected the basic fields, but clearly behind the scenes something is wrong. When I pull the report definitions via the API, I see the bad field(s) in the selector: DateUserAndExperimentStatusKeywordTextCampai

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-10 Thread Tony
, khanh wrote: > 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

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-10 Thread Jon Brown
Anyone get an answer here yet? Since the 8th, my campaign report has been failing with: INVALID_FIELD_NAME_FOR_REPORT@UserAndExperimentStatus -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.co

השב: Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-10 Thread Dmitry
It looks like I have the same issue: MCC report with Perl API failed: error ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@CriteriaParametersat .../MCCReportDownloader.pm line 106. This report has been working everyday until now and continue to run ok manually. -- =~=~=~=~=~=~=~=~=~=~

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 &g

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 > &g

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.