CallFeedItem

代表來電額外資訊。

JSON 表示法
{
  "callConversionReportingState": enum (CallConversionReportingState),
  "phoneNumber": string,
  "countryCode": string,
  "callTrackingEnabled": boolean,
  "callConversionAction": string,
  "callConversionTrackingDisabled": boolean
}
欄位
callConversionReportingState

enum (CallConversionReportingState)

列舉值,指出這個來電額外資訊是否使用專屬的來電轉換設定 (或僅停用來電轉換) 或遵循帳戶層級設定。

phoneNumber

string

要附加至廣告的廣告客戶電話號碼,此字串不得空白。

countryCode

string

廣告客戶電話號碼的大寫雙字母國家/地區代碼。此字串不得空白。

callTrackingEnabled

boolean

指出是否已啟用來電追蹤功能。根據預設,系統不會啟用來電追蹤功能。

callConversionAction

string

將來電轉換歸因於的轉換動作。如果未設定,系統會使用預設轉換動作。只有在 callTrackingEnabled 設為 true 時,這個欄位才會生效。否則系統會忽略這個欄位。

callConversionTrackingDisabled

boolean

如果值為 true,請停用來電轉換追蹤。如果為 true,則不應設定 callConversionAction。選用。