Hi,

I created a test ad account and a test campaign. I'm running the following 
query to get data for the campaigns.

{
  "query" : "SELECT campaign.name, campaign.status, metrics.impressions, 
metrics.clicks, metrics.ctr, metrics.average_cpc, metrics.cost_micros, 
campaign.advertising_channel_type, campaign.start_date, campaign.end_date, 
metrics.conversions, metrics.cost_per_all_conversions, 
metrics.cost_per_conversion, metrics.all_conversions_from_interactions_rate
            FROM campaign
            WHERE segments.date DURING LAST_30_DAYS"
}

I'm missing some of the fields (like *metrics.ctr* and *metrics.average_cpc 
*etc.) in the results. Is there something wrong with my SQL or my test 
campaign not setup correctly? Any insight is appreciated.

{
"results": [
{
"campaign": {
"resourceName": "customers/xxx/campaigns/xxx",
"status": "ENABLED",
"advertisingChannelType": "DISPLAY",
"name": "test-1",
"startDate": "2023-03-23",
"endDate": "2037-12-30"
},
"metrics": {
"clicks": "0",
"conversions": 0,
"costMicros": "0",
"impressions": "0"
}
}

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/493c0295-e0bb-4fff-9ee4-b79892758239n%40googlegroups.com.

Reply via email to