활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
The Adobe Campaign implementation guide is a one stop shop for all your Adobe Campaign implementation needs. From how to get started to final configurations – our guides aim to help you at every step of your v6.1 or v7 Adobe Campaign implementation journey. Some handy links below:
1) Installation and Provisioning: A guide to help you install the Adobe Campaign Console. https://adobe.ly/2uBnTSb
2) Architecture: A guide that details out everything you need to know about setting up the environment and architecture for Adobe Campaign. https://adobe.ly/2sDKPit
3) Configuration and Implementation: A guide to help with configuration and implementation of Key feature such as Channel Configuration, Message Center, Web applications, etc. https://adobe.ly/2sDGXhp
4) Administration: A comprehensive guide that help you through the package creation and deployment process + some sample tests. https://adobe.ly/2si09C5
5) Deliverability: A guide listing all deliverability activities that need to performed prior to Campaign Go-Live, including a deliverability checklist. https://adobe.ly/2tDASWn
Hope you find these helpful! Let us know if we can help you in any way!
Hi kirti.rawat,
Can i have the Latest Security Standard's documentation for Adobe Campaign ?
Thanks,
Ragu
조회 수
답글
좋아요 수
Sure Ragu! Let me get back to you on this shortly.
Thanks
Kirti
조회 수
답글
좋아요 수
Hi Ragunath,
Please find the Adobe Campaign Security Whitepaper at below link
http://wwwimages.adobe.com/content/dam/acom/en/security/pdfs/ADB-CampaignSecurity-WP.pdf
It contains all the information around latest security standards support.
You may also visit Security Resources for additional information, Let us know if this suffices.
Thanks
Puneet Aneja
Hi! I've tried to access those links but they are not working. Have the information change place?
조회 수
답글
좋아요 수
Hi,
I've just tried all links in this thread and they are all working for me. Can you try maybe with another browser or using another network?
What is the error you get?
Florent
조회 수
답글
좋아요 수
Hi Florent,
If you click on the short link https://adobe.ly/2tDASWn for Deliverability, it will redirect you for the helpx.adobe and that's ok.
But then you try to access the Document for Deliverability with the tasks for implementation, or any other one, you can't (The requested URL /doc/AC/en/quickstart/deliverability/deliverability.html was not found on this server.).
Indeed, the problem is not within the links in this post, but in those ones the content of the post is redirecting for.
If you can access them, please let me know.
Thank you!!
조회 수
답글
좋아요 수
Oh Ok sorry I didn't understand the problem was with the links of the article itself.
Here is the document about deliverability: Managing deliverability.
I will try to have this article updated.
Is there any other document you need?
Florent
조회 수
답글
좋아요 수
Hi!
I found that some information is missing in this URL: https://helpx.adobe.com/campaign/kb/adobe-campaign-implementation-guide.html, and I would like to know if someone have this information. Please help!
This steps doesn't work:
Install Connectors & Modules as per contract
Architecture Best Practices
Security, User Access Management
Data Imports & Exports
Campaign Creation (Plan Program Hierarchy, Deliveries, Templates, etc.)
Images/Script Hosting
Web Application
SMS
Push Messages
Interactions
Message Center
Survey Manager
Response Manager
Direct Mail
Distributed Marketing
Content Manager
Campaign Optimization
SOAP Web Service Creation
Deploy Packages to Different Environment
Check Deliverability
Thanks,
Antonio Gonzalez
Hi AntonioGonz
Thanks for reaching out to us and highlighting this.
We will get this addressed shortly.
Thanks
Puneet Aneja
조회 수
답글
좋아요 수
Hi AntonioGonz,
All the above link except the one below have been updated and should be working. We are working on this last one and should be fixed shortly. Thanks for pointing these out!
Install Connectors & Modules as per contract
Thanks!
Kirti
조회 수
답글
좋아요 수
Hi,
Can someone help me with campaign implementation, I wanted to know what is custom sequence and how to implement it.
Thanks!
Hi bharatk94,
To answer your question as what a custom sequence is,
By default the recipient table uses an auto primary sequence. To use your own sequence instead of the existing primary one, you create a custom Sequence.
This should be specified in the root element along with autopk="true"
and now to create it
- You have to write a sql code in SQL scripts in your campaign instance and save it as .sql.
- Then run the script.
- A custom sequence will be created in your DB.
- Now assign it to pkSequence in your root element in your schema
Hi yogithaPolavarapu It would be more helpful if you could provide a syntax for this
Thanks!!!
조회 수
답글
좋아요 수
Hello Bharat,
Please find the link to the form article for a similar issue and the complete syntax for creating a sequence and assigning it can be found there.
Re: Make campaign ID (primary key) start at least from 10000
Let me know if it helps.
Regards,
Adhiyan
Hi,
Can someone tell me the proper usage of sys-filter and when do we use it?
조회 수
답글
좋아요 수
Hi Pankhuri,
Sysfilters are used to provide read and/or write access to schema data based on conditions
These filters are entered at the main element level of the schemas. If no filter is specified, all operators will have read and write access to the schema
For example
<sysFilter name="writeAccess">
<condition enabledIf="hasNamedRight('admin')=false" expr="FALSE"/>
</sysFilter>
this gives write access to only those people who have admin rights, for more on this refer to Protecting schemas
조회 수
답글
좋아요 수
Hi,
I came across a scenario where I need to make a 1:1 relationship between two tables, I'll really appreciate if anyone could help me with it.
Thanks!
조회 수
답글
좋아요 수
Hello Bharat,
This is the syntax to create a link between two tables.
<element name="name_of_link" type="link" target="key_of_destination_schema">
<join xpath-dst="xpath_of_field1_destination_table"
xpath-src="xpath_of_field1_source_table"/>
<join xpath-dst="xpath_of_field2_destination_table"
xpath-src="xpath_de_champ2_table_source"/>
...
</element>
To create a 1:1 Mapping , you need to add an attribute called revCardinality="single" . By default it stays 1:N.
So you final syntax XML would be like this
<element name="name_of_link" type="link" revCardinality="single" target="key_of_destination_schema">
<join xpath-dst="xpath_of_field1_destination_table"
xpath-src="xpath_of_field1_source_table"/>
<join xpath-dst="xpath_of_field2_destination_table"
xpath-src="xpath_de_champ2_table_source"/>
...
</element>
Regards,
Adhiyan
Thanks Adhiyan, I am able to do it now
조회 수
답글
좋아요 수
Hi !!!!
Can someone tell how to implement A/B testing in campaign?
조회 수
답글
좋아요 수
조회 수
Likes
답글
조회 수
Likes
답글