GoogleApi.AdSensePlatform.V1alpha.Model.EventInfo (google_api_ad_sense_platform v0.4.0)
View SourcePrivate information for partner recorded events (PII).
Attributes
-
billingAddress
(type:GoogleApi.AdSensePlatform.V1alpha.Model.Address.t
, default:nil
) - The billing address of the publisher associated with this event, if available. -
email
(type:String.t
, default:nil
) - Required. The email address that is associated with the publisher when performing the event.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AdSensePlatform.V1alpha.Model.EventInfo{ billingAddress: GoogleApi.AdSensePlatform.V1alpha.Model.Address.t() | nil, email: String.t() | nil }