Module Values.NielsenConfigurationSource

Settings for your Nielsen configuration. If you don't do Nielsen measurement and analytics, ignore these settings. When you enable Nielsen configuration, MediaConvert enables PCM to ID3 tagging for all outputs in the job.

Sourcetype nonrec t = {
  1. breakoutCode : int option;
    (*

    Nielsen has discontinued the use of breakout code functionality. If you must include this property, set the value to zero.

    *)
  2. distributorId : string option;
    (*

    Use Distributor ID to specify the distributor ID that is assigned to your organization by Nielsen.

    *)
}
Sourceval make : ?breakoutCode:??? -> ?distributorId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of int | `String of string ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t