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

karanv22355550
karanv22355550
Offline

Badges

Badges
8

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
12

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by karanv22355550
Customize the badges you want to showcase on your profile
Re: Fast way to generate MirrorUrl for all emails sent in... - Adobe Campaign 16-04-2020
I tried this approach but its too slow. The function takes too long to run. It took me 2 minutes to run 1000 records. I have a million+ to get through.

Views

4.5K

Likes

0

Replies

0
Fast way to generate MirrorUrl for all emails sent in last 60 days in workflow. - Adobe Campaign 15-04-2020
Hello, I am currently working on generating Mirror Urls for all individuals who we sent an email to in the last 60 days. I am currently using a javascript icon in the workflow and using nms.delivery.GetMirrorURL(Delivery Id,Broadlog id) to loop through the temp table and add this to each row(each email sent). The problem is that it takes about 2 minutes to process 1000 rows so it is much to slow for a million records. I am currently try to use this code escapeUrl(cryptString(Delivery Id +'|' + B...

Views

5.7K

Likes

0

Replies

4
Adobe v6 setting instance variable to campaign code and internal name - Adobe Campaign 13-06-2019
Hello. I am currently in a workflow within a campaign. I am using a JavaScript icon to try to create instance variables for the campaign code and the campaign label. Using Instance.id will give me the primary key for the workflow table. I am trying to get the primary key for the Operation table as well as the label(Which is the campaign name not the specific workflow name) which has a one to one relationship with the workflow table.I tried using Instance.operation.id and Instance.operation.label...

Views

3.9K

Like

1

Replies

1
Creating temp table in Javascript Icon - Adobe Campaign Standard 27-03-2018
Hey, so I recently called an api within a javascript Icon. I would like to create a temp table and populate it with the api data. I am unsure on how to create a temp table and populate it. I found these functions. I attempted to create a schema, it runs but does not do anything. Any advice would be great on creating and populating a temp table so that I can inner join on my current query. Thanks! P.S. I have been also using these functions but I do not see any changes when I run the script.regis...

Views

2.2K

Likes

0

Replies

0
Re: Adding data to a delivery icon from a javascript Icon - Adobe Campaign Standard 21-03-2018
Can you also store arrays of objects as instance variables?Thanks!

Views

2.0K

Likes

0

Replies

0
Re: Adding data to a delivery icon from a javascript Icon - Adobe Campaign Standard 21-03-2018
Two Quick Questions, 1) Can I store Javascript Objects as instance.vars?instance.vars.objSo I could call them like this, $(instance/vars/obj.name)and it would return the persons name.but if I do $(instance/vars/obj.number)it would return their number.2)Each API call has specific data to that individual. Same variables but different data. How can I associate that with the individual in adobe.Example:I call the api on 3 individualsThe object returns that the first individuals acceptedPrize is 1The...

Views

2.0K

Likes

0

Replies

0
Adding data to a delivery icon from a javascript Icon - Adobe Campaign Standard 20-03-2018
Hello! I recently called an API within the JavaScript Icon. I have some data from the API that I would like to use in an email delivery. How would get the data into the delivery Icon. The data will be different per individual we are sending to.EX: Individual 1 -> Object.acceptedPrize = 1Individual 2 -> Object.acceptedPrize = 0Individual 3 -> Object.acceptedPrize = 0Thanks

Views

3.7K

Likes

0

Replies

4
Re: Loading XMLHttpRequest Library - Adobe Campaign Standard 16-03-2018
Quick Question, Do you happen to know if there is a library to read the XML when I call the api? I tried using DOMParser but the library does not exist.

Views

2.2K

Likes

0

Replies

0
Re: Loading XMLHttpRequest Library - Adobe Campaign Standard 16-03-2018
Wow thank you very much! This helped me call the api!

Views

2.2K

Likes

0

Replies

0
Likes from