Autoload: Ad ID by Avito ID
autoload_get_ad_ids_by_avito_idsRetrieve ad IDs by providing Avito IDs. Solves the need to find corresponding listing identifiers from the source feed when you have Avito identifiers.
Instructions
Returns the listing identifiers from the autoload file (ad_id) by their Avito identifiers (avito_id) — an avito_id → ad_id mapping. Read-only. Use it when you have Avito IDs and need to find the corresponding ID from the source feed. The reverse direction is autoload_get_avito_ids_by_ad_ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | List of listing Avito IDs separated by "," or "|" (e.g. "12345,6789"). Required. |