Using tracking tool 'At Internet' in Vanilla
Opportunity uses a platform called 'At Internet': https://www.atinternet.com/en/ for tracking. They want to know if this information would be available in the code:
- user id
- forum
- category
- subcategory
- tags
- topic id
- topic title
-They would be using SSO
-In their current forum, it seems like a subcategory really is connected to a parent category whereas in Vanilla, I believe that is more just optics and categories are the same level from a code perspective.
Ex: http://forum-auto.caradisiac.com/marques/Peugeot/debut.htm
I asked for a bit more info and they replied:
We use AT Internet which use a javascript call and take information from different variables :
for example on this page : http://forum-auto.caradisiac.com/marques/Peugeot/sujet102658.htm
the tracking tag build this call :
Would they need some special access to be able to get this data for the purpose of their tracking tool?
Comments
-
User ID they would know from their SSO. Also available in code.
Forum, category, topic id, and title are all in the URL of the page.
Tags they'd need to use the API (v1)
Haven't actually tested it but I'm pretty sure they could get it all front end/API, so no special access.
Subcategory is as you said.
0 -
@Rhys okay but it's a tracking tool so it's some kind of code that lives on the page, I don't think API would would be an option to gather this data.
I think what they're asking is does this information exist on the frontend of the page, including userID to know which user visited what.
Can we confirm that with some certainty? This is an Enterprise deal so I am trying to be more specific as we end up having to own these answers.
So UserID (ForeignID or our UserID?) exists on the frontend of the code?
Tags do not?
0 -
From what I understood, Advanced Analytics needs to be on per Ryan in this thread. I've also added how one could conceivable grab user ID
There is also all kinds of data in /profile.json, but as mentioned in this thread, there are extra steps to grab it.
Hope that helps
0 -
API can be used frontend. However that's only needed for tags
User ID does as a smarty code. Think about the minted example I did for you.
I can do some tests0 -
Be careful of smarty code, because anything within theme, may not fire on mobile. Pockets are the preferred method.
Also UserID - of the current user, is most reliable when grabbing from gdn.meta
1 -
Agreed. There is also SSO as a way to grab the userid
1