As others have mentioned, the hash is not a part of the query string... however, you don't have to encode the value in your URLs to pick it up.
This could could break the expected functionality of the hash, also known as a URL Fragment). If this was actually being used as a URL Fragment.
I can't...
Timing issues are always tricky...
I haven't switched to WebSDK, but I have had my fair share of trying to align timing between site code, third party integrations, and Adobe...
In Launch, I believe the standard timeout in most code blocks is 2 seconds (or 2000 milliseconds). In each Action, the...
For me, I need a lot of hit based variables... more than can be covered with 75 props... so shorter for values like "page type" or "asset id", I use props. For longer values, but still something I only need at the hit level, I track in eVars with Hit expiry, but make use of the longer 255 characters...
I think that is more of a "general best practice"... as in, if you are using WebSDK you don't need AppMeasurement (and you don't want to send traffic via both of these into the same suite, which would inflate your traffic and costs).... but in this case, for a short duration, you are intentionally t...
Absolutely,
Adobe does support multi-suite (different profile) tracking... I did this way back in the days before Launch was even a thing... we had to have different AppMeasurement (or was it s_code at the time) files, that made an alternate s object... so one suite used the standard "s" object, a...
I should update this answer.. with the newer Edge Server / Data Stream you can actually set values directly.
Whether you use the full XDM format, and map values in your schemas, or you use the Adobe Data model, where you can set your metrics and dimensions (props, eVars, events, etc) directly, and...
Honestly, there is very little need to pass the same value to both a prop and an eVar.. that was a popular implementation method back when we only had Reports and Analytics, and you we didn't have full correlation... with Workspaces, that barrier is gone...
However, that said, there are still a fe...
That's a nice creative solution!
I wonder if there is any third party converter that could be used as well?
I don't use a Mac, so I don't have any solution offhand...
I also am not sure about whether the IAB included AI Bots... but I am pretty sure that there is no "bot whitelist".
That said, how deep do you need the bot information? Workspace does have some limited data from Bots, including the Bot Name and the Page that the Bot hit...
So, you should be able...
Hi @mirkomanga,
When you say you open a report and access the "Schedule file export section", do you mean in the Workspaces area?
This is only for scheduling new reports, not managing existing reports. Every time you use this on the same report, it will create a new schedule... this is why yo...