SegmentParams

Parameters of data sources in segments

  • List of user IDs
  • General parameters:

    type Ad impression conditionpositive — for those included in the source
    negative — for yt included in the source

    General parameters for time intervals:
    rightThe beginning of the time interval is indicated as the number of days before the request.0 <= right <= 365, left >right
    leftThe end of the time interval, indicated as the number of days before the request0 <= left <= 365, left >right

    List of user IDs

    Allows you to include users from the list uploaded to VK Ads in the audience segment.

    object_type: remarketing_users_list
    Source: RemarketingUsersList
    Time interval: No

    Parameters:

    source_id ID of the user list (RemarketingUsersList.id)

    Example:

    {
        "object_type":"remarketing_users_list",
        "params":{
            "source_id":28612,
            "type":"positive"
        }
    }