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...
Well I would not say it's impossible. You could configure a test report suite (clone the current prod one) in your datastream and send the data side by side.
What I am not 100% sure about is how cookies will be handled. In theory I would say it's ok.
but better have a look at some more docs on t...
Ah, so you are hardcoding your tokens and don't use the Secrets approach Launch SSF brings?
Maybe try that approach and return the two data elements variations in your custom code instead.