Hello.
I have a test account. Loading `asset`, I received one `asset.call_to_action_asset.call_to_action` that wasn't empty.
Curiously that customer account doesn't seem to have any `conversion_action` which I verified both by requesting the resource via API and in the web view.
My query for assets:
select customer.descriptive_name,
customer.id,
customer.id,
customer.id,
customer.id,
customer.id,asset.type,asset.call_asset.country_code,
customer.id,asset.call_asset.call_conversion_reporting_state,asset.call_asset.call_conversion_action,asset.call_asset.phone_number,
customer.id,asset.call_asset.ad_schedule_targets,
customer.id,customer_asset.status,
customer.id,customer_asset.resource_name,
customer.id,
customer.id from customer_asset where asset.type IN ('CALL') and customer_asset.status NOT IN ('REMOVED')
My query for conversion actions:
If you like, I can provide specific request IDs.