Skip to content

Commit abaa0f6

Browse files
authored
Merge pull request #79 from openstax/tracking-parameters
add tracking params to the lead object
2 parents 559c396 + d6db125 commit abaa0f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/openstax/salesforce/remote/lead.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class Lead < ActiveForce::SObject
4141
field :instant_conversion, from: 'Instant_Conversion__c', as: :boolean
4242
field :signup_date, from: 'Signup_Date__c', as: :datetime
4343
field :self_reported_school, from: 'Self_Reported_School__c'
44+
field :tracking_parameters, from: 'Tracking_Parameters__c'
4445

4546
# These 2 fields both hold the Account (School) ID, but have different data types and uses in SF
4647
field :account_id, from: 'Account_ID__c'

lib/openstax/salesforce/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OpenStax
22
module Salesforce
3-
VERSION = '7.8.0'
3+
VERSION = '7.8.1'
44
end
55
end

0 commit comments

Comments
 (0)