google.com, pub-1974305161873026, DIRECT, f08c47fec0942fa0 http://halfmarathonsearch.com/_functions/Adstxt import {ok, notFound, serverError} from 'wix-http-functions'; // @see https://www.wix.com/corvid/forum/community-discussion/adding-ads-txt-file let adstxt = `# Ads.txt google.com, pub-1974305161873026, DIRECT, f08c47fec0942fa0'; export function get_Adstxt(request) { let options = { "headers": { "Content-Type": "text/plain" }, "body": adstxt }; return ok(options); }
top of page
Search
bottom of page