@maxim_mazurok/gapi.client.adexperiencereport
TypeScript icon, indicating that this package has built-in type declarations

1.0.20220715 • Public • Published

TypeScript typings for Ad Experience Report API v1

Views Ad Experience Report data, and gets a list of sites that have a significant number of annoying ads. For detailed description please check documentation.

Installing

Install typings for Ad Experience Report API:

npm install @types/gapi.client.adexperiencereport@v1 --save-dev

Usage

You need to initialize Google API client in your code:

gapi.load('client', () => {
  // now we can use gapi.client
  // ...
});

Then load api client wrapper:

gapi.client.load('adexperiencereport', 'v1', () => {
  // now we can use gapi.client.adexperiencereport
  // ...
});

After that you can use Ad Experience Report API resources:

/*
Gets a site's Ad Experience Report summary.
*/
await gapi.client.adexperiencereport.sites.get({ name: "name",  });

/*
Lists sites that are failing in the Ad Experience Report on at least one platform.
*/
await gapi.client.adexperiencereport.violatingSites.list({  });

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @maxim_mazurok/gapi.client.adexperiencereport

    Weekly Downloads

    0

    Version

    1.0.20220715

    License

    MIT

    Unpacked Size

    9.31 kB

    Total Files

    6

    Last publish

    Collaborators

    • maxim_mazurok