Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

K {message: adsbygoogle.push() error: Only one enable_page_level_ads allowed per page #145

Closed
YumiSuki opened this issue Nov 26, 2021 · 2 comments

Comments

@YumiSuki
Copy link

Hello Everyone,

Today I have tried moving Google Adsense from my head.script inside the nuxt.config.js to this module and got some error as below:

K {message: "adsbygoogle.push() error: Only one 'enable_page_level_ads' allowed per page.", name: 'TagError', pbr: true...

I am using:

  • nuxt: ^2.15.7
  • @nuxtjs/google-adsense: ^1.4.0

My nuxt.config.js:

  'google-adsense': {
    onPageLoad: true,
    pageLevelAds: false,
    overlayBottom: true,
    id: process.env.ADSENSE_PUB_ID,
    test: process.env.GOOGLE_ADSENSE_TEST_MODE === 'true',
  },

I have it deployed at www.eztools.io.

Please kindly help.

@SwapnilSoni1999
Copy link

#141 (comment)

Check this one

@manniL
Copy link
Collaborator

manniL commented Nov 6, 2022

Let's track in #141

@manniL manniL closed this as completed Nov 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants