// Represent user lead data for single columnmessageUserLeadColumnData{// Human-readable text of the field type (e.g.: Full Name, What is your// preferred dealership?). This field might not always be populated.optionalstringcolumn_name=1;// Column value based on column typeoneofcolumn_value{stringstring_value=2;}// Column id. Populated for all types of fields. (e.g.: FULL_NAME)optionalstringcolumn_id=3;}// Message to construct webhook JSON payloadmessageWebhookLead{// Unique id to represent leadoptionalstringlead_id=1;// User inputted data per columnrepeatedUserLeadColumnDatauser_column_data=2;// API versionoptionalstringapi_version=3;// Form id to which lead belonged to.optionalint64form_id=4;// Campaign id that the lead form is associated withoptionalint64campaign_id=5;// Key to be used by advertiser to verify the request// is from Google.optionalstringgoogle_key=6;// Denotes if the lead is a test lead.optionalboolis_test=7;// Click ID for the lead submission.optionalstringgcl_id=8;// Adgroup id which generated the lead.optionalint64adgroup_id=9;// Creative id which generated the lead.optionalint64creative_id=10;}
欄位說明
欄位
說明
lead_id
用於識別指定待開發客戶的專屬字串。
處理建議:可用來簡化待開發客戶
。這個 ID 是「所有」表單的專屬名稱。報告時
與特定待開發客戶相關的問題,就必須提供這個 ID。
api_version
此待開發客戶結構定義所屬的 API 版本。並在
遷移至新的結構定義,目前可以忽略。
form_id
在 Google Ads 中設定的每份表單的專屬 ID。目前產品允許
附加含有廣告活動層級的表單 (而非附加至廣告群組或廣告)
層級)。
影響:只能在 form_id 分割待開發客戶
(例如在廣告活動層級提供)。
用戶端需要使用 8 位元組整數來處理。
campaign_id
附加的待開發客戶表單。
用戶端需要使用 8 位元組整數來處理。
adgroup_id
Google Ads 廣告群組 ID 可用來區分
廣告群組中的所有廣告群組。(適用於影片和探索廣告帶來的待開發客戶
廣告)
用戶端需要使用 8 位元組整數來處理。
creative_id
Google Ads 廣告素材 ID 可用來區分
新增一個廣告素材(適用於影片和探索廣告帶來的待開發客戶
廣告)