귀찮.....
Tip. 1
구글 광고는 Localhost에서 나오지 않는다.
등록된 URL만 나옴.
괜히 localhost에서 나오게 할려고 하지말고, 개발용 url을 만드는게 속편함.
Tip. 2
localhost에서 통계 잡히기 싫을땐
localhost에서 env와 if문을 이용해야함.
그게 아니면 프로퍼티로 data-adtest="on" 추가하면 됨.
<ins
className="adsbygoogle"
style={{ "display": "block" , textAlign: "center" }}
data-ad-client="<YOUR_GOOGLE_AD_CLIENT_ID>"
data-ad-slot="<YOUR_GOOGLE_AD_SLOT>"
data-ad-format="auto"
data-adtest="on" // <- this one
data-full-width-responsive="true"
/>
Tip. 3
아래처럼 400 () 에러가 뜬다면?
Failed to load resource: the server responded with a status of 400 ()
'스터디 > SvelteKit' 카테고리의 다른 글
Sveltekit에서 tailwindcss와 SVG를 사용할때, 마우스 오버로 색상 쉽게! 바꾸기 (0) | 2024.05.12 |
---|---|
[Sveltekit] 환경변수 설정 - 필수! 과정 (0) | 2023.12.16 |
[Sveltekit] Google Analytics, GTAG 'ERR_BLOCKED_BY_CLIENT' Error (0) | 2023.11.26 |
[Sveltekit] VSCode에서 디버깅하기 (Debugging) (0) | 2023.10.28 |
[Sveltekit] alias설정으로 경로 줄여서 모듈 import 편하게 하기. (ex $app, $lib) (0) | 2023.10.12 |
댓글