Hi All,
I want to pull the below fields with single query, but FROM clause not allowing to combine all, advise me to get a proper query which pull all below fields.
'Ad group ID':'ad_group_id',
'Gender':'gender',
'Age Range':'age',
'Day':'date_start',
'Impressions':'impressions',
'Device':'device',
'Keyword':'keyword',
'Cost':'spend',
'Clicks':'clicks',
'Campaign ID':'campaign_id',
'Metro area':'metro_area',
'Views':'video_views',
'Video played to 25%':'video_quartile_25',
'Video played to 50%':'video_quartile_50',
'Video played to 75%':'video_quartile_75',
'Video played to 100%':'video_quartile_100'
}
Regards
Kiran