react-google-publisher-tag icon indicating copy to clipboard operation
react-google-publisher-tag copied to clipboard

Adsense via Google publisher tag for universal applications

Results 11 react-google-publisher-tag issues
Sort by recently updated
recently updated
newest added

The ad should update when the path changes for cases when the page containing the ad does not unmount but just re-renders when the route params change (example: category drill...

After react 16.9 update, a warning is being thrown if unsafe component lifecycle methods are used without UNSAFE_ flag. Added the flag to suppress the warning.

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

I tried using the demo ad provided by google in a simple create-react-app but no ad's are displayed i think something broke. example ad https://support.google.com/admanager/answer/3046423?hl=en

We're using a yield optimizer which requires us to use a proprietary function for refreshing slot instead of `googletag.pubads().refresh()` (for header bidding etc.). This PR allows that by specifying the...

Hello, regarding the even tho i pass "enableSingleRequest={true}" to my first ad tag there is no Single Request. i debug the file : GooglePublisherTag.js, function : initGooglePublisherTag. and i cen't...

I'm trying to implement enableSingleRequest(). I have it set up the way google suggests: ``` this.googletag.cmd.push(() => { if (this.props.enableSingleRequest) { // Infinite scroll requires SRA this.googletag.pubads().enableSingleRequest(); } // add...

question

#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/seeden/test/github/5c79b8c5-14c6-4d28-b286-9799982d6b51/master..snyk-fix-378e9266c2bffdd89663adba66d340c3) for more details. #### Snyk Project: [seeden/react-google-publisher-tag:package.json](https://app.snyk.io/org/seeden/project/5c79b8c5-14c6-4d28-b286-9799982d6b51) ####...

Hello, I'm trying to add a 3rd part script that also uses google adsense but it's not displaying the banner. After debugging, it looks like the `googletag.pubads().disableInitialLoad()` from **react-google-publisher-tag** is...

Hi Zlatko, I'm using this library in my project. I got this problem: IE 11 shows null when there is no ad. Could you fix it? Thanks,

bug