PATCH

Append Ads Txt


Appends the submitted content object to Ads.txt. In order to reset Ads.txt to Wix's default, send default: true without a content object.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Ads.txt
Learn more about app permissions.
Endpoint
PATCH
https://www.wixapis.com/promote-seo-robots-server/v2/ads

Body Params
adsTxtAdsTxt

Submitted content object will be appended to the existing Ads.txt file. To reset Ads.txt to Wix's default, submit default:true without a content object.

Response Object
adsTxtAdsTxt

Appended Ads.txt file.

Append Ads.txt Example
Request
cURL
Response
JSON
Errors
428Failed Precondition

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?