Expand my Community achievements bar.

SOLVED

listVars Implementation Workaround

Avatar

Level 1

Hi everyone,

 

Is there a workaround for configuring listVars because of a limited amount?

 

We are tracking a form where a user a provide multiple responses per question (i.e. select all that apply). These responses will be pushed to an array and assigned to a variable when the form is submitted.

 

In Adobe Launch, will be captured as a Data Element, then mapped as a eVar/prop. These will be mapped to a listVar, to help with our reporting measures. 

 

There are 5 of these questions we like to track using the above steps. However, we noticed that we are allotted only 3 listVars.

 

Did anyone ever come across such an issue before? If so, what steps were taken to achieve this.

 

Thanks!

-Will

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @WillWa2 ,

I'd suggest you use a single listVar which tracks the question-response pairs like below,
list1 = "que1|resp1,que1|resp2,que1|resp3,que2|resp1,que2|resp2,que2|resp3,que2|resp4"

In above example I'll enable listVar1 with comma (,) as delimiter and when this data is reported in AA I'll see list1 row items reported like below,

  • que1|resp1
  • que1|resp2
  • que1|resp3
  • que2|resp1
  • que2|resp2
  • que2|resp3
  • que2|resp4

Then you can add classification on top of this list var to split these values on pipe (|) in two reports for question and response.

This way you'll have all the information related to all the questions and their related responses in a single variable.

Cheers!

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @WillWa2 ,

I'd suggest you use a single listVar which tracks the question-response pairs like below,
list1 = "que1|resp1,que1|resp2,que1|resp3,que2|resp1,que2|resp2,que2|resp3,que2|resp4"

In above example I'll enable listVar1 with comma (,) as delimiter and when this data is reported in AA I'll see list1 row items reported like below,

  • que1|resp1
  • que1|resp2
  • que1|resp3
  • que2|resp1
  • que2|resp2
  • que2|resp3
  • que2|resp4

Then you can add classification on top of this list var to split these values on pipe (|) in two reports for question and response.

This way you'll have all the information related to all the questions and their related responses in a single variable.

Cheers!

Avatar

Community Advisor

Hi @WillWa2 

the limited number of listVars has always been been a problem.

Possible workarounds include

 

Cheers from Switzerland!