Hello Everyone, I need some help. How to get google Adward Report in CSV format passing this query.
*OLD Report Query.* *"SELECT CampaignId, AdGroupId, AdGroupName, Impressions, VideoViews, Clicks, VideoViewRate, AverageCpv, Cost, VideoQuartile25Rate, VideoQuartile50Rate, VideoQuartile75Rate, VideoQuartile100Rate, AdGroupStatus FROM ADGROUP_PERFORMANCE_REPORT WHERE AdGroupId IN ["123456"."123456"] DURING YESTERDAY"OLD Download Code.$oAuth2Credential = (new OAuth2TokenBuilder())->fromFile('adsapi_php.ini')->build();$session = (new AdWordsSessionBuilder())->fromFile('adsapi_php.ini')->withOAuth2Credential($oAuth2Credential)->build(); $fileName = date('m-d-Y').'.csv'; $filePath = $_SERVER['DOCUMENT_ROOT'].'/abc.csv'; self::runExample($session, DownloadFormat::CSV, $filePath, $statsType, $groupArray);* Can you please help me how to get. I am using Adward API. but now google updated Adward to Google Ads API. I don't know how. But please help me. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/9959f09d-bfb9-4b96-95cb-ae7d532ec126n%40googlegroups.com.