Versions in this module Expand all Collapse all v0 v0.1.0 Apr 1, 2026 v0.0.2 Feb 22, 2026 Changes in this version + func Bool(b bool) param.Opt[bool] + func BoolPtr(v bool) *bool + func DefaultClientOptions() []option.RequestOption + func File(rdr io.Reader, filename string, contentType string) file + func Float(f float64) param.Opt[float64] + func FloatPtr(v float64) *float64 + func Int(i int64) param.Opt[int64] + func IntPtr(v int64) *int64 + func Opt[T comparable](v T) param.Opt[T] + func Ptr[T any](v T) *T + func String(s string) param.Opt[string] + func StringPtr(v string) *string + func Time(t time.Time) param.Opt[time.Time] + func TimePtr(v time.Time) *time.Time + type Client struct + Health HealthService + Options []option.RequestOption + Webhooks WebhookService + func NewClient(opts ...option.RequestOption) (r Client) + func (r *Client) Delete(ctx context.Context, path string, params any, res any, ...) error + func (r *Client) Execute(ctx context.Context, method string, path string, params any, res any, ...) error + func (r *Client) Get(ctx context.Context, path string, params any, res any, ...) error + func (r *Client) Patch(ctx context.Context, path string, params any, res any, ...) error + func (r *Client) Post(ctx context.Context, path string, params any, res any, ...) error + func (r *Client) Put(ctx context.Context, path string, params any, res any, ...) error + type Error = apierror.Error + type HealthCheckResponse struct + JSON struct{ ... } + Status HealthCheckResponseStatus + Timestamp time.Time + Version string + func (r *HealthCheckResponse) UnmarshalJSON(data []byte) error + func (r HealthCheckResponse) RawJSON() string + type HealthCheckResponseStatus string + const HealthCheckResponseStatusDegraded + const HealthCheckResponseStatusOk + const HealthCheckResponseStatusUnhealthy + type HealthService struct + Options []option.RequestOption + func NewHealthService(opts ...option.RequestOption) (r HealthService) + func (r *HealthService) Check(ctx context.Context, opts ...option.RequestOption) (res *HealthCheckResponse, err error) + type IdentityEnrichedWebhookEvent struct + Created int64 + Data IdentityEnrichedWebhookEventData + ID string + JSON struct{ ... } + Type constant.IdentityEnriched + func (r *IdentityEnrichedWebhookEvent) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEvent) RawJSON() string + type IdentityEnrichedWebhookEventData struct + Attribution IdentityEnrichedWebhookEventDataAttribution + CompaniesEnriched float64 + Enrichment IdentityEnrichedWebhookEventDataEnrichment + JSON struct{ ... } + Query IdentityEnrichedWebhookEventDataQuery + Session IdentityEnrichedWebhookEventDataSession + func (r *IdentityEnrichedWebhookEventData) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventData) RawJSON() string + type IdentityEnrichedWebhookEventDataAttribution struct + JSON struct{ ... } + PixelID string + Prid string + SessionID string + Type string + Vid string + func (r *IdentityEnrichedWebhookEventDataAttribution) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataAttribution) RawJSON() string + type IdentityEnrichedWebhookEventDataEnrichment struct + Companies []IdentityEnrichedWebhookEventDataEnrichmentCompany + EmailValidations []IdentityEnrichedWebhookEventDataEnrichmentEmailValidation + JSON struct{ ... } + Person IdentityEnrichedWebhookEventDataEnrichmentPerson + func (r *IdentityEnrichedWebhookEventDataEnrichment) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataEnrichment) RawJSON() string + type IdentityEnrichedWebhookEventDataEnrichmentCompany struct + Address IdentityEnrichedWebhookEventDataEnrichmentCompanyAddress + Description string + Domain string + EmployeeCount float64 + EnrichedAt string + EstimatedRevenue IdentityEnrichedWebhookEventDataEnrichmentCompanyEstimatedRevenue + FoundedYear float64 + Funding IdentityEnrichedWebhookEventDataEnrichmentCompanyFunding + Headcount IdentityEnrichedWebhookEventDataEnrichmentCompanyHeadcount + Industry string + JSON struct{ ... } + LinkedinFollowers IdentityEnrichedWebhookEventDataEnrichmentCompanyLinkedinFollowers + LinkedinID string + LinkedinURL string + LogoURL string + Name string + Provider string + Seo IdentityEnrichedWebhookEventDataEnrichmentCompanySeo + Specialties []string + Taxonomy IdentityEnrichedWebhookEventDataEnrichmentCompanyTaxonomy + Type string + WebTraffic IdentityEnrichedWebhookEventDataEnrichmentCompanyWebTraffic + Website string + func (r *IdentityEnrichedWebhookEventDataEnrichmentCompany) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataEnrichmentCompany) RawJSON() string + type IdentityEnrichedWebhookEventDataEnrichmentCompanyAddress struct + Country string + CountryCode string + JSON struct{ ... } + Locality string + PostalCode string + Region string + func (r *IdentityEnrichedWebhookEventDataEnrichmentCompanyAddress) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataEnrichmentCompanyAddress) RawJSON() string + type IdentityEnrichedWebhookEventDataEnrichmentCompanyEstimatedRevenue struct + Currency string + JSON struct{ ... } + Max float64 + Min float64 + func (r *IdentityEnrichedWebhookEventDataEnrichmentCompanyEstimatedRevenue) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataEnrichmentCompanyEstimatedRevenue) RawJSON() string + type IdentityEnrichedWebhookEventDataEnrichmentCompanyFunding struct + DaysSinceLastRound float64 + Investors []string + JSON struct{ ... } + LastRoundAmountUsd float64 + LastRoundType string + TotalRaisedUsd float64 + func (r *IdentityEnrichedWebhookEventDataEnrichmentCompanyFunding) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataEnrichmentCompanyFunding) RawJSON() string + type IdentityEnrichedWebhookEventDataEnrichmentCompanyHeadcount struct + Growth IdentityEnrichedWebhookEventDataEnrichmentCompanyHeadcountGrowth + JSON struct{ ... } + Total float64 + func (r *IdentityEnrichedWebhookEventDataEnrichmentCompanyHeadcount) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataEnrichmentCompanyHeadcount) RawJSON() string + type IdentityEnrichedWebhookEventDataEnrichmentCompanyHeadcountGrowth struct + JSON struct{ ... } + Mom float64 + Qoq float64 + Yoy float64 + func (r *IdentityEnrichedWebhookEventDataEnrichmentCompanyHeadcountGrowth) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataEnrichmentCompanyHeadcountGrowth) RawJSON() string + type IdentityEnrichedWebhookEventDataEnrichmentCompanyLinkedinFollowers struct + Count float64 + JSON struct{ ... } + MomGrowthPercent float64 + QoqGrowthPercent float64 + YoyGrowthPercent float64 + func (r *IdentityEnrichedWebhookEventDataEnrichmentCompanyLinkedinFollowers) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataEnrichmentCompanyLinkedinFollowers) RawJSON() string + type IdentityEnrichedWebhookEventDataEnrichmentCompanySeo struct + AverageAdRank float64 + AverageOrganicRank float64 + JSON struct{ ... } + MonthlyAdsSpend float64 + MonthlyOrganicClicks float64 + MonthlyOrganicValue float64 + MonthlyPaidClicks float64 + TotalOrganicKeywords float64 + func (r *IdentityEnrichedWebhookEventDataEnrichmentCompanySeo) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataEnrichmentCompanySeo) RawJSON() string + type IdentityEnrichedWebhookEventDataEnrichmentCompanyTaxonomy struct + JSON struct{ ... } + LinkedinIndustry string + LinkedinSpecialties []string + func (r *IdentityEnrichedWebhookEventDataEnrichmentCompanyTaxonomy) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataEnrichmentCompanyTaxonomy) RawJSON() string + type IdentityEnrichedWebhookEventDataEnrichmentCompanyWebTraffic struct + JSON struct{ ... } + MomGrowthPercent float64 + MonthlyVisitors float64 + QoqGrowthPercent float64 + TrafficSources IdentityEnrichedWebhookEventDataEnrichmentCompanyWebTrafficTrafficSources + func (r *IdentityEnrichedWebhookEventDataEnrichmentCompanyWebTraffic) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataEnrichmentCompanyWebTraffic) RawJSON() string + type IdentityEnrichedWebhookEventDataEnrichmentCompanyWebTrafficTrafficSources struct + DirectPercent float64 + JSON struct{ ... } + PaidReferralPercent float64 + ReferralPercent float64 + SearchPercent float64 + SocialPercent float64 + func (r *IdentityEnrichedWebhookEventDataEnrichmentCompanyWebTrafficTrafficSources) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataEnrichmentCompanyWebTrafficTrafficSources) RawJSON() string + type IdentityEnrichedWebhookEventDataEnrichmentEmailValidation struct + Email string + Error IdentityEnrichedWebhookEventDataEnrichmentEmailValidationError + JSON struct{ ... } + Provider string + Validity string + func (r *IdentityEnrichedWebhookEventDataEnrichmentEmailValidation) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataEnrichmentEmailValidation) RawJSON() string + type IdentityEnrichedWebhookEventDataEnrichmentEmailValidationError struct + Code string + JSON struct{ ... } + Message string + func (r *IdentityEnrichedWebhookEventDataEnrichmentEmailValidationError) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataEnrichmentEmailValidationError) RawJSON() string + type IdentityEnrichedWebhookEventDataEnrichmentPerson struct + Connections float64 + Education []IdentityEnrichedWebhookEventDataEnrichmentPersonEducation + Email string + Employments []IdentityEnrichedWebhookEventDataEnrichmentPersonEmployment + EnrichedAt string + Experience []IdentityEnrichedWebhookEventDataEnrichmentPersonExperience + FirstName string + FullName string + Headline string + JSON struct{ ... } + Languages []string + LastName string + LinkedinID string + LinkedinURL string + Location IdentityEnrichedWebhookEventDataEnrichmentPersonLocation + ProfilePictureURL string + Provider string + Skills []string + Summary string + func (r *IdentityEnrichedWebhookEventDataEnrichmentPerson) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataEnrichmentPerson) RawJSON() string + type IdentityEnrichedWebhookEventDataEnrichmentPersonEducation struct + Degree string + EndDate string + FieldOfStudy string + InstituteLinkedinID string + InstituteLogoURL string + InstituteName string + JSON struct{ ... } + StartDate string + func (r *IdentityEnrichedWebhookEventDataEnrichmentPersonEducation) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataEnrichmentPersonEducation) RawJSON() string + type IdentityEnrichedWebhookEventDataEnrichmentPersonEmployment struct + Company IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompany + Description string + EndDate string + JSON struct{ ... } + Location string + StartDate string + Title string + func (r *IdentityEnrichedWebhookEventDataEnrichmentPersonEmployment) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataEnrichmentPersonEmployment) RawJSON() string + type IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompany struct + Address IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyAddress + Description string + Domain string + EmployeeCount float64 + EnrichedAt string + EstimatedRevenue IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyEstimatedRevenue + FoundedYear float64 + Funding IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyFunding + Headcount IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyHeadcount + Industry string + JSON struct{ ... } + LinkedinFollowers IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyLinkedinFollowers + LinkedinID string + LinkedinURL string + LogoURL string + Name string + Provider string + Seo IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanySeo + Specialties []string + Taxonomy IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyTaxonomy + Type string + WebTraffic IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyWebTraffic + Website string + func (r *IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompany) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompany) RawJSON() string + type IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyAddress struct + Country string + CountryCode string + JSON struct{ ... } + Locality string + PostalCode string + Region string + func (r *IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyAddress) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyAddress) RawJSON() string + type IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyEstimatedRevenue struct + Currency string + JSON struct{ ... } + Max float64 + Min float64 + func (r *IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyEstimatedRevenue) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyEstimatedRevenue) RawJSON() string + type IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyFunding struct + DaysSinceLastRound float64 + Investors []string + JSON struct{ ... } + LastRoundAmountUsd float64 + LastRoundType string + TotalRaisedUsd float64 + func (r *IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyFunding) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyFunding) RawJSON() string + type IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyHeadcount struct + Growth IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyHeadcountGrowth + JSON struct{ ... } + Total float64 + func (r *IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyHeadcount) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyHeadcount) RawJSON() string + type IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyHeadcountGrowth struct + JSON struct{ ... } + Mom float64 + Qoq float64 + Yoy float64 + func (r *IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyHeadcountGrowth) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyHeadcountGrowth) RawJSON() string + type IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyLinkedinFollowers struct + Count float64 + JSON struct{ ... } + MomGrowthPercent float64 + QoqGrowthPercent float64 + YoyGrowthPercent float64 + func (r *IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyLinkedinFollowers) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyLinkedinFollowers) RawJSON() string + type IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanySeo struct + AverageAdRank float64 + AverageOrganicRank float64 + JSON struct{ ... } + MonthlyAdsSpend float64 + MonthlyOrganicClicks float64 + MonthlyOrganicValue float64 + MonthlyPaidClicks float64 + TotalOrganicKeywords float64 + func (r *IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanySeo) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanySeo) RawJSON() string + type IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyTaxonomy struct + JSON struct{ ... } + LinkedinIndustry string + LinkedinSpecialties []string + func (r *IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyTaxonomy) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyTaxonomy) RawJSON() string + type IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyWebTraffic struct + JSON struct{ ... } + MomGrowthPercent float64 + MonthlyVisitors float64 + QoqGrowthPercent float64 + TrafficSources IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyWebTrafficTrafficSources + func (r *IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyWebTraffic) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyWebTraffic) RawJSON() string + type IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyWebTrafficTrafficSources struct + DirectPercent float64 + JSON struct{ ... } + PaidReferralPercent float64 + ReferralPercent float64 + SearchPercent float64 + SocialPercent float64 + func (r *IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyWebTrafficTrafficSources) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataEnrichmentPersonEmploymentCompanyWebTrafficTrafficSources) RawJSON() string + type IdentityEnrichedWebhookEventDataEnrichmentPersonExperience struct + Company IdentityEnrichedWebhookEventDataEnrichmentPersonExperienceCompany + Description string + EndDate string + JSON struct{ ... } + Location string + StartDate string + Title string + func (r *IdentityEnrichedWebhookEventDataEnrichmentPersonExperience) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataEnrichmentPersonExperience) RawJSON() string + type IdentityEnrichedWebhookEventDataEnrichmentPersonExperienceCompany struct + Address IdentityEnrichedWebhookEventDataEnrichmentPersonExperienceCompanyAddress + Description string + Domain string + EmployeeCount float64 + FoundedYear float64 + Industry string + JSON struct{ ... } + LinkedinID string + LinkedinURL string + LogoURL string + Name string + Type string + Website string + func (r *IdentityEnrichedWebhookEventDataEnrichmentPersonExperienceCompany) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataEnrichmentPersonExperienceCompany) RawJSON() string + type IdentityEnrichedWebhookEventDataEnrichmentPersonExperienceCompanyAddress struct + Country string + CountryCode string + JSON struct{ ... } + Locality string + PostalCode string + Region string + func (r *IdentityEnrichedWebhookEventDataEnrichmentPersonExperienceCompanyAddress) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataEnrichmentPersonExperienceCompanyAddress) RawJSON() string + type IdentityEnrichedWebhookEventDataEnrichmentPersonLocation struct + Country string + CountryCode string + JSON struct{ ... } + Locality string + PostalCode string + Raw string + Region string + func (r *IdentityEnrichedWebhookEventDataEnrichmentPersonLocation) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataEnrichmentPersonLocation) RawJSON() string + type IdentityEnrichedWebhookEventDataQuery struct + JSON struct{ ... } + Match string + Type string + Value string + func (r *IdentityEnrichedWebhookEventDataQuery) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataQuery) RawJSON() string + type IdentityEnrichedWebhookEventDataSession struct + CreatedAt float64 + EndedAt float64 + Fbclid string + Gclid string + JSON struct{ ... } + LandingPage string + LandingTitle string + Network IdentityEnrichedWebhookEventDataSessionNetwork + Options map[string]any + Pid string + Referrer string + Screen IdentityEnrichedWebhookEventDataSessionScreen + Sid string + Tenant string + Timezone string + UserAgent string + Utm IdentityEnrichedWebhookEventDataSessionUtm + Vid string + func (r *IdentityEnrichedWebhookEventDataSession) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataSession) RawJSON() string + type IdentityEnrichedWebhookEventDataSessionNetwork struct + Asn IdentityEnrichedWebhookEventDataSessionNetworkAsn + BotManagement IdentityEnrichedWebhookEventDataSessionNetworkBotManagement + City string + Colo string + Continent string + Country string + IP string + IsEu bool + JSON struct{ ... } + Latitude string + Longitude string + MetroCode string + PostalCode string + Region string + RegionCode string + func (r *IdentityEnrichedWebhookEventDataSessionNetwork) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataSessionNetwork) RawJSON() string + type IdentityEnrichedWebhookEventDataSessionNetworkAsn struct + Code float64 + JSON struct{ ... } + Name string + func (r *IdentityEnrichedWebhookEventDataSessionNetworkAsn) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataSessionNetworkAsn) RawJSON() string + type IdentityEnrichedWebhookEventDataSessionNetworkBotManagement struct + CorporateProxy bool + JSON struct{ ... } + Score float64 + VerifiedBot bool + VerifiedBotCategory string + func (r *IdentityEnrichedWebhookEventDataSessionNetworkBotManagement) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataSessionNetworkBotManagement) RawJSON() string + type IdentityEnrichedWebhookEventDataSessionScreen struct + Height float64 + JSON struct{ ... } + Width float64 + func (r *IdentityEnrichedWebhookEventDataSessionScreen) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataSessionScreen) RawJSON() string + type IdentityEnrichedWebhookEventDataSessionUtm struct + Campaign string + Content string + JSON struct{ ... } + Medium string + Source string + Term string + func (r *IdentityEnrichedWebhookEventDataSessionUtm) UnmarshalJSON(data []byte) error + func (r IdentityEnrichedWebhookEventDataSessionUtm) RawJSON() string + type IdentityQualifiedWebhookEvent struct + Created int64 + Data IdentityQualifiedWebhookEventData + ID string + JSON struct{ ... } + Type constant.IdentityQualified + func (r *IdentityQualifiedWebhookEvent) UnmarshalJSON(data []byte) error + func (r IdentityQualifiedWebhookEvent) RawJSON() string + type IdentityQualifiedWebhookEventData struct + Attribution IdentityQualifiedWebhookEventDataAttribution + Identity IdentityQualifiedWebhookEventDataIdentity + JSON struct{ ... } + Session IdentityQualifiedWebhookEventDataSession + func (r *IdentityQualifiedWebhookEventData) UnmarshalJSON(data []byte) error + func (r IdentityQualifiedWebhookEventData) RawJSON() string + type IdentityQualifiedWebhookEventDataAttribution struct + JSON struct{ ... } + PixelID string + Prid string + SessionID string + Type string + Vid string + func (r *IdentityQualifiedWebhookEventDataAttribution) UnmarshalJSON(data []byte) error + func (r IdentityQualifiedWebhookEventDataAttribution) RawJSON() string + type IdentityQualifiedWebhookEventDataIdentity struct + Demographics IdentityQualifiedWebhookEventDataIdentityDemographics + Emails []IdentityQualifiedWebhookEventDataIdentityEmail + JSON struct{ ... } + LinkedinURL string + Location IdentityQualifiedWebhookEventDataIdentityLocation + Phones []string + Professional IdentityQualifiedWebhookEventDataIdentityProfessional + func (r *IdentityQualifiedWebhookEventDataIdentity) UnmarshalJSON(data []byte) error + func (r IdentityQualifiedWebhookEventDataIdentity) RawJSON() string + type IdentityQualifiedWebhookEventDataIdentityDemographics struct + FirstName string + HasChildren bool + IsHomeowner bool + IsMarried bool + JSON struct{ ... } + LastName string + func (r *IdentityQualifiedWebhookEventDataIdentityDemographics) UnmarshalJSON(data []byte) error + func (r IdentityQualifiedWebhookEventDataIdentityDemographics) RawJSON() string + type IdentityQualifiedWebhookEventDataIdentityEmail struct + JSON struct{ ... } + Type string + Value string + func (r *IdentityQualifiedWebhookEventDataIdentityEmail) UnmarshalJSON(data []byte) error + func (r IdentityQualifiedWebhookEventDataIdentityEmail) RawJSON() string + type IdentityQualifiedWebhookEventDataIdentityLocation struct + City string + Country string + JSON struct{ ... } + State string + func (r *IdentityQualifiedWebhookEventDataIdentityLocation) UnmarshalJSON(data []byte) error + func (r IdentityQualifiedWebhookEventDataIdentityLocation) RawJSON() string + type IdentityQualifiedWebhookEventDataIdentityProfessional struct + CompanyName string + JSON struct{ ... } + JobTitle string + func (r *IdentityQualifiedWebhookEventDataIdentityProfessional) UnmarshalJSON(data []byte) error + func (r IdentityQualifiedWebhookEventDataIdentityProfessional) RawJSON() string + type IdentityQualifiedWebhookEventDataSession struct + CreatedAt float64 + EndedAt float64 + Fbclid string + Gclid string + JSON struct{ ... } + LandingPage string + LandingTitle string + Network IdentityQualifiedWebhookEventDataSessionNetwork + Options map[string]any + Pid string + Referrer string + Screen IdentityQualifiedWebhookEventDataSessionScreen + Sid string + Tenant string + Timezone string + UserAgent string + Utm IdentityQualifiedWebhookEventDataSessionUtm + Vid string + func (r *IdentityQualifiedWebhookEventDataSession) UnmarshalJSON(data []byte) error + func (r IdentityQualifiedWebhookEventDataSession) RawJSON() string + type IdentityQualifiedWebhookEventDataSessionNetwork struct + Asn IdentityQualifiedWebhookEventDataSessionNetworkAsn + BotManagement IdentityQualifiedWebhookEventDataSessionNetworkBotManagement + City string + Colo string + Continent string + Country string + IP string + IsEu bool + JSON struct{ ... } + Latitude string + Longitude string + MetroCode string + PostalCode string + Region string + RegionCode string + func (r *IdentityQualifiedWebhookEventDataSessionNetwork) UnmarshalJSON(data []byte) error + func (r IdentityQualifiedWebhookEventDataSessionNetwork) RawJSON() string + type IdentityQualifiedWebhookEventDataSessionNetworkAsn struct + Code float64 + JSON struct{ ... } + Name string + func (r *IdentityQualifiedWebhookEventDataSessionNetworkAsn) UnmarshalJSON(data []byte) error + func (r IdentityQualifiedWebhookEventDataSessionNetworkAsn) RawJSON() string + type IdentityQualifiedWebhookEventDataSessionNetworkBotManagement struct + CorporateProxy bool + JSON struct{ ... } + Score float64 + VerifiedBot bool + VerifiedBotCategory string + func (r *IdentityQualifiedWebhookEventDataSessionNetworkBotManagement) UnmarshalJSON(data []byte) error + func (r IdentityQualifiedWebhookEventDataSessionNetworkBotManagement) RawJSON() string + type IdentityQualifiedWebhookEventDataSessionScreen struct + Height float64 + JSON struct{ ... } + Width float64 + func (r *IdentityQualifiedWebhookEventDataSessionScreen) UnmarshalJSON(data []byte) error + func (r IdentityQualifiedWebhookEventDataSessionScreen) RawJSON() string + type IdentityQualifiedWebhookEventDataSessionUtm struct + Campaign string + Content string + JSON struct{ ... } + Medium string + Source string + Term string + func (r *IdentityQualifiedWebhookEventDataSessionUtm) UnmarshalJSON(data []byte) error + func (r IdentityQualifiedWebhookEventDataSessionUtm) RawJSON() string + type IdentityResolvedWebhookEvent struct + Created int64 + Data IdentityResolvedWebhookEventData + ID string + JSON struct{ ... } + Type constant.IdentityResolved + func (r *IdentityResolvedWebhookEvent) UnmarshalJSON(data []byte) error + func (r IdentityResolvedWebhookEvent) RawJSON() string + type IdentityResolvedWebhookEventData struct + Attribution IdentityResolvedWebhookEventDataAttribution + Identity IdentityResolvedWebhookEventDataIdentity + JSON struct{ ... } + Session IdentityResolvedWebhookEventDataSession + func (r *IdentityResolvedWebhookEventData) UnmarshalJSON(data []byte) error + func (r IdentityResolvedWebhookEventData) RawJSON() string + type IdentityResolvedWebhookEventDataAttribution struct + JSON struct{ ... } + PixelID string + Prid string + SessionID string + Type string + Vid string + func (r *IdentityResolvedWebhookEventDataAttribution) UnmarshalJSON(data []byte) error + func (r IdentityResolvedWebhookEventDataAttribution) RawJSON() string + type IdentityResolvedWebhookEventDataIdentity struct + Demographics IdentityResolvedWebhookEventDataIdentityDemographics + Emails []IdentityResolvedWebhookEventDataIdentityEmail + JSON struct{ ... } + LinkedinURL string + Location IdentityResolvedWebhookEventDataIdentityLocation + Phones []string + Professional IdentityResolvedWebhookEventDataIdentityProfessional + func (r *IdentityResolvedWebhookEventDataIdentity) UnmarshalJSON(data []byte) error + func (r IdentityResolvedWebhookEventDataIdentity) RawJSON() string + type IdentityResolvedWebhookEventDataIdentityDemographics struct + FirstName string + HasChildren bool + IsHomeowner bool + IsMarried bool + JSON struct{ ... } + LastName string + func (r *IdentityResolvedWebhookEventDataIdentityDemographics) UnmarshalJSON(data []byte) error + func (r IdentityResolvedWebhookEventDataIdentityDemographics) RawJSON() string + type IdentityResolvedWebhookEventDataIdentityEmail struct + JSON struct{ ... } + Type string + Value string + func (r *IdentityResolvedWebhookEventDataIdentityEmail) UnmarshalJSON(data []byte) error + func (r IdentityResolvedWebhookEventDataIdentityEmail) RawJSON() string + type IdentityResolvedWebhookEventDataIdentityLocation struct + City string + Country string + JSON struct{ ... } + State string + func (r *IdentityResolvedWebhookEventDataIdentityLocation) UnmarshalJSON(data []byte) error + func (r IdentityResolvedWebhookEventDataIdentityLocation) RawJSON() string + type IdentityResolvedWebhookEventDataIdentityProfessional struct + CompanyName string + JSON struct{ ... } + JobTitle string + func (r *IdentityResolvedWebhookEventDataIdentityProfessional) UnmarshalJSON(data []byte) error + func (r IdentityResolvedWebhookEventDataIdentityProfessional) RawJSON() string + type IdentityResolvedWebhookEventDataSession struct + CreatedAt float64 + EndedAt float64 + Fbclid string + Gclid string + JSON struct{ ... } + LandingPage string + LandingTitle string + Network IdentityResolvedWebhookEventDataSessionNetwork + Options map[string]any + Pid string + Referrer string + Screen IdentityResolvedWebhookEventDataSessionScreen + Sid string + Tenant string + Timezone string + UserAgent string + Utm IdentityResolvedWebhookEventDataSessionUtm + Vid string + func (r *IdentityResolvedWebhookEventDataSession) UnmarshalJSON(data []byte) error + func (r IdentityResolvedWebhookEventDataSession) RawJSON() string + type IdentityResolvedWebhookEventDataSessionNetwork struct + Asn IdentityResolvedWebhookEventDataSessionNetworkAsn + BotManagement IdentityResolvedWebhookEventDataSessionNetworkBotManagement + City string + Colo string + Continent string + Country string + IP string + IsEu bool + JSON struct{ ... } + Latitude string + Longitude string + MetroCode string + PostalCode string + Region string + RegionCode string + func (r *IdentityResolvedWebhookEventDataSessionNetwork) UnmarshalJSON(data []byte) error + func (r IdentityResolvedWebhookEventDataSessionNetwork) RawJSON() string + type IdentityResolvedWebhookEventDataSessionNetworkAsn struct + Code float64 + JSON struct{ ... } + Name string + func (r *IdentityResolvedWebhookEventDataSessionNetworkAsn) UnmarshalJSON(data []byte) error + func (r IdentityResolvedWebhookEventDataSessionNetworkAsn) RawJSON() string + type IdentityResolvedWebhookEventDataSessionNetworkBotManagement struct + CorporateProxy bool + JSON struct{ ... } + Score float64 + VerifiedBot bool + VerifiedBotCategory string + func (r *IdentityResolvedWebhookEventDataSessionNetworkBotManagement) UnmarshalJSON(data []byte) error + func (r IdentityResolvedWebhookEventDataSessionNetworkBotManagement) RawJSON() string + type IdentityResolvedWebhookEventDataSessionScreen struct + Height float64 + JSON struct{ ... } + Width float64 + func (r *IdentityResolvedWebhookEventDataSessionScreen) UnmarshalJSON(data []byte) error + func (r IdentityResolvedWebhookEventDataSessionScreen) RawJSON() string + type IdentityResolvedWebhookEventDataSessionUtm struct + Campaign string + Content string + JSON struct{ ... } + Medium string + Source string + Term string + func (r *IdentityResolvedWebhookEventDataSessionUtm) UnmarshalJSON(data []byte) error + func (r IdentityResolvedWebhookEventDataSessionUtm) RawJSON() string + type IdentitySessionFinalizedWebhookEvent struct + Created int64 + Data IdentitySessionFinalizedWebhookEventData + ID string + JSON struct{ ... } + Type constant.IdentitySessionFinalized + func (r *IdentitySessionFinalizedWebhookEvent) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEvent) RawJSON() string + type IdentitySessionFinalizedWebhookEventData struct + Enrichment IdentitySessionFinalizedWebhookEventDataEnrichment + EventCount float64 + FinalizedAt float64 + JSON struct{ ... } + Session IdentitySessionFinalizedWebhookEventDataSession + SessionEndedAt float64 + func (r *IdentitySessionFinalizedWebhookEventData) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventData) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataEnrichment struct + Companies []IdentitySessionFinalizedWebhookEventDataEnrichmentCompany + EmailValidations []IdentitySessionFinalizedWebhookEventDataEnrichmentEmailValidation + JSON struct{ ... } + Person IdentitySessionFinalizedWebhookEventDataEnrichmentPerson + func (r *IdentitySessionFinalizedWebhookEventDataEnrichment) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataEnrichment) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataEnrichmentCompany struct + Address IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyAddress + Description string + Domain string + EmployeeCount float64 + EnrichedAt string + EstimatedRevenue IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyEstimatedRevenue + FoundedYear float64 + Funding IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyFunding + Headcount IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyHeadcount + Industry string + JSON struct{ ... } + LinkedinFollowers IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyLinkedinFollowers + LinkedinID string + LinkedinURL string + LogoURL string + Name string + Provider string + Seo IdentitySessionFinalizedWebhookEventDataEnrichmentCompanySeo + Specialties []string + Taxonomy IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyTaxonomy + Type string + WebTraffic IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyWebTraffic + Website string + func (r *IdentitySessionFinalizedWebhookEventDataEnrichmentCompany) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataEnrichmentCompany) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyAddress struct + Country string + CountryCode string + JSON struct{ ... } + Locality string + PostalCode string + Region string + func (r *IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyAddress) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyAddress) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyEstimatedRevenue struct + Currency string + JSON struct{ ... } + Max float64 + Min float64 + func (r *IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyEstimatedRevenue) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyEstimatedRevenue) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyFunding struct + DaysSinceLastRound float64 + Investors []string + JSON struct{ ... } + LastRoundAmountUsd float64 + LastRoundType string + TotalRaisedUsd float64 + func (r *IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyFunding) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyFunding) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyHeadcount struct + Growth IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyHeadcountGrowth + JSON struct{ ... } + Total float64 + func (r *IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyHeadcount) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyHeadcount) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyHeadcountGrowth struct + JSON struct{ ... } + Mom float64 + Qoq float64 + Yoy float64 + func (r *IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyHeadcountGrowth) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyHeadcountGrowth) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyLinkedinFollowers struct + Count float64 + JSON struct{ ... } + MomGrowthPercent float64 + QoqGrowthPercent float64 + YoyGrowthPercent float64 + func (r *IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyLinkedinFollowers) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyLinkedinFollowers) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataEnrichmentCompanySeo struct + AverageAdRank float64 + AverageOrganicRank float64 + JSON struct{ ... } + MonthlyAdsSpend float64 + MonthlyOrganicClicks float64 + MonthlyOrganicValue float64 + MonthlyPaidClicks float64 + TotalOrganicKeywords float64 + func (r *IdentitySessionFinalizedWebhookEventDataEnrichmentCompanySeo) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataEnrichmentCompanySeo) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyTaxonomy struct + JSON struct{ ... } + LinkedinIndustry string + LinkedinSpecialties []string + func (r *IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyTaxonomy) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyTaxonomy) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyWebTraffic struct + JSON struct{ ... } + MomGrowthPercent float64 + MonthlyVisitors float64 + QoqGrowthPercent float64 + TrafficSources IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyWebTrafficTrafficSources + func (r *IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyWebTraffic) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyWebTraffic) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyWebTrafficTrafficSources struct + DirectPercent float64 + JSON struct{ ... } + PaidReferralPercent float64 + ReferralPercent float64 + SearchPercent float64 + SocialPercent float64 + func (r *IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyWebTrafficTrafficSources) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataEnrichmentCompanyWebTrafficTrafficSources) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataEnrichmentEmailValidation struct + Email string + Error IdentitySessionFinalizedWebhookEventDataEnrichmentEmailValidationError + JSON struct{ ... } + Provider string + Validity string + func (r *IdentitySessionFinalizedWebhookEventDataEnrichmentEmailValidation) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataEnrichmentEmailValidation) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataEnrichmentEmailValidationError struct + Code string + JSON struct{ ... } + Message string + func (r *IdentitySessionFinalizedWebhookEventDataEnrichmentEmailValidationError) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataEnrichmentEmailValidationError) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataEnrichmentPerson struct + Connections float64 + Education []IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEducation + Email string + Employments []IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmployment + EnrichedAt string + Experience []IdentitySessionFinalizedWebhookEventDataEnrichmentPersonExperience + FirstName string + FullName string + Headline string + JSON struct{ ... } + Languages []string + LastName string + LinkedinID string + LinkedinURL string + Location IdentitySessionFinalizedWebhookEventDataEnrichmentPersonLocation + ProfilePictureURL string + Provider string + Skills []string + Summary string + func (r *IdentitySessionFinalizedWebhookEventDataEnrichmentPerson) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataEnrichmentPerson) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEducation struct + Degree string + EndDate string + FieldOfStudy string + InstituteLinkedinID string + InstituteLogoURL string + InstituteName string + JSON struct{ ... } + StartDate string + func (r *IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEducation) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEducation) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmployment struct + Company IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompany + Description string + EndDate string + JSON struct{ ... } + Location string + StartDate string + Title string + func (r *IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmployment) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmployment) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompany struct + Address IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyAddress + Description string + Domain string + EmployeeCount float64 + EnrichedAt string + EstimatedRevenue IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyEstimatedRevenue + FoundedYear float64 + Funding IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyFunding + Headcount IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyHeadcount + Industry string + JSON struct{ ... } + LinkedinFollowers IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyLinkedinFollowers + LinkedinID string + LinkedinURL string + LogoURL string + Name string + Provider string + Seo IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanySeo + Specialties []string + Taxonomy IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyTaxonomy + Type string + WebTraffic IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyWebTraffic + Website string + func (r *IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompany) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompany) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyAddress struct + Country string + CountryCode string + JSON struct{ ... } + Locality string + PostalCode string + Region string + func (r *IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyAddress) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyAddress) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyEstimatedRevenue struct + Currency string + JSON struct{ ... } + Max float64 + Min float64 + func (r *IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyEstimatedRevenue) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyEstimatedRevenue) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyFunding struct + DaysSinceLastRound float64 + Investors []string + JSON struct{ ... } + LastRoundAmountUsd float64 + LastRoundType string + TotalRaisedUsd float64 + func (r *IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyFunding) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyFunding) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyHeadcount struct + Growth IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyHeadcountGrowth + JSON struct{ ... } + Total float64 + func (r *IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyHeadcount) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyHeadcount) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyHeadcountGrowth struct + JSON struct{ ... } + Mom float64 + Qoq float64 + Yoy float64 + func (r *IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyHeadcountGrowth) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyHeadcountGrowth) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyLinkedinFollowers struct + Count float64 + JSON struct{ ... } + MomGrowthPercent float64 + QoqGrowthPercent float64 + YoyGrowthPercent float64 + func (r *IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyLinkedinFollowers) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyLinkedinFollowers) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanySeo struct + AverageAdRank float64 + AverageOrganicRank float64 + JSON struct{ ... } + MonthlyAdsSpend float64 + MonthlyOrganicClicks float64 + MonthlyOrganicValue float64 + MonthlyPaidClicks float64 + TotalOrganicKeywords float64 + func (r *IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanySeo) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanySeo) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyTaxonomy struct + JSON struct{ ... } + LinkedinIndustry string + LinkedinSpecialties []string + func (r *IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyTaxonomy) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyTaxonomy) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyWebTraffic struct + JSON struct{ ... } + MomGrowthPercent float64 + MonthlyVisitors float64 + QoqGrowthPercent float64 + TrafficSources IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyWebTrafficTrafficSources + func (r *IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyWebTraffic) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyWebTraffic) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyWebTrafficTrafficSources struct + DirectPercent float64 + JSON struct{ ... } + PaidReferralPercent float64 + ReferralPercent float64 + SearchPercent float64 + SocialPercent float64 + func (r *IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyWebTrafficTrafficSources) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmploymentCompanyWebTrafficTrafficSources) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataEnrichmentPersonExperience struct + Company IdentitySessionFinalizedWebhookEventDataEnrichmentPersonExperienceCompany + Description string + EndDate string + JSON struct{ ... } + Location string + StartDate string + Title string + func (r *IdentitySessionFinalizedWebhookEventDataEnrichmentPersonExperience) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataEnrichmentPersonExperience) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataEnrichmentPersonExperienceCompany struct + Address IdentitySessionFinalizedWebhookEventDataEnrichmentPersonExperienceCompanyAddress + Description string + Domain string + EmployeeCount float64 + FoundedYear float64 + Industry string + JSON struct{ ... } + LinkedinID string + LinkedinURL string + LogoURL string + Name string + Type string + Website string + func (r *IdentitySessionFinalizedWebhookEventDataEnrichmentPersonExperienceCompany) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataEnrichmentPersonExperienceCompany) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataEnrichmentPersonExperienceCompanyAddress struct + Country string + CountryCode string + JSON struct{ ... } + Locality string + PostalCode string + Region string + func (r *IdentitySessionFinalizedWebhookEventDataEnrichmentPersonExperienceCompanyAddress) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataEnrichmentPersonExperienceCompanyAddress) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataEnrichmentPersonLocation struct + Country string + CountryCode string + JSON struct{ ... } + Locality string + PostalCode string + Raw string + Region string + func (r *IdentitySessionFinalizedWebhookEventDataEnrichmentPersonLocation) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataEnrichmentPersonLocation) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataSession struct + CreatedAt float64 + EndedAt float64 + Enrichments []IdentitySessionFinalizedWebhookEventDataSessionEnrichment + Events []IdentitySessionFinalizedWebhookEventDataSessionEvent + Fbclid string + Gclid string + JSON struct{ ... } + LandingPage string + LandingTitle string + LastActivity float64 + Network IdentitySessionFinalizedWebhookEventDataSessionNetwork + Options map[string]any + Pid string + Referrer string + Screen IdentitySessionFinalizedWebhookEventDataSessionScreen + Sid string + Tenant string + Timezone string + UserAgent string + Utm IdentitySessionFinalizedWebhookEventDataSessionUtm + Vid string + func (r *IdentitySessionFinalizedWebhookEventDataSession) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataSession) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataSessionEnrichment struct + EnrichedAt float64 + EnrichmentData string + JSON struct{ ... } + func (r *IdentitySessionFinalizedWebhookEventDataSessionEnrichment) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataSessionEnrichment) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataSessionEvent struct + JSON struct{ ... } + Outlink string + Props map[string]any + Ref string + Signal string + Title string + Ts float64 + URL string + V string + func (r *IdentitySessionFinalizedWebhookEventDataSessionEvent) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataSessionEvent) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataSessionNetwork struct + Asn IdentitySessionFinalizedWebhookEventDataSessionNetworkAsn + BotManagement IdentitySessionFinalizedWebhookEventDataSessionNetworkBotManagement + City string + Colo string + Continent string + Country string + IP string + IsEu bool + JSON struct{ ... } + Latitude string + Longitude string + MetroCode string + PostalCode string + Region string + RegionCode string + func (r *IdentitySessionFinalizedWebhookEventDataSessionNetwork) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataSessionNetwork) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataSessionNetworkAsn struct + Code float64 + JSON struct{ ... } + Name string + func (r *IdentitySessionFinalizedWebhookEventDataSessionNetworkAsn) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataSessionNetworkAsn) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataSessionNetworkBotManagement struct + CorporateProxy bool + JSON struct{ ... } + Score float64 + VerifiedBot bool + VerifiedBotCategory string + func (r *IdentitySessionFinalizedWebhookEventDataSessionNetworkBotManagement) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataSessionNetworkBotManagement) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataSessionScreen struct + Height float64 + JSON struct{ ... } + Width float64 + func (r *IdentitySessionFinalizedWebhookEventDataSessionScreen) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataSessionScreen) RawJSON() string + type IdentitySessionFinalizedWebhookEventDataSessionUtm struct + Campaign string + Content string + JSON struct{ ... } + Medium string + Source string + Term string + func (r *IdentitySessionFinalizedWebhookEventDataSessionUtm) UnmarshalJSON(data []byte) error + func (r IdentitySessionFinalizedWebhookEventDataSessionUtm) RawJSON() string + type IdentityValidatedWebhookEvent struct + Created int64 + Data IdentityValidatedWebhookEventData + ID string + JSON struct{ ... } + Type constant.IdentityValidated + func (r *IdentityValidatedWebhookEvent) UnmarshalJSON(data []byte) error + func (r IdentityValidatedWebhookEvent) RawJSON() string + type IdentityValidatedWebhookEventData struct + Attribution IdentityValidatedWebhookEventDataAttribution + JSON struct{ ... } + Session IdentityValidatedWebhookEventDataSession + Validations []IdentityValidatedWebhookEventDataValidation + func (r *IdentityValidatedWebhookEventData) UnmarshalJSON(data []byte) error + func (r IdentityValidatedWebhookEventData) RawJSON() string + type IdentityValidatedWebhookEventDataAttribution struct + JSON struct{ ... } + PixelID string + Prid string + SessionID string + Type string + Vid string + func (r *IdentityValidatedWebhookEventDataAttribution) UnmarshalJSON(data []byte) error + func (r IdentityValidatedWebhookEventDataAttribution) RawJSON() string + type IdentityValidatedWebhookEventDataSession struct + CreatedAt float64 + EndedAt float64 + Fbclid string + Gclid string + JSON struct{ ... } + LandingPage string + LandingTitle string + Network IdentityValidatedWebhookEventDataSessionNetwork + Options map[string]any + Pid string + Referrer string + Screen IdentityValidatedWebhookEventDataSessionScreen + Sid string + Tenant string + Timezone string + UserAgent string + Utm IdentityValidatedWebhookEventDataSessionUtm + Vid string + func (r *IdentityValidatedWebhookEventDataSession) UnmarshalJSON(data []byte) error + func (r IdentityValidatedWebhookEventDataSession) RawJSON() string + type IdentityValidatedWebhookEventDataSessionNetwork struct + Asn IdentityValidatedWebhookEventDataSessionNetworkAsn + BotManagement IdentityValidatedWebhookEventDataSessionNetworkBotManagement + City string + Colo string + Continent string + Country string + IP string + IsEu bool + JSON struct{ ... } + Latitude string + Longitude string + MetroCode string + PostalCode string + Region string + RegionCode string + func (r *IdentityValidatedWebhookEventDataSessionNetwork) UnmarshalJSON(data []byte) error + func (r IdentityValidatedWebhookEventDataSessionNetwork) RawJSON() string + type IdentityValidatedWebhookEventDataSessionNetworkAsn struct + Code float64 + JSON struct{ ... } + Name string + func (r *IdentityValidatedWebhookEventDataSessionNetworkAsn) UnmarshalJSON(data []byte) error + func (r IdentityValidatedWebhookEventDataSessionNetworkAsn) RawJSON() string + type IdentityValidatedWebhookEventDataSessionNetworkBotManagement struct + CorporateProxy bool + JSON struct{ ... } + Score float64 + VerifiedBot bool + VerifiedBotCategory string + func (r *IdentityValidatedWebhookEventDataSessionNetworkBotManagement) UnmarshalJSON(data []byte) error + func (r IdentityValidatedWebhookEventDataSessionNetworkBotManagement) RawJSON() string + type IdentityValidatedWebhookEventDataSessionScreen struct + Height float64 + JSON struct{ ... } + Width float64 + func (r *IdentityValidatedWebhookEventDataSessionScreen) UnmarshalJSON(data []byte) error + func (r IdentityValidatedWebhookEventDataSessionScreen) RawJSON() string + type IdentityValidatedWebhookEventDataSessionUtm struct + Campaign string + Content string + JSON struct{ ... } + Medium string + Source string + Term string + func (r *IdentityValidatedWebhookEventDataSessionUtm) UnmarshalJSON(data []byte) error + func (r IdentityValidatedWebhookEventDataSessionUtm) RawJSON() string + type IdentityValidatedWebhookEventDataValidation struct + Email string + Error IdentityValidatedWebhookEventDataValidationError + JSON struct{ ... } + Provider string + Validity string + func (r *IdentityValidatedWebhookEventDataValidation) UnmarshalJSON(data []byte) error + func (r IdentityValidatedWebhookEventDataValidation) RawJSON() string + type IdentityValidatedWebhookEventDataValidationError struct + Code string + JSON struct{ ... } + Message string + func (r *IdentityValidatedWebhookEventDataValidationError) UnmarshalJSON(data []byte) error + func (r IdentityValidatedWebhookEventDataValidationError) RawJSON() string + type UnwrapUnsafeWebhookEventUnion struct + Created int64 + Data UnwrapUnsafeWebhookEventUnionData + ID string + JSON struct{ ... } + Type string + func (r *UnwrapUnsafeWebhookEventUnion) UnmarshalJSON(data []byte) error + func (u UnwrapUnsafeWebhookEventUnion) AsAny() anyUnwrapUnsafeWebhookEvent + func (u UnwrapUnsafeWebhookEventUnion) AsIdentityEnriched() (v IdentityEnrichedWebhookEvent) + func (u UnwrapUnsafeWebhookEventUnion) AsIdentityQualified() (v IdentityQualifiedWebhookEvent) + func (u UnwrapUnsafeWebhookEventUnion) AsIdentityResolved() (v IdentityResolvedWebhookEvent) + func (u UnwrapUnsafeWebhookEventUnion) AsIdentitySessionFinalized() (v IdentitySessionFinalizedWebhookEvent) + func (u UnwrapUnsafeWebhookEventUnion) AsIdentityValidated() (v IdentityValidatedWebhookEvent) + func (u UnwrapUnsafeWebhookEventUnion) RawJSON() string + type UnwrapUnsafeWebhookEventUnionData struct + Attribution UnwrapUnsafeWebhookEventUnionDataAttribution + CompaniesEnriched float64 + Enrichment UnwrapUnsafeWebhookEventUnionDataEnrichment + EventCount float64 + FinalizedAt float64 + Identity UnwrapUnsafeWebhookEventUnionDataIdentity + JSON struct{ ... } + Query IdentityEnrichedWebhookEventDataQuery + Session UnwrapUnsafeWebhookEventUnionDataSession + SessionEndedAt float64 + Validations []IdentityValidatedWebhookEventDataValidation + func (r *UnwrapUnsafeWebhookEventUnionData) UnmarshalJSON(data []byte) error + type UnwrapUnsafeWebhookEventUnionDataAttribution struct + JSON struct{ ... } + PixelID string + Prid string + SessionID string + Type string + Vid string + func (r *UnwrapUnsafeWebhookEventUnionDataAttribution) UnmarshalJSON(data []byte) error + type UnwrapUnsafeWebhookEventUnionDataEnrichment struct + Companies UnwrapUnsafeWebhookEventUnionDataEnrichmentCompanies + EmailValidations UnwrapUnsafeWebhookEventUnionDataEnrichmentEmailValidations + JSON struct{ ... } + Person UnwrapUnsafeWebhookEventUnionDataEnrichmentPerson + func (r *UnwrapUnsafeWebhookEventUnionDataEnrichment) UnmarshalJSON(data []byte) error + type UnwrapUnsafeWebhookEventUnionDataEnrichmentCompanies struct + JSON struct{ ... } + OfIdentityEnrichedWebhookEventDataEnrichmentCompanies []IdentityEnrichedWebhookEventDataEnrichmentCompany + OfIdentitySessionFinalizedWebhookEventDataEnrichmentCompanies []IdentitySessionFinalizedWebhookEventDataEnrichmentCompany + func (r *UnwrapUnsafeWebhookEventUnionDataEnrichmentCompanies) UnmarshalJSON(data []byte) error + type UnwrapUnsafeWebhookEventUnionDataEnrichmentEmailValidations struct + JSON struct{ ... } + OfIdentityEnrichedWebhookEventDataEnrichmentEmailValidations []IdentityEnrichedWebhookEventDataEnrichmentEmailValidation + OfIdentitySessionFinalizedWebhookEventDataEnrichmentEmailValidations []IdentitySessionFinalizedWebhookEventDataEnrichmentEmailValidation + func (r *UnwrapUnsafeWebhookEventUnionDataEnrichmentEmailValidations) UnmarshalJSON(data []byte) error + type UnwrapUnsafeWebhookEventUnionDataEnrichmentPerson struct + Connections float64 + Education UnwrapUnsafeWebhookEventUnionDataEnrichmentPersonEducation + Email string + Employments UnwrapUnsafeWebhookEventUnionDataEnrichmentPersonEmployments + EnrichedAt string + Experience UnwrapUnsafeWebhookEventUnionDataEnrichmentPersonExperience + FirstName string + FullName string + Headline string + JSON struct{ ... } + Languages []string + LastName string + LinkedinID string + LinkedinURL string + Location UnwrapUnsafeWebhookEventUnionDataEnrichmentPersonLocation + ProfilePictureURL string + Provider string + Skills []string + Summary string + func (r *UnwrapUnsafeWebhookEventUnionDataEnrichmentPerson) UnmarshalJSON(data []byte) error + type UnwrapUnsafeWebhookEventUnionDataEnrichmentPersonEducation struct + JSON struct{ ... } + OfIdentityEnrichedWebhookEventDataEnrichmentPersonEducationArray []IdentityEnrichedWebhookEventDataEnrichmentPersonEducation + OfIdentitySessionFinalizedWebhookEventDataEnrichmentPersonEducationArray []IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEducation + func (r *UnwrapUnsafeWebhookEventUnionDataEnrichmentPersonEducation) UnmarshalJSON(data []byte) error + type UnwrapUnsafeWebhookEventUnionDataEnrichmentPersonEmployments struct + JSON struct{ ... } + OfIdentityEnrichedWebhookEventDataEnrichmentPersonEmployments []IdentityEnrichedWebhookEventDataEnrichmentPersonEmployment + OfIdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmployments []IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmployment + func (r *UnwrapUnsafeWebhookEventUnionDataEnrichmentPersonEmployments) UnmarshalJSON(data []byte) error + type UnwrapUnsafeWebhookEventUnionDataEnrichmentPersonExperience struct + JSON struct{ ... } + OfIdentityEnrichedWebhookEventDataEnrichmentPersonExperienceArray []IdentityEnrichedWebhookEventDataEnrichmentPersonExperience + OfIdentitySessionFinalizedWebhookEventDataEnrichmentPersonExperienceArray []IdentitySessionFinalizedWebhookEventDataEnrichmentPersonExperience + func (r *UnwrapUnsafeWebhookEventUnionDataEnrichmentPersonExperience) UnmarshalJSON(data []byte) error + type UnwrapUnsafeWebhookEventUnionDataEnrichmentPersonLocation struct + Country string + CountryCode string + JSON struct{ ... } + Locality string + PostalCode string + Raw string + Region string + func (r *UnwrapUnsafeWebhookEventUnionDataEnrichmentPersonLocation) UnmarshalJSON(data []byte) error + type UnwrapUnsafeWebhookEventUnionDataIdentity struct + Demographics UnwrapUnsafeWebhookEventUnionDataIdentityDemographics + Emails UnwrapUnsafeWebhookEventUnionDataIdentityEmails + JSON struct{ ... } + LinkedinURL string + Location UnwrapUnsafeWebhookEventUnionDataIdentityLocation + Phones []string + Professional UnwrapUnsafeWebhookEventUnionDataIdentityProfessional + func (r *UnwrapUnsafeWebhookEventUnionDataIdentity) UnmarshalJSON(data []byte) error + type UnwrapUnsafeWebhookEventUnionDataIdentityDemographics struct + FirstName string + HasChildren bool + IsHomeowner bool + IsMarried bool + JSON struct{ ... } + LastName string + func (r *UnwrapUnsafeWebhookEventUnionDataIdentityDemographics) UnmarshalJSON(data []byte) error + type UnwrapUnsafeWebhookEventUnionDataIdentityEmails struct + JSON struct{ ... } + OfIdentityQualifiedWebhookEventDataIdentityEmails []IdentityQualifiedWebhookEventDataIdentityEmail + OfIdentityResolvedWebhookEventDataIdentityEmails []IdentityResolvedWebhookEventDataIdentityEmail + func (r *UnwrapUnsafeWebhookEventUnionDataIdentityEmails) UnmarshalJSON(data []byte) error + type UnwrapUnsafeWebhookEventUnionDataIdentityLocation struct + City string + Country string + JSON struct{ ... } + State string + func (r *UnwrapUnsafeWebhookEventUnionDataIdentityLocation) UnmarshalJSON(data []byte) error + type UnwrapUnsafeWebhookEventUnionDataIdentityProfessional struct + CompanyName string + JSON struct{ ... } + JobTitle string + func (r *UnwrapUnsafeWebhookEventUnionDataIdentityProfessional) UnmarshalJSON(data []byte) error + type UnwrapUnsafeWebhookEventUnionDataSession struct + CreatedAt float64 + EndedAt float64 + Enrichments []IdentitySessionFinalizedWebhookEventDataSessionEnrichment + Events []IdentitySessionFinalizedWebhookEventDataSessionEvent + Fbclid string + Gclid string + JSON struct{ ... } + LandingPage string + LandingTitle string + LastActivity float64 + Network UnwrapUnsafeWebhookEventUnionDataSessionNetwork + Options any + Pid string + Referrer string + Screen UnwrapUnsafeWebhookEventUnionDataSessionScreen + Sid string + Tenant string + Timezone string + UserAgent string + Utm UnwrapUnsafeWebhookEventUnionDataSessionUtm + Vid string + func (r *UnwrapUnsafeWebhookEventUnionDataSession) UnmarshalJSON(data []byte) error + type UnwrapUnsafeWebhookEventUnionDataSessionNetwork struct + Asn UnwrapUnsafeWebhookEventUnionDataSessionNetworkAsn + BotManagement UnwrapUnsafeWebhookEventUnionDataSessionNetworkBotManagement + City string + Colo string + Continent string + Country string + IP string + IsEu bool + JSON struct{ ... } + Latitude string + Longitude string + MetroCode string + PostalCode string + Region string + RegionCode string + func (r *UnwrapUnsafeWebhookEventUnionDataSessionNetwork) UnmarshalJSON(data []byte) error + type UnwrapUnsafeWebhookEventUnionDataSessionNetworkAsn struct + Code float64 + JSON struct{ ... } + Name string + func (r *UnwrapUnsafeWebhookEventUnionDataSessionNetworkAsn) UnmarshalJSON(data []byte) error + type UnwrapUnsafeWebhookEventUnionDataSessionNetworkBotManagement struct + CorporateProxy bool + JSON struct{ ... } + Score float64 + VerifiedBot bool + VerifiedBotCategory string + func (r *UnwrapUnsafeWebhookEventUnionDataSessionNetworkBotManagement) UnmarshalJSON(data []byte) error + type UnwrapUnsafeWebhookEventUnionDataSessionScreen struct + Height float64 + JSON struct{ ... } + Width float64 + func (r *UnwrapUnsafeWebhookEventUnionDataSessionScreen) UnmarshalJSON(data []byte) error + type UnwrapUnsafeWebhookEventUnionDataSessionUtm struct + Campaign string + Content string + JSON struct{ ... } + Medium string + Source string + Term string + func (r *UnwrapUnsafeWebhookEventUnionDataSessionUtm) UnmarshalJSON(data []byte) error + type UnwrapWebhookEventUnion struct + Created int64 + Data UnwrapWebhookEventUnionData + ID string + JSON struct{ ... } + Type string + func (r *UnwrapWebhookEventUnion) UnmarshalJSON(data []byte) error + func (u UnwrapWebhookEventUnion) AsAny() anyUnwrapWebhookEvent + func (u UnwrapWebhookEventUnion) AsIdentityEnriched() (v IdentityEnrichedWebhookEvent) + func (u UnwrapWebhookEventUnion) AsIdentityQualified() (v IdentityQualifiedWebhookEvent) + func (u UnwrapWebhookEventUnion) AsIdentityResolved() (v IdentityResolvedWebhookEvent) + func (u UnwrapWebhookEventUnion) AsIdentitySessionFinalized() (v IdentitySessionFinalizedWebhookEvent) + func (u UnwrapWebhookEventUnion) AsIdentityValidated() (v IdentityValidatedWebhookEvent) + func (u UnwrapWebhookEventUnion) RawJSON() string + type UnwrapWebhookEventUnionData struct + Attribution UnwrapWebhookEventUnionDataAttribution + CompaniesEnriched float64 + Enrichment UnwrapWebhookEventUnionDataEnrichment + EventCount float64 + FinalizedAt float64 + Identity UnwrapWebhookEventUnionDataIdentity + JSON struct{ ... } + Query IdentityEnrichedWebhookEventDataQuery + Session UnwrapWebhookEventUnionDataSession + SessionEndedAt float64 + Validations []IdentityValidatedWebhookEventDataValidation + func (r *UnwrapWebhookEventUnionData) UnmarshalJSON(data []byte) error + type UnwrapWebhookEventUnionDataAttribution struct + JSON struct{ ... } + PixelID string + Prid string + SessionID string + Type string + Vid string + func (r *UnwrapWebhookEventUnionDataAttribution) UnmarshalJSON(data []byte) error + type UnwrapWebhookEventUnionDataEnrichment struct + Companies UnwrapWebhookEventUnionDataEnrichmentCompanies + EmailValidations UnwrapWebhookEventUnionDataEnrichmentEmailValidations + JSON struct{ ... } + Person UnwrapWebhookEventUnionDataEnrichmentPerson + func (r *UnwrapWebhookEventUnionDataEnrichment) UnmarshalJSON(data []byte) error + type UnwrapWebhookEventUnionDataEnrichmentCompanies struct + JSON struct{ ... } + OfIdentityEnrichedWebhookEventDataEnrichmentCompanies []IdentityEnrichedWebhookEventDataEnrichmentCompany + OfIdentitySessionFinalizedWebhookEventDataEnrichmentCompanies []IdentitySessionFinalizedWebhookEventDataEnrichmentCompany + func (r *UnwrapWebhookEventUnionDataEnrichmentCompanies) UnmarshalJSON(data []byte) error + type UnwrapWebhookEventUnionDataEnrichmentEmailValidations struct + JSON struct{ ... } + OfIdentityEnrichedWebhookEventDataEnrichmentEmailValidations []IdentityEnrichedWebhookEventDataEnrichmentEmailValidation + OfIdentitySessionFinalizedWebhookEventDataEnrichmentEmailValidations []IdentitySessionFinalizedWebhookEventDataEnrichmentEmailValidation + func (r *UnwrapWebhookEventUnionDataEnrichmentEmailValidations) UnmarshalJSON(data []byte) error + type UnwrapWebhookEventUnionDataEnrichmentPerson struct + Connections float64 + Education UnwrapWebhookEventUnionDataEnrichmentPersonEducation + Email string + Employments UnwrapWebhookEventUnionDataEnrichmentPersonEmployments + EnrichedAt string + Experience UnwrapWebhookEventUnionDataEnrichmentPersonExperience + FirstName string + FullName string + Headline string + JSON struct{ ... } + Languages []string + LastName string + LinkedinID string + LinkedinURL string + Location UnwrapWebhookEventUnionDataEnrichmentPersonLocation + ProfilePictureURL string + Provider string + Skills []string + Summary string + func (r *UnwrapWebhookEventUnionDataEnrichmentPerson) UnmarshalJSON(data []byte) error + type UnwrapWebhookEventUnionDataEnrichmentPersonEducation struct + JSON struct{ ... } + OfIdentityEnrichedWebhookEventDataEnrichmentPersonEducationArray []IdentityEnrichedWebhookEventDataEnrichmentPersonEducation + OfIdentitySessionFinalizedWebhookEventDataEnrichmentPersonEducationArray []IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEducation + func (r *UnwrapWebhookEventUnionDataEnrichmentPersonEducation) UnmarshalJSON(data []byte) error + type UnwrapWebhookEventUnionDataEnrichmentPersonEmployments struct + JSON struct{ ... } + OfIdentityEnrichedWebhookEventDataEnrichmentPersonEmployments []IdentityEnrichedWebhookEventDataEnrichmentPersonEmployment + OfIdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmployments []IdentitySessionFinalizedWebhookEventDataEnrichmentPersonEmployment + func (r *UnwrapWebhookEventUnionDataEnrichmentPersonEmployments) UnmarshalJSON(data []byte) error + type UnwrapWebhookEventUnionDataEnrichmentPersonExperience struct + JSON struct{ ... } + OfIdentityEnrichedWebhookEventDataEnrichmentPersonExperienceArray []IdentityEnrichedWebhookEventDataEnrichmentPersonExperience + OfIdentitySessionFinalizedWebhookEventDataEnrichmentPersonExperienceArray []IdentitySessionFinalizedWebhookEventDataEnrichmentPersonExperience + func (r *UnwrapWebhookEventUnionDataEnrichmentPersonExperience) UnmarshalJSON(data []byte) error + type UnwrapWebhookEventUnionDataEnrichmentPersonLocation struct + Country string + CountryCode string + JSON struct{ ... } + Locality string + PostalCode string + Raw string + Region string + func (r *UnwrapWebhookEventUnionDataEnrichmentPersonLocation) UnmarshalJSON(data []byte) error + type UnwrapWebhookEventUnionDataIdentity struct + Demographics UnwrapWebhookEventUnionDataIdentityDemographics + Emails UnwrapWebhookEventUnionDataIdentityEmails + JSON struct{ ... } + LinkedinURL string + Location UnwrapWebhookEventUnionDataIdentityLocation + Phones []string + Professional UnwrapWebhookEventUnionDataIdentityProfessional + func (r *UnwrapWebhookEventUnionDataIdentity) UnmarshalJSON(data []byte) error + type UnwrapWebhookEventUnionDataIdentityDemographics struct + FirstName string + HasChildren bool + IsHomeowner bool + IsMarried bool + JSON struct{ ... } + LastName string + func (r *UnwrapWebhookEventUnionDataIdentityDemographics) UnmarshalJSON(data []byte) error + type UnwrapWebhookEventUnionDataIdentityEmails struct + JSON struct{ ... } + OfIdentityQualifiedWebhookEventDataIdentityEmails []IdentityQualifiedWebhookEventDataIdentityEmail + OfIdentityResolvedWebhookEventDataIdentityEmails []IdentityResolvedWebhookEventDataIdentityEmail + func (r *UnwrapWebhookEventUnionDataIdentityEmails) UnmarshalJSON(data []byte) error + type UnwrapWebhookEventUnionDataIdentityLocation struct + City string + Country string + JSON struct{ ... } + State string + func (r *UnwrapWebhookEventUnionDataIdentityLocation) UnmarshalJSON(data []byte) error + type UnwrapWebhookEventUnionDataIdentityProfessional struct + CompanyName string + JSON struct{ ... } + JobTitle string + func (r *UnwrapWebhookEventUnionDataIdentityProfessional) UnmarshalJSON(data []byte) error + type UnwrapWebhookEventUnionDataSession struct + CreatedAt float64 + EndedAt float64 + Enrichments []IdentitySessionFinalizedWebhookEventDataSessionEnrichment + Events []IdentitySessionFinalizedWebhookEventDataSessionEvent + Fbclid string + Gclid string + JSON struct{ ... } + LandingPage string + LandingTitle string + LastActivity float64 + Network UnwrapWebhookEventUnionDataSessionNetwork + Options any + Pid string + Referrer string + Screen UnwrapWebhookEventUnionDataSessionScreen + Sid string + Tenant string + Timezone string + UserAgent string + Utm UnwrapWebhookEventUnionDataSessionUtm + Vid string + func (r *UnwrapWebhookEventUnionDataSession) UnmarshalJSON(data []byte) error + type UnwrapWebhookEventUnionDataSessionNetwork struct + Asn UnwrapWebhookEventUnionDataSessionNetworkAsn + BotManagement UnwrapWebhookEventUnionDataSessionNetworkBotManagement + City string + Colo string + Continent string + Country string + IP string + IsEu bool + JSON struct{ ... } + Latitude string + Longitude string + MetroCode string + PostalCode string + Region string + RegionCode string + func (r *UnwrapWebhookEventUnionDataSessionNetwork) UnmarshalJSON(data []byte) error + type UnwrapWebhookEventUnionDataSessionNetworkAsn struct + Code float64 + JSON struct{ ... } + Name string + func (r *UnwrapWebhookEventUnionDataSessionNetworkAsn) UnmarshalJSON(data []byte) error + type UnwrapWebhookEventUnionDataSessionNetworkBotManagement struct + CorporateProxy bool + JSON struct{ ... } + Score float64 + VerifiedBot bool + VerifiedBotCategory string + func (r *UnwrapWebhookEventUnionDataSessionNetworkBotManagement) UnmarshalJSON(data []byte) error + type UnwrapWebhookEventUnionDataSessionScreen struct + Height float64 + JSON struct{ ... } + Width float64 + func (r *UnwrapWebhookEventUnionDataSessionScreen) UnmarshalJSON(data []byte) error + type UnwrapWebhookEventUnionDataSessionUtm struct + Campaign string + Content string + JSON struct{ ... } + Medium string + Source string + Term string + func (r *UnwrapWebhookEventUnionDataSessionUtm) UnmarshalJSON(data []byte) error + type WebhookService struct + Options []option.RequestOption + func NewWebhookService(opts ...option.RequestOption) (r WebhookService) + func (r *WebhookService) Unwrap(payload []byte, headers http.Header, opts ...option.RequestOption) (*UnwrapWebhookEventUnion, error) + func (r *WebhookService) UnwrapUnsafe(payload []byte, opts ...option.RequestOption) (*UnwrapUnsafeWebhookEventUnion, error)