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