GoodAnalytics.Api.Schemas.LinkResponse (GoodAnalytics v0.1.1)

Copy Markdown View Source

Full tracked-link resource returned by the API.

Includes link configuration, aggregate performance metrics, and timestamps.

Summary

Functions

Callback implementation for OpenApiSpex.Schema.schema/0.

Types

t()

@type t() :: %GoodAnalytics.Api.Schemas.LinkResponse{
  android_url: term(),
  domain: term(),
  expires_at: term(),
  external_id: term(),
  geo_targeting: term(),
  id: term(),
  inserted_at: term(),
  ios_url: term(),
  key: term(),
  link_type: term(),
  metadata: term(),
  og_description: term(),
  og_image: term(),
  og_title: term(),
  partner_id: term(),
  tags: term(),
  total_clicks: term(),
  total_leads: term(),
  total_revenue_cents: term(),
  total_sales: term(),
  unique_clicks: term(),
  updated_at: term(),
  url: term(),
  utm_campaign: term(),
  utm_content: term(),
  utm_medium: term(),
  utm_source: term(),
  utm_term: term()
}

Functions

schema()

Callback implementation for OpenApiSpex.Schema.schema/0.