Hi Ken,

To retrieve 1 result of a campaign, you can use the CampaignService.get() 
<https://developers.google.com/adwords/api/docs/reference/v201710/CampaignService#get>
 or 
through generating a report via Campaign Performance Report 
<https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report>.
 
If you wish to use the CampaignService.get(), you need to filter your 
selector by campaign id 
<https://developers.google.com/adwords/api/docs/reference/v201710/CampaignService.Campaign#id>
 or name 
<https://developers.google.com/adwords/api/docs/reference/v201710/CampaignService.Campaign#name>.
 
You can refer to this PHP example 
<https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201710/BasicOperations/GetCampaigns.php>
 on 
how to get campaigns.

If you'll get your specific campaign via Campaign Performance Report, then 
you can filter it by CampaignId 
<https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report#campaignid>
 or CampaignName 
<https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report#campaignname>.
 
You can refer to these examples 
<https://developers.google.com/adwords/api/docs/samples/php/reporting> on 
how to generate a report.

Let me know if you have further clarifications.

Thanks,
Vincent
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/a9665724-ec7f-4d5b-b2b8-ef6fe20fc56e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to