thanks @yuhuisg - any idea if CDP vendor would accept Custom
HTML/Javascript to receive the event data or they would expect to use
REST API. specifically, i'm looking for Action IQ(CDP).
Hi,Is there any options to send event data(ie: click data) to external
CDP system. For eg: i fire a rule based on click action in the website
then Event based rule executes and sends the data to Adobe analytics.
I'm looking to send the same event data(when the same rules fires) to
the external CDP system. I believe, there is an option to achieve this
if we go with Adobe Launch server side but looking option to do it
through client side itself.
Hi, Any idea which key name that we need to use to identify the users
those who visited through iPad/tablet. I tried to use
d_device_hardware_type but nothing showed up.d_device_hardware_type
contains padd_device_hardware_type contains tablet Thanks in advance
Hi, I would like to create rule based trait if Android version greater
than or equal to 8. The below doesn't seem to be working. Do we need to
manually create if value contains Android 8.0, Android 9.0, Android 10.0
etc.
As per my understanding, we need to have the trait key name and value in
place in AAM even though if we use regex to consider “ALL” (i.e.: .*) .
Highlighted below. Assume that, we have sent only 3 different dealcode
trait key value to AAM but wanted to exclude those 3 key value but need
to include rest of the new upcoming key value. Scenario:We would like to
consider all users falls under dealcode by using regex .* and at the
same time exclude the users with the specific value(“yaa|abc|tst”)
@snielson Instead of relying on AAM UI, i'm using API url to check the
trait qualification to confirm.
https://clientname.demdex.net/event?d_stuff=1&d_dst=1&d_rtbd=json&d_cts=2&d_dpid=DatasourceID&d_dpuuid=CRMID
Hi, As per my understanding, we can use event call to make any user
qualify for the onboarded trait.
https://clientname.demdex.net/event?d_sid=traitID I tried this in
Microsoft Edge but it doesnt seem to be working. Any idea. Thanks