The present invention relates to methods and systems for audience segmentation, and more particularly, to methods and systems for audience segmentation using machine learning.
Accurate audience segmentation depends on possessing accurate facts about the composition of the audience. In the broadcasting domain, even though EPG (electronic program guide) applications might provide an interface for ‘signing-on’ and eliciting the profile of viewers, prior to a viewing activity the viewers may not access this interface or select an incorrect profile. Alternatively, viewers in the same household might leave and others begin viewing without changing the EPG profile. So, for instance, a child might be viewing a cartoon, and when the cartoon ends, the child's mother might, without switching the user profile, change the channel to view the news.
The present invention will be understood and appreciated more fully from the following detailed description, taken in conjunction with the drawings in which:
The present invention will be understood and appreciated more fully from the following detailed description, taken in conjunction with the appendix in which:
Appendix A is a presentation of aggregated raw data for customer householdid=620428623;
Appendix B is a presentation of the data of Appendix A presented in Java Script Object Notation (JSON);
Appendix C is a lexographically ordered listing of all of the unique values in Appendices A and B;
Appendix D is a listing of the first five sample feature vectors of normalized unit length for the data of Appendices A and B;
Appendix E which captures the first five rows, by way of illustrating the above, of Appendices A and B (i.e. the input data) transformed from feature space to component space;
Appendix F is an exemplary Python language code routine for performing clustering; and
Appendix G is a list of has the sample means and standard deviations for the various content items in the present example.
A method and system for audience segmentation is described, the method and system including preparing a plurality of guidebooks of prior probability distributions for content items and user profile attributes, the prior probabilities and user profile attributes being extractable from within audience measurement data, receiving raw audience measurement data, analyzing, at a processor, the received raw audience measurement data using the prepared plurality of guidebooks, generating a plurality of clusters of data per user household as a result of the analyzing, correlating viewing activity to each cluster within an identified household, predicting a profile of a viewer corresponding to each cluster within the identified household, applying classifier rules in order to assign viewing preference tags to each predicted profile, and assigning each predicted profile viewing preferences based on the viewing preference tags assigned to that profile Related systems, methods, and apparatus are also described.
Reference is now made to
It is often the case that all the viewing activity gets attributed to a default profile which is typically that of the primary account holder for the household. When the user profile is not explicitly available or when it is incorrectly set, then determining the number of viewers in a household based on the viewing habits and the content being viewed, becomes a challenge. A ‘pure’ machine learning approach that uses both supervised and unsupervised learning techniques could provide the solution to this problem. That is to say, that at a high level machine learning algorithms are of two types: supervised and unsupervised. Both require a training cycle but the supervised data has the ‘ground truth’ (discussed below) as part of the training data. In unsupervised data the pattern is not part of the training data but rather ‘emerges’ as a result of the training cycle.
To determine the number of people in a household, the raw data of all viewing activity for the household is collected along with the content metadata and data about which device(s) the content was consumed on. The collected raw data includes, but is not necessarily limited to:
Typically the viewing activity is tracked server-side by the service providers as UsageReports and these are ingested as input to the clustering algorithm by custom designed processes which extract the data needed for the subsequent analysis. These processes then transform the raw data into a format needed for the subsequent analysis. Finally, the extracted and transformed data is loaded into a database on a computing device with the required processors which are able to perform the subsequent analysis (described below). In practice, a tracking component might be operating at a broadcast headend from where the content is delivered to client devices.
It is appreciated that the various steps of the present invention are typically performed on one or more computing devices comprising at least one processor, and may comprise more than one processor. One of the processors may be a special purpose processor operative to perform the steps described below, according to the method described herein. In addition, the on one or more computing devices comprise non-transitory computer-readable storage media (i.e. memory). The memory may store instructions, which at least one of the processors may execute, in order to perform the methods described herein.
The raw data is derived from operational data which is readily collectable. Attributes which are typical of user profile data are not part of the raw data which is readily collectible. Such attributes include, but are not necessarily limited to age, gender, city, and so forth.
The viewing data of a household is decomposed into individual patterns using viewing activity data, user profile data and content metadata. As will be explained below, unsupervised machine learning techniques, such as clustering algorithms, are applied to the data so that the individual patterns ‘emerge’ as clusters in a high-dimensional vector space representing the data.
As depicted in the first pane 210 of
As depicted in
The aggregated viewing data is then converted into feature vector representation. For example, and without limiting the generality of the foregoing, if the viewing activity of a household is represented as follows:
Then the feature vectors are:
This transformation is achieved by converting categorical data into feature vectors for each feature.
Outlier detection is done and outliers are removed using techniques discussed below. Principal components analysis is used to extract the most relevant components from the feature vectors. The resulting principal components are then sent for clustering. Clustering is an unsupervised machine learning algorithm (which may be implemented, for example, in Java) which takes as input the feature vectors which are created using the principal components analysis process (which may also be implemented in Java). The result of the feature vector extraction process could pass the data in-memory to the clustering process. The clustering process identifies clusters of data points such as exemplary clusters 110, 120, 130, 140.
It is appreciated that references to Java are given herein the previous paragraph by way of example only. In that many languages have machine learning libraries there is no particular restriction to Java. Other choices of programming language include, but are not limited C++, Python, R.
After the clusters are revealed by the clustering process, the clusters 110, 120, 130, 140 are mapped to profiles for individual users 220, 233236, 239, as depicted in the second pane 250 of
As was noted above, the system works with the assumption that all viewing is attributed to the identity of the individual who created an account with the TV service. Audience profiling attempts to accurately map the viewing activity of the household to the individuals who comprise the household in an automatic and unobtrusive manner without the need for any additional monitoring equipment at the customer premises. It is appreciated that in the art the terms “Audience Segmentation” and “Customer Segmentation” synonymously. In embodiments of the present invention, Audience profiling is comprised of household decomposition (determining the number of individuals in a household) and applying the KBS system described herein (i.e. applying the descriptive tags for each profile in a household).
Reference is now made to
Various existing audience measurement data are selected for use, typically from external sources. Such audience measurement data may include, but is not limited to Broadcasters' Audience Research Board (BARB), Nielsen Ratings, and so forth, as appropriate for any given geographical region (i.e. in the UK it would be appropriate to use BARB, while in the US it would be appropriate to use Nielsen Media Research ratings, in Germany it would be appropriate to use Gesellschaft für Konsumerforschung (GfK) ratings, and so forth).
The selected audience measurement data 310 is pre-processed to create three types of guidebooks of prior probability distributions for content items and user profile attributes available within the audience measurement data 310 set. The various guidebooks are used, as will be explained below, with reference to
Prior probabilities are computed per content item per attribute 320 (e.g., age, gender, region etc.,) using the audience measurement data 310 as ‘ground truth’. This comprises the ‘guidebook’ of probabilities at a content item level.
Assume the following exemplary content:
The term “guidebook” as used in the present specification and claims, in all of its grammatical forms refers to a look-up table of prior probabilities to measure an association likelihood between descriptive attributes (for example—[Person: age, gender]; [Life Stage: Single, Young Couple, Family, Post-Family, Retired]) and TV viewing patterns. The guidebook (i.e. look-up table) is referenced to provide likelihood estimations of associating a descriptive attribute to a household based upon the household's captured set of viewing activity.
This first guidebook attempts to answer the question “Of all the people who watched a content item identified uniquely by a content item ID, what is the mean, standard deviation for various attributes for the persons. This information is available through self-declaration of a panel of participants in the audience measurement dataset. The low standard deviation for Golf US Open indicates that the range of ages of viewers of this content item is tightly clustering around the mean of age 50. On the other hand, the high standard deviations for TV series programs (i.e. content items) like Grey's Anatomy indicate that viewers with a wider range of ages watch this content item.
Viewing activity 330 and panelist (viewer) identity 340 are extracted from the audience measurement data and fed into a knowledge based system (KBS) 350 which classification rules 360 are applied 350 and used to assign tags representing viewing preferences to the individuals in the panel. A guidebook is then prepared for the ‘tags’ assigned by the knowledge-based system (KBS).
By way of example, a sample KBS rule is “If 50% of the viewing activity of a person is on ESPN then the person is termed as ESPN_Fan”. These KBS rules are heuristics which are derived from and influenced by the audience measurement data. For instance during the Olympics many people watch more ESPN than they would typically do so otherwise, so the threshold for ESPN_Fan is normalized based on what is known as ground truth from pre-Olympic audience measurement data. A user, who spent 80% of her viewing time watching ESPN, on average before the Olympics, while the before-Olympics average for all users is 30% of viewing time watching ESPN, would be classified as an ESPN fan, During the Olympics, however, it would be expected that these averages would increase for both an ESPN fan and a person who would not otherwise be classified as an ESPN fan.
By normalization ESPN Fan is prevented from being assigned to everyone automatically during the month of Olympics. So the audience measurement dataset helps to prepare the heuristics. Similarly a ‘late-night-viewer’ tag is probably applied to someone who consistently views television programs (i.e. content items) after 10:00 PM and who lives in the suburbs and rural areas, and possibly in urban areas the tag is only applied to someone who consistently views television programs (i.e. content items) after 12:00 AM. So the thresholds on which the rules are applied are adjusted accordingly.
For example, KBS tags may be generated as follows for exemplary viewing events:
In the above table, it is noted that the majority of the exemplary KBS tags are content-category based: “SciFi_Movies_Fan”; “SciFi_TVSeries_Fan”; “Fantasy_Movies_Fan”; “Golf_Fan”. However, one of the exemplary KBS tags is series/title based” “Greys_Anatomy_Fan”. It is appreciated that this is illustrative of the flexibility of the KBS system. If the rules (heuristics) are written in a manner that they monitor and are applied upon Series/Title name then they would be so applied. If the rules are written to fire upon content category then they would. This allows a large vocabulary whereby individual viewing behavior and affinity towards content types or even specific instances of content may be defined.
Each household accumulates a group of tags over a period of viewing activity. The goal of this second KBS-tags-guidebook is to answer the question, “What is the probability of finding a Golf_Fan in a given household”. Using this guidebook it is also possible to compute joint probabilities, for example, “What is the probability for a household to contain a Golf_Fan and a SciFi_Movies_Fan?”
The third guidebook advises on the probabilities of family types (e.g., single individual households, married with children households etc.,). For example, in a panel size of 6000, there are 500 single individual households:
This household-level guidebook attempts to answer the question “What is the probability of finding a single individual household”. It is appreciated that the guidebook of probabilities is prepared for known content. This is used to answer questions like “For a given content item what is the likely age, gender, income status, region, working status, life-stage”. A similar guidebook is prepared to answer questions such as “For the randomly selected panel of the audience measurement (e.g. BARB) audience, what is the distribution of family sizes and how likely is some family to be a single household family”. This second guidebook may or may not be used to reinforce the prediction due to the first guidebook. Guidebooks of prior probabilities 370 include both of these guidebooks, as will shortly be explained.
The combination of the three guidebooks 370 mentioned above (i.e. the prior probabilities guidebook, the panelist/BARB produced guidebook, and the guidebook of known probabilities) would be able to answer the question “What is the probability of a single-individual household containing a Golf_Fan and what is the probability that the individual is a male and holds a High-Income job and hails from London?” Audience measurement data such as BARB reports the following as part of the user profile:
Thus, a guidebook of prior probabilities (i.e. the first guidebook mentioned above) enables providing the most probable value for the above-mentioned six attributes for any given viewer based on the content viewed.
Reference is now made to
Thus, as data is prepared in unstructured or semi-structured ad hoc representations from various endpoints including from the customer sources to be provisioned in a structured manner compliant with the input format as needed and described below. This is achieved in the Raw Data Extraction-Transformation-Load 410 step.
Feature Extraction 420 involves the transformation of the categorical data and numerical data into a high-dimensional vector representation. By way of example, in the following, “city” is a categorical attribute while “temperature” is a traditional numerical feature:
This process also performs a min-max normalization where necessary for various features likes Age or Income.
The final high-dimensional vector that represents a raw data sample is also normalization using the Frobenius normalization scheme to ensure that the vector is a unit vector. It is appreciated that most clustering algorithms expect the data to be in a unit space in order to work correctly. Applying the Frobenius normalization and dividing each dimension of vector by the length of the vector ensures that the vectors have a unit length. By way of example, after normalization of a vector <1,2,2> the result is <0.33,0.66,0.66>
A feature selection 425 step pre-processes the raw feature vectors 430 into statistically significant features called Principal Components using Principal Component Analysis (PCA) technique. Non statistical feature selection approaches using Random Forests are also explored and used where appropriate. Those skilled in the art will appreciate that there are two well-known schemes of feature selection. One such scheme is a statistical scheme, and the other scheme is based on machine learning. The Statistical or PCA scheme extracts principal components and the components which capture 95% of the variance are chosen. This is a dimensionality reduction technique. PCA has 2 disadvantages:
Since PCA is a dimensionality reduction technique, if points of an input set are positioned on the surface of a hypersphere, no linear transformation can reduce dimension (nonlinear transformation, however, can easily cope with this task).
The directions maximizing variance do not always maximize information.
Accordingly, a non-linear separation of the features based on a decision tree approach like random forest is also used as an alternative. A control set of households in the audience measurement (e.g. BARB) dataset for which the number of individuals in the household is known is used to evaluate both techniques. The technique of the two techniques which is observed to have the higher precision is chosen for use.
If random forest based feature selection is done then PCA is not required. Only one approach is necessary. A cross-validation score of the 2 approaches for a dataset could be used to benchmark both approaches and the one with the higher precision score could be used
Outliers in the data are detected and removed 435. The state-of-the-art clustering algorithms based on tree-based clustering techniques like Random Forests are used. The less dense part of the tree-based clustering can be pruned and this provides a capability to detect and eliminate outliers. Outlier viewing behaviour can also be removed using statistical measures like Inter-quartile region analysis. Those skilled in the art will appreciate that a statistical InterQuartile Range technique can detect outliers. Random Forest can also be used to detect outliers. A manual inspection of a few control test cases by a panel of experts would indicate the precision of outlier detection across a large set of test cases. If the algorithm flagged outliers matches intuitive human meaning of outliers for the dataset for a few household test cases, then the algorithm with the higher precision is chosen. However, both approaches are valid for a given dataset.
The feature space can be represented as comprising a matrix with rows representing data samples and columns representing features and, after outlier detection and removal, the number of rows would shrink. By contrast, the number of columns (i.e. features) would be unchanged. Said feature space is now made of Principal Components and these are submitted to a batched process to perform the Unsupervised Machine Learning 440 method that does clustering 445. Many clustering methods are evaluated and the right one is chosen that can deal with the scale and dimensionality of the data. Typically, K-means clustering is used. Fuzzy K-means clustering can handle overlapping clusters. Canopy clustering can automatically detect stable number of clusters for a given dataset. An alternative method of clustering, random forest based clustering is a tree-based clustering is an equally effective technique.
The output of the clustering algorithm correlates each viewing activity, in the training set, to an identified cluster. The three pre-processed guidebooks 450 (see item 370, depicted in
An aggregated set of viewing activity tends to correlate more accurately with each individual's viewing habits and the clusters get separated more clearly in the vector space model. The more aggregated viewing activity that can be presented to the training stage, the more accurately the model can map the household's individuals
The trained model (set of cluster labels per household) is then sent to a detection engine comprised in a headend based system, for storage and also to be ready for online query processing stage.
Reference is now made to
The viewing activity 510 is extracted from the current activity extraction 505 and fed to the detection engine 515, the account ID within the activity is used to locate the model which is result of machine-learning for the household. correlating profiles/cluster labels for the household 520.
The current viewing activity 510 is then ‘fitted’ to the appropriate cluster. The process of ‘fitting’ an ‘unseen’ data point (viewing activity) to the machine learnt model (depicted as input “y” from
The appropriate distance measure is selected from a variety of measures like Euclidean, cosine etc. Those of skill in the art will appreciated that Euclidean distance works quite well with numerical data. For categorical data a transformation is necessary to vector representation and scaling to unit size. By default it works well. For a rigorous selection technique of distance metric the ratio of inter-centroidal separation to intra-cluster variance can help in selecting the right distance metric among several options such as, for example, Euclidean, cosine, Manhattan etc. This must be done for a control training dataset where the number of clusters is known for validation. The cluster ID of the cluster whose centroid is nearest to the unseen data point is then assigned to the unseen data point thereby making the data point a member of that cluster. This completes the step that fits the unseen data point in the machine learnt model. That is to say, profile prediction 530 is thereby completed. After the profile prediction the model is evaluated for stability 525 using cluster analysis techniques like Silhouette Coefficient. If the model is unstable then the prediction is discarded and a new training cycle is started. If the model is stable then user profiles for each household can be predicted 530, and the profile prediction 535 is accepted.
To further amplify the step of evaluating the model for stability 525, new input data comes in as a vector, a distance measure like Euclidean is computed to centroid of each of the N clusters that are inside the ‘machine-learning model’ for the household, the cluster whose centroid is the shortest distance from input vector is chosen as the candidate cluster to which the input data point belongs. If the input data represents a viewing event and the cluster of membership is, by way of example, ‘father’ cluster it can inferred that the father has switched on the TV. After the Euclidean distance has been determined during the step of evaluating the model for stability 525, the Silhouette Coefficient is then computed, which indicates if the model is likely to be become unstable or not due to fitting the new data point. If state is likely to become unstable then the data point is not fitted but rather the model itself is discarded and a fresh machine learning cycle is initiated for that household due to its model being stale and invalid. If model is stable then user profiles for each household can be predicted 530, and the profile prediction 535 is accepted.
The established household and viewer identity 560 is coupled with the viewing activity 510 and fed as input into a KBS System 545.
The KBS system 545 applies classifier rules to assign viewing preference tags 555, and takes as input rules 550 and viewing activity 510 along with viewer identity 560, resulting in a set of profile viewing preferences 570 to augment the correlating profiles.
By way of example, an exemplary rule is to determine whether the household contains a sports fan:
“Sports fan==true if (x) hours of sport watched in the last week”
The pre-processed guidebooks 370 (
In the absence of the present invention, the rule can only be processed against all household viewing activity, resulting in a decision to tag the household containing at least one anonymous sports fan
The household decomposition invention facilitates the discovery of identity of individuals performing the viewing activity, therefore the rule can be processed against known individual profiles thus exposing the identity of the sports fan(s) in the household. The household inherits the sports fan tag if one or more individuals are assigned the tag by the rule.
As such, the knowledge based system described herein in the context of the present invention enriches the user profiles identified by the household decomposition by attributing viewing behavior tags to individuals as well as the household. The results of application of the present invention are profiles of individuals within the household, wherein the present invention applies tags which enrich the profiles.
Reference is now made to
The following example is a worked numerical example for a sample household with customer ID number 620428623 which is part of a dataset from an actual provider. This is a real household and so the data is not the output of a simulation but rather data from actual real viewers who are actual customers of an actual broadcaster. It is appreciated that the data as presented herein is anonymized, as is the broadcaster.
The data presented below represents viewing activities which are time-stamped events. The set of attributes for this data are the following:
1. TimeStamp—the time represented as seconds elapsed since epoch (i.e. Epoch time, also called UNIX time, is the number of seconds elapsed since 1 Jan. 1970 and is used to represent date as a long integer data type.);
2. ChannelID—the live channel on which the content was viewed;
3. Episode—the episode of the program (i.e. content item) being viewed;
4. Genre—the genre of the program (i.e. content item) being viewed;
5. ContentISAN—the ID that uniquely identifies the TV Series from other TV Series. ISAN is a standard that creates identifiers which are unique;
6. ContentSeason—the season number for the TV Series of the content is a TV series. If there is no season number for the content, then the values is null;
7. TimeBin—the time of the day when the live content was viewed;
8. Day—the day of the week when the live content was viewed; and
9. ContentName—the content name
Of the attributes mentioned in the above list of attributes, the following five attributes are relevant for Feature Extraction 420 (
1. ChannelID—the live channel on which the content was viewed;
2. Genre—the genre of the program (i.e. content item) being viewed
3. TimeBin—the time of the day when the live content was viewed;
4. Day—the day of the week when the live content was viewed; and
5. ContentName—the content name.
During the step of feature extraction raw data attributes are converted into a feature vector representation. In general, the features can be either categorical or numerical. By way of example, numerical attributes would be quantifiable attributes, such as temperature (e.g. 35° C.; 14° F., etc.) or duration (e.g. 3 minutes; 200 seconds, etc.) and categorical attributes would be qualitative attributes, such as climate (e.g. sunny, windy, rainy, overcast).
The dataset for customer ID number 620428623 is presented in Appendix A to the present disclosure. The being used for the feature extraction from the data in Appendix A are made of categorical attributes: ChannelID; Genre; TimeBin; Day; ContentName. It is also noted that these categorical attributes are all of String data type. The same data presented in Appendix A in tabular form is also presented in Appendix B in Java Script Object Notation (JSON). So, Appendix A is in a format which is convenient for humans to read, and Appendix B has the same information, formatted in a manner more easily readable by a computer. It is appreciated that although the data of Appendix A is presented, in Appendix B in a Java Script format, the data could have been presented in XML or in any other appropriate format.
The categorical data can be converted to feature vector format using the following rules:
1. Lexically sort the attribute names: for example:
ChannelID
ContentName,
Day,
Genre,
TimeBin
2. For each attribute collect a set of unique sorted attribute values
E.g., For Genre attribute for household ID 620428623, the set of unique values is:
3. Let the size of the set of unique values be N from step (2). E.g., For this example the N for Genre attribute is 18
4. The raw dataset has 267 rows. For each row create a zero-initialized vector of size N=18.
E.g., The initial Genre vector for this household is: <0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0>
5. ‘Turn on’ the vector dimension to ‘1’ from ‘0’, whose position matches the values on the look-up list from step 2, above.
E.g., The first 2 rows of the raw data (see Appendix A) contain the genres 000-013-000, 000-009-000.
The positions in the list from step (2) for these 2 genres are 11 and 7 respectively. Therefore the corresponding Genre vectors are: <0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0> and <0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0>
6. For each row of the raw data, repeat steps (2) to (5), above, for each of the attributes (ChannelID, ContentName, Day, Genre, TimeBin) and generate the vectors for each attribute.
7. Concatenate the attribute vectors in lexical order of the attribute names to produce the feature vectors. E.g., for the first row of the raw data if CHv1 represents the ChannelID vector, COv1 represents the ContentID vector, Dv1 represents the Day vector, Gv1 represents the Genre vector, Tv1 represents the TimeBin vector then the resultant feature vector that represents the first row of the raw data is: <CHv1, COv1, Dv1, Gv1, Tv1>
Reference is now made to Appendix C, which is a lexographically ordered listing of all of the unique values in Appendices A and B.
Reference is now made to Appendix which is a listing of the first five sample feature vectors of normalized unit length for the data of Appendices A and B. Since the dimensionality of the feature vectors can be quite large only the first 5 feature vectors are provided as sample. The feature vectors are also normalized to be of unit length. There are currently 156 dimensions for the feature vectors for this particular example household ID 620428623.
After the feature vectors are prepared as described above, Principal Component Analysis (PCA) is performed on the data (refer to steps 425 and 430 of
It is hard to determine which of the features is relevant to clearly distinguish clusters (individual patterns) in the data. But PCA can help in rank-ordering the components based on the amount of variance that is captured in the data. Therefore PCA is a good domain agnostic purely statistical tool for determining relevant features. Also, if the feature space is large running into thousands of dimensions then PCA can be used to filter out the components which are not relevant using a scree plot (as is known in the art). It has been empirically observed that the first 10 components in most cases captures about 95% of variance and usually this amount of variance is good enough for machine learning algorithms to do clustering on. The components after 10th component could be truncated without any real impact on the accuracy.
Higher dimensional data of more than 3 dimensions cannot easily be easily visualized. Also if the 3 dimensions in the data are not orthogonal to each other then it is hard to represent the data in the Cartesian coordinate system of X Y Z axes for visualization. One cannot represent the raw attributes like ChannelID, ContentName, Day, Genre and TimeBin as orthogonal dimensions. But once the PCA data has been extracted from these raw attributes then it is possible to represent the data in Cartesian coordinate system. An intrinsic property of PCA is that all components are orthogonal to each other. There the first 3 components can be mapped to the X, Y and Z axes of the Cartesian coordinate system and the result as a scatterplot can be visualized. Reference is now made to
It is appreciated that although
Reference is now made to Appendix E, which captures the first five rows, by way of illustrating the above, of Appendices A and B (i.e. the input data) transformed from feature space to component space.
After the data has been clustered, cluster analysis is performed (refer to step 445 of
1. List of K cluster with their centroids where K is the input parameter passed to the k-means algorithm. If there are 156 dimensions in input vectors then each centroid is a 156-dimensional point.
2. The training data after tagging it with the applicable cluster label as determined by the algorithm
Reference is now made to Appendix F which is an exemplary Python language code routine for performing the clustering. This is just one embodiment of the invention. The implementation could be done using other languages and machine learning libraries as well.
As is known in the art, Cluster Analysis is the technique to find out the most stable configuration for clustering. It tries to answer “How many clusters are most stable for a given dataset?”. In
The cluster analysis techniques applied are known as Silhouette Coefficient (SC).
SC=(B−A)/max(A,B)
Where:
A is the distance from the case to the centroid of the cluster to which the case belongs;
B is the minimal distance from the case to the centroid of every other cluster.
Distances may be calculated using Euclidean distances. The Silhouette Coefficient and its average range between −1, indicating a very poor model, and 1, indicating an excellent model.
Household ID 620428623 has 3 members, as was established during a phone survey by the source of the data during a telephone survey.
Appendix F provides a range of outputs returned for a test of possible numbers of clusters ranging from 2 through 9 (those skilled in the art will appreciate that in Python, the upper limit is not part of the loop). The output where k=3 is a Silhouette Coefficient of 0.028. Of the values of the output ranging from k=2 through k=10, the output the value was closest to 1 when K was equal to 3. This indicates that the model for this household became stable when k was set to 3 (refer to step 525,
Benchmarking is a technique to compute the goodness of a machine learning algorithm. For a binary problem of detecting if an image is that of an “X”, by way of example, training data would consist of images and the ground-truth, which is the ‘expected’ value, would be known. The software provides a predicted value. The expected value is compared with the predicted value and extract the true positive, false positive, true negative and false negative metrics. These are then used to compute the precision. Table 1 illustrates this point by asking the question: Is this an image of an X.
Precision=(number of true positives)/(number of true positives+false positives)
Similar benchmarking is performed for this example, and benchmarking is performed checking the precision of prediction for results. and compute the precision using the formula above.
Anything with a benchmark for precision above 80% is respectable. Anything above 90% is really quite valuable.
Most clustering algorithms are very inclusive, implying that all points in the training data are included in computing the cluster centers and for labeling the training data. But the data has outliers. Outliers are data whose values are out of a ‘normal’ range. In the PayTV domain data model this could represent an outlier behavior of a viewer. For example ‘did a viewer view a content that he/she would normally not view or did a viewer view a content at a time when they normally would not view’.
Fuzzy k-means clustering is one clustering algorithm that could be used for outlier detection. Here each point as denoted by D1, D2, D3, D4 in Table 2 is clustered but instead of a definite cluster membership there is a notion of fuzzy cluster membership. i.e., each point belongs to all clusters in varying degrees of belongingness.
The fuzziness represents a probability of belonging to a cluster (e.g. clusters c1, c2, and c3 in Table 2) and is the inverse of the ratio of the distance from the point to the centroids of the clusters. D1 D2 and D3 seem to have a clear membership in one particular cluster: D1 in cluster c3; D2 in cluster c1; and D3 in cluster c3. However, D4 has ambiguous belongingness. Such points which are borderline and ambiguous in terms of membership could be removed from the training data as outliers and the clustering algorithm could run on the reduced set for improved accuracy (see step 435 in
In the present example, France's Mediametrie or UK's BARB audience measurement data has been used in order to compute the means and standard deviations for ages of viewers for every piece of content. If the audience measurement data is not available then a panel of ‘experts’ would be polled in order to provide the likely average age for viewership of the various content. It is appreciated that in the present example this has not occurred. The median of these panel's responses could be considered to be robust to extreme values. Appendix G is a list of s the sample means and standard deviations for the various content items in the present example.
The determination of means and standard deviations for each content item is repeated for gender and region of domicile. The determined means and standard deviations for the ages, genders and regions of domicile of the consumers of each content item is then used to compute the probability density function, ƒx(x), for each content.
Where:
σ represents the standard deviation; and
μ represents the mean.
Once the probability density function is computed, it then is possible to compute the probabilities that each viewer will view a content item.
These computed probabilities then constitute the ‘guidebook’ of prior probabilities that could then be applied in a Bayesian classifier to predict Age, Gender, Region etc. (see step 450 of
A maximum a-priori algorithm like Naïve Bayes classifier is used to help in predicting the various demography profiles in this manner
Knowledge-based systems or expert systems are used to create and fire ‘if-then’ rules on the viewing data. The rules are written to fire based on thresh-holds on the aggregated viewing time spent on various genres, content entries and channels. A sample rule could be of the form:
If the most_viewed_channel==‘ESPN’
Then
Tag the user as ‘ESPN-fan’
A plurality of such tags could be generated per household and per individual profile in the household. These tags serve as descriptive tags to describe the preferences of the household or individual profiles therein. The tags could be as generic or as specific as required in their focus. For instance, some rules might state that an individual is a ‘Sports-Genre-Fan’. On the other hand, some tags could be very specific and state that a viewer is a ‘Soccer-Sports-Fan’ or even a ‘Manchester-United-Fan’.
The KBS system has a ‘staging’ area and a ‘live’ area. The staging area is a mock area to simulate the effects of firing the rules on the real data. This is believed to be a good test bed. For instance the KBS system might indicate that a rule, such as the above rule, ended up tagging 10% of the population as ESPN fans. This tagging accounted for about 100,000 users.
However, if this were the month of the Olympics most of the population would typically have a viewing behaviour which is skewed away from the normal towards a seasonal event. So one could adjust the thresholds on which the rule fires in such a manner, so that the desired result if obtained. For example, and without limiting the generality of the foregoing, ordinarily, about 1% of the population would be tagged as ESPN fans, instead of 10%.
Then the rules could go ‘live’. By going ‘live’ the rules would fire and the consequence of the rules would be descriptive tags and these would be assigned to the individual profiles and households as described above.
It is appreciated that the system described herein will require storing of terabytes of data from, perhaps, a million households. Therefore, a cluster of commodity hardware servers will be required to provide storage as well as processing power for execution of the process described above.
It is appreciated that software components of the present invention may, if desired, be implemented in ROM (read only memory) form. The software components may, generally, be implemented in hardware, if desired, using conventional techniques. It is further appreciated that the software components may be instantiated, for example: as a computer program product or on a tangible medium. In some cases, it may be possible to instantiate the software components as a signal interpretable by an appropriate computer, although such an instantiation may be excluded in certain embodiments of the present invention.
It is appreciated that various features of the invention which are, for clarity, described in the contexts of separate embodiments may also be provided in combination in a single embodiment. Conversely, various features of the invention which are, for brevity, described in the context of a single embodiment may also be provided separately or in any suitable subcombination.
It will be appreciated by persons skilled in the art that the present invention is not limited by what has been particularly shown and described hereinabove. Rather the scope of the invention is defined by the appended claims and equivalents thereof:
[{“ChannelId”:“30”,“Genre”:“000-013-000”,“TimeBin”:“TIME—17_TO—18”,“Day”:“THU”,“contentName”:“2900Happiness”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—18_TO—19”,“Day”:“THU”,“contentName”:“Journal”},
{“ChannelId”:“107”,“Genre”:“000-013-000”,“TimeBin”:“TIME—19_TO—20”,“Day”:“THU”,“contentName”:“DrHouse”},
{“ChannelId”:“33”,“Genre”:“000-017-023”,“TimeBin”:“TIME—20_TO—21”,“Day”:“THU”,“contentName”:“CyborgConquest”},
{“ChannelId”:“1”,“Genre”:“000-017-013”,“TimeBin”:“TIME—13_TO—14”,“Day”:“TUE”,“contentName”:“Laconvictiondemafille”},
{“ChannelId”:“12”,“Genre”:“000-002-000”,“TimeBin”:“TIME—16_TO—17”,“Day”:“TUE”,“contentName”:“L'ledesvrits”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—17_TO—18”,“Day”:“TUE”,“contentName”:“Lejusteprix”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—18_TO—19”,“Day”:“TUE”,“contentName”:“Journal”},
{“ChannelId”:“8”,“Genre”:“000-008-001”,“TimeBin”:“TIME—19_TO—20”,“Day”:“TUE”,“contentName”:“Ultimevengeance”},
{“ChannelId”:“2”,“Genre”:“000-009-000”,“TimeBin”:“TIME—07_TO—08”,“Day”:“WED”,“contentName”:“Mtodesplages”},
{“ChannelId”:“2”,“Genre”:“000-011-000”,“TimeBin”:“TIME—08_TO—09”,“Day”:“WED”,“contentName”:“Lejourotoutabascul”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—10_TO—11”,“Day”:“WED”,“contentName”:“Lesdouzecoupsdemidi”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—11_TO—12”,“Day”:“WED”,“contentName”:“Journal”},
{“ChannelId”:“131”,“Genre”:“000-013-000”,“TimeBin”:“TIME—13_TO—14”,“Day”:“WED”,“contentName”:“Demainlaune”},
{“ChannelId”:“12”,“Genre”:“000-002-000”,“TimeBin”:“TIME—15_TO—16”,“Day”:“WED”,“contentName”:“Lemag”},
{“ChannelId”:“30”,“Genre”:“000-007-000”,“TimeBin”:“TIME—16_TO—17”,“Day”:“WED”,“contentName”:“TopModels”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—17_TO—18”,“Day”:“WED”,“contentName”:“Lejusteprix”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—18_TO—19”,“Day”:“WED”,“contentName”:“Journal”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—19_TO—20”,“Day”:“WED”,“contentName”:“Espritscriminels”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—20_TO—21”,“Day”:“WED”,“contentName”:“Espritscriminels”},
{“ChannelId”:“10”,“Genre”:“000-017-013”,“TimeBin”:“TIME—09_TO—10”,“Day”:“THU”,“contentName”:“Lelitdudiable”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—10_TO—11”,“Day”:“THU”,“contentName”:“Lesdouzecoupsdemidi”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—11_TO—12”,“Day”:“THU”,“contentName”:“Journal”},
{“ChannelId”:“1”,“Genre”:“000-017-024”,“TimeBin”:“TIME—13_TO—14”,“Day”:“THU”,“contentName”:“Seulecontretous”},
{“ChannelId”:“1”,“Genre”:“000-002-000”,“TimeBin”:“TIME—14_TO—15”,“Day”:“THU”,“contentName”:“Quatremariagespourunelunedemiel”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—17_TO—18”,“Day”:“THU”,“contentName”:“Lejusteprix”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—18_TO—19”,“Day”:“THU”,“contentName”:“Journal”},
{“ChannelId”:“33”,“Genre”:“000-017-020”,“TimeBin”:“TIME—20_TO—21”,“Day”:“THU”,“contentName”:“Lesailesdelaterreur”},
{“ChannelId”:“2”,“Genre”:“000-007-000”,“TimeBin”:“TIME—07_TO—08”,“Day”:“FRI”,“contentName”:“Desjoursetdesvies”},
{“ChannelId”:“2”,“Genre”:“000-011-000”,“TimeBin”:“TIME—08_TO—09”,“Day”:“FRI”,“contentName”:“Lejourotoutabascur”},
{“ChannelId”:“2”,“Genre”:“000-013-000”,“TimeBin”:“TIME—09_TO—10”,“Day”:“FRI”,“contentName”:“LaminuteduChat”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—10_TO—11”,“Day”:“FRI”,“contentName”:“Lesdouzecoupsdemidi”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—11_TO—12”,“Day”:“FRI”,“contentName”:“Journal”},
{“ChannelId”:“6”,“Genre”:“000-017-013”,“TimeBin”:“TIME—12_TO—13”,“Day”:“FRI”,“contentName”:“Lepactedesnon-dits”},
{“ChannelId”:“1”,“Genre”:“000-002-000”,“TimeBin”:“TIME—14_TO—15”,“Day”:“FRI”,“contentName”:“Quatrennariagespourunelunedemiel”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—17_TO—18”,“Day”:“FRI”,“contentName”:“Lejusteprix”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—18_TO—19”,“Day”:“FRI”,“contentName”:“Journal”},
{“ChannelId”:“1”,“Genre”:“000-002-000”,“TimeBin”:“TIME—21_TO—22”,“Day”:“FRI”,“contentName”:“SecretStory”},
{“ChannelId”:“1”,“Genre”:“000-002-000”,“TimeBin”:“TIME—22_TO—23”,“Day”:“FRI”,“contentName”:“SecretStory”},
{“ChannelId”:“11”,“Genre”:“000-017-011”,“TimeBin”:“TIME—08_TO—09”,“Day”:“SUN”,“contentName”:“Untransatpourhuit”},
{“ChannelId”:“1”,“Genre”:“000-011-000”,“TimeBin”:“TIME—09_TO—10”,“Day”:“SUN”,“contentName”:“Tlfoot”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—10_TO—11”,“Day”:“SUN”,“contentName”:“Lesdouzecoupsdemidi”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—11_TO—12”,“Day”:“SUN”,“contentName”:“Journal”},
{“ChannelId”:“3”,“Genre”:“000-009-000”,“TimeBin”:“TIME—17_TO—18”,“Day”:“SUN”,“contentName”:“19/20”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—18_TO—19”,“Day”:“SUN”,“contentName”:“Journal”},
{“ChannelId”:“131”,“Genre”:“000-008-023”,“TimeBin”:“TIME—19_TO—20”,“Day”:“SUN”,“contentName”:“Unevievole”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—23_TO—24”,“Day”:“SUN”,“contentName”:“Dexter”},
{“ChannelId”:“2”,“Genre”:“000-011-000”,“TimeBin”:“TIME—07_TO—08”,“Day”:“MON”,“contentName”:“Dansquelleta-gre”},
{“ChannelId”:“9”,“Genre”:“000-012-000”,“TimeBin”:“TIME—09_TO—10”,“Day”:“MON”,“contentName”:“@vosclips”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—10_TO—11”,“Day”:“MON”,“contentName”:“Lesdouzecoupsdemidi”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—11_TO—12”,“Day”:“MON”,“contentName”:“Journal”},
{“ChannelId”:“1”,“Genre”:“000-002-000”,“TimeBin”:“TIME—16_TO—17”,“Day”:“MON”,“contentName”:“SecretStory”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—17_TO—18”,“Day”:“MON”,“contentName”:“Lejusteprix”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—18_TO—19”,“Day”:“MON”,“contentName”:“Journal”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—19_TO—20”,“Day”:“MON”,“contentName”:“Lesexperts”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—20_TO—21”,“Day”:“MON”,“contentName”:“Lesexperts”},
{“ChannelId”:“2”,“Genre”:“000-011-000”,“TimeBin”:“TIME—06_TO—07”,“Day”:“TUE”,“contentName”:“Tlmatin(suite)”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—09_TO—10”,“Day”:“TUE”,“contentName”:“Petitssecretsentrevoisins”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—10_TO—11”,“Day”:“TUE”,“contentName”:“Lesdouzecoupsdemidi”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—11_TO—12”,“Day”:“TUE”,“contentName”:“Journal”},
{“ChannelId”:“1”,“Genre”:“000-017-013”,“TimeBin”:“TIME—13_TO—14”,“Day”:“TUE”,“contentName”:“Scandaleaupensionnat”},
{“ChannelId”:“30”,“Genre”:“000-007-000”,“TimeBin”:“TIME—16_TO—17”,“Day”:“TUE”,“contentName”:“TopModels”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—17_TO—18”,“Day”:“TUE”,“contentName”:“Lejusteprix”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—18_TO—19”,“Day”:“TUE”,“contentName”:“Journal”},
{“ChannelId”:“12”,“Genre”:“000-017-024”,“TimeBin”:“TIME—21_TO—22”,“Day”:“TUE”,“contentName”:“SexCrimes”},
{“ChannelId”:“2”,“Genre”:“000-009-000”,“TimeBin”:“TIME—06_TO—07”,“Day”:“WED”,“contentName”:“Journal”},
{“ChannelId”:“2”,“Genre”:“000-007-000”,“TimeBin”:“TIME—07_TO—08”,“Day”:“WED”,“contentName”:“TopModels”},
{“ChannelId”:“10”,“Genre”:“000-013-000”,“TimeBin”:“TIME—09_TO—10”,“Day”:“WED”,“contentName”:“AlerteCobra”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—10_TO—11”,“Day”:“WED”,“contentName”:“Lesdouzecoupsdemidi”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—11_TO—12”,“Day”:“WED”,“contentName”:“Journal”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—18_TO—19”,“Day”:“WED”,“contentName”:“Journal”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—20_TO—21”,“Day”:“WED”,“contentName”:“Espritscriminels”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—21_TO—22”,“Day”:“WED”,“contentName”:“DrHouse”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—22_TO—23”,“Day”:“WED”,“contentName”:“DrHouse”},
{“ChannelId”:“2”,“Genre”:“000-011-000”,“TimeBin”:“TIME—05_TO—06”,“Day”:“THU”,“contentName”:“Tlmatin(suite)”},
{“ChannelId”:“2”,“Genre”:“000-009-000”,“TimeBin”:“TIME—06_TO—07”,“Day”:“THU”,“contentName”:“Journal”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—10_TO—11”,“Day”:“THU”,“contentName”:“Lesdouzecoupsdemidi”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—11TO—12”,“Day”:“THU”,“contentName”:“Journal”},
{“ChannelId”:“1”,“Genre”:“000-017-013”,“TimeBin”:“TIME—13_TO—14”,“Day”:“THU”,“contentName”:“Ladisparitiondemonenfant”},
{“ChannelId”:“30”,“Genre”:“000-007-000”,“TimeBin”:“TIME—16_TO—17”,“Day”:“THU”,“contentName”:“TopModels”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—17_TO—18”,“Day”:“THU”,“contentName”:“Lejusteprix”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—18_TO—19”,“Day”:“THU”,“contentName”:“Journal”},
{“ChannelId”:“107”,“Genre”:“000-013-000”,“TimeBin”:“TIME—21_TO—22”,“Day”:“THU”,“contentName”:“DrHouse”},
{“ChannelId”:“2”,“Genre”:“000-009-000”,“TimeBin”:“TIME—06_TO—07”,“Day”:“FRI”,“contentName”:“Journal”},
{“ChannelId”:“2”,“Genre”:“000-011-000”,“TimeBin”:“TIME—07_TO—08”,“Day”:“FRI”,“contentName”:“Dansquelleta-gre”},
{“ChannelId”:“2”,“Genre”:“000-011-000”,“TimeBin”:“TIME—08_TO—09”,“Day”:“FRI”,“contentName”:“C′estauprogramme”},
{“ChannelId”:“10”,“Genre”:“000-013-000”,“TimeBin”:“TIME—09_TO—10”,“Day”:“FRI”,“contentName”:“AlerteCobra”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—10_TO—11”,“Day”:“FRI”,“contentName”:“Lesdouzecoupsdemidi”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—11_TO—12”,“Day”:“FRI”,“contentName”:“Journal”},
{“ChannelId”:“131”,“Genre”:“000-013-000”,“TimeBin”:“TIME—15_TO—16”,“Day”:“FRI”,“contentName”:“Rescueunitspciale”},
{“ChannelId”:“30”,“Genre”:“000-007-000”,“TimeBin”:“TIME—16_TO—17”,“Day”:“FRI”,“contentName”:“TopModels”},
{“ChannelId”:“4”,“Genre”:“000-002-000”,“TimeBin”:“TIME—17_TO—18”,“Day”:“FRI”,“contentName”:“Legrandjournal”},
{“ChannelId”:“1”,“Genre”:“000-002-000”,“TimeBin”:“TIME—21_TO—22”,“Day”:“FRI”,“contentName”:“SecretStory”},
{“ChannelId”:“1”,“Genre”:“000-002-000”,“TimeBin”:“TIME—22_TO—23”,“Day”:“FRI”,“contentName”:“SecretStory”},
{“ChannelId”:“7”,“Genre”:“000-013-000”,“TimeBin”:“TIME—06_TO—07”,“Day”:“SAT”,“contentName”:“Lepacte”},
{“ChannelId”:“11”,“Genre”:“000-011-000”,“TimeBin”:“TIME—14_TO—15”,“Day”:“SAT”,“contentName”:“Tousdiffrents”},
{“ChannelId”:“30”,“Genre”:“000-013-000”,“TimeBin”:“TIME—16_TO—17”,“Day”:“SAT”,“contentName”:“112Unitd'urgence”},
{“ChannelId”:“1”,“Genre”:“000-011-000”,“TimeBin”:“TIME—17_TO—18”,“Day”:“SAT”,“contentName”:“50mnInside”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—18_TO—19”,“Day”:“SAT”,“contentName”:“Journal”},
{“ChannelId”:“18”,“Genre”:“000-002-000”,“TimeBin”:“TIME—19_TO—20”,“Day”:“SAT”,“contentName”:“FortBoyard”},
{“ChannelId”:“18”,“Genre”:“000-002-000”,“TimeBin”:“TIME—20_TO—21”,“Day”:“SAT”,“contentName”:“FortBoyard”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—22_TO—23”,“Day”:“SAT”,“contentName”:“Lesexperts”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—23_TO—24”,“Day”:“SAT”,“contentName”:“Lesexperts”},
{“ChannelId”:“11”,“Genre”:“000-011-000”,“TimeBin”:“TIME—00_TO—01”,“Day”:“SUN”,“contentName”:“Catchamricain”},
{“ChannelId”:“11”,“Genre”:“000-011-000”,“TimeBin”:“TIME—01_TO—02”,“Day”:“SUN”,“contentName”:“Catchamricain”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—12_TO—13”,“Day”:“SUN”,“contentName”:“DrHouse”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—13_TO—14”,“Day”:“SUN”,“contentName”:“DrHouse”},
{“ChannelId”:“1”,“Genre”:“000-011-000”,“TimeBin”:“TIME—17_TO—18”,“Day”:“SUN”,“contentName”:“Lojet'emmnerai”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—18_TO—19”,“Day”:“SUN”,“contentName”:“Journal”},
{“ChannelId”:“1”,“Genre”:“000-008-054”,“TimeBin”:“TIME—19_TO—20”,“Day”:“SUN”,“contentName”:“Djvu”},
{“ChannelId”:“12”,“Genre”:“000-008-054”,“TimeBin”:“TIME—20_TO—21”,“Day”:“SUN”,“contentName”:“Apparences”},
{“ChannelId”:“1”,“Genre”:“000-008-054”,“TimeBin”:“TIME—21_TO—22”,“Day”:“SUN”,“contentName”:“Djvu”},
{“ChannelId”:“2”,“Genre”:“000-011-000”,“TimeBin”:“TIME—06_TO—07”,“Day”:“MON”,“contentName”:“Tlmatin(suite)”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—11_TO—12”,“Day”:“MON”,“contentName”:“Journal”},
{“ChannelId”:“1”,“Genre”:“000-017-001”,“TimeBin”:“TIME—13_TO—14”,“Day”:“MON”,“contentName”:“Rendez- moimafille”},
{“ChannelId”:“31”,“Genre”:“000-013-000”,“TimeBin”:“TIME—15_TO—16”,“Day”:“MON”,“contentName”:“Drlesdedames”},
{“ChannelId”:“30”,“Genre”:“000-007-000”,“TimeBin”:“TIME—16_TO—17”,“Day”:“MON”,“contentName”:“TopModels”},
{“ChannelId”:“9”,“Genre”:“000-013-000”,“TimeBin”:“TIME—17_TO—18”,“Day”:“MON”,“contentName”:“Lesch'tisHollywood”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—18_TO—19”,“Day”:“MON”,“contentName”:“Journal”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—19_TO—20”,“Day”:“MON”,“contentName”:“Lesexperts”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—20_TO—21”,“Day”:“MON”,“contentName”:“Lesexperts”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—21_TO—22”,“Day”:“MON”,“contentName”:“Lesexperts”},
{“ChannelId”:“2”,“Genre”:“000-011-000”,“TimeBin”:“TIME—05_TO—06”,“Day”:“TUE”,“contentName”:“Tlmatin(suite)”},
{“ChannelId”:“2”,“Genre”:“000-009-000”,“TimeBin”:“TIME—06_TO—07”,“Day”:“TUE”,“contentName”:“Journal”},
{“ChannelId”:“2”,“Genre”:“000-011-000”,“TimeBin”:“TIME—07_TO—08”,“Day”:“TUE”,“contentName”:“Dansquelleta-gre”},
{“ChannelId”:“2”,“Genre”:“000-011-000”,“TimeBin”:“TIME—08_TO—09”,“Day”:“TUE”,“contentName”:“Cestauprogramme”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—09_TO—10”,“Day”:“TUE”,“contentName”:“Petitssecretsentrevoisins”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—10_TO—11”,“Day”:“TUE”,“contentName”:“Lesdouzecoupsdemidi”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—11_TO—12”,“Day”:“TUE”,“contentName”:“Journal”},
{“ChannelId”:“1”,“Genre”:“000-017-013”,“TimeBin”:“TIME—13_TO—14”,“Day”:“TUE”,“contentName”:“Unenfantvendre”},
{“ChannelId”:“12”,“Genre”:“000-002-000”,“TimeBin”:“TIME—15_TO—16”,“Day”:“TUE”,“contentName”:“Lemag”},
{“ChannelId”:“30”,“Genre”:“000-007-000”,“TimeBin”:“TIME—16_TO—17”,“Day”:“TUE”,“contentName”:“TopModels”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—18_TO—19”,“Day”:“TUE”,“contentName”:“Journal”},
{“ChannelId”:“1”,“Genre”:“000-011-000”,“TimeBin”:“TIME—05_TO—06”,“Day”:“WED”,“contentName”:“TFou”},
{“ChannelId”:“2”,“Genre”:“000-011-000”,“TimeBin”:“TIME—07_TO—08”,“Day”:“WED”,“contentName”:“Dansquelleta-gre”},
{“ChannelId”:“10”,“Genre”:“000-017-024”,“TimeBin”:“TIME—08_TO—09”,“Day”:“WED”,“contentName”:“Crimepassionnel”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—09_TO—10”,“Day”:“WED”,“contentName”:“Petitssecretsentrevoisins”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—10_TO—11”,“Day”:“WED”,“contentName”:“Lesdouzecoupsdemidi”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—11_TO—12”,“Day”:“WED”,“contentName”:“Journal”},
{“ChannelId”:“1”,“Genre”:“000-017-0117TimeBin”:“TIME—13_TO—14”,“Day”:“WED”,“contentName”:“Josphine,angegardien”},
{“ChannelId”:“12”,“Genre”:“000-002-000”,“TimeBin”:“TIME—14_TO—15”,“Day”:“WED”,“contentName”:“L'ledesvrits”},
{“ChannelId”:“12”,“Genre”:“000-002-000”,“TimeBin”:“TIME—15_TO—16”,“Day”:“WED”,“contentName”:“Lemag”},
{“ChannelId”:“30”,“Genre”:“000-007-000”,“TimeBin”:“TIME—16_TO—17”,“Day”:“WED”,“contentName”:“TopModels”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—17_TO—18”,“Day”:“WED”,“contentName”:“Lejusteprix”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—18_TO—19”,“Day”:“WED”,“contentName”:“Journal”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—19_TO—20”,“Day”:“WED”,“contentName”:“Espritscriminels”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—20_TO—21”,“Day”:“WED”,“contentName”:“Espritscriminels”},
{“ChannelId”:“2”,“Genre”:“000-011-000”,“TimeBin”:“TIME—05_TO—06”,“Day”:“THU”,“contentName”:“Tlmatin(suite)”},
{“ChannelId”:“2”,“Genre”:“000-009-000”,“TimeBin”:“TIME—06_TO—07”,“Day”:“THU”,“contentName”:“Journal”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—09_TO—10”,“Day”:“THU”,“contentName”:“Petitssecretsentrevoisins”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—10_TO—11”,“Day”:“THU”,“contentName”:“Lesdouzecoupsdemidi”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—11_TO—12”,“Day”:“THU”,“contentName”:“Journal”},
{“ChannelId”:“1”,“Genre”:“000-017-024”,“TimeBin”:“TIME—13_TO—14”,“Day”:“THU”,“contentName”:“Intimeconviction”},
{“ChannelId”:“9”,“Genre”:“000-013-000”,“TimeBin”:“TIME—15_TO—16”,“Day”:“THU”,“contentName”:“Lesch'tisHollywood”},
{“ChannelId”:“30”,“Genre”:“000-007-000”,“TimeBin”:“TIME—16_TO—17”,“Day”:“THU”,“contentName”:“TopModels”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—17_TO—18”,“Day”:“THU”,“contentName”:“Lejusteprix”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—18_TO—19”,“Day”:“THU”,“contentName”:“Journal”},
{“ChannelId”:“19”,“Genre”:“000-017-013”,“TimeBin”:“TIME—21_TO—22”,“Day”:“THU”,“contentName”:“L'empiredutigre”},
{“ChannelId”:“19”,“Genre”:“000-002-000”,“TimeBin”:“TIME—22_TO—23”,“Day”:“THU”,“contentName”:“JeuxdelaFrancophonie”},
{“ChannelId”:“19”,“Genre”:“000-013-000”,“TimeBin”:“TIME—23_TO—24”,“Day”:“THU”,“contentName”:“Lost”},
{“ChannelId”:“19”,“Genre”:“000-003-000”,“TimeBin”:“TIME—00_TO—01”,“Day”:“FRI”,“contentName”:“Vuduciel”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—08_TO—09”,“Day”:“FRI”,“contentName”:“Petitssecretsentrevoisins”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—10_TO—11”,“Day”:“FRI”,“contentName”:“Lesdouzecoupsdemidi”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—11_TO—12”,“Day”:“FRI”,“contentName”:“Journal”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—17_TO—18”,“Day”:“FRI”,“contentName”:“Lejusteprix”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—18_TO—19”,“Day”:“FRI”,“contentName”:“Journal”},
{“ChannelId”:“113”,“Genre”:“000-013-000”,“TimeBin”:“TIME—19_TO—20”,“Day”:“FRI”,“contentName”:“That'70sShow”},
{“ChannelId”:“1”,“Genre”:“000-002-000”,“TimeBin”:“TIME—20_TO—21”,“Day”:“FRI”,“contentName”:“TheBest,lemeilleurartiste”},
{“ChannelId”:“1”,“Genre”:“000-002-000”,“TimeBin”:“TIME—23_TO—24”,“Day”:“FRI”,“contentName”:“SecretStory”},
{“ChannelId”:“2”,“Genre”:“000-011-000”,“TimeBin”:“TIME—06_TO—07”,“Day”:“SAT”,“contentName”:“Tlmatin”},
{“ChannelId”:“3”,“Genre”:“000-009-000”,“TimeBin”:“TIME—10_TO—11”,“Day”:“SAT”,“contentName”:“12/13”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—11_TO—12”,“Day”:“SAT”,“contentName”:“Journal”},
{“ChannelId”:“14”,“Genre”:“000-013-000”,“TimeBin”:“TIME—14_TO—15”,“Day”:“SAT”,“contentName”:“FBI”},
{“ChannelId”:“10”,“Genre”:“000-013-000”,“TimeBin”:“TIME—17_TO—18”,“Day”:“SAT”,“contentName”:“Lesmystresdel'amour”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—18_TO—19”,“Day”:“SAT”,“contentName”:“Journal”},
{“ChannelId”:“1”,“Genre”:“000-002-000”,“TimeBin”:“TIME—20_TO—21”,“Day”:“SAT”,“contentName”:“CesoirtoutestpermisavecArthur”},
{“ChannelId”:“603”,“Genre”:“000-013-000”,“TimeBin”:“TIME—09_TO—10”,“Day”:“SUN”,“contentName”:“Mreetfille”},
{“ChannelId”:“603”,“Genre”:“000-013-000”,“TimeBin”:“TIME—10_TO—11”,“Day”:“SUN”,“contentName”:“Jessie”},
{“ChannelId”:“603”,“Genre”:“000-013-000”,“TimeBin”:“TIME—11_TO—12”,“Day”:“SUN”,“contentName”:“Georgiadanstoussestats”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—12_TO—13”,“Day”:“SUN”,“contentName”:“DrHouse”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—21_TO—22”,“Day”:“SUN”,“contentName”:“Lesexperts”},
{“ChannelId”:“2”,“Genre”:“000-011-000”,“TimeBin”:“TIME—05_TO—06”,“Day”:“MON”,“contentName”:“Tlmatin(suite)”},
{“ChannelId”:“2”,“Genre”:“000-009-000”,“TimeBin”:“TIME—06_TO—07”,“Day”:“MON”,“contentName”:“Journal”},
{“ChannelId”:“2”,“Genre”:“000-011-000”,“TimeBin”:“TIME—07_TO—08”,“Day”:“MON”,“contentName”:“Dansquelleta-gre”},
{“ChannelId”:“2”,“Genre”:“000-011-000”,“TimeBin”:“TIME—08_TO—09”,“Day”:“MON”,“contentName”:“Cestauprogramme”},
{“ChannelId”:“1”,“Genre”:“000-017-017”,“TimeBin”:“TIME—13_TO—14”,“Day”:“MON”,“contentName”:“L'espritd'uneautre”},
{“ChannelId”:“30”,“Genre”:“000-007-000”,“TimeBin”:“TIME—16_TO—17”,“Day”:“MON”,“contentName”:“TopModels”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—17_TO—18”,“Day”:“MON”,“contentName”:“Lejusteprix”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—18_TO—19”,“Day”:“MON”,“contentName”:“Journal”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—19_TO—20”,“Day”:“MON”,“contentName”:“Lesexperts”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—20_TO—21”,“Day”:“MON”,“contentName”:“Lesexperts”},
{“ChannelId”:“2”,“Genre”:“000-011-000”,“TimeBin”:“TIME—05_TO—06”,“Day”:“TUE”,“contentName”:“Tlmatin(suite)”},
{“ChannelId”:“2”,“Genre”:“000-009-000”,“TimeBin”:“TIME—06_TO—07”,“Day”:“TUE”,“contentName”:“Journal”},
{“ChannelId”:“1”,“Genre”:“000-002-000”,“TimeBin”:“TIME—09_TO—10”,“Day”:“TUE”,“contentName”:“Legrand”},
{“ChannelId”:“107”,“Genre”:“000-013-000”,“TimeBin”:“TIME—12_TO—13”,“Day”:“TUE”,“contentName”:“NewYork911”},
{“ChannelId”:“6”,“Genre”:“000-011-000”,“TimeBin”:“TIME—13_TO—14”,“Day”:“TUE”,“contentName”:“All,docteurs!”},
{“ChannelId”:“12”,“Genre”:“000-002-000”,“TimeBin”:“TIME—15_TO—16”,“Day”:“TUE”,“contentName”:“Lemag”},
{“ChannelId”:“2”,“Genre”:“000-011-000”,“TimeBin”:“TIME—06_TO—07”,“Day”:“WED”,“contentName”:“Tlmatin(suite)”},
{“ChannelId”:“2”,“Genre”:“000-011-000”,“TimeBin”:“TIME—07_TO—08”,“Day”:“WED”,“contentName”:“Dansquelleta-gre”},
{“ChannelId”:“2”,“Genre”:“000-009-000”,“TimeBin”:“TIME—08_TO—09”,“Day”:“WED”,“contentName”:“Mtooutremer”},
{“ChannelId”:“2”,“Genre”:“000-010-000”,“TimeBin”:“TIME—09_TO—10”,“Day”:“WED”,“contentName”:“Motus”},
{“ChannelId”:“12”,“Genre”:“000-002-000”,“TimeBin”:“TIME—14_TO—15”,“Day”:“WED”,“contentName”:“L'Iedesvrits”},
{“ChannelId”:“12”,“Genre”:“000-002-000”,“TimeBin”:“TIME—15_TO—16”,“Day”:“WED”,“contentName”:“Lemag”},
{“ChannelId”:“2”,“Genre”:“000-011-000”,“TimeBin”:“TIME—05_TO—06”,“Day”:“THU”,“contentName”:“Tlmatin(suite)”},
{“ChannelId”:“2”,“Genre”:“000-009-000”,“TimeBin”:“TIME—06_TO—07”,“Day”:“THU”,“contentName”:“Journal”},
{“ChannelId”:“2”,“Genre”:“000-011-000”,“TimeBin”:“TIME—07_TO—08”,“Day”:“THU”,“contentName”:“Dansquelleta-gre”},
{“ChannelId”:“2”,“Genre”:“000-011-000”,“TimeBin”:“TIME—08_TO—09”,“Day”:“THU”,“contentName”:“C'estauprogramme”},
{“ChannelId”:“2”,“Genre”:“000-007-000”,“TimeBin”:“TIME—07_TO—08”,“Day”:“FRI”,“contentName”:“Desjoursetdesvies”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—08_TO—09”,“Day”:“FRI”,“contentName”:“Petitssecretsentrevoisins”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—09_TO—10”,“Day”:“FRI”,“contentName”:“Petitssecretsentrevoisins”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—10_TO—11”,“Day”:“FRI”,“contentName”:“Lesdouzecoupsdemidi”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—11_TO—12”,“Day”:“FRI”,“contentName”:“Journal”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—17_TO—18”,“Day”:“FRI”,“contentName”:“Unefamilleenor”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—18_TO—19”,“Day”:“FRI”,“contentName”:“Journal”},
{“ChannelId”:“18”,“Genre”:“000-017-013”,“TimeBin”:“TIME—20_TO—21”,“Day”:“FRI”,“contentName”:“Uncoeurgagnant”},
{“ChannelId”:“18”,“Genre”:“000-013-000”,“TimeBin”:“TIME—21_TO—22”,“Day”:“FRI”,“contentName”:“Heartland”},
{“ChannelId”:“14”,“Genre”:“000-013-000”,“TimeBin”:“TIME—11_TO—12”,“Day”:“SAT”,“contentName”:“DoctorWho”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—18_TO—19”,“Day”:“SAT”,“contentName”:“Journal”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—21_TO—22”,“Day”:“SAT”,“contentName”:“Lesexperts”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—10_TO—11”,“Day”:“SUN”,“contentName”:“Lesdouzecoupsdemidi”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—11_TO—12”,“Day”:“SUN”,“contentName”:“Journal”},
{“ChannelId”:“13”,“Genre”:“000-011-000”,“TimeBin”:“TIME—14_TO—15”,“Day”:“SUN”,“contentName”:“Com'enpolitique”},
{“ChannelId”:“133”,“Genre”:“000-011-000”,“TimeBin”:“TIME—16_TO—17”,“Day”:“SUN”,“contentName”:“Sanstabou”},
{“ChannelId”:“12”,“Genre”:“000-002-000”,“TimeBin”:“TIME—17_TO—18”,“Day”:“SUN”,“contentName”:“L'ledesvrits”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—18_TO—19”,“Day”:“SUN”,“contentName”:“Journal”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—21_TO—22”,“Day”:“SUN”,“contentName”:“Lesexperts”},
{“ChannelId”:“2”,“Genre”:“000-009-000”,“TimeBin”:“TIME—05_TO—06”,“Day”:“MON”,“contentName”:“Journal”},
{“ChannelId”:“2”,“Genre”:“000-009-000”,“TimeBin”:“TIME—06_TO—07”,“Day”:“MON”,“contentName”:“Journal”},
{“ChannelId”:“2”,“Genre”:“000-011-000”,“TimeBin”:“TIME—07_TO—08”,“Day”:“MON”,“contentName”:“Dansquelleta-gre”},
{“ChannelId”:“2”,“Genre”:“000-011-000”,“TimeBin”:“TIME—08_TO—09”,“Day”:“MON”,“contentName”:“C'estauprogramme”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—09_TO—10”,“Day”:“MON”,“contentName”:“Petitssecretsentrevoisins”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—10_TO—11”,“Day”:“MON”,“contentName”:“Lesdouzecoupsdemidi”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—11_TO—12”,“Day”:“MON”,“contentName”:“Journal”},
{“ChannelId”:“1”,“Genre”:“000-017-024”,“TimeBin”:“TIME—12_TO—13”,“Day”:“MON”,“contentName”:“Voleused'renfant”},
{“ChannelId”:“9”,“Genre”:“000-013-000”,“TimeBin”:“TIME—14_TO—15”,“Day”:“MON”,“contentName”:“Lesch'tisHollywood”},
{“ChannelId”:“12”,“Genre”:“000-002-000”,“TimeBin”:“TIME—15_TO—16”,“Day”:“MON”,“contentName”:“Lemag”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—17_TO—18”,“Day”:“MON”,“contentName”:“Lejusteprix”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—18_TO—19”,“Day”:“MON”,“contentName”:“Journal”},
{“ChannelId”:“2”,“Genre”:“000-011-000”,“TimeBin”:“TIME—05_TO—06”,“Day”:“TUE”,“contentName”:“Tlmatin(suite)”},
{“ChannelId”:“2”,“Genre”:“000-009-000”,“TimeBin”:“TIME—06_TO—07”,“Day”:“TUE”,“contentName”:“Journal”},
{“ChannelId”:“2”,“Genre”:“000-011-000”,“TimeBin”:“TIME—07_TO—08”,“Day”:“TUE”,“contentName”:“Dansquelleta-gre”},
{“ChannelId”:“1”,“Genre”:“000-011-000”,“TimeBin”:“TIME—10_TO—11”,“Day”:“TUE”,“contentName”:“L'affichedujour”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—11_TO—12”,“Day”:“TUE”,“contentName”:“Journal”},
{“ChannelId”:“12”,“Genre”:“000-002-000”,“TimeBin”:“TIME—14_TO—15”,“Day”:“TUE”,“contentName”:“L'ledesvrits”},
{“ChannelId”:“12”,“Genre”:“000-002-000”,“TimeBin”:“TIME—15_TO—16”,“Day”:“TUE”,“contentName”:“L'ledesvrits”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—16_TO—17”,“Day”:“TUE”,“contentName”:“Unefamilleenor”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—17_TO—18”,“Day”:“TUE”,“contentName”:“Lejusteprix”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—18_TO—19”,“Day”:“TUE”,“contentName”:“Journal”},
{“ChannelId”:“2”,“Genre”:“000-009-000”,“TimeBin”:“TIME—06_TO—07”,“Day”:“WED”,“contentName”:“Journal”},
{“ChannelId”:“1”,“Genre”:“000-011-000”,“TimeBin”:“TIME—08_TO—09”,“Day”:“WED”,“contentName”:“TFou”},
{“ChannelId”:“2”,“Genre”:“000-010-000”,“TimeBin”:“TIME—09_TO—10”,“Day”:“WED”,“contentName”:“Motus”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—10_TO—11”,“Day”:“WED”,“contentName”:“Lesdouzecoupsdemidi”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—11_TO—12”,“Day”:“WED”,“contentName”:“Journal”},
{“ChannelId”:“12”,“Genre”:“000-002-000”,“TimeBin”:“TIME—15_TO—16”,“Day”:“WED”,“contentName”:“L'ledesvrits”},
{“ChannelId”:“3”,“Genre”:“000-009-000”,“TimeBin”:“TIME—17_TO—18”,“Day”:“WED”,“contentName”:“19/20”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—18_TO—19”,“Day”:“WED”,“contentName”:“Journal”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—19_TO—20”,“Day”:“WED”,“contentName”:“Espritscriminels”},
{“ChannelId”:“2”,“Genre”:“000-011-000”,“TimeBin”:“TIME—06_TO—07”,“Day”:“THU”,“contentName”:“Tlmatin(suite)”},
{“ChannelId”:“2”,“Genre”:“000-011-000”,“TimeBin”:“TIME—07_TO—08”,“Day”:“THU”,“contentName”:“Dansquelleta-gre”},
{“ChannelId”:“2”,“Genre”:“000-011-000”,“TimeBin”:“TIME—08_TO—09”,“Day”:“THU”,“contentName”:“C'estauprogramme”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—09_TO—10”,“Day”:“THU”,“contentName”:“Petitssecretsentrevoisins”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—10_TO—11”,“Day”:“THU”,“contentName”:“Lesdouzecoupsdemidi”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—11_TO—12”,“Day”:“THU”,“contentName”:“Journal”},
{“ChannelId”:“11”,“Genre”:“000-013-000”,“TimeBin”:“TIME—15_TO—16”,“Day”:“THU”,“contentName”:“Enquteurmalgrlui”},
{“ChannelId”:“1”,“Genre”:“000-010-000”,“TimeBin”:“TIME—17_TO—18”,“Day”:“THU”,“contentName”:“Lejusteprix”},
{“ChannelId”:“1”,“Genre”:“000-009-000”,“TimeBin”:“TIME—18_TO—19”,“Day”:“THU”,“contentName”:“Journal”},
{“ChannelId”:“1”,“Genre”:“000-013-000”,“TimeBin”:“TIME—20_TO—21”,“Day”:“THU”,“contentName”:“Profilage”}]
Number | Date | Country | Kind |
---|---|---|---|
1285/DEL/2014 | May 2014 | IN | national |