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

Copy Markdown View Source

Request body for partially updating a tracked link.

All fields are optional and map to mutable link attributes.

Summary

Functions

Callback implementation for OpenApiSpex.Schema.schema/0.

Types

t()

@type t() :: %GoodAnalytics.Api.Schemas.LinkUpdateParams{
  android_url: term(),
  expires_at: term(),
  external_id: term(),
  geo_targeting: term(),
  ios_url: term(),
  link_type: term(),
  metadata: term(),
  og_description: term(),
  og_image: term(),
  og_title: term(),
  partner_id: term(),
  tags: 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.