mazipan / vue-google-adsense

💰 Vue.js Google Adsense Component with InFeed and InArticle Ads support
https://mazipan.github.io/vue-google-adsense/
MIT License
257 stars 42 forks source link

Auto Ads Use in Nuxt.js #167

Open sy6841042 opened 3 years ago

sy6841042 commented 3 years ago

Hi,

We will use Auto Ads in Nuxt.js,i add Vue.use(Ads.AutoAdsense, { adClient: 'YOUR_GOOGLE_AD_CLIENT', isNewAdsCode: true }) in plugins/vue-google-adsense.js , ok? then plugins/vue-google-adsense.js code will be:

import Vue from 'vue' import Ads from 'vue-google-adsense'

Vue.use(require('vue-script2'))

Vue.use(Ads.Adsense) Vue.use(Ads.InArticleAdsense) Vue.use(Ads.InFeedAdsense) Vue.use(Ads.AutoAdsense, { adClient: 'YOUR_GOOGLE_AD_CLIENT', isNewAdsCode: true })

is't ok?

At one time,can we use Auto Ads and Non-Auto Ads?

Thank you !

hiepth1988 commented 3 years ago