Adobe Marketing Cloud Community

Welcome to the community for the Adobe Marketing Cloud. It's your place to learn about our suite of digital experience solutions, talk with other customers, exchange examples, share experiences and get help from the Adobe experts.

Meet the team behind the Marketing Cloud community, or learn more about the community.

Select a community:

marketing reports and analytics, ad hoc analysis, data workbench, data connectors, data warehouse, tag management, report builder

profile management, dynamic tag management, contextual activation, mobile services, asset sharing, solution collaboration, user management and security, third party integration

social management, display management, search management, audience management, performance management, retail optimization, integrated analytics

management and governance, listening and moderation, publishing and ads, application builder, social analytics, social campaigns

AB testing, multivariate testing, rules based targeting, geotargeting, recommendations, automated personalization


Trending

09:17 PM
custom validation for a cq:widget ( example textfield)

Hi ,

Is there a way to add the custom validation for my cq:dialog ( example textfield) 

for example I need the author to restrict some words in the text field like "policy", "legal" etc..

Thanks

Samb

04:00 PM
Why CRXDE Lite search don't return any results from js and css files

In CRXDE Lit Home page if I search anything from jsp file text I get results back, however if I try to search any text from js and css files it doesn't return any results.

Here are my findings, I have picked out of box /libs/foundation/components/carousel/ component I opened jsp, js and css files from these components.

I searched for the term "defines the controls" which is line 91 in carousel.jsp, I see this returns results for carousel.jsp

When I tried "Used to output caught errors" which is line 14 in carousel.js, search doesn't return any results

I tried same for css, term "cq-carousel-banner-item" from line 15 in carousel.css, search returns results for jsp file but nothing for css file.

Above is just an example, but this is consistent across all components.

 

02:42 PM
Big (~60%) drop in numbers from Firefox and IE browsers on the 26th. Only in Adobe and not in GA. Is this related to reported Adobe performance issues?

https://twitter.com/AdobeMktgCare/status/570944574979485696

 

Could this cause browser specific numbers to drop? Chrome, Safari looks normal but Firefox and IE took a big dip. Is this an issue on our side our Adobe's?

10:00 AM
SAML: invalid RSA private key encoding

We are trying to setup SAML on AEM 5.6.1 for one of our client. We are facing an issue while using the private key. We have generated the private key using OpenSSO using the below commands.

openssl genrsa -out SP-server.pem 2048
openssl rsa -in SP-server.pem -pubout > SP-public-server.pem
openssl req -new -key SP-server.pem -out SP-server.csr
openssl x509 -req -days 365 -in SP-server.csr -signkey SP-server.pem -out SP-server.crt
openssl pkcs8 -topk8 -inform PEM -outform DER -in SP-server.pem -nocrypt > SP-server.PKCS8.key

I have uploaded the key using CURL .But when I access the path set to the SAML auth I am getting the below error. 

CURL:

C:\curl -u admin:admin -F priv
ate=\<sp.pem -F private@TypeHint=Binary http://localhost:4502
/etc/key/saml

testing/test1.html HTTP/1.1] org.apache.sling.auth.core.impl.SlingAuthenticator getAnonymousResolver: Anonymous access not allowed by configuration - requesting credentials
26.02.2015 14:14:35.455 *INFO* [74.202.85.210 [1424978075454] GET /content/test/en_US/saml-testing/test1.html HTTP/1.1] servletengine Servlet threw exception:  java.lang.RuntimeException: Error reading private key
	at com.adobe.granite.auth.saml.impl.SlingKeyProvider.getDecryptionKey(SlingKeyProvider.java:123)
	at com.adobe.granite.auth.saml.configuration.SpConfiguration.getDecryptionKey(SpConfiguration.java:79)
	at com.adobe.granite.auth.saml.SamlAuthenticationHandler.requestCredentials(SamlAuthenticationHandler.java:367)
	at org.apache.sling.auth.core.impl.AuthenticationHandlerHolder.doRequestCredentials(AuthenticationHandlerHolder.java:83)
	at org.apache.sling.auth.core.impl.AbstractAuthenticationHandlerHolder.requestCredentials(AbstractAuthenticationHandlerHolder.java:83)
	at org.apache.sling.auth.core.impl.SlingAuthenticator.login(SlingAuthenticator.java:527)
	at org.apache.sling.auth.core.impl.SlingAuthenticator.doLogin(SlingAuthenticator.java:1032)
	at org.apache.sling.auth.core.impl.SlingAuthenticator.getAnonymousResolver(SlingAuthenticator.java:872)
	at org.apache.sling.auth.core.impl.SlingAuthenticator.doHandleSecurity(SlingAuthenticator.java:478)
	at org.apache.sling.auth.core.impl.SlingAuthenticator.handleSecurity(SlingAuthenticator.java:438)
	at org.apache.sling.engine.impl.SlingHttpContext.handleSecurity(SlingHttpContext.java:148)
	at org.apache.felix.http.base.internal.context.ServletContextImpl.handleSecurity(ServletContextImpl.java:272)
	at org.apache.felix.http.base.internal.handler.ServletHandler.doHandle(ServletHandler.java:91)
	at org.apache.felix.http.base.internal.handler.ServletHandler.handle(ServletHandler.java:79)
	at org.apache.felix.http.base.internal.dispatch.ServletPipeline.handle(ServletPipeline.java:42)
	at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFilterChain.java:49)
	at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.java:33)
	at org.apache.sling.i18n.impl.I18NFilter.doFilter(I18NFilter.java:127)
	at org.apache.felix.http.base.internal.handler.FilterHandler.doHandle(FilterHandler.java:88)
	at org.apache.felix.http.base.internal.handler.FilterHandler.handle(FilterHandler.java:76)
	at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFilterChain.java:47)
	at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.java:33)
	at org.apache.felix.http.sslfilter.internal.SslFilter.doFilter(SslFilter.java:55)
	at org.apache.felix.http.base.internal.handler.FilterHandler.doHandle(FilterHandler.java:88)
	at org.apache.felix.http.base.internal.handler.FilterHandler.handle(FilterHandler.java:76)
	at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFilterChain.java:47)
	at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.java:33)
	at org.apache.sling.security.impl.ReferrerFilter.doFilter(ReferrerFilter.java:263)
	at org.apache.felix.http.base.internal.handler.FilterHandler.doHandle(FilterHandler.java:88)
	at org.apache.felix.http.base.internal.handler.FilterHandler.handle(FilterHandler.java:76)
	at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFilterChain.java:47)
	at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.java:33)
	at org.apache.wink.osgi.JaxRsFilter.doFilter(JaxRsFilter.java:80)
	at org.apache.felix.http.base.internal.handler.FilterHandler.doHandle(FilterHandler.java:88)
	at org.apache.felix.http.base.internal.handler.FilterHandler.handle(FilterHandler.java:76)
	at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFilterChain.java:47)
	at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.java:33)
	at com.adobe.granite.license.impl.LicenseCheckFilter.doFilter(LicenseCheckFilter.java:179)
	at org.apache.felix.http.base.internal.handler.FilterHandler.doHandle(FilterHandler.java:88)
	at org.apache.felix.http.base.internal.handler.FilterHandler.handle(FilterHandler.java:76)
	at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFilterChain.java:47)
	at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.java:33)
	at org.apache.felix.http.base.internal.handler.FilterHandler.handle(FilterHandler.java:78)
	at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFilterChain.java:47)
	at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.java:33)
	at org.apache.sling.engine.impl.log.RequestLoggerFilter.doFilter(RequestLoggerFilter.java:75)
	at org.apache.felix.http.base.internal.handler.FilterHandler.doHandle(FilterHandler.java:88)
	at org.apache.felix.http.base.internal.handler.FilterHandler.handle(FilterHandler.java:76)
	at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFilterChain.java:47)
	at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.java:33)
	at org.apache.felix.http.base.internal.dispatch.FilterPipeline.dispatch(FilterPipeline.java:48)
	at org.apache.felix.http.base.internal.dispatch.Dispatcher.dispatch(Dispatcher.java:39)
	at org.apache.felix.http.base.internal.DispatcherServlet.service(DispatcherServlet.java:67)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
	at com.day.j2ee.servletengine.ServletRuntimeEnvironment.service(ServletRuntimeEnvironment.java:250)
	at com.day.j2ee.servletengine.RequestDispatcherImpl.doFilter(RequestDispatcherImpl.java:321)
	at com.day.j2ee.servletengine.RequestDispatcherImpl.service(RequestDispatcherImpl.java:340)
	at com.day.j2ee.servletengine.RequestDispatcherImpl.service(RequestDispatcherImpl.java:383)
	at com.day.j2ee.servletengine.ServletHandlerImpl.process(ServletHandlerImpl.java:335)
	at com.day.j2ee.servletengine.HttpListener$Worker.run(HttpListener.java:644)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.security.spec.InvalidKeySpecException: Invalid RSA private key encoding.
	at com.rsa.cryptoj.o.n.b(Unknown Source)
	at com.rsa.cryptoj.o.n.engineGeneratePrivate(Unknown Source)
	at java.security.KeyFactory.generatePrivate(KeyFactory.java:372)
	at com.adobe.granite.auth.saml.impl.SlingKeyProvider.getDecryptionKey(SlingKeyProvider.java:115)
	... 60 more

 

Please let me know if I am missing anything or this is a bug.

08:29 AM
Target Direct Traffic Specifically

Good Morning! 

I am relatively new to Adobe Target and am looking for some insight on how to set up an A/B test for our direct traffic to our site. I am looking to show one set of our customers the default expereince and then I have something different lined up for the other group but can't quite figure out how to target direct traffic only. 

Thank you for any help you can provide. 

Jessica 

06:19 AM
DATASTAGE Online Training

DATASTAGE Online Training by 123Trainings is your quickest route to success. All our trainers are skilled and have the real time experience with proven track record in DATASTAGE Online Training. This experience qualifies them as a specialist in their DATASTAGE Online Training output. We just do not teach you technology. We Share Our Real time implementation expertise to gain practical skills and knowledge to enlighten your careers.

Some of the DATASTAGE Course topics that covered by our professionals:

DATA WAREHOUSE FUNDAMENTALS:

1.An Introduction of Data warehousing.
2.Purpose of Data warehouse.
3.Data ware Architecture.
4.OLTP Vs Data warehouse Applications.
5.Data Marts.

DATA MODELING:

1.Introduction of Data Modeling.
2.Entity Relationship Model.
3.Dimensions and Fast Tables.
4.Logical Modeling.
5.Physical Modeling.

And many sub topics are there for more details please go through the website.

Please call us for the Demo Classes we have regular batches and weekend batches.

Contact Number: USA: +1720-463-3802, 720-463-3902,

Email: Contact@123trainings.com,

Web: http://123trainings.com/it-datastage-online-training.html

 

04:47 AM
AEM Forms 6.0 on JEE & AEM Service packs

Hi

I have an AEM Forms 6.0 on JEE installation and I'm wondering if given this type of installation it is possible/wise to install the AEM SP1/SP2 and AEM Forms SP1/SP from AEM Package Manager?

Or are there service packs available specificly for an AEM Forms on JEE installation?

thanks in advance
Ronny Ruyters

04:40 AM
AEM Forms 6.0 on JEE & LDAP sync

Hi

I'm a LiveCycle ES developer and new to AEM/AEM Forms and I have a problem:

After the installation of AEM Forms 6.0 on JEE, this installs an 'old' Livecycle installation on JBOSS and an AEM installation on the same JBOSS, I noticed these two (LC and AEM) are interconnected, wich is also as I expected.
After the installation I configured an LDAP connection on LC side. LC syncs all users and groups from the LDAP. 
On LC side, user details are retrieved from the LDAP and are visible in LC User managemen. But on AEM side, nothing is retrieved, all fields are empty.

My question now is how can I add one of these LDAP users to AEM user-groups, becuase when I want to edit such a user on AEM, the fields ID and Password are required.

Shouldn't these user details get retrieved from the LDAP as well, just like on LC side? Or does anybody have an idea on how to get these user details automatically filled out on AEM side?

I have some screenshots attached.

 

Thanks in advance

Ronny

11:55 PM
AEM forms - Adaptive Forms design css/less

Is there somewhere where I can find samples and explanation on the various css classes/keywords and way to customize the adaptive form panel/color behavior? (eg, required field color to change the background instead of border, change default font of various fields, make certain field wider, ...) 

03:12 PM
use of plugins - s.firstPage, plugin utility(??) and s.clickPast

Hi - am seeing my client use plug-inslike s.firstPage, plugin utility(??) and s.clickPast! I feel like Adobe Analytics (omninture) does not even support these plugins any more.. Can any one confirm?

 

Also can any one xplain or help me direct towards the document where it explains why these were used??

 

Thanks a ton!

02:59 PM
event not firing in custom link

Hello, I cannot get an event to fire in a custom link.  Here is my code:

 

$('#searchButton').click(function() {
    trackSearchEvent();
});

function trackSearchEvent(){
    var s=s_gi(s_account)
    s.linkTrackVars='eVar31,events';
    s.linkTrackEvents='event30';
    s.eVar31=$('#zipOrCity').val();
    s.events='event30';
    s.tl(true,'o','event debug',null,'navigate');
}

 

No matter what I try, it will not track the event.  It tracks eVar31 but it will not track the event.  What am I doing wrong?  

02:07 PM
publishing error: Failed to retrieve references for selected pages.

Hi there,

Hope someone can help out.. :)

On our authoring server, once click on the Publish Icon in the touch UI, we get the following error: Failed to retrieve references for selected pages.
Does anyone have some idea what might be the issue?

We can unpublish, not issue there, but just on the publishing side, its not working..

Any thoughts would be greatly appreciated..

Thanks

Sybrand Lubbe

07:44 AM
Seems very hard to get on the CC page

Always re-directs me back to the report landing page. Anyone else having the same issue. Thx.

12:22 AM
AEM forms

Hi , I'm using AEM 6 , i created a adaptive form , once i download this form as pdf, im not able to save partially filled form, could anyone provide me with a solution to my solution. The save button in adobe reader is disabled. how can i enable it?

07:58 PM
How to QA s props variable

I am looking for a way to QA or check if our s.props is passing the variable from our site. In the case of Evar i can check the source code to my site and see if that variable is passing or not However  i can't do that for  S.props . Any suggestion? Thanks for your help! 

12:10 PM
How do I find the public suiteID and public string OmnitureURL ?

How do I find the public suiteID and public string OmnitureURL ?

07:42 AM
How to delete multiple pacakges from pkg manager?

Hi,

I have lot of packages uploaded in my package manager that are not needed for me now and i want to delete all at once. Do we have a way to do so?

04:39 AM
Rules in Offer

Hi All,

I want to ask a question about offers in test and target.

We makes rules in offers through Segmentation, is it possible to add rules in an offer programmatic through xml.    

11:33 AM
Last accessed time for asset

Hi,

Is it possible to find the timestamp for the asset last accessed from repository?

Thanks & regards

Sumit

 

06:12 AM
Implementing Audience manager through DTM

I am currently trying to deploy the following tools through DTM: 

  • Adobe Target
  • Adobe Audience Manager
  • Adobe Marketing Visitor ID Service
  • Adobe Analytics 

By using DTM, I am wanting to provide Audience manager with a prop value (for a visitor), and this prop value determines the Test and Target experience the visitor sees when they visit a test URL. 

The analytics is tracking a prop, i.e. prop1=test_value, and this is appearing correctly in the tracking as well as my test report suite. However, Audience manager is unable to find this prop and use it in order to determine the target audience. 

I was wondering if there is custom code that i need to implement in the DTM Audience manager tool in order to pass through the Analytics prop value through to the Audience tool? And if so, could i please get an example for what this code should look like? 

Thanks for any help 

 

 

08:17 PM
Beginner Help

Hi All

I am new to Adobe and unfortunately not very internet saavy. I am looking for someone to point me in the direction of tutorials or info that i could use to help me build my internet business. The more tutorials the better for me. What Adobe applications do you feel would help me the best?  Please keep in mind I am a beginner.

 

Regards, Patty

01:09 PM
AAM Uniques Compared to Analytics Unique Visitors

For some traits, I'm seeing that the unique visitor volume in Audience Manager is as low as 50% of the volume that we're seeing in Adobe Analytics. Is that normal or does that seem to low? I know that AAM doesn't accept visitors with 3rd party cookies, so I'm sure the discrepancy varies by industry.

 

Are there any other reasons besides tagging mistakes and 3rd party cookies as to why there would be a discrepancy? 

 

Thanks in advance,


David

04:10 AM
Getting new audience by promoting my website

Hello everyone,

 

Okay, reading the forum I found "Getting Started with Social" https://marketing.adobe.com/resources/help/en_US/social/c_gs.html which could work for my website I think. To read more about the tool Rahsing suggested to digg https://marketing.adobe.com/resources/help/en_US/social/ which is doesn't work for me. Is that a correct link?

Thanks,

Anton.

 

 

11:16 AM
Multi item search on Title property

Hello AEM Community,

I am very new to the AEM world and wondering if it's possible to extend the search functionality in AEM Assets so that I can search for multiple files by their title - a comma separated search. So lets say I had 250 files in a folder, but I only needed to find 40 based on the product ID # specified in the title. Instead of search for each individually, I'd like to copy all prod ID's into one search field. I've been looking at Extending Assets Search and the Query Builder, but they don't really seem to tackle the question. If anyone could point me in the right direction or has solved a similar problem I'd love to hear from you.

Thanks

 

شركة تنظيف بالرياض|شركة تنظيف فلل بالرياض|شركة تنظيف منازل بالرياض|شركة تنظيف بيوت بالرياض|شركة تنظيف شقق بالرياض|شركة تنظيف مجالس بالرياض|شركة تنظيف موكيت بالرياض|شركة تنظيف خزانات بالرياض|شركة تنظيف كنب بالرياض|شركة مكافحة حشرات بالرياض|شركة رش مبيدات بالرياض|شركة نقل اثاث بالرياض|شركة تخزين اثاث بالرياض|شركة نقل عفش بالرياض|شركة تخزين عفش بالرياض|شركة عزل خزانات بالرياض|شركة عزل اسطح بالرياض|شركة كشف تسربات بالرياض|شركة تسليك مجاري بالرياض|شركة تنظيف بيارات بالرياض

شركة تنظيف بالرياض|شركة تنظيف فلل بالرياض|شركة تنظيف منازل بالرياض|شركة تنظيف بيوت بالرياض|شركة تنظيف شقق بالرياض|شركة تنظيف مجالس بالرياض|شركة تنظيف موكيت بالرياض|شركة تنظيف خزانات بالرياض|شركة تنظيف كنب بالرياض|شركة مكافحة حشرات بالرياض|شركة رش مبيدات بالرياض|شركة نقل اثاث بالرياض|شركة تخزين اثاث بالرياض|شركة نقل عفش بالرياض|شركة تخزين عفش بالرياض|شركة عزل خزانات بالرياض|شركة عزل اسطح بالرياض|شركة كشف تسربات بالرياض|شركة تسليك مجاري بالرياض|شركة تنظيف بيارات بالرياض

شركة تنظيف بالرياض|شركة تنظيف فلل بالرياض|شركة تنظيف منازل بالرياض|شركة تنظيف بيوت بالرياض|شركة تنظيف شقق بالرياض|شركة تنظيف مجالس بالرياض|شركة تنظيف موكيت بالرياض|شركة تنظيف خزانات بالرياض|شركة تنظيف كنب بالرياض|شركة مكافحة حشرات بالرياض|شركة رش مبيدات بالرياض|شركة نقل اثاث بالرياض|شركة تخزين اثاث بالرياض|شركة نقل عفش بالرياض|شركة تخزين عفش بالرياض|شركة عزل خزانات بالرياض|شركة عزل اسطح بالرياض|شركة كشف تسربات بالرياض|شركة تسليك مجاري بالرياض|شركة تنظيف بيارات بالرياض

شركة تنظيف بالرياض|شركة تنظيف فلل بالرياض|شركة تنظيف منازل بالرياض|شركة تنظيف بيوت بالرياض|شركة تنظيف شقق بالرياض|شركة تنظيف مجالس بالرياض|شركة تنظيف موكيت بالرياض|شركة تنظيف خزانات بالرياض|شركة تنظيف كنب بالرياض|شركة مكافحة حشرات بالرياض|شركة رش مبيدات بالرياض|شركة نقل اثاث بالرياض|شركة تخزين اثاث بالرياض|شركة نقل عفش بالرياض|شركة تخزين عفش بالرياض|شركة عزل خزانات بالرياض|شركة عزل اسطح بالرياض|شركة كشف تسربات بالرياض|شركة تسليك مجاري بالرياض|شركة تنظيف بيارات بالرياض

شركة تنظيف بالرياض|شركة تنظيف فلل بالرياض|شركة تنظيف منازل بالرياض|شركة تنظيف بيوت بالرياض|شركة تنظيف شقق بالرياض|شركة تنظيف مجالس بالرياض|شركة تنظيف موكيت بالرياض|شركة تنظيف خزانات بالرياض|شركة تنظيف كنب بالرياض|شركة مكافحة حشرات بالرياض|شركة رش مبيدات بالرياض|شركة نقل اثاث بالرياض|شركة تخزين اثاث بالرياض|شركة نقل عفش بالرياض|شركة تخزين عفش بالرياض|شركة عزل خزانات بالرياض|شركة عزل اسطح بالرياض|شركة كشف تسربات بالرياض|شركة تسليك مجاري بالرياض|شركة تنظيف بيارات بالرياض

شركة تنظيف بالرياض|شركة تنظيف فلل بالرياض|شركة تنظيف منازل بالرياض|شركة تنظيف بيوت بالرياض|شركة تنظيف شقق بالرياض|شركة تنظيف مجالس بالرياض|شركة تنظيف موكيت بالرياض|شركة تنظيف خزانات بالرياض|شركة تنظيف كنب بالرياض|شركة مكافحة حشرات بالرياض|شركة رش مبيدات بالرياض|شركة نقل اثاث بالرياض|شركة تخزين اثاث بالرياض|شركة نقل عفش بالرياض|شركة تخزين عفش بالرياض|شركة عزل خزانات بالرياض|شركة عزل اسطح بالرياض|شركة كشف تسربات بالرياض|شركة تسليك مجاري بالرياض|شركة تنظيف بيارات بالرياض

شركة تنظيف بالرياض|شركة تنظيف فلل بالرياض|شركة تنظيف منازل بالرياض|شركة تنظيف بيوت بالرياض|شركة تنظيف شقق بالرياض|شركة تنظيف مجالس بالرياض|شركة تنظيف موكيت بالرياض|شركة تنظيف خزانات بالرياض|شركة تنظيف كنب بالرياض|شركة مكافحة حشرات بالرياض|شركة رش مبيدات بالرياض|شركة نقل اثاث بالرياض|شركة تخزين اثاث بالرياض|شركة نقل عفش بالرياض|شركة تخزين عفش بالرياض|شركة عزل خزانات بالرياض|شركة عزل اسطح بالرياض|شركة كشف تسربات بالرياض|شركة تسليك مجاري بالرياض|شركة تنظيف بيارات بالرياض

شركة تنظيف بالرياض|شركة تنظيف فلل بالرياض|شركة تنظيف منازل بالرياض|شركة تنظيف بيوت بالرياض|شركة تنظيف شقق بالرياض|شركة تنظيف مجالس بالرياض|شركة تنظيف موكيت بالرياض|شركة تنظيف خزانات بالرياض|شركة تنظيف كنب بالرياض|شركة مكافحة حشرات بالرياض|شركة رش مبيدات بالرياض|شركة نقل اثاث بالرياض|شركة تخزين اثاث بالرياض|شركة نقل عفش بالرياض|شركة تخزين عفش بالرياض|شركة عزل خزانات بالرياض|شركة عزل اسطح بالرياض|شركة كشف تسربات بالرياض|شركة تسليك مجاري بالرياض|شركة تنظيف بيارات بالرياض

شركة تنظيف بالرياض|شركة تنظيف فلل بالرياض|شركة تنظيف منازل بالرياض|شركة تنظيف بيوت بالرياض|شركة تنظيف شقق بالرياض|شركة تنظيف مجالس بالرياض|شركة تنظيف موكيت بالرياض|شركة تنظيف خزانات بالرياض|شركة تنظيف كنب بالرياض|شركة مكافحة حشرات بالرياض|شركة رش مبيدات بالرياض|شركة نقل اثاث بالرياض|شركة تخزين اثاث بالرياض|شركة نقل عفش بالرياض|شركة تخزين عفش بالرياض|شركة عزل خزانات بالرياض|شركة عزل اسطح بالرياض|شركة كشف تسربات بالرياض|شركة تسليك مجاري بالرياض|شركة تنظيف بيارات بالرياض

شركة تنظيف بالرياض|شركة تنظيف فلل بالرياض|شركة تنظيف منازل بالرياض|شركة تنظيف بيوت بالرياض|شركة تنظيف شقق بالرياض|شركة تنظيف مجالس بالرياض|شركة تنظيف موكيت بالرياض|شركة تنظيف خزانات بالرياض|شركة تنظيف كنب بالرياض|شركة مكافحة حشرات بالرياض|شركة رش مبيدات بالرياض|شركة نقل اثاث بالرياض|شركة تخزين اثاث بالرياض|شركة نقل عفش بالرياض|شركة تخزين عفش بالرياض|شركة عزل خزانات بالرياض|شركة عزل اسطح بالرياض|شركة كشف تسربات بالرياض|شركة تسليك مجاري بالرياض|شركة تنظيف بيارات بالرياض

04:25 PM
Users and Groups in AEM Communities

This video shows how to create and manage users and groups in AEM Communities.

 

04:24 PM
Uploading Assets to AEM Communities

This video walks through the simple process of adding content to your digital asset library in AEM Communities.

 

04:23 PM
Administrative Reports in AEM Communities

This video walks through some of the reports available to Admins in AEM Communities.

 

04:22 PM
Tags and Categories in AEM Communities

This video discusses the use of Tags and Categories in AEM Communities and shows how they can be used to recommend resources to individuals or groups.

 

01:15 PM
Not able to automate report delivery with CSV attachment.

I cannot create scheduled reports with data as email attachment.

Even when I select the option, I get only the notification. I have to go and manually download the report.

 

How to make the attachments work.

01:38 PM
Targeting competitors on Facebook

This is Facebook question that probably should be asked on a FB forum. But trying my luck here. Is there a way to target Facebook users who like my competitors' pages?

06:58 AM
Why are posts missing from the Social Intelligence report?

Why are posts missing from the Social Intelligence report?

06:31 AM
Why did my post fail?

Why did my post fail?