>
> Hey Bryan,

$query = "SELECT
 campaign_criterion.operating_system_version.operating_system_version_constant 
FROM campaign_criterion"; 
$response = $googleAdsServiceClient->search($customerId, $query, ['pageSize'
 => self::PAGE_SIZE]); 
foreach ($response->iterateAllElements() as $googleAdsRow) {
echo($googleAdsRow->getCampaignCriterion()->getOperatingSystemVersion());
}

I tried the above code But still i'm not getting the proper output. I'm 
getting a object and i think has null values 
Can you please help me out. 

>  

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4662f263-411b-401c-893c-377904e70b02%40googlegroups.com.

Reply via email to