I need to obtain the Results and Cost per result data that appear in the Ads Manager reports via the Marketing API - Insigths.
I can obtain all the Actions Type and the corresponding costs, but I need to obtain the conversions directly according to the Objective and Conversion Location configured respectively in the Campaign and Ad.
Note: I am developing a dashboard project in Power BI.
I know it is possible to get all the corresponding values and costs of all action types triggered by the ad. But I need to get exactly the action type selected as 'conversion'. This is done through the 'Objective' field in the Campaign and the 'Conversion Location' of the Ad. The 'Objective' of the campaign is easy to get through the API but I can't find the 'Conversion Location'.
I can even get around this by inserting the 'Conversion Location' in the name of the campaign or ad, then through Power BI I make a measurement to compare the name of the Campaign with the Action Type... when it is the same I know it is the conversion (Result) selected in the ad. But I need a more precise solution through the API itself.