What's the best way to pick up users existing products/subscriptions?

Silver Contributor
Silver Contributor

Hi!

 

Customers that have a number of products (insurances), can log in to look at them in our closed universe.

 

Each product has a number of sub-products, (called additional covers). An example:

 

Auto Insurance,

Add. covers: Parking damage, glass damage, breakdown etc.

 

Home Insurance

Add. Covers: electronics, etc ...

 

Accident Insurance

etc ...

 

I see three ways I can pick it up on

 

A)

1 array for products

1 array per product for add. covers

 

  1. B) Same as A, but as Strings.

 

  1. C)

A variable per. product

A variable per. cover

Product / elective name is written in the variable.

(I'd rather not go with C - I'd end up with more than 50 variables)

 

Which of these methods is the most "future-proof" in relation to any tags we might implement in the future? Which is best to use if I want to feed the data to SiteCatalyst and use it for Targeting via SiteCatalyst / Target?

What does an array look like if I map it to a random prop/evar?

2 REPLIES 2

What's the best way to pick up users existing products/subscriptions?

Tealium Employee

@martin_vinter

 

I would say your best bet for future proofing is using the Array option.

 

Adrian

Ask me anything Tealium related or TypeScript/JavaScript, or NodeJS.
Please remember to mark solutions as accepted for future searchers.

What's the best way to pick up users existing products/subscriptions?

Silver Contributor
Silver Contributor
Hi Adrian.

Thank you. What does an array look like if I map it to a random prop/evar in sitecatalyst?
Public