English | 简体中文
Note: This plugin is provided for VuePress 2
Google adsense plugin for VuePress 2, automatically add Google Ad to your VuePress site.
yarn add -D vuepress-plugin-google-adsense2
# OR
npm install -D vuepress-plugin-google-adsense2
import googleAdSensePlugin from 'vuepress-plugin-google-adsense2';
module.exports = {
plugins: [
googleAdSensePlugin({
id: 'ca-pub-xxxxxxx',
}),
],
};
More plugins usage, see also: VuePress Plugins
-
Type:
string
-
Details:
In the code block provided to you by AdSense, find the word
data-ad-client
. Theid
should start with'ca-pub-'
. You can follow the instructions here to find your AdSense code.Or you can use Publisher ID and add the string
'ca-'
in front.You can follow the instructions here to find your Publisher ID.