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 ge

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

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