Hello,
I'm sending the following query (in Google Ads API):
SELECT campaign_criterion.status FROM campaign_criterion
I'm parsing the query result calling to:
$responseObject->iterateAllElements()
And for row element I'm calling:
$googleAdsRow->getCampaignCriterion()
Now I want to get campaign criterion status from CampaignCriterion object, but there is no method returning status (just getParentalStatus that is something else).