class Evernote::EDAM::NoteStore::AdParameters
Parameters that will be given by a client to the service when it requests a set of advertisements to display. If any of these values are omitted, the service will use default values.
<dl>
<dt>clientLanguage</dt> <dd> The ISO 639-1 language code for the primary language for the client. If omitted, English will be assumed ('en'). </dd> <dt>impressions</dt> <dd> A list of the impression counts and total display time for the ads that were displayed in the last day. </dd> <dt>supportHtml</dt> <dd> If true, the client requesting the ads supports ads specified via general HTML (with rich media, Javascript, etc.). </dd> <dt>clientProperties</dt> <dd> If provided, this may contain a set of key/value pairs that identify the characteristics of a particular client that may be used to help determine appropriate ads for that client. These tuples may be used either to reduce or increase the likelihood that each ad will be returned. </dd>
</dl>
Constants
- CLIENTLANGUAGE
- CLIENTPROPERTIES
- FIELDS
- IMPRESSIONS
- SUPPORTHTML
Public Instance Methods
struct_fields()
click to toggle source
# File usr/lib/ruby/vendor_ruby/Evernote/EDAM/note_store_types.rb, line 489 def struct_fields; FIELDS; end
validate()
click to toggle source
# File usr/lib/ruby/vendor_ruby/Evernote/EDAM/note_store_types.rb, line 491 def validate end