This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <link rel="icon" href="http://assets.servedbytrackingdesk.com/favicon.ico"> | |
| <title>This domain is being used by one of TrackingDesk</title> | |
| <script> | |
| (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | |
| (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | |
| m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | |
| })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "tooltip_id": "Tooltip text here", | |
| "menu_top_profile": "Click to change your profile" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var appEvetns = require('../inc/app_events'), | |
| dbUtils = require('../inc/db_util'), | |
| MongoDb = dbUtils.mongo.Db, | |
| MongoBSON = dbUtils.mongo.pure().BSON, | |
| MongoGridStore = dbUtils.mongo.GridStore, | |
| MongoBinary = dbUtils.mongo.Binary, | |
| MongoCode = dbUtils.mongo.Code, | |
| MongoObjectID = dbUtils.mongo.ObjectID, | |
| moment = require('moment'), | |
| _ = require('lodash'), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var mongo = require('mongodb'), | |
| MongoClient = mongo.MongoClient, | |
| MongoServer = mongo.Server, | |
| MongoDb = mongo.Db, | |
| MongoBSON = mongo.pure().BSON, | |
| MongoGridStore = mongo.GridStore, | |
| MongoBinary = mongo.Binary, | |
| MongoCode = mongo.Code, | |
| MongoObjectId = mongo.ObjectID, | |
| crypto = require('crypto'), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript" src="http://trackingdesk.com/event.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| GROUPS | |
| GET /groups - get group index (?per_page=10&offset=20) | |
| POST /groups - create new group | |
| PUT /groups/:id - update group | |
| DELETE /groups/:id - delete group | |
| { | |
| "id": id, | |
| "name": "Group Name", | |
| "descriptions": "Group descriptions", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var formats = { | |
| company: { | |
| openerCmsId: 'myCompany_logo', | |
| superCmsId: 'myCompanySuper', | |
| popupLeft: 'myCompany_popUp_left', | |
| vs1: 'studio_106', | |
| vs2: 'Loft_studio', | |
| transition: 'wipe_corner', | |
| shotIndex: 0 | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "original_json": { | |
| "_id": "544e77566170690a24100000", | |
| "aux": null, | |
| "created_at": "2014-10-27T16:48:22.097Z", | |
| "deleted_at": null, | |
| "exclude_renditions": [ | |
| "normal" | |
| ], | |
| "file": "http://worker2.staging.env.showbox.com:1234/downloads/82aeb578378d4590924e4b6a09eb1653.mp4", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "sprite" : { | |
| "state" : "pending" | |
| }, | |
| "source" : "web:upload", | |
| "elastic_transcoder_retries_count" : 0, | |
| "title" : "original (1)", | |
| "original_filename" : "5f0d15836c4debca6c4b896e68bd413e_original__1_.mp4", | |
| "tags" : [], | |
| "file_filename" : "original.mp4", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"user_id":"5313315225a71e7a278d9084","type":"video","file":"http://dduspq5t4szzs.cloudfront.net/tmp-user-upload/5f0d15836c4debca6c4b896e68bd413e_original__1_.mp4","title":"original (1)","source":"web:upload"} |