Hi there,
I'm really new to Google Ads report, I was tasked to produce the tables below but have no idea if the query is correct or not.
Please advise whether my query could map 1-1 to the table fields, especially the FROM resource
1- Campaign report
The query:
campaign.campaign_budget
metrics.impressions,
metrics.clicks,
metrics.conversions,
metrics.all_conversions_value,
metrics.cost_per_conversion,
metrics.cost_micros
FROM campaign
WHERE segments.date DURING LAST_30_DAYS
2- Product report
The query:
segments.product_title
metrics.impressions,
metrics.clicks,
metrics.conversions,
metrics.all_conversions_value,
metrics.cost_per_conversion,
metrics.cost_micros
FROM shopping_performance_view