Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

shrawans3153003
shrawans3153003
Offline

Badges

Badges
20

Accepted Solutions

Accepted Solutions
66

Likes Received

Likes Received
70

Posts

Posts
150

Discussions

Discussions
27

Questions

Questions
123

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by shrawans3153003
Customize the badges you want to showcase on your profile
Re: Comparing 2 string values - Adobe Campaign Standard 13-11-2017
Hello,You can use a case construct to compare two null values in filtering conditionsFor example I am comparing first name and last name on equal operatorCase(When(Lower(@firstName) IS NULL , 'Null') , Else(Lower(@firstName))) = Case(When(Lower(@lastName) IS NULL , 'Null') , Else(Lower(@lastName)))Above condition will return recipient records where firstname is equal to lastname or both firstname and lastname are null

Views

993

Likes

0

Replies

0
Re: Client console - Error: The error is due to a malformed input token... - Adobe Campaign Standard 12-11-2017
This error usually comes when there is any issue while building a security context between the client application and a remote peer.http://msdn.microsoft.com/en-us/library/windows/desktop/aa375505(v=vs.85).aspx)You can check on below points to see if that helps1- Check if IP through which you are accessing is white-listed2- Clear the local cache(IE etc) and try again3- Check with you network security team if there is any rule(proxy or other) which is resulting to error4- Uninstall and install th...

Views

1.1K

Likes

2

Replies

0
Re: Proof Analysis hanging on image processing - Adobe Campaign Standard 08-11-2017
HI,Could you please review the delivery source and check the images which are being referenced in the code are having single quote or double quote e.For example if src='http://******.png' or like this src="http://******.png"If you are using single quote , just try to replace single quote with double quote and and try again.

Views

707

Like

1

Replies

0
Re: Proof Analysis hanging on image processing - Adobe Campaign Standard 08-11-2017
Hi Lorna,You are on which build of Adobe campaign. Are you using any personalization block/JS activity in the delivery.Also just try to send a test proof without using the image and with same content to see if it works ?

Views

685

Likes

0

Replies

0
Re: Emails not sending due to JST-#ID# Error while compiling script 'content htmlContent' - Adobe Campaign Standard 07-11-2017
HI Andrew,Such error usually occur when there is some issue with the contents of the delivery. Issue could be related to HTML code of the delivery or any JS code/personalization block which is being used in the delivery source . This all depend upon how contents are implemented.I would recommend you review the source code of the delivery and also compare this with the similar one which are are working fine for troubleshooting the error.

Views

1.3K

Like

1

Replies

0
Re: Does Adobe Campaign has a programming language - Adobe Campaign Standard 07-11-2017
Hi,I did not get completely on the requirement related to visual dashboard of audience however to give you an idea ,Adobe Campaign is a software package that lets you coordinate the creation of conversational marketing campaigns. The physical and logical structure of the data carried in the application is described in XML. XPath is a query language which is being used for selecting nodes from an XML document.You can write own Java script code in Adobe Campaign for custom development.Since Adobe ...

Views

1.7K

Likes

0

Replies

0
Re: Mirrorpage generation - Adobe Campaign Standard 07-11-2017
Hi Jonas,You can follow the below documentation(Section managing the mirror page) to know more on how mirror page works in Adobe campaign.The mirror page content is is identical to the email.By default, the mirror page is generated if the link is inserted in the content of the mail. In the delivery properties, the Mode field of the Validity tab lets you modify the generation mode for this page.Email channel

Views

964

Likes

0

Replies

0
Re: Not able to see reverse link in 'Structure' - Adobe Campaign Standard 07-11-2017
HI,It seems you have not clicked on display advanced field at the bottom right corner .

Views

774

Likes

2

Replies

0
Re: Regex again in SQL - Adobe Campaign Standard 07-11-2017
Hi,Could you please provide some more details where are you trying to implement this use case. Are you trying to create a query using regex expressions in Adobe Campaign Console

Views

2.4K

Likes

0

Replies

2
Re: [Transactional Messaging] How and when to use - Adobe Campaign Standard 06-11-2017
Hi Mano,You can perform this using message center functionality in AC. The documentation you are referring is correct one.Message center is used for sending real time email. You can create transnational template at marketing side for sending the email and using this template you make a soap to Real time instance (Message Center) from your website.

Views

749

Like

1

Replies

0