SEOReportingGroup.saveAccount (Method)
Creates or updates a search engine account, which is used when calling the search engine's APIs.
Returns:
SearchEngineAccountID (integer)
Arguments:
Name | Type | Required | Description |
---|---|---|---|
id | SEOReportingGroupID | Required | The unique ID of reporting group for which this account is associated with. |
searchEngineID | SearchEngineID | Required | The unique ID of the search engine for which this account is associated with. |
accountID | SearchEngineAccountID_0 | Required | The ID of the search engine account to edit, or 0 to create a new account. |
name | PlainText_NonNull_100 | Required | Name of the search engine account. |
description | PlainText_2000 | Required | A description of the search engine account. |
properties | Struct | Required | A structure describing the required search engine account properties. The fields in this structure are dependent on the search engine service. |
maxQueriesPerDay | NonNegativeInteger | Required | The maximum number of queries per day to run against the search engine to determine keyword rankings. |
Context:
License Requirements | SEO |
Permission Requirements | site:ManageSEO |
Deny Context | (none) |
Require Context | AuthoringEnabled |
Author Lock |
Error Codes:
Code | Error Message |
---|---|
81511 | Search ranking traking is not supported by the specified search engine. |
81515 | Another search engine account with the same name already exists. |
Notes:
None