Hi Luca,
Here's the workflow for using my extension:
Install my extension. No configuration is needed.Add a Rule that will fire when your YouTube videos are loaded in your web page. E.g. DOM Ready. In that Rule, add the "Enable video playback tracking" action from my extension. You can also select...
I don't work at Adobe, but here're my answers:
PaaS
Most likely MS Azure, given the Adobe-Microsoft partnership. But some parts may be at AWS.
Somewhere in AEP.
Not sure what your motivation is for asking these questions, but hope the above helps!
When deciding between Hit, Visit and Visitor containers, it is helpful to remember this: each condition represents a Hit condition. So when you have
visit {
* page equals (distinct count) = 1
and
* page type equals any of = product
}
Then you're segmenting for visits where some hits have page distin...
One thing to note is the risk of double-counting your hits.
For example, if you have configured the Datastream that you are using with WebSDK to also data to your Analytics service with your existing report suite ID, then you will be counting hits from Web SDK and hits from AppMeasurement.js to that...
My suggestion is not to read too deeply into the question. An exam question could be phrased like: "The business has defined eVar3 to record the form name, event13 to record the number of successful form submissions and event14 to record the number of failed form submissions. How would you report th...
Short answer: you can't.
All "post_..." dimensions are only available in AA's backend, because they are "post processed", i.e. processed after data has been collected. You can see these dimensions in Data Feeds only.
You have 2 products:
Example category 1;Example product 1;3;12.60;event1=1.4|event2=9;eVar1=Merchandising value_1|eVar2=Merchandising value_2Example category 2;Example product 2;1;59.99;event1=2.1|event2=10;eVar1=Merchandising value_3|eVar2=Merchandising value_4
Firstly, yes, you can -- and are expe...
Are you sending any Pageview hits with the Data Insertion API?
So far, in this thread, there have only been the discussion around calling the Data Insertion API to send Target-related hits. This allows Analytics to connect its data with Target's data.
I had assumed that you were sending other Analyt...