Currently my code has
.equals(AdGroupAdField.Status, "ENABLED")
.equals(AdGroupField.Status, "ENABLED")
.equals(CampaignField.Status, "ENABLED")
And
AdGroupAdPage page = adGroupAdService.get(selector);
Which returns me Ad Copy that is paused at the Adgroup level (so the code doesn't actually work).
Is there any way to only return ad copy that is enabled on all Campaign, Adgroup and Ad levels?