SiteWordAdsTos
Get and Update WordAds TOS information about a site.
Table Specific Information
SELECT
The connector processes all the filters client-side within the connector.
SELECT * FROM SiteWordAdsTos
Update
To update a site word ad terms of service you must specify the following Site ID column: ID and TermsOfService
UPDATE SiteWordAdsTos SET TermsOfService='true' WHERE ID = 241575003
Columns
| Name | Type | ReadOnly | References | Description |
| ID [KEY] | Int | True |
The unique identifier of the site associated with the WordAds Terms of Service. | |
| name | String | True |
The display name or title of the WordPress site. | |
| ItemURL | String | True |
The full URL of the site linked to the WordAds Terms of Service agreement. | |
| TOS | String | False |
The WordAds Terms of Service text or agreement status for the site. | |
| SettingsAggregate | String | False |
A collection of WordAds Terms of Service settings and related compliance details, viewable only by users with post-editing permissions on the site. |