@adtrackify/at-tracking-event-types 3.3.1 → 3.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -159,3 +159,65 @@ export interface DiqContact {
|
|
|
159
159
|
zip: string;
|
|
160
160
|
zip4: number;
|
|
161
161
|
}
|
|
162
|
+
export interface PurchasedTraits {
|
|
163
|
+
[key: string]: any;
|
|
164
|
+
source: CONTACT_ACQUISITION_SOURCE;
|
|
165
|
+
email: string;
|
|
166
|
+
phones?: string[];
|
|
167
|
+
firstName?: string;
|
|
168
|
+
lastName?: string;
|
|
169
|
+
age?: string;
|
|
170
|
+
gender?: string;
|
|
171
|
+
maritalStatus?: string;
|
|
172
|
+
education?: string;
|
|
173
|
+
address1?: string;
|
|
174
|
+
address2?: string;
|
|
175
|
+
city?: string;
|
|
176
|
+
province?: string;
|
|
177
|
+
provinceCode?: string;
|
|
178
|
+
country?: string;
|
|
179
|
+
countryCode?: string;
|
|
180
|
+
zip?: string;
|
|
181
|
+
ipAddress?: string;
|
|
182
|
+
ipRegionName?: string;
|
|
183
|
+
ipCityName?: string;
|
|
184
|
+
ipCountryCode?: string;
|
|
185
|
+
ipUsageType?: string;
|
|
186
|
+
userAgent?: string;
|
|
187
|
+
peopleInHousehold?: number;
|
|
188
|
+
adultsInHousehold?: number;
|
|
189
|
+
childrenInHousehold?: number;
|
|
190
|
+
childrenBetweenAges0_3?: number;
|
|
191
|
+
childrenBetweenAges4_6?: number;
|
|
192
|
+
childrenBetweenAges7_9?: number;
|
|
193
|
+
childrenBetweenAges10_12?: number;
|
|
194
|
+
childrenBetweenAges13_18?: number;
|
|
195
|
+
veteransInHousehold?: number;
|
|
196
|
+
householdIncome?: string;
|
|
197
|
+
incomeLevels?: string;
|
|
198
|
+
netWorth?: string;
|
|
199
|
+
householdNetWorth?: string;
|
|
200
|
+
homeValue?: string;
|
|
201
|
+
homePrice?: string;
|
|
202
|
+
homeOwner?: string;
|
|
203
|
+
numberOfVehiclesInHousehold?: number;
|
|
204
|
+
ownsBankCard?: number;
|
|
205
|
+
ownsAmexCard?: number;
|
|
206
|
+
ownsPremiumCard?: number;
|
|
207
|
+
ownsPremiumAmexCard?: number;
|
|
208
|
+
ownsInvestment?: number;
|
|
209
|
+
ownsStocksAndBonds?: number;
|
|
210
|
+
mortgageAge?: string;
|
|
211
|
+
mortgageAmount?: string;
|
|
212
|
+
mortgageLoanType?: string;
|
|
213
|
+
mortgageRefinanceAge?: string;
|
|
214
|
+
mortgageRefinanceAmount?: string;
|
|
215
|
+
mortgageRefinanceType?: string;
|
|
216
|
+
homePurchasedYearsAgo?: string;
|
|
217
|
+
facebook?: string;
|
|
218
|
+
linkedIn?: string;
|
|
219
|
+
twitter?: string;
|
|
220
|
+
maids?: string[];
|
|
221
|
+
maidOs?: string[];
|
|
222
|
+
carrierRoute?: string;
|
|
223
|
+
}
|
|
@@ -159,3 +159,65 @@ export interface DiqContact {
|
|
|
159
159
|
zip: string;
|
|
160
160
|
zip4: number;
|
|
161
161
|
}
|
|
162
|
+
export interface PurchasedTraits {
|
|
163
|
+
[key: string]: any;
|
|
164
|
+
source: CONTACT_ACQUISITION_SOURCE;
|
|
165
|
+
email: string;
|
|
166
|
+
phones?: string[];
|
|
167
|
+
firstName?: string;
|
|
168
|
+
lastName?: string;
|
|
169
|
+
age?: string;
|
|
170
|
+
gender?: string;
|
|
171
|
+
maritalStatus?: string;
|
|
172
|
+
education?: string;
|
|
173
|
+
address1?: string;
|
|
174
|
+
address2?: string;
|
|
175
|
+
city?: string;
|
|
176
|
+
province?: string;
|
|
177
|
+
provinceCode?: string;
|
|
178
|
+
country?: string;
|
|
179
|
+
countryCode?: string;
|
|
180
|
+
zip?: string;
|
|
181
|
+
ipAddress?: string;
|
|
182
|
+
ipRegionName?: string;
|
|
183
|
+
ipCityName?: string;
|
|
184
|
+
ipCountryCode?: string;
|
|
185
|
+
ipUsageType?: string;
|
|
186
|
+
userAgent?: string;
|
|
187
|
+
peopleInHousehold?: number;
|
|
188
|
+
adultsInHousehold?: number;
|
|
189
|
+
childrenInHousehold?: number;
|
|
190
|
+
childrenBetweenAges0_3?: number;
|
|
191
|
+
childrenBetweenAges4_6?: number;
|
|
192
|
+
childrenBetweenAges7_9?: number;
|
|
193
|
+
childrenBetweenAges10_12?: number;
|
|
194
|
+
childrenBetweenAges13_18?: number;
|
|
195
|
+
veteransInHousehold?: number;
|
|
196
|
+
householdIncome?: string;
|
|
197
|
+
incomeLevels?: string;
|
|
198
|
+
netWorth?: string;
|
|
199
|
+
householdNetWorth?: string;
|
|
200
|
+
homeValue?: string;
|
|
201
|
+
homePrice?: string;
|
|
202
|
+
homeOwner?: string;
|
|
203
|
+
numberOfVehiclesInHousehold?: number;
|
|
204
|
+
ownsBankCard?: number;
|
|
205
|
+
ownsAmexCard?: number;
|
|
206
|
+
ownsPremiumCard?: number;
|
|
207
|
+
ownsPremiumAmexCard?: number;
|
|
208
|
+
ownsInvestment?: number;
|
|
209
|
+
ownsStocksAndBonds?: number;
|
|
210
|
+
mortgageAge?: string;
|
|
211
|
+
mortgageAmount?: string;
|
|
212
|
+
mortgageLoanType?: string;
|
|
213
|
+
mortgageRefinanceAge?: string;
|
|
214
|
+
mortgageRefinanceAmount?: string;
|
|
215
|
+
mortgageRefinanceType?: string;
|
|
216
|
+
homePurchasedYearsAgo?: string;
|
|
217
|
+
facebook?: string;
|
|
218
|
+
linkedIn?: string;
|
|
219
|
+
twitter?: string;
|
|
220
|
+
maids?: string[];
|
|
221
|
+
maidOs?: string[];
|
|
222
|
+
carrierRoute?: string;
|
|
223
|
+
}
|