AdWords API
Feedback on this document

type TemplateElementField (v201209)

Represents a field in a template element.


Namespace
https://adwords.google.com/api/adwords/cm/v201209
Fields
Field Type Description
name
Required
Selectable
xsd:string The name of this field. This field can be selected using the value "TemplateElementFieldName". This field is required and should not be null.
type
Required
Selectable
TemplateElementField.Type The type of this field. This field can be selected using the value "TemplateElementFieldType". 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
Selectable
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. This field can be selected using the value "TemplateElementFieldText".
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.

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.