Retrieves the Ads.txt file.
function getAdsTxt(options: GetAdsTxtOptions): Promise<GetAdsTxtResponse>;
Options to use when retrieving the Ads.txt file.
import { adsTxt } from "@wix/marketing";
async function getAdsTxt(options) {
const response = await adsTxt.getAdsTxt(options);
}
There is 1 error with this status code.
This method may also return standard errors. Learn more about standard Wix errors.