I am facing the same problem as mentioned in this question, Why some ads is not breaking down by link_url_asset, the only difference is that I am pulling data on "Campaign" level.

Since the question was asked long back and there's no answer, so posting it again with my wrapper question.

When I am not applying breakdown, I am getting X number of impressions. But when I apply breakdown on link_url_asset, the breakdown happens but when I add the impressions, the sum does not match with X (less than X).

The reason I want to do breakdown is because I want to pull the utm_campaign value from the website_url attribute in link_url_asset.

I am hitting following endpoint with the params -

/GET https://graph.facebook.com/v19.0/act_{ACCOUNT_ID}/insights?level=campaign&fields=account_name,account_id,campaign_name,impressions,spend,actions&time_range={"since":"2024-04-07","until":"2024-04-07"}&access_token=${ACCESS_TOKEN}&filtering=[{field: "action_type",operator:"IN", value: ['link_click']}]&breakdowns=link_url_asset&use_account_attribution_setting=true 

I am not able to figure out from the Facebook documentation that what am I missing here.

I want to get impression parameters of devices in advertising campaigns using gg ads api

I have read their docs a lot but can't find any results, please help me.

I tried using segments.device or campaign_criterion.device.type but it didn't work either.

I want to get data of this screen enter image description here

I am not sure what happened. My Privacy Policy Page should be working fine: https://ukpoa.com/%e7%a7%81%e9%9a%b1%e6%94%bf%e7%ad%96/ Also no problem with Sharing Debugger, please see attached.
This is my only Privacy Policy page. I cannot submit it again. It will cause the error which need me to change the another URL link... please see attached.
Please help. Thanks!