Source: google/googleEventAdInterstitialSuccess/index.js

import googleEventAd from '../googleEventAd';

/**
 * Посылает событие в гугл аналитику
 */
const googleEventAdInterstitialSuccess = () => googleEventAd('interstitial-success');

export default googleEventAdInterstitialSuccess;