Hi Yang, The value is null, since the budget is not specified in selector. But some nodes might appear even when that is not specified in the selector. You could have a code logic to just look for the desired attributes from the response to avoid reading additional information. In the response, you could just look for the fields specified in your selector fields <https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201802-CampaignService>. Sample code is available in this <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201802/basicoperations/GetCampaigns.java#L138> section of the guide.
Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/fafc0e36-653c-44e5-9700-5d204b5f64df%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
