Openings via deeplink
Returns openings via deeplink data for a specific date range.
Request format
GET https://api.appmetrica.yandex.ru/logs/v1/export/deeplinks.{csv | json | parts}
? application_id=<int>
& date_since=<string>
& date_until=<string>
& fields=<string>
& [date_dimension=<string>]
& [limit=<string>]
& [use_utf8_bom=<bool>]
& [<any field name>=<string>]
Query parameters | |
application_id * | Filtering by the app's numeric ID in AppMetrica |
date_since * | Start of the date range in the |
date_until * | End of the date range in the |
fields * | A comma-separated list of fields for the sample. A list that contains all available fields (for quick copy):
|
date_dimension | The parameter defines what date and time are used as a condition for getting into the data sample:
|
limit | Limit on the number of items in the list. Takes the maximum value by default. There is no guarantee that results will match from request to request (there may be differences in results sorting). |
use_utf8_bom | Parameter that enables the use of byte order mark. The default value is |
<any field name> | Filtering by the value of one of the available fields. Only the equality check operation is supported. |
Query parameters | |
application_id * | Filtering by the app's numeric ID in AppMetrica |
date_since * | Start of the date range in the |
date_until * | End of the date range in the |
fields * | A comma-separated list of fields for the sample. A list that contains all available fields (for quick copy):
|
date_dimension | The parameter defines what date and time are used as a condition for getting into the data sample:
|
limit | Limit on the number of items in the list. Takes the maximum value by default. There is no guarantee that results will match from request to request (there may be differences in results sorting). |
use_utf8_bom | Parameter that enables the use of byte order mark. The default value is |