Hi Jane, Regarding the first error : "Missing client information", how are you setting the clientCustomerId and the OAuth token(s) while making the report request? The error usually occurs when there is an issue with the client information passed in the request header. Also, please make sure that the OAuth tokens being used belongs to the same customer login. Could you *Reply privately to author* with the configuration file so that I can take a closer look? Also, are you using our PHP client library <https://github.com/googleads/googleads-php-lib>?
Regarding the second error : "INVALID_FIELD_NAME", please note that 'Cost' is not a valid selector field for CampaignService. Please check here <https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201702-CampaignService> for all the available fields that you can use for CampaignService.get() <https://developers.google.com/adwords/api/docs/reference/v201702/CampaignService#get>. To get the 'cost' and other performance stats, you could use the Campaign Performance Report <https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report#cost>. To get the status of the campaign using CampaignService, you will need to specify the 'status' field in the selector. Thanks, Sreelakshmi, 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/254451d3-4726-461d-bf9b-16c60eb1d43c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
