PaidAdRequest PaidAdEvent # Bases: Event[EventControlType] Event data for paid ad events. control # control: EventControlType = field(repr=False) currency_code # currency_code: str The currency code of the ad value. data # data: Any | None = field(default=None, kw_only=True) name # name: str page # page: Page | BasePage | None precision # precision: PrecisionType The precision of the ad value. target # target: int value # value: float The monetary value of the ad.