impression property

List<String>? impression
final

A list of item IDs that represents the sequence of items you have shown the user. For example, "itemId1", "itemId2", "itemId3".

Implementation

final List<String>? impression;