Hello,
I would like to retrieve business_logo and business_name of customerasset, but even though they are set, I get 0 results.
The callouts and structured snippets that are also set at the account level can be retrieved, so please check if this is a problem.
By the way, business_logo and business_name of campaignAsset are correctly retrieved.
The query for retrieval is as follows.
SELECT customer_asset.asset,customer_asset.field_type,customer_asset.resource_name, customer_asset.status
FROM customer_asset
WHERE customer_asset.status = 'ENABLED'
The response for retrieval is as follows.
{
"fieldMask": "customerAsset.asset,customerAsset.fieldType,customerAsset.resourceName,customerAsset.status"
}