Hide

type TemplateElementField (v201506)

Represents a field in a template element.


Namespace
https://adwords.google.com/api/adwords/cm/v201506
Fields
Field Type Description
name
Required
xsd:string The name of this field. This field is required and should not be null.
type
Required
TemplateElementField.Type The type of this field. This field is required and should not be null.
Enumerations
ADDRESS
Address field type (text).
AUDIO
Audio field type (Media).
ENUM
Enum field type (text).
IMAGE
Image field type (Media).
BACKGROUND_IMAGE
Background Image field type (Media).
NUMBER
Number field type (text).
TEXT
Text field type (text).
URL
URL field type (text).
VIDEO
Video field type (Media).
VISIBLE_URL
Visible URL field type (text).
UNKNOWN
UNKNOWN type can not be passed as input. Used for return value only. An enumeration could not be processed, typically due to incompatibility with your WSDL version.
fieldText xsd:string Text value for text field types. Null if not text field. The field is a text field if type is ADDRESS, ENUM, TEXT, URL, or VISIBLE_URL.
fieldMedia
  1. Media
    1. Audio
    2. Image
    3. Video
Media value for non-text field types. Null if a text field. This fields must be specified if fieldText is null.

Send feedback about...

AdWords API