I'm trying to get the final url array from a Google Adwords Java API 
ExpandedTextAdd. I can get all of the other fields, such as the headlines, 
description and path urls, but calling getfinalUrls always returns null, 
even though the ad being requested has a final url.

This is my selector:

selector.fields(AdGroupAdField.Id, AdGroupAdField.AdGroupId, 
AdGroupAdField.Status, AdGroupAdField.Labels)
                .orderAscBy(AdGroupAdField.Id)
                .equals(AdGroupAdField.AdGroupId, adGroupIds.toString())
                .in(AdGroupAdField.Status, "ENABLED", "PAUSED")
                .equals("AdType", getAdType());

There doesn't seem to be a AdGroupAdField for final urls. Calling getFinalUrls 
on the ExpandedTextAd returns null every time. I'm getting the other fields 
such as headline and description just fine.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
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 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f0a82ac3-9ef1-4b4c-a6fe-e34287b3cb47%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Adwords API not... Paul Grenyer

Reply via email to