Class: HighLevel::Models::Contacts::AttributionSource
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Contacts::AttributionSource
- Defined in:
- lib/high_level/models/contacts/attribution_source.rb
Instance Attribute Summary collapse
-
#campaign ⇒ Object
readonly
Returns the value of attribute campaign.
-
#campaign_id ⇒ Object
readonly
Returns the value of attribute campaign_id.
-
#dclid ⇒ Object
readonly
Returns the value of attribute dclid.
-
#fb_event_id ⇒ Object
readonly
Returns the value of attribute fb_event_id.
-
#fbc ⇒ Object
readonly
Returns the value of attribute fbc.
-
#fbclid ⇒ Object
readonly
Returns the value of attribute fbclid.
-
#fbp ⇒ Object
readonly
Returns the value of attribute fbp.
-
#gclid ⇒ Object
readonly
Returns the value of attribute gclid.
-
#ip ⇒ Object
readonly
Returns the value of attribute ip.
-
#medium ⇒ Object
readonly
Returns the value of attribute medium.
-
#medium_id ⇒ Object
readonly
Returns the value of attribute medium_id.
-
#msclikid ⇒ Object
readonly
Returns the value of attribute msclikid.
-
#referrer ⇒ Object
readonly
Returns the value of attribute referrer.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
-
#user_agent ⇒ Object
readonly
Returns the value of attribute user_agent.
-
#utm_content ⇒ Object
readonly
Returns the value of attribute utm_content.
-
#utm_medium ⇒ Object
readonly
Returns the value of attribute utm_medium.
-
#utm_source ⇒ Object
readonly
Returns the value of attribute utm_source.
Instance Attribute Details
#campaign ⇒ Object (readonly)
Returns the value of attribute campaign
9 10 11 |
# File 'lib/high_level/models/contacts/attribution_source.rb', line 9 def campaign @campaign end |
#campaign_id ⇒ Object (readonly)
Returns the value of attribute campaign_id
9 10 11 |
# File 'lib/high_level/models/contacts/attribution_source.rb', line 9 def campaign_id @campaign_id end |
#dclid ⇒ Object (readonly)
Returns the value of attribute dclid
9 10 11 |
# File 'lib/high_level/models/contacts/attribution_source.rb', line 9 def dclid @dclid end |
#fb_event_id ⇒ Object (readonly)
Returns the value of attribute fb_event_id
9 10 11 |
# File 'lib/high_level/models/contacts/attribution_source.rb', line 9 def fb_event_id @fb_event_id end |
#fbc ⇒ Object (readonly)
Returns the value of attribute fbc
9 10 11 |
# File 'lib/high_level/models/contacts/attribution_source.rb', line 9 def fbc @fbc end |
#fbclid ⇒ Object (readonly)
Returns the value of attribute fbclid
9 10 11 |
# File 'lib/high_level/models/contacts/attribution_source.rb', line 9 def fbclid @fbclid end |
#fbp ⇒ Object (readonly)
Returns the value of attribute fbp
9 10 11 |
# File 'lib/high_level/models/contacts/attribution_source.rb', line 9 def fbp @fbp end |
#gclid ⇒ Object (readonly)
Returns the value of attribute gclid
9 10 11 |
# File 'lib/high_level/models/contacts/attribution_source.rb', line 9 def gclid @gclid end |
#ip ⇒ Object (readonly)
Returns the value of attribute ip
9 10 11 |
# File 'lib/high_level/models/contacts/attribution_source.rb', line 9 def ip @ip end |
#medium ⇒ Object (readonly)
Returns the value of attribute medium
9 10 11 |
# File 'lib/high_level/models/contacts/attribution_source.rb', line 9 def medium @medium end |
#medium_id ⇒ Object (readonly)
Returns the value of attribute medium_id
9 10 11 |
# File 'lib/high_level/models/contacts/attribution_source.rb', line 9 def medium_id @medium_id end |
#msclikid ⇒ Object (readonly)
Returns the value of attribute msclikid
9 10 11 |
# File 'lib/high_level/models/contacts/attribution_source.rb', line 9 def msclikid @msclikid end |
#referrer ⇒ Object (readonly)
Returns the value of attribute referrer
9 10 11 |
# File 'lib/high_level/models/contacts/attribution_source.rb', line 9 def referrer @referrer end |
#url ⇒ Object (readonly)
Returns the value of attribute url
9 10 11 |
# File 'lib/high_level/models/contacts/attribution_source.rb', line 9 def url @url end |
#user_agent ⇒ Object (readonly)
Returns the value of attribute user_agent
9 10 11 |
# File 'lib/high_level/models/contacts/attribution_source.rb', line 9 def user_agent @user_agent end |
#utm_content ⇒ Object (readonly)
Returns the value of attribute utm_content
9 10 11 |
# File 'lib/high_level/models/contacts/attribution_source.rb', line 9 def utm_content @utm_content end |
#utm_medium ⇒ Object (readonly)
Returns the value of attribute utm_medium
9 10 11 |
# File 'lib/high_level/models/contacts/attribution_source.rb', line 9 def utm_medium @utm_medium end |
#utm_source ⇒ Object (readonly)
Returns the value of attribute utm_source
9 10 11 |
# File 'lib/high_level/models/contacts/attribution_source.rb', line 9 def utm_source @utm_source end |