SELECT segments.date, campaign.name, campaign.id, campaign.status FROM 
campaign WHERE segments.date BETWEEN '2023-04-01' AND '2023-04-01' ORDER BY 
segments.date, campaign.name
This query above returns 0. 

SELECT campaign.name, campaign.id, campaign.status FROM campaign WHERE 
segments.date BETWEEN '2023-04-01' AND '2023-04-01' ORDER BY campaign.name

this query above returns 28 results. 

I have no idea why i could not retrieve it with segments.date. 
May I ask you for a help? Why it is happening.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/1c962a82-df5e-4832-89a1-468f11ac8942n%40googlegroups.com.

Reply via email to