Hi,
I want to create a query like this but in Ad level
SELECT segments.date,
campaign.name, metrics.impressions, metrics.active_view_impressions, metrics.clicks, metrics.all_conversions, metrics.cost_micros FROM campaign 'WHERE segments.date DURING LAST_30_DAYS
I bolded the new column to be selected.
I want to select Date, Campaign Name, Ad Name, Impressions, Active View, Viewable Impressions, Clicks, and All Conversions
but I can't seem to find the right table.
Let me know if you know the answer.
Thanks!
Romaine