I am fetching campaign data through google-ads-python with search_stream, 
And I have the following query:  
SELECT campaign.name,
campaign_budget.amount_micros,
campaign.status,
metrics.cost_micros
FROM campaign
WHERE 
segments.date DURING LAST_7_DAYS 
ORDER BY 
metrics.cost_micros DESC 

It will fetch campaigns meeting with condition in where clause. It will 
have campaign with all statuses of campaign. If I add more one condition to 
where clause to just fetch campaign with status enabled and paused (AND 
campaign.status IN ('ENABLED', 'PAUSED')), that will reduce time fetch 
campaign instead of fetching campaigns from all statues ? 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 
"Google Ads API and AdWords 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/cd5c1eca-6810-4310-b248-bd43c598ac39n%40googlegroups.com.

Reply via email to