if (!bid.params?.pageId || !isNumber(bid.params.pageId)) {
      logError('pageId not provided or not a number');
      return false;
    }