I can't get the asset name via using ad_group_ad_asset_view

2020-04-29 Thread jeski zhao
在此输入代码...private function runExample(GoogleAdsClient $googleAdsClient, $customerId, $beginTime, $endTime) { // $beginTime = date('Ymd', strtotime($beginDate)); // $endTime = date('Ymd', strtotime($endDate)); $beginTime = '2020-01-01'; $endTime = '2020-01-30'; echo 'account:'.$customerId.PHP_EOL;

Re: how to get ad_group_ad_asset_view use php

2020-04-29 Thread jeski zhao
Hi adsapiforumadvisor: I want get the asset performances. I tried using the ad_group_ad_asset_view as you suggest. But there is a problem, I can't get the asset name. Can you help me ? Here is the main code: $query = "SELECT campaign.id, camp

Re: Question about Geo performance report and campaign type

2018-11-13 Thread jeski zhao
Hello Teja Makani, Thanks for your reply. But I notice that when my campaigns targeting all the countries which I don't choose any targinting location, the Campaign Location Target Report r

Can I get UAC GEO PERFORMANCE REPORT via adwords api?

2018-11-13 Thread jeski zhao
I tried to get the uac geo performance report via adwords api, but i just get the title of the report. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this me

Does UAC support Geo Performance report via API now?

2018-11-13 Thread jeski zhao
I just want to get the UAC geo performance report via api, but I only received the titles of the report without any data, like this [0]=> string(74) "Country/Territory,Campaign ID,Campaign,Clicks,Cost,Impressions,Conversions" [1]=> string(0) "" Here is the AWQL : SELECT CountryCriteria

Re: Question about Geo performance report and campaign type

2018-11-13 Thread jeski zhao
Hello Teja Makani, I just want to know whether Geo Performance report support UAC via API now. Here is the result I get from adwords api ,but without any data. [0]=> string(74) "Country/Territory,Campaign ID,Campaign,Clicks,Cost,Impressions,Conversions" [1]=> string(0) "" 在 2018年5月