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

jael91407431
jael91407431
Offline

Badges

Badges
15

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
13

Posts

Posts
46

Discussions

Discussions
24

Questions

Questions
22

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by jael91407431
Customize the badges you want to showcase on your profile
Re: Substring function - Adobe Campaign Standard 02-10-2017
Hi,Sorry, didn't mean to duplicate thread, I believe I clicked post it twice, not intentionally.Sorry for the error,Jae

Views

1.8K

Likes

0

Replies

1
Re: Creating query expressions using regex - Adobe Campaign Standard 02-10-2017
Thank you again Jean-Serge!! Again, sorry for the late response as my Outlook filtered AC forum replies into the spam box for some reason. Will implement your suggestion! Very good to know that AC uses a JavaScript regex engine!Thank you so much!Jae

Views

1.9K

Like

1

Replies

0
Re: Dynamic coding with multiple values - Adobe Campaign Standard 02-10-2017
Thank you so much Jean-Serge! Sorry I didn't reply earlier, as for some reason, my Outlook is filtering my replies to Adobe Campaign forum. But will implement your suggestion! I look forward to your replies with relish!!

Views

2.9K

Likes

0

Replies

0
Re: [EVENT] Adobe Campaign Meetup - Gurugram, India - Adobe Campaign Standard 02-10-2017
Hi,I am in NYC and I think the best place to start an Adobe Campaign meetup in the US would be in New York City, marketing capital of the world!Jae

Views

2.4K

Likes

0

Replies

0
Re: How to remove spacing between hyphen in Adobe Campaign - Adobe Campaign Standard 02-10-2017
Hi Jean_Serge Biron,Thank you for the quick reply. How do I obtain the logInfo of these two fields content?

Views

757

Likes

0

Replies

0
How to remove spacing between hyphen in Adobe Campaign - Adobe Campaign Standard 02-10-2017
Hi,We create a delivery that contains two data fields concatenated by a hyphen:...and when you click on link to the landing page, ("Your Offer"), it brings you to a landing page whose URL address contains the concatenated data fields, "80699361-A07071.htm" but the problem is that the hyphen (" -") that combines the two data fields creates an extra spacing in the URL address: "0699361%20-%20A07071.htm" thereby throwing a 401 page not found error since it is the incorrect URL address.How do we eli...

Views

1.6K

Likes

0

Replies

5
Re: [EVENT] Adobe Campaign Meetup - Gurugram, India - Adobe Campaign Standard 26-09-2017
Would love a US based Adobe Campaign meetup group. Sigh....

Views

2.4K

Like

1

Replies

7
Re: Dynamic coding with multiple values - Adobe Campaign Standard 26-09-2017
So I made this indexOf() script: var states =["CT", "MN", "OH", "PA", "VA"];var a = states.indexOf("CT");var b = states.indexOf("MN");var c = states.indexOf("NY");...so how I do make use of this in my case?

Views

2.9K

Likes

0

Replies

5
Re: Dynamic coding with multiple values - Adobe Campaign Standard 26-09-2017
Hi all,Thank you for your replies, when I develop the second option, if/Else statements, following the Adobe documentation Conditional content : I got this error:There is something it doesn’t like about the Else if in the bottom statement.Why is it generating an error and what is the error pointing to?

Views

2.9K

Likes

0

Replies

0
Dynamic coding with multiple values - Adobe Campaign Standard 26-09-2017
What is the proper way to handle dynamic coding with multiple values?Should we add an IN statement to syntax?( targetData.ita_contact_hist_enrich.xcoh_state_enrich IN ("CT", "VA","MN", "PA","OH") )OR WOULD IT BE:<% if ( targetData.ita_contact_hist_enrich.xcoh_state_enrich == "CT" ) { %>Pre-Qualified<% } if ( targetData.ita_contact_hist_enrich.xcoh_state_enrich == "VA" ) { %>Pre-Qualified<% } if ( targetData.ita_contact_hist_enrich.xcoh_state_enrich == "MN" ) { %>Pre-Qualified<% } if ( targetData...

Views

3.4K

Likes

0

Replies

9