Hi, By reviewing your concern, I understand that you are not able to retrieve some of the fields like asset_name. As you are trying to compare the Asset level data with Asset_set_asset data which are different resources which serve for different purposes. While comparing the data from the Google Ads UI and the API, you should compare the equivalent resources. As per the query you provided, I could see that you are comparing asset data so the equivalent resource from the Google Ads API would be asset resource not the asset_set_asset.
Here’s a sample query to get you started for asset. You can add any additional fields you require: SELECT asset.id, asset.name, asset.location_asset.business_profile_locations, asset.location_asset.location_ownership_type, asset.location_asset.place_id, asset.type, asset.resource_name FROM asset WHERE asset.id = “Replace your asset Id” Here’s a sample query to get you started for asset_set_asset. You can add any additional fields you require: SELECT asset_set_asset.asset, asset_set_asset.asset_set, asset_set_asset.resource_name, asset_set_asset.status FROM asset_set_asset WHERE asset_set.id = “Replace you asset_set Id” As I can see the provided screenshots are redacted, so we cannot see the customer id and asset_id, to replicate the issue from our end, so could you please provide us with the unredacted and uncropped UI screenshots to further investigate your issue? If you are using a client library and haven't enabled the logging yet, I would request you to enable logging for the specific client library that you are using. You can refer to the guides Java, .Net, PHP, Python, Ruby or Perl to enable logging at your end. For REST interface requests, you can enable logging via the curl command by using the -i flag. You can send the details via Reply privately to the author option, or direct private reply to this email. This message is in relation to case "ref:!00D1U01174p.!5004Q02vG9JF:ref" (ADR-00268197) Thanks, Google Ads API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/tchXd000000000000000000000000000000000000000000000SK9KHB00r5EEhRvmQCeHnhW26MDgSA%40sfdc.net.