Skip to content

Commit

Permalink
add exports for adpod targeting keys
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnellbaker committed Feb 5, 2019
1 parent 44eb4ec commit 7380f08
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions modules/adpod.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ import { hooks } from '../src/hook';
import { config } from '../src/config';
import Set from 'core-js/library/fn/set';
import find from 'core-js/library/fn/array/find';

const from = require('core-js/library/fn/array/from');
export const ADPOD = 'adpod';

const TARGETING_KEY_PB_CAT_DUR = 'hb_pb_cat_dur';
const TARGETING_KEY_CACHE_ID = 'hb_cache_id'
export const ADPOD = 'adpod';
export const TARGETING_KEY_PB_CAT_DUR = 'hb_pb_cat_dur';
export const TARGETING_KEY_CACHE_ID = 'hb_cache_id'

// NOTE - are these good defaults?
let queueTimeDelay = 50;
Expand Down

0 comments on commit 7380f08

Please sign in to comment.