goscha01
(Goscha01)
April 9, 2025, 11:40pm
1
I am trying to attach Google Adsense to my next app. I am deploying it using AWS Piipeline to static S3 bucket (next build). I found a couple of approaches, even in that community like this Google AdSense in nextjs 14 nextjs 15 but nothing works. The adsense script isn’t loading. Is simeone encountered the problem?
pawlean
(Pauline P. Narvas)
April 10, 2025, 11:06am
2
Hi, @goscha01 ! Welcome
Did you try Anshuman’s sample project here?
Hi @dmproj , sorry that you’re facing this issue.
I’ve tried creating a sample project using v0 to use AdSense in Next.js. Can you check this code out and see if it resolves the issue for you?
It would also be helpful share any error messages or logs with us so we can dig deeper. Re-sharing this resource in case it’s helpful:
If you’re here for help with an error or issue, there are a few things you can do to get good answers as quickly as possible.
Search for similar topics. Using an existing answer is much faster than waiting for new responses.
Include relevant details when asking for help.
Describe your goal and what problem is preventing you from achieving it.
Tell us about the app (i.e. framework, packages, database type).
Include any debugging steps you have already tried so others know what to skip.
A m…