I have a query in place through the google ads API that SELECT's the 
following;

SELECT
 campaign_criterion.ad_schedule.start_hour, 
campaign_criterion.ad_schedule.start_minute, 
campaign_criterion.ad_schedule.end_hour, 
campaign_criterion.ad_schedule.end_minute 
FROM ad_schedule_view WHERE campaign.id = $campaignId


I know from examples that to get say, campaign.id, you use 
$googleAdsRow->getCampaign()->getIdUnwrapped();

But I am unable to find an example containing the SELECTS I've used, or a 
document showing all the options for extracting data from $googleAdsRow.

Does anybody know where all these get's are listed or what ones I should 
use to pull the information from this query?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2bb66603-0823-4e98-bb4b-3127de7b1e7en%40googlegroups.com.

Reply via email to