Hi,
I currently use Adwords API version 201502 for Java. When I call for the Ads through AdGroupAdService, the function getFinalUrls() always returns null for each Ads, even though these Ads have their Final URLs set to some value. And I can obtain the other fields from these Ads with their respective functions (id, displayUrl, ad type), so I don't think there's an error in my code.
Is this a bug?