Re: How to make a query to validate if campaign id exists?

2022-12-24 Thread 'Luiz Eduardo Da Cruz' via Google Ads API and AdWords API Forum
Thank you! On Saturday, December 24, 2022 at 9:30:42 AM UTC-3 subin...@gmail.com wrote: > search for the campaign id in that account. > > > https://github.com/googleads/google-ads-php/blob/main/examples/BasicOperations/GetCampaigns.php > > this will help you get all the campaigns from the

Re: Digest for adwords-api@googlegroups.com - 18 updates in 8 topics

2022-12-24 Thread Phisit Inkarthiue
ในวันที่ ส. 24 ธ.ค. 2022 17:58 น. เขียนว่า: > adwords-api@googlegroups.com > > Google > Groups > >

Re: How to make a query to validate if campaign id exists?

2022-12-24 Thread SUBIN P VASU
search for the campaign id in that account. https://github.com/googleads/google-ads-php/blob/main/examples/BasicOperations/GetCampaigns.php this will help you get all the campaigns from the Google Ads account. You can use the following example to use it for specific campaign id.