自訂轉換變數
自訂轉換變數可讓您將額外資訊 (以代碼形式呈現) 與使用 Google Ads API 上傳的轉換 (例如點擊或電話轉換) 建立關聯。
舉例來說,當您上傳購買新藍色帽子的轉換時,也可以上傳兩個相關聯的標記:color
和 status
,分別對應至 blue
和 new
的值。步驟如下:
您可以視需要建立任多自訂轉換變數。每個變數都會對應至一個代碼。因此,如果您想要使用兩個代碼 (color
和 status
),就必須建立兩個自訂變數。ConversionCustomVariable
的必填欄位如下:
name
:識別變數。名稱不得重複。
tag
:在本例中,標記是 color
和 status
。當網站將轉換傳送至 Google Ads 時,會在事件程式碼片段中使用代碼。如果您使用 Google Ads API,則在上傳轉換時,需要指定自訂變數的資源名稱,詳情請參閱下一個步驟。
上傳 ClickConversion
等轉換時,請將 custom_variables
設為您在上一個步驟中建立的所有自訂變數清單。您必須設定每個自訂變數的所有欄位:
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-11-06 (世界標準時間)。
[null,null,["上次更新時間:2024-11-06 (世界標準時間)。"],[[["Custom conversion variables allow associating additional information, like tags, to conversions uploaded via the Google Ads API."],["To use custom variables, first create them, defining a unique name and tag for each desired piece of information."],["When uploading a conversion, include the custom variables, specifying their resource name and the corresponding value for the tag."],["This process lets you add details like 'color' or 'status' to conversions, enabling richer data analysis and reporting."]]],[]]