CallAdInfo
Stay organized with collections
Save and categorize content based on your preferences.
Fields |
country_code
|
string
The country code in the ad.
|
phone_number
|
string
The phone number in the ad.
|
business_name
|
string
The business name in the ad.
|
headline1
|
string
First headline in the ad.
|
headline2
|
string
Second headline in the ad.
|
description1
|
string
The first line of the ad's description.
|
description2
|
string
The second line of the ad's description.
|
call_tracked
|
bool
Whether to enable call tracking for the creative. Enabling call tracking also enables call conversions.
|
disable_call_conversion
|
bool
Whether to disable call conversion for the creative. If set to true , disables call conversions even when call_tracked is true . If call_tracked is false , this field is ignored.
|
phone_number_verification_url
|
string
The URL to be used for phone number verification.
|
conversion_action
|
string
The conversion action to attribute a call conversion to. If not set a default conversion action is used. This field only has effect if call_tracked is set to true . Otherwise this field is ignored.
|
conversion_reporting_state
|
CallConversionReportingState
The call conversion behavior of this call ad. It can use its own call conversion setting, inherit the account level setting, or be disabled.
|
path1
|
string
First part of text that can be appended to the URL in the ad. Optional.
|
path2
|
string
Second part of text that can be appended to the URL in the ad. This field can only be set when path1 is also set. Optional.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-07 UTC.
[null,null,["Last updated 2025-08-07 UTC."],[],[],null,["# CallAdInfo\n\nA call ad.\n\n| Fields ||\n|-------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `country_code` | `string` The country code in the ad. |\n| ### `phone_number` | `string` The phone number in the ad. |\n| ### `business_name` | `string` The business name in the ad. |\n| ### `headline1` | `string` First headline in the ad. |\n| ### `headline2` | `string` Second headline in the ad. |\n| ### `description1` | `string` The first line of the ad's description. |\n| ### `description2` | `string` The second line of the ad's description. |\n| ### `call_tracked` | `bool` Whether to enable call tracking for the creative. Enabling call tracking also enables call conversions. |\n| ### `disable_call_conversion` | `bool` Whether to disable call conversion for the creative. If set to `true`, disables call conversions even when `call_tracked` is `true`. If `call_tracked` is `false`, this field is ignored. |\n| ### `phone_number_verification_url` | `string` The URL to be used for phone number verification. |\n| ### `conversion_action` | `string` The conversion action to attribute a call conversion to. If not set a default conversion action is used. This field only has effect if `call_tracked` is set to `true`. Otherwise this field is ignored. |\n| ### `conversion_reporting_state` | [CallConversionReportingState](/google-ads/api/reference/rpc/v21/CallConversionReportingStateEnum.CallConversionReportingState) The call conversion behavior of this call ad. It can use its own call conversion setting, inherit the account level setting, or be disabled. |\n| ### `path1` | `string` First part of text that can be appended to the URL in the ad. Optional. |\n| ### `path2` | `string` Second part of text that can be appended to the URL in the ad. This field can only be set when `path1` is also set. Optional. |"]]