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.



===


$reportDefinitionService = $user->GetReportDefinitionService('v201008');


// Create selector.
$selector = new Selector();
$selector->fields =
array('AdGroupId', 'Id', 'KeywordText','KeywordMatchType', 
'IsNegative','Impressions', 'Clicks', 'Cost');
$reportDefinition = new ReportDefinition();

$reportDefinition->reportType = 'KEYWORDS_PERFORMANCE_REPORT'


...
$reportDefinition->selector = $selector;

===


I saw the some code using biddableadgroupcriterion for getting det url.
But this is not a part of report service. I need to loop thru each
campaign, adgroup, kw to pull dest url.


I am looking for a report service under V201008 to get dest url.


any help is appreciated. Pl provide a sample code


thx

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to