CABLEPOST V5.2 Release Notes


 
ProgramsCablePOST 5.2
Submitted ByAdrienne Moncure
Date Released12/18/2017

Traceability

DateVersionDescriptionAuthor
12/18/20171Initial DraftAdrienne Moncure


Confidentiality Agreement

The material presented in this document is confidential and proprietary to STRATA Marketing, Inc. ® and its Clients. By accepting this document, recipients agree not to disclose information contained herein to any third parties or to make reproductions of any part of the document, except as permitted in writing by STRATA Marketing, Inc. ®.


Table of Contents

Traceability ....................................................................................................................................................................1
Confidentiality Agreement ................................................................................................................................................1
Overview .........................................................................................................................................................................3
Application Compatibility ..................................................................................................................................................3
Configuration Changes .....................................................................................................................................................3
Code Changes ................................................................................................................................................................4
Known Issues .................................................................................................................................................................5


Overview

General fixes for the CablePOST v5.2 release.
  • Posting with Rentrak Surveys
    • CablePOST can be configured to use Rentrak, Nielsen, or both survey sources
    • Default survey sources can be set per user
    • Users can toggle between survey sources during posting
  • Providing Ratings/Impressions for TVLC
    • CablePOST now provides rating and impression data for both TVL & TVLC networks
  • User Setup defects
    • Resolved issue where all users were deleted from CablePOST while saving in the User Setup page
    • User group setting can be updated for an existing user in the User Setup page
  • "Teens 15-17" demo added


Application Compatibility

ApplicationMinimum Version Required
Viewv2.4v is the minimum requirement
.NET.NET v4.5


Configuration Changes

  1. Enhancements to logging functionality requires the following web.config change:
    1. Add the following to the configSections section
  1. Add the following section to the config file after the appSettings section.
  
 
fileName="${basedir}/logs/${date:format=yyyyMMdd}.log"
layout="${longdate}|${level:uppercase=true}|${callsite:includeSourcePath=false} :
${message} ${exception:format=Message,ShortType,StackTrace}" />  
  
    
  
 
 
  1. File path for the authentication settings file is now configurable. Add the following to the appSettings section: 

 
  1. To configure the survey type for CablePOST, add the following to the appSettings section replacing the [VALUE] token with you your preferred survey type ("Multiple", "nielsen", "rentrak")"