![]() |
Google Ads API Team |
Hi,
Thank you for coming back to us and for providing information needed. I hope you are doing well today.
With regards to your concern about call campaigns assets, you may try the sample query below for reference.
SELECT campaign_asset.asset, campaign_asset.campaign, campaign_asset.source, campaign_asset.status, campaign_asset.resource_name, campaign_asset.field_type, campaign.resource_name, campaign.name, campaign.advertising_channel_type FROM campaign_asset WHERE campaign.advertising_channel_type = 'SEARCH' AND campaign_asset.field_type IN ('CALL', 'CALLOUT')
Once you create a call campaigns assets (Phone calls shown from screenshot), you may use the above query and let us know if this is what you are looking for and how it goes on your end.
If any issue occurs, you may provide an uncropped screenshot of Google Ads UI from your end or a complete (request and response with request-id) logs with request ID generated as shown in the respective links. This will help us to further assist you and investigate the issue.
If you haven't enabled logging yet, it can be enabled by navigating to the Client libraries > Your client library (ex. Java) > Logging documentation, which you can access from this link. For REST interface requests, you can enable logging via the curl command by using the -i flag. This will cause the tool to include the HTTP response headers in the output.
You can provide these via the Reply privately to author option. If this option is not available, then send it instead on this email address googleadsa...@google.com.
Reference links:
Have a great day.
Regards,