POST api/glytics?suid={suid}&lang={lang}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| suid | string |
Required |
|
| lang | string |
Default value is ru-RU |
Body Parameters
Collection of AnalyticsSaveRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Owner | integer |
None. |
|
| GA_ID | string |
None. |
|
| YA_ID | string |
None. |
|
| GA_MP_ApiSecretKey | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"Owner": 1,
"GA_ID": "sample string 2",
"YA_ID": "sample string 3",
"GA_MP_ApiSecretKey": "sample string 4"
},
{
"ID": 1,
"Owner": 1,
"GA_ID": "sample string 2",
"YA_ID": "sample string 3",
"GA_MP_ApiSecretKey": "sample string 4"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
application/xml, text/xml
Sample:
<ArrayOfAnalyticsSaveRequest>
<AnalyticsSaveRequest>
<ID>1</ID>
<Owner>1</Owner>
<GA_ID>sample string 2</GA_ID>
<YA_ID>sample string 3</YA_ID>
<GA_MP_ApiSecretKey>sample string 4</GA_MP_ApiSecretKey>
</AnalyticsSaveRequest>
<AnalyticsSaveRequest>
<ID>1</ID>
<Owner>1</Owner>
<GA_ID>sample string 2</GA_ID>
<YA_ID>sample string 3</YA_ID>
<GA_MP_ApiSecretKey>sample string 4</GA_MP_ApiSecretKey>
</AnalyticsSaveRequest>
</ArrayOfAnalyticsSaveRequest>
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.