Hi,
I can't get LabelName, it's returned as null. I'm using java library v201509
LabelServiceInterface labelService = adWordsServices.get(adwordsSession,
LabelServiceInterface.class);
Selector selector = new SelectorBuilder()
.fields(LabelField.LabelName)
.fields(LabelField.LabelId)
.fields(LabelField.LabelStatus)
.build();
LabelPage page = labelService.get(selector);
if (page.getEntries() != null) {
for (Label label : page.getEntries()) {
System.out.println("Label id " + label.getId() + ", label name " +
label.getName() + ", label status " + label.getStatus());
}
}
I'm getting id and status, but name is null. If I add
LabelField.LabelAttribute to the selector then also then status becomes
null.
Thanks.
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/490046fc-72fe-44f3-89ad-937fa13608fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.