export enum ImpressionType {
  IMPRESSION,
  CLICK,
  REWARD,
  CLOSE,
  FAILURE,
}
