- API Version 2. Services /
- Service: Projects (projects_2) /
- Projects
Projects
Last modified:
02/02/2021
Object structure: "Project"
| Field | Type | Description |
| Main | ||
|---|---|---|
| id | int | Project ID |
| user_id | int | User ID |
| name | string | Project name |
| site | string | Website URL |
| on | int | Project status:
|
| date | datetime | Creation time |
| right | string | Access rights |
| favorite | boolean | Favorite project |
| tags | set(от 1 до 10) | Tag number |
| user_email | string | Owner Email |
| Status | ||
| status_positions | enum(0,1,2,3) | Rank check status |
| positions_time | datetime | Last rank check time |
| positions_percent | int | Rank check progress in percents |
| status_volumes | enum(0,1,2,3) | Search volume check status |
| status_claster | boolean | Keyword clustering check |
| Schedule settings | ||
| subdomains | boolean | Include/exclude subdomains |
| filter | int | Filter:
|
| auto_correct | boolean | Correct/do not correct spelling |
| with_snippets | boolean | Collect/do not collect snippets |
| do_snapshots | int | Snapshots:
|
| Exra settings | ||
| common_traffic | boolean | Traffic
|
| guest_link_right | string | Guest link options |
| Extra | ||
| broker_count_campaigns | int | Added ad campaigns count |
| broker_count_banners | int | Active ads count |
| broker_count_banners_off | int | Inactive ads count |
| domain_expire | object | Domain info |
| COUNT(*) | int | Found objects count
|
Available methods to manage projects
- get - get a list of projects
- add - add a project
- edit: projects/copy - copy a project
- edit: projects/name - set a project name
- edit: projects/on - set project mode: active or inactive
- edit: projects/tags - assign a tag to a project
- edit: projects/favorite - make a project favorite
- edit: projects/move - move a project in the project list
- edit: projects/sort - sort projects in the project list
- del - delete a project