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

christophec3473
christophec3473
Offline

Badges

Badges
9

Accepted Solutions

Accepted Solutions
4

Likes Received

Likes Received
10

Posts

Posts
8

Discussions

Discussions
1

Questions

Questions
7

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by christophec3473
Customize the badges you want to showcase on your profile
Re: Trigger Workflow in Campaign V6 - Adobe Campaign Standard 03-01-2018
It's just the default name of the default Typology. So it's just an example.Christophe

Views

967

Like

1

Replies

0
Re: Trigger Workflow in Campaign V6 - Adobe Campaign Standard 03-01-2018
Hi,The goal is to design a workflow with a main target and the target to exclude. This target corresponds to recipient from delivery whose the typology is Trigger. In my example, it will be defaultTypologyWe need to parameter our query (nom interne de diffusions égal...).Open it and clic on the button (red square)Select BroadlogRcpThis table content all recipients having received previously a messageClic on delivery (red square)In the delivery schema, open typology and select your criteria (@lab...

Views

972

Like

1

Replies

0
Re: Trigger Workflow in Campaign V6 - Adobe Campaign Standard 15-12-2017
Hi,You can add a filter rule where broadlogRcp/delivery such as typology.@name = "Trigger".It's an idea.Or you give always the same beginining of name to your campaign with Trigger "Trigger_XXXXX", "Trigger_YYYYY" and after you can design a rule easier to build and using this field delivery.@label.Christophe

Views

959

Like

1

Replies

0
Re: Insert records in 'trackingLogRcp' - Adobe Campaign Standard 15-12-2017
Hi,It's not a good practice to update or insert data in broadlog or trackingLog (Adobe Staff Advice).It's better to create a table link to recipient to bring back your tracking. You can too create agregage to avoid 0-n relation.Same for historical delivery.After, you can do queries on this new table easily.Christophe

Views

2.8K

Likes

2

Replies

1
Re: Clearing Segment Codes - Adobe Campaign Standard 15-12-2017
Hi,You can get the temporary table name with a Javascript activity : vars.tableName.After with a SQL activity, you can update a codeSegment of this temporary table.Christophe

Views

1.3K

Likes

2

Replies

0
Re: How to query recipients targeted for a failed delivery - Adobe Campaign Standard 15-12-2017
Hi,U have the field @state which give you the state of a delivery.To find the recipient, you can begin your query by broadlogRcp as delivery.@state = ...I answer to your question ?Christophe

Views

471

Like

1

Replies

0
Re: Execute JS in subject variable - Adobe Campaign Standard 15-12-2017
Hi,If you use a typologie rule which consider the content of your delivery text content, you will able to add your script in this content.//script in your rulevar txtStr = delivery.content.text.source;delivery.content.text.source = '<% document.write(delivery.mailParameters.subject); %>' + txtStr;Return true;I don't know if your Javascript don't work in the text context but, it's ok in the html context.This answer can help you ?Christophe

Views

937

Like

1

Replies

0
Re: Temporary lookup tables within the workflow - Adobe Campaign Standard 15-12-2017
Hi,I'm not sure to understand but, I try to answer to you :If you use a upload data activity (if yours datas are in a Excel file for example)If you use a query activity (if yours data are in a schema on Adobe Campaign)You will obtain your temporary table.After that, you can use a union activity to join these data to recipient dataI answer to your question?Christophe

Views

1.0K

Like

1

Replies

0
Likes given to