Re: Freeform table shows incomplete columns
Re: Freeform table shows incomplete columns
Hi, thanks it works!
Does it mean that every metric/ dimension that has more than 5 rows/ columns of data need to run through by columning first? Then bulk-drag them to row?
- thank you -
Re: Failed to read artifact descriptor for com.adobe.granite:com.adobe.granite.poi:jar:2.0.8
Hi Sunjot,
Thanks for the reply.
I am using AEM 6.3 SP2 version. My AEM version is matching with Uber jar version.
I don't find apache.poi dependency in 6.3.2 Uber jar, so that I am trying to add the dependency on pom.
Re: Documentation tab not updating after Importing Schema
Hi Rahul,
Did you cleared your local cache, logout and login again?
Then check documentation tab is updated or not.
Thanks.
Re: A/B Testing - Adobe Professional Services Module Adobe Campaign Classic
Hi Rachel,
Yes Winning Delivery will be sent out automatically after 24 hours.
Re: Date not updating in Metric column
Hi Sachin,
If I understand it correctly, you are expecting the day dimension to work as a rolling days.
However, when we put Day dimension it will show 15 days in a metric column. How the those 15 days will depends on the date you have selected for panel. If you have select any preset(for eg: Last 14 days), it will show roling 14 days.
However, you manually selected the month then it work as static days.
regards
karandeep Singh
Dynamic file name in transfer file activity
Hi,
I have a scenario where we are reading file from a SFTP location with below structure:
in DEV: /myclient/dev/Input/abc.csv
in QA: /myclient/qa/Input/abc.csv
In the transfer file activity, I want to give the file path such a way that I don't have to change in with environment.
so I am planning to use
/myclient/<env>/Input/abc.csv
where env is a variable.
I want to understand, how can this be achieved in ACS? where can I store the value for <env> and use it in workflow?
Thanks!!
Vikash
Re: Not able to call js function after dialog close.
This worked thanks !
Re: Odd Segment Behavior
Hi Ali,
The reason you are getting unexpected result is because "Doesnot" in include container works differently then exclude container. Depending on what you are expecting and what is your business requirement, you need to chose Exclude Container or Doesnot. Below is the document that will explain in detail regarding Doesnot and Exclude container
Segment Definition Builder: Include "does not " versus Exclude "does"
Hope this wil clarify the result you are seeing.
Regards
Karandeep Singh
Tracking calls made to sling Models or WCMUse Pojo
Hi All,
Recently i have developed sling models to meet a business requirement. Every thing is working as expected. But when i tried to track the call made from sightly to my sling model, i couldn't find it in network tab of developer tools in browser.
Why?
we are trying to make the call to sling model cacheable.
This tracking is needed to make some configurations at the network layer so that the backend response is cached and not everytime the request hits the backend.
Any response/help is much appreciated.
Thanks,
Harshith Kesani.
Re: How to avoid watermark on Original Image but will apply on its rendition?
Hi JaideepBrar,
Thanks for reply.
I have more question. I want to know the use case of watermark applied on original image because my understanding is that if we watermarked original image then we cann't reused this original image i.e. if we want to resize or crop the original image then we can not do that. So, why watermark is applied on original image.
oakindexmanager UI console is missing in AEM 6.5
I am able to find reindex option available in Oakindexmanager console under AEM 6.3 but i am not able to find reindex option in Oakindexmanager console under AEM 6.5.2. Please help me out to find option to reindex search in console UI.
To go to Oakindexmanager you have to go to AEM > Tools > Operations > Diagnosis > Index Manager.
Below image is taken from AEM 6.3
Below image is taken from AEM 6.5.2
How does the message-id created from Adobe campaign?
I read the message id from the bounce details: msg_id=NM600029BFA0016BE78XXXXX@mail.XXXXXX.top,I want to use the message to match back to the deliveries in Adobe campaign, is this the id I can use to link to Adobe campaign data? how can I find the id in the deliveries? thanks!
How To Hide Move option in AEM Dam Assets Page
Hi All,
In Dam for all the assets If we select navigation (left side) and filter from the dropdown and selectany of the asset I’m able to see Move option in the properties (right side) Which should be hidden instead of deleting the below nodes.
This Move options is an out of the box feature which is coming from
/libs/settings/granite/ui/shell/actions/move - This is the location of move option
/libs/dam/gui/content/assets/moveassetwizard - This is the page which is displaying after we click move option
Any Suggestion would be helpful. Thanks in advance
Re: Can not start Adobe Campaign Service
Thank you!
Injecting Javascript code in adobe Target without at.js2
Hi! I´m a junior developer.
We are trying to inject the javascript code in the custome code but it doesnt work. When I inject my code in the console it works fine but it does not in adobe.
We are using a single page application that is why I would need to download at.js but at the moment we can not download it and use the updated version.
I was told we can use a form based but I must be doing something wrong because it does not works.
MY CODE WOULD LOOK LIKE THIS:
What I want to do is to add a following new section in the website:
//THE CODE I WANT TO INJECT IN ADOBE:
var new= document.getElementById('part1-info');
var html = '<div id="newsection"> HERE GOES MY HTML INFO </div>';
new.insertAdjacentHTML('beforebegin', html);
//NEW CSS
var css = '<style> HERE GOES THE CCS INFORMATION</style>';
new.insertAdjacentHTML('beforebegin', css);
As my website has an HASH I was told I need to use this:
// ONHASH
function hashHandler(eventData) {
if(eventData.newURL.includes('#SPECIFIC-PAGE')){
console.log('I am in specific page')
}
}
window.addEventListener('hashchange', hashHandler, false);
But I don´t know how to implement all that code together to make it work in Adobe. Anyone can help me?
Thanks!
Attachment path in the form
Hi all,
I am trying to fetch uploaded file on the server in order to perform converting file in base64 format for specific purpose.
As you know, uploaded file names are hashed immediately (MD5) and it is hard to locate it (Attachments are checked on content level not on path/name therefore you cannot update the same file twice even if it has a different name).
Is there a way to obtain/generate marked path above somehow in order to be stored to delivery XML?
Any suggestion?
Thank you in advance!
Milan
Combining two different schemas output transition - Adobe Campaign Standard
I would like to combine the results of two queries (broadlog and tracking log schemas) to export into a file. They have same additional data columns.
There is no common records between them. How can this be done ?
I tried using a union, but it results only in records of the primary set while checking the transition data. But the output transition's count shows a higher number which is the expected result.
For Example. Broadlog query results in 2 records. I add additional data as @expr = 1. Tracking log query returns 3 records and I add additional data as @expr = 2.
In the Union activity the primary set is Broadlog Query. Now in the union If I choose all shared columns or a selection of columns(with reconciliation based on @expr),The output transition has a count of 5 records. But it results only in the records of the Broadlog schema(2 records) while opening the transition and seeing the records.
Is Union the right approach ? Or is there any other approach ? Or is this not feasible in Campaign ?
Re: Documentation tab not updating after Importing Schema
Hi Jyoti,
I tried it several time before, as we normally do when importing the schema, but it doesnt work.
Re: Documentation tab not updating after Importing Schema
Hi Rahul,
Clearing cache as suggested above should help.
Anyway, you should always check Tools/Advanced/Update database structure to see if your changes are reflected on DB (no matter on import package logs).
Sometimes right click on schema/Actions/Regenerate selected schemas... is helpful as well.
Regards,
Milan