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

MartinViking
MartinViking
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
6

Discussions

Discussions
0

Questions

Questions
6

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by MartinViking
Customize the badges you want to showcase on your profile
Re: Separate with multiple characters in data loading - Adobe Campaign 29-06-2022
Hi, when I do this it creates more column headers than it sould do.  

Views

69

Likes

0

Replies

1
Separate with multiple characters in data loading - Adobe Campaign 28-06-2022
Hello, we are going to receive a new file to adobe campaign. But when I try to prepare the data loading I have difficulties on how to separate the columns as there are two different characters separating those.It looks like this raw: And I add this to the node and it looks fine in the node. But when I run the workflow I still get the semicolons in the table: How can I manage this in the best way? Best regards, Martin

Views

80

Likes

0

Replies

3
Report on user activity logs - Adobe Campaign 27-06-2022
Hi, we need to be able to export a report on user acitivies within the adobe campaign application. What is the best way to go about doing this?We would like to have a report that tells us how many logins made/or attempts each day, how many unique users started workflows etc. Thanks in advanced.

Views

81

Likes

0

Replies

1
Typology rule to change maxRetry - Adobe Campaign 31-05-2022
Hello! We have a special channel that we use that is basically just used as a file export. But when we run the delivery it will do 5 retries as default for the delivery as it thinks its an email-delivery. Im looking into setting up a Typology Rule where If messageType (Channel) == 143 (the channel that we use for this) we change the maxRetry to 0 instead of 5. Do you have a good idea of how this typology code could look like?Best Regards,Martin

Views

87

Likes

0

Replies

1
Re: Change MaxRetry for specific type of sendout - Adobe Campaign 31-05-2022
Thank you for the answer! I will look in to setting up a Typology Rule for this instead. Best regards,Martin

Views

74

Likes

0

Replies

0
Change MaxRetry for specific type of sendout - Adobe Campaign 30-05-2022
Hello, we have three different sendout Templates: Email, SMS and a Template that uses an API to export customers to a internal page. In the Delivery schema we have a default on MaxRetry = 5. This works fine with the Email and SMS, but when we do the third one we don't want any retries at all as it causes issues. for each (var record in records.getElements()) { if(record.$deliveryChannel == 143){ /*logInfo("broadLogID",record.$id); logInfo("broadLogStatus",record.$status); logInfo("deliveryId",re...

Views

90

Likes

0

Replies

3