Skip to content

PaidAdRequest

PaidAdEvent #

Bases: Event[EventControlType]

Event data for paid ad events.

control: EventControlType = field(repr=False) #

currency_code: str #

The currency code of the ad value.

data: Any | None = field(default=None, kw_only=True) #

name: str #

page: Page | PageView | None #

precision: PrecisionType #

The precision of the ad value.

target: int #

value: float #

The monetary value of the ad.

get_event_field_type(control: Any, field_name: str) #