Getting a KeyWords Report

4 views
Skip to first unread message

wangbin

unread,
Feb 21, 2008, 4:54:53 AM2/21/08
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
);

wangbin

unread,
Feb 21, 2008, 4:58:43 AM2/21/08
to AdWords API Forum
If anybody know what is the problem is , Please tell me why and what
reason it is and any methods to solve it!
string : "campaign adgroup agStatus imps clicks ctr cpc cost pos" is
not what i expext. the statistic number is what i want!

AdWords API Advisor

unread,
Feb 21, 2008, 3:23:15 PM2/21/08
to AdWords API Forum
Hello,

If no one in this forum is able to assist you, you might have better
luck posting in the dedicated forum for APIlity:

http://groups.google.com/group/adwords-api-php

Cheers,
-Jeff Posnick, AdWords API Team
Reply all
Reply to author
Forward
0 new messages