Hi,

You can use the CampaignService.get() 
<https://developers.google.com/adwords/api/docs/reference/v201710/CampaignService#get>
 to 
retrieve campaigns in your account. If you want to retrieve only a single 
campaign, then you can filter by Id 
<https://developers.google.com/adwords/api/docs/reference/v201710/CampaignService.Campaign#id>
 field 
in your selector/query. You can refer to this PHP example 
<https://developers.google.com/adwords/api/docs/samples/php/basic-operations#get-campaigns-with-awql>
 and 
to the query below:

$query = 'SELECT Id, Name, Status WHERE Id = XXXXXXX ORDER BY Name';

Let me know if this helps.

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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
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/27822a79-e789-41de-bf4a-508f38a109c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to