wangbin
unread,Feb 21, 2008, 4:54:53 AM2/21/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hello everyone:
I use apility_1.11.3 and sandbox for testing API , I have added
$compaignObj, $adGroupObject, $reativeObject , and $criterionObject
successfully.
But When I use getKeywordTsvReport(..) to get information about
KeyWords , i received string like this : "campaign adgroup agStatus
imps clicks ctr cpc cost pos" not the statistic number.
the function is : echo getKeywordTsvReport(
'KeyWords Report',
'2008-02-19',
'2008-02-20',
array('Keyword','Cost','Clicks','CPC', 'CPM'),
array('Daily'),
$campaigns = array($compaignObj->getId()),
$campaignStatuses = array('Active','Active'), //
$adGroups = array($AllAdGroupsID),
$adGroupStatuses = array('Enabled','Enabled'), //
$keywords = array( $allCriteria[$n]->getText() ),
$keywordStatuses = array('Active','Active') , //
$adWordsType = 'SearchOnly',
$keywordType = 'Broad',
$isCrossClient = false,
$clientEmails = array(),
$includeZeroImpression = false,
30,
false
);