Mercurial Hosting > nabble
changeset 13:544442684af6
add my publisher id to ads.txt
author | raven <mazdarulez@hotmail.com> |
---|---|
date | Tue, 20 Aug 2019 12:54:48 +1000 |
parents | 3b057845e2a7 |
children | ce7a435cba25 |
files | src/global/web/Ads.java |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/global/web/Ads.java Tue Aug 20 12:51:51 2019 +1000 +++ b/src/global/web/Ads.java Tue Aug 20 12:54:48 2019 +1000 @@ -17,6 +17,7 @@ response.setCharacterEncoding("UTF-8"); PrintWriter out = response.getWriter(); + out.println("google.com, pub-1691702211255830, DIRECT, f08c47fec0942fa0"); out.println("google.com, pub-6750305871516672, DIRECT, f08c47fec0942fa0"); }