Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi guys, I wanted to convert my pdf to xml format using the sdk. I did try to do it directly from the app, but after few pages, the structure is getting messed up, like every single sub heading is just under one header. So i had to make multiple small pdfs for the same pdf and manually convert them through the app. But this is eating away my time. I wanted to ask if: 1) Am i doing something wrong with the software? 2) Is there option to convert pdf to xml sdk? if yes can anyone provide me with the code please.
Hello. Hopefully you guys can help. I'm adding AA analytics to a new site using a current launch property. The new site is basically laid out the same as my other sites, besides the domain, which shouldn't matter I hope. I'm firing one page view rule (acdl.cmp:show.global) which pushes the aa variables and sends beacon (see attached AA setting ). I see the rule firing but not seeing any of the s_ cookies appear and nothing is being captured in debugger. We use Onetrust, however I've disabled it just to rule it out. For context, this site had GTM, however, we've removed. The site has adobe launch url, datalayer object and my datalayer.js file, so the setup is correct. I'm not sure what I need to do to get this to work. All my other sites work fine and setup isn't any different. The only thing I can think of is this site was using GTM before.
I tried to use the PrintChannelService to generate pdf, getting the below error.I'm using AEM 6.5.22 and tried with the following dependency (both).<dependency><groupId>com.adobe.aemfd</groupId><artifactId>aemfd-client-sdk</artifactId><version>6.1.152</version></dependency>and<dependency><groupId>com.adobe.aemfd</groupId><artifactId>aemfd-client-sdk</artifactId><version>6.0.88</version></dependency> Thanks in advance.
hi, are there any bright spraks out there who know how to include the audience name when creating a custom streaming destination? I see the template in the destination server uses the segmentmembership.ups object , so as an example: {%- for segment in profile.segmentMembership.ups | added %}{ "Email": "{{ identity.id }}", "SegmentId": "{{ segment.key }}", "Status": "{{ segment.value.status }}", "QualTime": "{{ segment.value.lastQualificationTime }}" }{%- endfor %} but I'm really looking to do is rather use the more useful audience name as opposed to the guid id{ "Email": "{{ identity.id }}", "SegmentName": "{{ The name of the segment }}", "Status": "{{ segment.value.status }}", "QualTime": "{{ segment.value.lastQualificationTime }}" } so looking at the profile api fior entities, i see as part of the payload:"segmentMembership": { "ups": { "6145
Hi All,I am going to push to prod Web SDK implementation. I have set the same Report Suite that I use for Client Side. What will happen then? The data will be doubled or rather merged? If merged, how to properly set up and where?Thanks in advance for all responses!Best Regards!
Hi Team, i am trying to understand based on Opt-out Management with below link https://experienceleague.adobe.com/en/docs/journey-optimizer/using/channels/email/email-opt-out#one-click-opt-out With current understanding, i am not able to change the fieldname in Email designer template. Question : there is 1 field which i want to map while creating an unsubscription in email template.just by adding Unsubscription link : with 1 click opt-out management, how do i map it to consent & preference(OOTB) and update respective value in email template. Same thing we have in landing page in ACS, similar thing i want to add in AJO checkbox and change the value of particular field. http://experienceleague.adobe.com/en/docs/campaign-standard/using/profiles-and-audiences/understanding-opt-in-and-opt-out-processes/managing-opt-in-and-opt-out-in-campaign Any suggestions is appreciated team.
What is the latency for AA as a source to CDP?I know that Web SDK is real-time and would like to know how it compares to Web SDK.Is it possible to track web data through Web SDK send it to Analytics and then use it as AA as source to AEP?
I wanted to add UTM parameters only to the internal links (client domain links) and not to the external links(non client domain links. ex- youtube.com/ google.com, etc). Is it possible to configure utm parameters for selective domains/links?
Hello Team, I have created an Content Fragment Extension project. Manually deployed the project to Development, Staging, Production Workspace. Now, I want to automate ths process of deployment.So, can you help me with the automate deployment to different workspace? cc @arunpatidar @amitvishwakarma @partyush @sarav_prakash Thanks in advance
We are in the process of migrating to AEP from App Measurement (i.e. Adobe Analytics legacy) and we have numerous sites that are not owned by us and would need tremendous coordination among different owners to migrate them to the WebSDK. Is there any way that we could have these sites send their smetric requests to AEP (e.g. change the cname endpoint) and we could process those requests and send them onto CJA?
Dear community, I was tasked with connecting Streaming Event Data into AEP using Kafka. I was following "This Link" (https://experienceleague.adobe.com/en/docs/platform-learn/tutorial-one-adobe/activation/rtcdpb2c/rtcdp26/ex2) "Link 2" (https://experienceleague.adobe.com/en/docs/platform-learn/tutorial-one-adobe/activation/rtcdpb2c/rtcdp26/ex3) and "Link 3" (https://experienceleague.adobe.com/en/docs/platform-learn/tutorial-one-adobe/activation/rtcdpb2c/rtcdp26/ex4). I was able to get to the very end of the exercise however, In Exercise 2.6.4 under "Produce an experience event" step, I ingest a test data as the exercise mentioned. However, upon checking, I was not able to see the test data I just uploaded into AEP. Upon further inspection, in Exercise 2.6.4 under "Create your Adobe Experience Platform Sink Connector using Postman" during the step where I had to use POSTMAN with the request of "GET Check Kafka Connect Connector Status". I was able to see that in the RESPONSE,
We migrated our mobile application to use a different sandbox. In this process, we set up the data stream, tags, etc., in the same way as the previous sandbox. However, we are now getting an error when requesting content via the AEP Optimize - Decisioning SDK that we did not receive before. The error is: Decisioning Service error, type: https://ns.adobe.com/aep/errors/ODE-0001-404, status: 404, title: Not Found, detail: The Decisioning Package was not found., report: [:]" I'm not sure if anyone has encountered this before, but everything starts working fine again if we move back to the original sandbox.
got the following error in the segmentation Job"callStack": "java.lang.Exception: Field b2b not found within the struct () in schema\n\tat com.adobe.aep.unifiedprofile.dataprep.enricher.impl.tree.transformer.DataTypeResolver.getOutputType(DataTypeResolver.scala:189)\n\tat ..."error-code": "UPPQL-013060-404","error-message": "Field b2b not found within the struct ()"what would be cause of this error?
I have successfully connected to BigQuery. Test Connection is successfull. However deploy functions does not work. Do you know how to debug?
I have two rules for page views. Once is the default Page view, and the other is the custom page view. I configured the page path evar with a value from the data Layer in the XDM object for both page views. However, the evar was not rendered in the network call or the debugger. For default page views I didn't get the value for the evar, and for the custom page views, the value was getting. I will attach the Rule approach for the default page views below. In this you can see the empty value for the evars 1. Here, PageView-test is a default page view, and PageView{AA} is a custom page view.2. This is the XDM object for the default page view. Here I gave the evar for the Path and web page details for the default page view.3. Rule for the default page view, can anyone, please help me to set the evar for this.
Hi Adobe Community, I got an error while building an audience saying that "this column exceeds allowed complexity. Please simplify or remove" (see below). Has anyone else experienced this and if so, any ideas on how to fix this? The data that I am using is event data. Would I be able to get around this if I converted it into attribute data. Thanks, Nick
Looking to create a custom dashboard in AEP RTCDP which should contain what audiences were sent to which destination, when it was sent, audience size and the variables/fields that were sent to each destination - ( this includes user defined fields as well). Kindly suggest a good approach
Adobe Analytics Data feed provide scheduled hourly exports. Is there a parity for AEP data export to do hourly or less?
XXX There is a table like that. Assuming that I have got a field in batch which do not meet the requirements of Schema field (pattern, format). How would be a behaviour of such a batch:a) batch would land in Data Lake b) batch would be aborted ?
Hi, I'm seeing something a little odd on the profiles in AEP. We are using AJO and sending emails. in the customer profile, under events, i can see all the message interactions like message open. but dont see the email sends (i would imagine its direct marketing email sent). In fact i dont see the 'direct marketing email opened' event either (as i would expect from an AJO send, which also makes building audiences tricky as those events when used, return zero). and why under message event type. I've set the channels up as marketing emails, so would expect to see all email interactions any ideas?
Just as the title says. I know that currently many of the batch sources allow you to use encryption keys that can be generated in Experience Platform, however, I haven't seen anything about streaming sources, particularly the HTTP API source. Is it possible?
Hi, We are planning to delete users/profiles from the AEP sandbox that have not been active for a year to remain under the licensing quota. There seem to be two ways we can delete them: 1. Datahygiene tool and 2. Delete APIs.Can we also use QS PSQL to delete profiles too? Also, I have a few questions.Does the API have a daily limit on data deletion? How is it different from other purge activities like data hygiene/PSQL?How does the delete happen? Does it only delete profile datasets, or does it also delete related records from the engagement datasets?What are your recommendations on setting up such a purge process for profiles/contact history in AEP? ThanksDebraj
Does Adobe experience platform have out of box schemas specific to telecommunications industry?B2B marketing organizations lean heavily on 3rd party data to populate and augment SMB account profiles, any specific integrations we should be aware of on that front (or lack of)?Is there an OOB integration with Eloqua?
Hello Experts, I'm trying to create a dataset which has details like person_id, its qualification time in the audience, status and audience_name, audience_ID and audience origin.In segment_ingestion_dataset deatset I'm able to see audience's origin as (AO, AEP segment etc) which I want to ingest in a new dataset. While using c.origin it is giving me error.Could someone help me modify this query to get audience origin as well:Selectc.id as SegmentID,SegmentName, _repofrom(selectexplode (b) as C,SegmentName, _repofrom(selectexplode_outer (a) as b,SegmentName, _repofrom(selectmap_values (IdentityMap) as a,SegmentName,-- segmentStatus,_repofromsegment_ingestion_dataset)))(it is the part of that query)
Hi Team,i want to create a schema with below fields where multiple values can be supported so what should be my approach in creating this schema and loading the data into AEP, plus once it is created how can i create audience? field1field2field3ABCFGHiABCEJDoABCABCDEXYAGCDEBIXy Just to update you, approach that i was thinking is more of creating Dummy field with object as a data type where i can store same field 1 with different values for field 2 and field 3 but while creating audience its causing issue where i am not able to select Field 1 as its is inside the Dummy field object so i am not able to store the all ABC into the audience. In ACS, we used to Have Insert or Update for creating records inside schema but not sure while schema what consideration i can take so that they are part of profile enabled schema plus i do have an option for inserting all records and fetching that inside audience. Any help would be appreciated?
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.