Re: What are the columns for keyword_performance_report [GetReportDefinitionService]

2010-11-24 Thread Pitambari Parekh
Hi, Here is a list of column names with sample values of v201008 : campaign="abc"// campaign name adGroup="xyz" // ad group name keywordText="SEM" matchType="Broad" keywordState="enabled" firstPageCPC="0.05" qualityScore="5" maxCPC="1.00" destinationURL="http://xx={ifsearch:Broad

Re: What are the columns for keyword_performance_report [GetReportDefinitionService]

2010-11-23 Thread john_sierra
Reed, thanks for your response. I also need campaign name, ad group name Where can I get a list of column names? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=

Re: What are the columns for keyword_performance_report [GetReportDefinitionService]

2010-11-23 Thread Reed
DestinationUrl is the name of the report definition field for the Destination URL. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: What are the columns for keyword_performance_report [GetReportDefinitionService]

2010-11-23 Thread john_sierra
This is my code for V201008 if i put column : KeywordDestUrlDisplay, it gives invalid filed. if i remove it, it works fine == $user = new AdWordsUser(); $user->SetClientId($client_id); // select the client with clientId $reportDefinitionService = $user->GetReportDefinitionService('v20100

What are the columns for keyword_performance_report [GetReportDefinitionService]

2010-11-23 Thread john_sierra
Hi, Can anyone please post all the columns availble for the keyword_performance_report ? I need destination url, campaign name and adgroup name along with perf data. I hate to download a seprate account structure report It looks like these cols are not there in V201008 -- =~=~=~=~=~=~=~=~=~=~