Hi Team,I've read that Adobe charges based on the profiles that store in AEP.Could any provide more information or blogs related to how many rows of data we can store in AEP data lake(dataset)How many rows data in CJA we can use ?Thanks in Advance
Hi I'm sending website data to adobe analytics through websdk and using the data object methodThe data object is returning the empty array and not there in the network callsIn rule update variable - the data object is set only one eVar mapped to data element along with the event(The data element pat...
We are currently switching from legacy DETM implementation of data collection. When testing our property using adobe debugger, we have the property fully loaded and no errors on the home page, but as soon as we click into buyflow we get errors thrown in the "launch-environment-id.js" file. Specifica...
I have a segment of our search results where to code looks something like this<div id="categoryBreadCrumbs"><div class="criteria-header">Name of Category</div><div class="criteria-refinement">Category 1</div><div class="criteria-refinement">Category 2</div></div> I have 2 data elements.div#categoryB...
Hello everyone,I’m looking for insights from anyone who’s integrated Adobe Experience Platform (AEP) with OneTrust (Universal Consent Management), especially using the native connector for Consent Management.Specifically, I’d love to know:Data Synchronization: How well does the synchronization betwe...
Hi Data Collection community! I'm trying to implement Google Consent Mode v2 with OneTrust as my consent management platform and I am using Adobe Launch instead of GTM. Previously I was using the GTAG extension by Acronym, but this extension seems to inject GTAG scripts for Google accounts (Google A...
{Lamp=6, Sensor=3}This comes under a particular field as string in CSV file.I need to ingest the file and map this particular field to a key value pair field(key-lamp and value-6).Can anyone please help me with this.Or can anyone help me with any other way to ingest this data.
Quick back story, our site is largely "members only". So the majority of our content is traffic from known people and we track their demographic info.We have a rule in our configuration sending data to Adobe Analytics. We set a lot of evars on "every page load" that includes things like page name, a...
i could not see my custom code not triggerring used along with pagetag variables set in template.s.usePlugins = true;s.doPlugins = function(s){/* Desired code */s.eVar2 = getPreviousValue(s.pageName,"gpv_Page");s.campaign = getQueryParam('cid');s.prop2= "fired";}//doplugins()/* Plugin Section - Add ...