Hi Bikram,
Thank you for reaching out to us.
I would recommend that you use the Google Ads Query Builder and Query Validator tools for constructing queries.
Upon checking, It is valid to filter only "ENABLED" and "PAUSED" campaigns.
Below is an example query to filter it from the above tools :
SELECT campaign.id, campaign.name, campaign.status, campaign.serving_status, campaign.campaign_budget, campaign.start_date, campaign.end_date FROM campaign where campaign.status IN ('ENABLED', 'PAUSED') ORDER BY campaign.id
That said, you may try out the above query and write back to us if you have additional clarifications.
Best regards,
|
||||||
|
||||||
Hello Bikram,
Thanks for reaching out to the Google Ads API Forum. Could you please provide us with the complete request and response logs with request ID and request header generated on your end, so that our team may take a closer look at the issue you’re experiencing.
If you haven’t enabled the logging yet, it can be enabled by navigating to the Client libraries > Your client library (ex. Java) > Logging documentation, which you can access from this link.
Please send the requested details via the Reply privately to the author option. If this option is not available, you may send the details directly to our googleadsapi-support@google.com alias by referring to this thread.
Best Regards,
![]() |
|