@plaqard/service-google-dfp

1.0.0-0 • Public • Published

@plaqard/service-google-dfp

Build Status

Google DFP/Ad Manager service.

Install

npm install @plaqard/service-google-dfp --save

Usage

import plaqard from '@plaqard/core';
import GoogleDfpService from '@plaqard/service-google-dfp';

(async () => {
	const instance = plaqard({
		// …
		service: new GoogleDfpService()
	});

	await instance.start();
})();

License

MIT © Ivan Nikolić

Package Sidebar

Install

npm i @plaqard/service-google-dfp

Weekly Downloads

2

Version

1.0.0-0

License

MIT

Unpacked Size

54.3 kB

Total Files

9

Last publish

Collaborators

  • niksy