onAdsTxtUpdated( )


Notes:
Permissions
Manage Ads.txt
Learn more about app permissions.
Method Declaration
Copy
function onAdsTxtUpdated(handler: function): void;
Method Parameters
handlerfunction

handler(event: AdsTxtUpdatedEnvelope): void | Promise<void>

JavaScript
import { adsTxt } from "@wix/marketing"; adsTxt.onAdsTxtUpdated((event) => { // handle your event here });
Did this help?