I've checked geographic_view,
  
query = """
SELECT
        geographic_view.country_criterion_id,
        segments.device, 
        segments.date,
        segments.geo_target_county,
        campaign.id,
        campaign.name,
        customer.currency_code,
        customer.descriptive_name,
        metrics.clicks,
        metrics.cost_micros,
        metrics.impressions,
        metrics.conversions,
        metrics.conversions_value,
        metrics.all_conversions,
        metrics.all_conversions_value,
        metrics.interactions 
FROM
    geographic_view
WHERE 
    segments.date DURING LAST_30_DAYS
ORDER BY metrics.cost_micros DESC 
LIMIT 10 
 """

This query return nothing , may be cause by segments.geo_target_county,  if 
delete it , query success .
but , I need both geo info and campaign info at the same time .

result may likes : 
country_criterion_id : "2392" 
device : "2" 
date : "2022-04-06" 
id : "16497628522" 
geo_target_county: "Japan"
name : "***" 
currency_code : "USD" 
descriptive_name : "***" 
clicks : "557" 
cost_micros : "***" 
impressions : ""***"" 
conversions : ""***".0" 
all_conversions : ""***".0" 
all_conversions_value : ""***".869012458" 
interactions : ""***""

Looking forward to your reply. 

Best.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/16154a47-b535-4950-827f-f4f9bfe0de83n%40googlegroups.com.
  • Is... MJOLNIR TTT
    • ... MJOLNIR TTT
      • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
        • ... MJOLNIR TTT
          • ... MJOLNIR TTT
            • ... MJOLNIR TTT
              • ... Rahul Kumar
                • ... MJOLNIR TTT

Reply via email to