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

Re: How to get account structure report [i need dest url] in v201008

2010-11-22 Thread john_sierra
saw these links, but not sure if reportdefintionserivce allwos dest url. Can anyone post some sample code in php for this? == http://adwordsapi.blogspot.com/2010/07/discover-v201003-migrating-your-account.html http://adwordsapi.blogspot.com/2010/07/introduction-to-reportdefinitionservice.html C

How to get account structure report [i need dest url] in v201008

2010-11-22 Thread john_sierra
Hi, I could not find a way to get destination url at keyword level using the GetReport defintion. None of the reportType under ReportDefinitionService supports a field that has dest url. here is my code kw performance report which works fine. But it does not accept dest url as a filed. === $r

Re: GetAllCampaigns not returning any campaign on a live account

2010-11-22 Thread john_sierra
thanks. I am using reportservice now , it is working -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this mes

GetAllCampaigns not returning any campaign on a live account

2010-11-19 Thread john_sierra
Just started using v201008. The aplity api was returning correct results. So I assume it has something to do with settings.ini and auth.ini My developer token is mcc token. The same credential works with the older version of php client library [apility] But with v201008, i get no campaign found