I think the closest doc that you can find is the list of data collection query parameters: https://experienceleague.adobe.com/docs/analytics/implementation/validate/query-parameters.html In general, those marked as "None" in the "Analytics implementation variable" column are collected as part of the...
There are a few reasons why the same logged in user would have more than one ECID. Jennifer has described one situation: web vs app.
Some other reasons:
The user uses private browser windows. Such windows always delete their cookies and cache when the user closes them.The user uses more than one bro...
Unfortunately, I haven't used Adobe Media Analytics myself. But my understanding is that it can report on ads separately from your videos. Could you create a Calculated Metric, e.g. "video starts", that subtracts ad starts from content starts? This assumes that all of your videos have pre-rolls.
Are you trying to set up your A4T panel very soon after your Target experiment has gone live? In my experience, it takes some time for AA to sync up its data with Target's, sometimes needing about 1 day.
Hmm, then I think it's just the way that ECID works, i.e. you don't have much control over how its cookies get set. You could open a new ticket with Client Care to see if they can get the ECID team to add this as a new feature.
Ah yes, you're right, "Instances" metrics aren't available in Data Warehouse. If you have a Success Event that is set with every Custom Link, then you can use that in your Data Warehouse query.
"Occurrences" definitely doesn't appear. I believe it's a relatively new standard metric that was added wh...
AA has "Custom Link" and "Custom Link Instances" out-of-the-box, but not "Action Data" / "Action Instances". Could the "Action Data" be an eVar instead?
Also, assuming you've set everything correctly in Data Warehouse but are not seeing any data for a particular day, not even for Custom Link / Custo...
You can write your own custom code action in your Optin rule to update the cookie's new expiry.
E.g. in your Optin rule, add a Custom Code action of JavaScript type:
// get all of the cookies into an array
var cookies = document.cookie.split(',');
var newExpirySeconds = 7 * 24 * 60 * 60; // 7 days
c...
Is "Net Demand" a success event? Or have you renamed the built-in Revenue metric to "Net Demand"?
Similarly, is "Product Name" an eVar, and if so, is it a Merchandising eVar? If not, have you renamed the built-in Product dimension to "P