Ads API .NET library
|
Custom parameter of type string. For websites, there are two built-in parameters URL (name = 'url__') and referrer URL (name = 'ref_url__'). More...
Classes | |
class | Fields |
List of all supported fields for the StringKey class. More... | |
class | FilterableFields |
List of all supported filterable fields for the StringKey class. More... | |
class | SelectableFields |
List of all supported selectable fields for the StringKey class. More... | |
Properties | |
string | name [get, set] |
A name must begin with US-ascii letters or underscore or UTF8 code that is greater than 127 and consist of US-ascii letters or digits or underscore or UTF8 code that is greater than 127. This is checked by the regular expression '^[a-zA-Z_?-?][a-zA-Z0-9_?-?]*$'. This field is required and should not be More... | |
Custom parameter of type string. For websites, there are two built-in parameters URL (name = 'url__') and referrer URL (name = 'ref_url__').
|
getset |
A name must begin with US-ascii letters or underscore or UTF8 code that is greater than 127 and consist of US-ascii letters or digits or underscore or UTF8 code that is greater than 127. This is checked by the regular expression '^[a-zA-Z_?-?][a-zA-Z0-9_?-?]*$'. This field is required and should not be
null
. This string must not be empty, (trimmed).