The UI provides all the columns within the same report(Campaign performance). However, within the API we cannot combine the clicks,impression data and ConversionTypeName data such as LeadsConversion, SalesConversion etc.. within the same API call.
Whats the best way to get this data set?
Is this the right way?
Create 2 reports, 1 with clicks data and other with conversion data(by adding the ConversionTypeName as the segment). Use 2 API calls to download the two reports. Also once you get this two data sets is there any unique identifier to combine these?(Account, timestamp,device,campaign)
Thanks