Hi, 

I wanted to know if there's any type of "default" ordering that is applied 
to queries that do not include an "ORDER BY" statement.

So, take as an example a search_stream request that is based on the 
following query: 

SELECT
campaign.name,
ad_group.id,
ad_group.name,
metrics.cost_micros
FROM ad_group
WHERE campaign.status NOT IN ('REMOVED')
AND segments.date DURING YESTERDAY

Would the results I get from this request be ordered by any field or would 
they have a random ordering that would change if I send the request several 
times?

Any assistance in this matter is highly appreciated.

Regards,
Mario

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/69545afc-d4e8-469c-8c15-6ba233e3e464n%40googlegroups.com.

Reply via email to