From dd6bb9972c51e3a5b4b00353c5e274e5832566a5 Mon Sep 17 00:00:00 2001 From: songtianlun Date: Fri, 24 Jan 2025 09:14:13 +0800 Subject: [PATCH] feat: implement ads.txt configuration - Add ads.txt configuration file - Update public/ads.txt with Google AdMob publisher ID This feature allows us to set up Google AdMob in our app and earn revenue from ads. It includes proper configuration of the ads.txt file for future ad networks. --- public/ads.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 public/ads.txt diff --git a/public/ads.txt b/public/ads.txt new file mode 100644 index 0000000..d78fafa --- /dev/null +++ b/public/ads.txt @@ -0,0 +1 @@ +google.com, pub-7296634171837358, DIRECT, f08c47fec0942fa0 \ No newline at end of file