Hey, guys it's me again. So i have AdSense account which is approved, and they want me to add the ads.txt in the root of the site folder. That site I set up misago on it, if anyone have an idea how I can achieve that. Kindly help out.
regards
Hey, guys it's me again. So i have AdSense account which is approved, and they want me to add the ads.txt in the root of the site folder. That site I set up misago on it, if anyone have an idea how I can achieve that. Kindly help out.
regards
You can create a plugin that would handle the /ads.txt
file. I'll try to write an instruction how this week.
Okay. Thank you..right now am not that of an expert in python, i think i'll wait for the instruction.
Assuming you are using misago-docker, download attached plugin and edit it's ads.txt
file to contain whatever google tells you to put in that file. The upload adsense_ads
and plugins.txt
files to your server, to same localization that manage.py
is located in (misago_docker/misago
). Finally run ./appctl restart
to restart misago. /ads.txt
should now work.
Thanks so much @rafalp