Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the
REST Introduction for details.
CustomVariable
JSON representation |
{
"conversionCustomVariable": string,
"value": string
} |
Fields |
conversionCustomVariable |
string
Resource name of the custom variable associated with this conversion. Note: Although this resource name consists of a customer id and a conversion custom variable id, validation will ignore the customer id and use the conversion custom variable id as the sole identifier of the conversion custom variable.
|
value |
string
The value string of this custom variable. The value of the custom variable should not contain private customer data, such as email addresses or phone numbers.
|
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-03-06 UTC.
[null,null,["Last updated 2025-03-06 UTC."],[[["This document outlines the schema for representing a custom variable within a conversion context."],["A custom variable is defined using a JSON object with `conversionCustomVariable` (referencing the variable) and `value` (holding its corresponding value)."],["It's crucial to avoid including sensitive personal data, like email addresses or phone numbers, in the custom variable's value."]]],[]]