I would like to know how to avoid duplicates in Google Campaign Manager, because I'm getting a lot of duplicated rows
"kind": "dfareporting#report",
"ownerProfileId": "{{profile_id}}",
"accountId": "{{account_id}}",
"name": "improvado_report",
"type": "STANDARD",
"criteria": {
"dateRange": {
"kind": "dfareporting#dateRange",
"startDate": "2023-07-23",
"endDate": "2023-07-23"
},
"dimensions": [
{
"kind": "dfareporting#dimension",
"name": "advertiser"
},
{
"kind": "dfareporting#dimension",
"name": "advertiserId"
},
{
"kind": "dfareporting#dimension",
"name": "campaign"
},
{
"kind": "dfareporting#dimension",
"name": "campaignId"
},
{
"kind": "dfareporting#dimension",
"name": "city"
},
{
"kind": "dfareporting#dimension",
"name": "country"
},
{
"kind": "dfareporting#dimension",
"name": "creative"
},
{
"kind": "dfareporting#dimension",
"name": "creativeId"
},
{
"kind": "dfareporting#dimension",
"name": "site"
},
{
"kind": "dfareporting#dimension",
"name": "siteId"
},
{
"kind": "dfareporting#dimension",
"name": "date"
},
{
"kind": "dfareporting#dimension",
"name": "state"
},
{
"kind": "dfareporting#dimension",
"name": "activity"
}
],
"metricNames": [
"activeViewEligibleImpressions",
"activeViewMeasurableImpressions",
"activeViewViewableImpressions",
"activityClickThroughConversions",
"activityClickThroughRevenue",
"activityViewThroughConversions",
"activityViewThroughRevenue",
"clickRate",
"clicks",
"impressions",
"mediaCost",
"totalConversions",
"totalConversionsRevenue"
],
"dimensionFilters": [
{
"kind": "dfareporting#dimensionValue",
"dimensionName": "advertiser",
"id": "{{advertiser_id}}",
"matchType": "EXACT"
}
]
}
}
When I get the response file I get some rows with the same metrics values, I have tried to put more dimension to see If I missed one that is making this behavior but I always get the same duplicated metrics values