substring data in eVAR
Hi all,
Please can you advice if there is a solution for the below.
in a eVar, data is present as
eVar11
---------
x_PID:2
y_PID:3
z_PID:4
want
-------
2
3
4
Is this achievable
Hi all,
Please can you advice if there is a solution for the below.
in a eVar, data is present as
eVar11
---------
x_PID:2
y_PID:3
z_PID:4
want
-------
2
3
4
Is this achievable
There are two approaches you could use.
You could use a classification such as ^.*:(\d+). Classifications come in two flavors. The easiest is the Classification Rule Builder. There are several steps involved in setting up a classification with the Rule Builder. Here are the instructions of how to do that: https://experienceleague.adobe.com/docs/analytics/components/classifications/classifications-rulebuilder/classification-rule-builder.html?lang=en
Alternatively, you could use a list var. This looks for a delimiter (: in this case) and splits the values in the evar based on the delimiter. So the evar would look something like:
This method is not backwards compatible and is perhaps overkill for what you want to do. Go to Analytics > Admin >Report Suites > Edit Settings > Conversion > List Variables. Here are the instructions: https://experienceleague.adobe.com/docs/analytics/admin/admin-tools/manage-report-suites/edit-report-suite/conversion-variables/list-var-admin.html?lang=en
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.