AI-generated Key Takeaways
-
Conversion custom variables provide a way to add more specific data to conversion events in Google Ads.
-
Each conversion custom variable has a unique
id
, a required uniquename
(up to 100 characters), and a required uniquetag
(up to 100 bytes) used in event snippets or API uploads. -
The
status
field indicates the conversion custom variable's status for conversion event accrual, andowner_customer
indicates the customer that owns the variable.
A conversion custom variable See "About custom variables for conversions" at https://support.google.com/google-ads/answer/9964350
Fields | |
---|---|
|
Immutable. The resource name of the conversion custom variable. Conversion custom variable resource names have the form:
|
|
Output only. The ID of the conversion custom variable. |
|
Required. The name of the conversion custom variable. Name should be unique. The maximum length of name is 100 characters. There should not be any extra spaces before and after. |
|
Required. Immutable. The tag of the conversion custom variable. It is used in the event snippet and sent to Google Ads along with conversion pings. For conversion uploads in Google Ads API, the resource name of the conversion custom variable is used. Tag should be unique. The maximum size of tag is 100 bytes. There should not be any extra spaces before and after. Currently only lowercase letters, numbers and underscores are allowed in the tag. |
|
The status of the conversion custom variable for conversion event accrual. |
|
Output only. The resource name of the customer that owns the conversion custom variable. |