Parent

Included Modules

Files

Class Index [+]

Quicksearch

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.

 <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>

Constants

CLIENTLANGUAGE
IMPRESSIONS
SUPPORTHTML
CLIENTPROPERTIES
FIELDS

Public Instance Methods

struct_fields() click to toggle source
     # File /tmp/buildd/evernote-mode-0.10/ruby/lib/Evernote/EDAM/note_store_types.rb, line 489
489:               def struct_fields; FIELDS; end
validate() click to toggle source
     # File /tmp/buildd/evernote-mode-0.10/ruby/lib/Evernote/EDAM/note_store_types.rb, line 491
491:               def validate
492:               end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.