16.2.0 • Published 9 months ago

@wwei/dfp v16.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@wwei/dfp

@wwei/dfp is an angular (>=12) module for displaying google dfp ads using Google Publisher Tag (Doubleclick GPT).

This library was generated with Angular CLI version 12.0.4.

CircleCI Coverage Status version license

Usage

Add DfpModule to the imports of your NgModule.

import { DfpModule } from '@wwei/dfp';

@NgModule({
  imports: [
    ...
    DfpModule,
  ],
  ...
})
export class AppModule {}
...

Use googletag.PubAdsService to customize page-level settings before the service is enabled.

import { DfpService } from '@wwei/dfp';

@Component({
  selector: 'app-app',
  templateUrl: './app.component.html',
})
export class AppComponent {
  constructor(private dfp: DfpService) {
    // Use googletag to customize page-level settings
    this.dfp.cmd(() => {
      googletag.pubads().collapseEmptyDivs();
      googletag.pubads().enableSingleRequest();
      ...
    });
  }
}

Use DfpAdDirective in angular templates to define and display advertisements.

<div
  *dfpAd="{
    unitPath: '/6355419/Travel/Europe',
    id: 'ad-div-id',
    size: [
      [300, 250],
      [728, 90],
      [750, 200]
    ],
    sizeMapping: [
      [
        [750, 0],
        [
          [750, 200],
          [728, 90]
        ]
      ],
      [
        [300, 0],
        [300, 250]
      ],
      [[0, 0], []]
    ],
    categoryExclusion: 'AirlineAd',
    clickUrl: 'http://www.example.com?original_click_url=',
    collapseEmptyDiv: [true, true],
    forceSafeFrame: true,
    safeFrameConfig: { sandbox: true },
    targeting: { test: 'refresh' },
    adsense: { adsense_test_mode: 'on' }
  }"
></div>

The following settings can override the above settings with the same name.

<div
  *dfpAd="
    '/6355419/Travel/Europe';
    id: 'ad-div-id';
    size: [
      [300, 250],
      [728, 90],
      [750, 200]
    ];
    sizeMapping: [
      [
        [750, 0],
        [
          [750, 200],
          [728, 90]
        ]
      ],
      [
        [300, 0],
        [300, 250]
      ],
      [[0, 0], []]
    ];
    categoryExclusion: 'AirlineAd';
    clickUrl: 'http://www.example.com?original_click_url=';
    collapseEmptyDiv: [true, true];
    forceSafeFrame: true;
    safeFrameConfig: { sandbox: true };
    targeting: { test: 'refresh' };
    adsense: { adsense_test_mode: 'on' };
  "
></div>

Links

NameURL
Online Exampleshttps://atwwei.github.io/dfp
For Angular6https://www.npmjs.com/package/ngx-dfp
Google Publisher Tagshttps://developers.google.com/publisher-tag
16.2.0

9 months ago

15.2.0

9 months ago

14.1.0

1 year ago

14.1.1

1 year ago

14.1.2

1 year ago

14.1.3

1 year ago

12.4.3

2 years ago

12.4.4

2 years ago

12.4.0

2 years ago

12.4.1

2 years ago

12.4.2

2 years ago

8.1.0

2 years ago

8.1.2

2 years ago

8.1.1

2 years ago

11.2.0

1 year ago

11.2.1

1 year ago

9.1.4

2 years ago

9.1.3

2 years ago

9.1.2

2 years ago

15.0.0

1 year ago

13.0.2

2 years ago

7.1.6

2 years ago

7.1.5

2 years ago

7.1.4

2 years ago

8.2.1

1 year ago

8.2.0

1 year ago

11.1.3

2 years ago

11.1.4

2 years ago

11.1.1

2 years ago

11.1.2

2 years ago

11.1.0

2 years ago

9.2.1

1 year ago

10.2.0

1 year ago

10.2.1

1 year ago

13.1.3

2 years ago

13.1.4

2 years ago

13.1.1

2 years ago

13.1.2

2 years ago

13.1.0

2 years ago

7.1.3

2 years ago

7.1.2

2 years ago

7.1.1

2 years ago

7.1.0

2 years ago

9.1.1

2 years ago

9.1.0

2 years ago

10.1.4

2 years ago

10.1.0

2 years ago

10.1.1

2 years ago

10.1.2

2 years ago

10.1.3

2 years ago

8.1.4

2 years ago

8.1.3

2 years ago

13.2.0

1 year ago

13.2.1

1 year ago

14.0.0

2 years ago

14.0.1

2 years ago

7.2.1

1 year ago

7.2.0

1 year ago

12.5.0

1 year ago

12.5.1

1 year ago

9.2.0

1 year ago

9.0.4

3 years ago

9.0.3

3 years ago

10.0.2

3 years ago

10.0.3

3 years ago

10.0.4

3 years ago

12.3.11

3 years ago

8.0.4

3 years ago

12.3.12

3 years ago

12.3.13

3 years ago

12.3.10

3 years ago

11.0.4

3 years ago

11.0.5

3 years ago

11.0.3

3 years ago

13.0.0

2 years ago

7.0.0

3 years ago

13.0.1

2 years ago

7.0.1

3 years ago

8.0.3

3 years ago

8.0.2

3 years ago

9.0.2

3 years ago

12.3.9

3 years ago

10.0.1

3 years ago

8.0.1

3 years ago

9.0.1

3 years ago

12.3.8

3 years ago

11.0.2

3 years ago

12.3.4

3 years ago

12.3.5

3 years ago

12.3.6

3 years ago

12.3.7

3 years ago

8.0.0

3 years ago

10.0.0

3 years ago

9.0.0

3 years ago

11.0.0

3 years ago

11.0.1

3 years ago

0.0.0

3 years ago

12.3.3

3 years ago

12.3.2

3 years ago

12.3.0

3 years ago

12.3.1

3 years ago

12.2.0

3 years ago

12.1.1

3 years ago

12.1.0

3 years ago

12.0.3

3 years ago

12.0.2

3 years ago

12.0.1

3 years ago

12.0.0

3 years ago