class Google::Apis::FirebasedynamiclinksV1::ITunesConnectAnalytics
Parameters for iTunes Connect App Analytics.
Attributes
at[RW]
Affiliate token used to create affiliate-coded links. Corresponds to the JSON property `at` @return [String]
ct[RW]
Campaign text that developers can optionally add to any link in order to track sales from a specific marketing campaign. Corresponds to the JSON property `ct` @return [String]
mt[RW]
iTune media types, including music, podcasts, audiobooks and so on. Corresponds to the JSON property `mt` @return [String]
pt[RW]
Provider token that enables analytics for Dynamic Links from within iTunes Connect. Corresponds to the JSON property `pt` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/firebasedynamiclinks_v1/classes.rb, line 855 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/firebasedynamiclinks_v1/classes.rb, line 860 def update!(**args) @at = args[:at] if args.key?(:at) @ct = args[:ct] if args.key?(:ct) @mt = args[:mt] if args.key?(:mt) @pt = args[:pt] if args.key?(:pt) end