I am running into an issue where I want to retrieve the ad schedule for a 
campaign. 

To do this I can use the following query: "SELECT 
campaign_criterion.ad_schedule.day_of_week FROM ad_schedule_view". With 
that query I get a returned result under campaign_criterion.ad_schedule.

However, to reduce the calls I wanted to pull the data along with other 
campaign data directly from the campaign_criterion. To do this I tried 
query "SELECT campaign_criterion.ad_schedule.day_of_week FROM 
campaign_criterion".

The only change is going directly to the campaign_criterion, rather then 
the ad_schedule_view. However, when I try the second query, I get null as 
my returned. 

So my question is why does going direct to the source returns null, but 
getting it from another source provides me the data?

Or alternatively, is there a way to provide multiple queries in a single 
API call? 
like:  "SELECT campaign_criterion.ad_schedule.day_of_week FROM 
ad_schedule_view" 
AND "SELECT customer_client.id, customer_client.descriptive_name FROM 
customer_client" 
AND "SELECT campaign.id, campaign.name, campaign_budget.amount_micros, 
campaign_budget.period FROM campaign"

Thanks.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/895abefe-b04c-4ac3-ba7a-95a2ba23c1dc%40googlegroups.com.

Reply via email to