Try leaving out the: 'keywordType' => '(Broad Exact Phrase)' - line. If I remember the call correctly, the 'keywordType'-parameter is optional, in case you want to restrict the MatchTypes. If no parameter is specified, all MatchTypes should be returned...
Tino -- Refined Labs GmbH Landwehrstraße 17 80336 München Tel +49 89 1392879-0 [EMAIL PROTECTED] http://www.refinedlabs.com Sitz: München AG München HRB 166589 Geschäftsführer: Thomas Bindl, Stephan Seitz -----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[EMAIL PROTECTED] Im Auftrag von Debra Leitl Gesendet: Freitag, 29. August 2008 14:56 An: AdWords API Forum Betreff: AdWords API Not a valid keywordType help. I want to have a crossclient keyword report with all keywords and all match types. What should my keywordType line of code look like? I get this error. faultstring: This is not a valid keyword type. Must be one of Broad/ Exact/Phrase my $report_job = SOAP::Data->name('job' => {'selectedReportType' => 'Keyword', 'name' => 'All Account Keyword Report', 'crossClient' => 'true', 'aggregationTypes' => ['Summary'], 'adWordsType' => 'SearchOnly', 'keywordType' => '(Broad Exact Phrase)', 'startDay' => '2008-08-01', 'endDay' => '2008-08-28', 'selectedColumns' => [qw(CustomerName Campaign AdGroup Keyword KeywordTypeDisplay KeywordStatus KeywordMinCPC KeywordDestUrlDisplay Impressions Clicks CPC MaximumCPC Cost CTR AveragePosition)] No virus found in this incoming message. Checked by AVG - http://www.avg.com Version: 8.0.169 / Virus Database: 270.6.11/1639 - Release Date: 8/28/2008 7:39 AM --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~----------~----~----~----~------~----~------~--~---
