


Hi,
Thank you for reaching out to the Google Ads API support team.
After reviewing your concern, I would like to inform you to go through and follow the steps mentioned in the Location asset document to create/add location asset/group, also refer Performance max asset groups to create Asset groups in performance max campaigns.
I hope this helps.
![]() |
Google Ads API Team |

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.
