Re: How can i get total ads count using Campaign ID? Just Count.

2019-09-09 Thread yogesh patel
Hey, I know that things.but i want to get the count of active ads using campaign id? On Tue, Sep 10, 2019 at 2:37 AM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Yogesh, > > Thank you for reaching the support. You could use Ad Performance Report >

RE: How can i get total ads count using Campaign ID? Just Count.

2019-09-09 Thread Google Ads API Forum Advisor Prod
Hi Yogesh, Thank you for reaching the support. You could use Ad Performance Report to get the list of the ads associated with a campaign based on the campaign id. Please find below the sample report query for reference. SELECT Id, CampaignId FROM AD_PERFORMANCE_REPORT WHERE CampaignId IN

How can i get total ads count using Campaign ID? Just Count.

2019-09-09 Thread yogesh patel
Hello, How can I get total ADS count using Campaign ID? I already did some code but it was taking too much time when I have multiple campaigns? $selectorAds = new Selector(); $selectorAds->setFields(['Id']); $selectorAds->setOrdering([new