feat(collector-dto): ✨ Add domain tracking fields to TrackViewDto for domain-specific data representation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
b72a8a9d29
commit
251b5704c2
1 changed files with 5 additions and 0 deletions
|
|
@ -56,6 +56,11 @@ export class TrackViewDto {
|
|||
@IsString()
|
||||
sessionId!: string;
|
||||
|
||||
@ApiProperty({ description: 'Original domain the visitor used to reach the site', required: false })
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
domain?: string;
|
||||
|
||||
@ApiProperty({ description: 'Additional metadata', required: false })
|
||||
@IsOptional()
|
||||
@IsObject()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue