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 an existing custom variable) and `value` (holding the variable's actual string value) fields."],["It's crucial to avoid including sensitive information, such as personal identifiers, within the `value` field of the custom variable."]]],["The provided content describes a custom variable represented in JSON format. It uses a `conversionCustomVariable` string for resource identification, ignoring the customer ID. A separate `value` string holds the custom variable's data. The content emphasizes that the `value` field should not contain private customer information like emails or phone numbers. The custom variable's structure and the data it can store are the key aspects.\n"]]