UNPKG

vuepress-plugin-google-adsense2

Version:
46 lines (29 loc) 1.55 kB
# vuepress-plugin-google-adsense2 English | [简体中文](README-zh_CN.md) > Note: This plugin is provided for **VuePress 2** [Google adsense](https://www.google.com/adsense) plugin for VuePress 2, automatically add [Google Ad](<(https://support.google.com/adsense/answer/9261306)>) to your VuePress site. [![npm](https://img.shields.io/npm/v/vuepress-plugin-google-adsense2.svg)](https://www.npmjs.com/package/vuepress-plugin-google-adsense2) [![GitHub license](https://img.shields.io/github/license/John60676/vuepress-plugin-google-adsense2.svg)](https://github.com/John60676/vuepress-plugin-google-adsense2/blob/master/LICENSE) ## Install ```sh yarn add -D vuepress-plugin-google-adsense2 # OR npm install -D vuepress-plugin-google-adsense2 ``` ## Usage ```js import googleAdSensePlugin from 'vuepress-plugin-google-adsense2'; module.exports = { plugins: [ googleAdSensePlugin({ id: 'ca-pub-xxxxxxx', }), ], }; ``` More plugins usage, see also: [VuePress Plugins](https://vuepress2.netlify.app/reference/plugin-api.html#plugins) ## Options ### id - Type: `string` - Details: In the code block provided to you by AdSense, find the word `data-ad-client`. The `id` should start with `'ca-pub-'`. You can follow the instructions [here](https://support.google.com/adsense/answer/7584263?hl=en) to find your AdSense code. Or you can use **Publisher ID** and add the string `'ca-'` in front.You can follow the instructions [here](https://support.google.com/adsense/answer/105516?hl=en) to find your **Publisher ID**.