Quantcast
Channel: Matomo forums - Latest topics
Viewing all articles
Browse latest Browse all 14011

Custom variables populate in URL, but not in reporting

$
0
0

@lowcountrypj wrote:

I have the following setup, and it populates in the address bar properly, resolving (for example) SFLFN to 'Smith' and SFUFN to 'John'

// you can set up to 5 custom variables for each visitor
_paq.push(["setCustomVariable", 1, "Last Name", "SFLFN", "visit"]);
_paq.push(["setCustomVariable", 2, "First Name", "SFUFN", "visit"]);
paq.push(["setCustomVariable", 3, "Sales Office", "reportdistrict_id", "visit"]);
paq.push(["setCustomVariable", 4, "Sales District", "reportregion_id", "visit"]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);

However in reporting the FIELD NAME is (e.g.)SFLFN ... and the FIELD VALUE is [also] SFLFN!

In the .csv export, in the URL these fields are resolved and placed in the URL string.

But the field cells in the export have 'SFLFN' for field name and 'SFLFN' for field value.

What am I missing?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 14011

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>