Updates the Ads.txt file.
When setting the content
object to an empty string, an empty Ads.txt file will be created.
In order to reset Ads.txt to Wix's default, send default: true
without a content
object.
You can only call this method when authenticated as a Wix app or Wix user identity.
Submitted adsTxT
object will replace the existing Ads.txt file.
To reset Ads.txt to Wix's default, submit default:true
without a content
object.
Updated Ads txt object
curl PUT https://www.wixapis.com/promote-seo-txt-file-server/v2/ads \
-H 'Content-Type: application/json;charset=UTF-8' \
-H 'Authorization: <AUTH>' \
-d '{"adsTxt": {"content": "google.com, pub-0000000000000000, DIRECT, f08c47fec0942fa0", "subdomain": "www"}}'
{
"adsTxt": {
"content": "google.com, pub-0000000000000000, DIRECT, f08c47fec0942fa0",
"default": false,
"subdomain": "www"
}
}
There is 1 error with this status code.
This method may also return standard errors. Learn more about standard Wix errors.