Hi
Is there a way to get all ads, keywords and sitelinks serving without checking whether the campaign and adgroup is enabled?
Currently the only way I can think of is to get all enabled keywords (for example), and retrieve the adgroup and campaign (based on the IDs) it belongs to and check whether the status is enabled. However, let's say if you have like thousands of keywords, this seems pretty inefficient and involves a lot of API calls.
I'm wondering if there's such a thing where you can filter out the entities that are serving (keyword AND adgroup AND campaign is enabled) in a single API call?