I am using the APIlity PHP Library and have left numerous posts on the APIlity Forum but have had no replies for days. I am hoping someone in this forum may be able to help.
I am trying to generate keyword reports for one campaign at a time but cannot get it to work. I either get a report with all campaigns for a client or I get a blank report. If I have $isCrossClient set to true, I get all campaigns, if its set to false I get none. Does anyone know what I am doing wrong? Thanks $xmlReport = getKeywordXmlReport( $reportname, $startDay, $endDay, $selectedColumns, $aggregationTypes, $campaigns = array('16762329'), $campaignStatuses = array(), $adGroups = array(), $adGroupStatuses = array(), $keywords = array(), $keywordStatuses = array(), $adWordsType = 'SearchOnly', $keywordType = 'Broad', $isCrossClient = false, $clientEmails = array($client_email), $includeZeroImpression = false, $sleepTime = 30, $validateFirst = true, $onlyReturnDownloadUr = false ); --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~----------~----~----~----~------~----~------~--~---