Hi @HilaryEn
you could create calculated metric that uses the "Page Events" metric which is essentially the "Custom Link Instances".
Basically Page Events + Page Views = Occurrences (server calls)
Hi @MichaelJo13
this might help:
https://experienceleague.adobe.com/en/docs/analytics/implementation/vars/page-vars/transactionidhttps://experienceleague.adobe.com/en/docs/analytics/implementation/aep-edge/xdm-var-mapping
Hi @WillWa2
the limited number of listVars has always been been a problem.
Possible workarounds include
tracking them together with another ever that gives context to them, as suggested here https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/possible-to-get-more-than-just-3...
Should you not be able to send the FPID as part of the identityMap?
https://experienceleague.adobe.com/en/docs/experience-platform/collection/visitor-identification/visitor-identification-fpid
I mean it's one thing that the datastream can pick up the FPID cookie data, but I would assume that you...
Hmm ok, so a bit of a black box. Fair enough, I cannot see any user agent containing "openai", also no Bot Name over the past 90 days.
So, maybe it's already on the IAB list
Hi @Freda_Meng
this actually means there have not been any recorded analytics calls which may have multiple reasons / solutions
the AEP debugger extension was opened when the underlying page was already opened
reload the underlying page
Adobe Analytics may have not been fired due to missing cookie ...
Hi all,
does anyone know whether ChatGPT and other AI crawlers are currently already included in the IAB bot list?
We're currently having the IAB bot list feature enabled, and are capturing the user agent of incoming traffic, and as far as I can see there are not "openai" user agents captured
ht...
Hi @MatthewCh2
came across similar issues once and ended up editing classification files in Visual Studio Code
https://code.visualstudio.com/
Has a bunch of extensions to make .tab file editing more fun like Edit CSV
Well basically you create the secrets first and then create a data element that references the secrets.
The "Secret" data element type is able to handle different tokens to cater for the different environment stages.
Then, you can just use the regular functionality to retrieve data elements
getD...