CustomParameter is used to map a custom parameter key to its value.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201806
Field |
|
---|---|
|
The parameter key to be mapped. This field is required and should not be
null .The length of this string should be between 1 and 16, inclusive, in UTF-8 bytes, (trimmed).
|
|
The value this parameter should be mapped to. It should be null if isRemove is true. The length of this string should be between 0 and 200, inclusive, in UTF-8 bytes, (trimmed).
|
|
On SET operation, indicates that the parameter should be removed from the existing parameters. If set to true, the value field must be null. |