Re: question. how to query/set ads portrait image?

2023-07-06 Thread hua
May I ask if the portrait image can be completed through the function added through the API? On Mon, Jun 5, 2023 at 6:13 PM Google Ads API Forum Advisor wrote: > Hi Chun, > > Thank you for getting back to us. > > It appears that you have already provided the same UI screenshots > previously.

Is there an adwords API for testing keywords match types?

2013-09-24 Thread Hua Ai
whether TQ can match onto KW? Thank you! Hua -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Our account has ad groups set up, but performance data is not available through ADGROUP_PERFORMANCE_REPORT

2019-12-04 Thread wenbin hua
Our account has ad groups set up, but performance data is not available through ADGROUP_PERFORMANCE_REPORT. It is normal to obtain the same customerId through CAMPAIGN_PERFORMANCE_REPORT -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper

ADGROUP_PERFORMANCE_REPORT: no data returned in AdWords API

2019-12-04 Thread wenbin hua
$selector = new Selector(); $selector->setFields( [ "AdGroupId", "AdGroupName", "Cost" ] ); // Create report definition. $reportDefinition = new ReportDefinition(); $reportDefinition->setSelector($selector); $reportDefinition->setReportName( 'ADGROUP performance report ' ); $report

Re: ADGROUP_PERFORMANCE_REPORT: no data returned in AdWords API

2019-12-04 Thread wenbin hua
Hi customer ID:748-343-2707 > 在 2019年12月5日,上午1:15,Google Ads API Forum Advisor Prod > 写道: > > Hi Wenbin, > > Thank you for reaching out. Can you also please share your client customer ID > via reply privately to author so that I can further investigate the issue? > > Regards, > Mitchell > Go

adwords report api how get UAC AdGroup report data

2019-12-16 Thread wenbin hua
adwords report api how get UAC AdGroup report data -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups

adwords report api how get UAC AdGroup report data

2019-12-16 Thread wenbin hua
adwords report api how get UAC AdGroup report data -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups

Re: adwords report api how get UAC AdGroup report data

2019-12-16 Thread wenbin hua
Hi Mitchell, Is it possible to obtain basic data such as cost clicks for UAC Adgroup? 在 2019年12月16日星期一 UTC+8下午11:08:21,adsapiforumadvisor写道: > > Hi Wenbin, > > Thank you for reaching out. Unfortunately, App campaign data can only be > pulled from the campaign level and is only supported in the re

How to get an ad's url using Google Ads Api v201809

2020-06-26 Thread Alain Hua
Hello, I am using this example : https://developers.google.com/adwords/api/docs/samples/php/basic-operations#get-expanded-text-ads-in-an-ad-group, trying to get an url from an ad. My selector looks like this : $selector->setFields( ['DisplayUrl', 'Url'] ); Those 2 fields

Re: How to get an ad's url using Google Ads Api v201809

2020-06-29 Thread Alain Hua
Hello, Thanks for you answer. After reading the documentation for several times, i have found that i can get finalUrls using the field "CreativeFinalUrls" in the selector, but really, it can be s