How to Delete Contacts in Salesforce Marketing Cloud

  Рет қаралды 20,672

Datarati - Implementation Guru

Datarati - Implementation Guru

Күн бұрын

Пікірлер: 44
@andre6893
@andre6893 2 жыл бұрын
I cannot thank you enough! This video is simple and amazing! We raised several tickets with SFDC for help and all we needed was to watch this. Other people have said, but I'll say it again: absolute life saver!
@thomasworm8853
@thomasworm8853 3 жыл бұрын
Thanks, this is perfect and a very thorough walk through the whole process. I'll have a look at it and probably add a second verification step to the automation to check if the count of contacts to be deleted are higher than x rows and if so stop the automation and send me an email, so I can make sure the "spike" is ok and I'm not about to delete all my contacts by mistake. Thanks a million, Thomas
@roxnroll8050
@roxnroll8050 3 жыл бұрын
OMG - what a life saver! PERFECT video - thanks!
@LoneWandererAWOOOOO
@LoneWandererAWOOOOO 11 ай бұрын
Thank you for making this video. It's exactly what I need. I am however having an issue filling out the necessary details in the JavaScript code. How would I go about finding these details? The only one I can find is the MID Id.
@MadanMeelan
@MadanMeelan 2 жыл бұрын
Nice information @Cameron
@tovewalden9205
@tovewalden9205 2 жыл бұрын
Best tutorial ever :)
@JoubertMaia
@JoubertMaia Жыл бұрын
Thank you for this!!!
@jhansijuluru3873
@jhansijuluru3873 6 ай бұрын
Thanks for the video. This will be extremely helpful. I have a question, how do we verify that the last email was sent was more than 180 days ago. I didn't see it the sql query? did i miss anything ??
@SeanPGorman
@SeanPGorman 3 жыл бұрын
In the SSJS for the List ID you're not clear which list we should be deleting from. I think the line should be "targetList":{"listKey":"ID for CONTACT TO DELETE extension filled by 3.1 in the Automation","listType":{"listTypeID":3}} Is this correct @Cam Also - does the entry rest instance in "HTTP.Post(authobj.rest_instance_url+'contacts/v1" need to be explicitly stated or will this work without edit (it looks like you think this will work but I am getting an error and it is proving difficult to trace.)
@japhendywijaya7046
@japhendywijaya7046 Жыл бұрын
thank you
@alirazaali1
@alirazaali1 3 жыл бұрын
Hi Cameron.. In the SSJS Contact Deletion please can you tell me which DE's are you referring to "listKey":"ddddddddddddddddddddddddd" AND var de = DataExtension.Init("eeeeeeeeeeeeeeeeeeeeeeee") Thanks
@ValleyMedicalCtr
@ValleyMedicalCtr Жыл бұрын
For listKey, I believe you want to plug in the external ID for the Contacts to Delete DE and initialize using the external ID for the Contact API Log DE.
@mohamedabdelrehim858
@mohamedabdelrehim858 2 жыл бұрын
Thanks alot. I just have one question. In case my sfmc is connected with my sales cloud and I delete or merge account/contact in sales cloud, does it affect on the target record in sfmc?
@goonlopez3888
@goonlopez3888 Жыл бұрын
if u dont update the contact list in marketing does not affect. SC --> MKC works only ony way
@gabrielsvob8618
@gabrielsvob8618 2 жыл бұрын
Am I correct in assuming we need to create an Installed Package in Setup with a Server to Server API integration component to get the Client Id and Secret?
@saketshan
@saketshan 3 жыл бұрын
Does this means, we can delete the contacts stored on any sendable DE? I have a DE with 100 contacts can I delete them all using the script discussed in the video?
@oykumprl
@oykumprl 3 жыл бұрын
What happens to the send log and tracking data in Data View, after deletion took place? Does the customer data get anonymised?
@vedantvyas2454
@vedantvyas2454 2 жыл бұрын
Hi, One question So we keep the reference data extension on the parent BU and run this automation, does this also deletes records from Sendable DE's from all Child BU's? or does this work only All contacts
@harshithams2262
@harshithams2262 2 жыл бұрын
It will be deleted from all the child BU's
@venson80
@venson80 3 жыл бұрын
HI Cameroon.. Can we do this with AmpScript (without SSJS).
@bhriscannan2080
@bhriscannan2080 4 жыл бұрын
Does the suppression rule act as a cooling off period on the off chance that you chance your mind on having deleted that contact? Eg you click delete contact with a 10 day suppression time. You then have 10 days to change you mind before the contact is actually deleted?
@ImplementationGuru
@ImplementationGuru 4 жыл бұрын
Hi @Bhris, great question! Adding suppression time to the contact deletion process just prevents the record from being contacted until the deletion event takes place; as a SFMC user, there is no way to undo a deletion action in the interface. SFMC Support may be able to cancel a deletion activity if it's still in the suppression phase, however this would be in extreme scenarios and should not be relied on for common usage.
@bhriscannan2080
@bhriscannan2080 4 жыл бұрын
@@ImplementationGuru Thanks very much for this. I really appreciate your efforts :)
@kenroberts9566
@kenroberts9566 Жыл бұрын
Newbie alert: Getting a syntax error on the query: "Errors: [AllContacts] is not a known data extension or system data view. You can only query existing data extensions or system data views." I created the AllContacts mobile list but it does not recognize it as a DE?
@АлександрКойнак-ж4о
@АлександрКойнак-ж4о 3 жыл бұрын
Hi, is there any possibility to remove multiple contacts only from a specific list or DE? Unfortunately, I can't find a solution where I can delete a group of customers in one business unit and it will not affect the same users in another one.
@ImplementationGuru
@ImplementationGuru 3 жыл бұрын
Contacts are stored across the account, so deleting a contact will affect all BUs in your account.
@gopubhargavreddy3013
@gopubhargavreddy3013 3 жыл бұрын
How much time it takes to delete records from MC and how to prioritize this
@ImplementationGuru
@ImplementationGuru 3 жыл бұрын
Deletion is quite quick, however it depends how many records you are trying to delete at once; plus any suppression effects you have set in the Contact Delete Settings. I've not tested the speed per record, however I've seen batches of thousands be removed in just a few hours.
@gopubhargavreddy3013
@gopubhargavreddy3013 3 жыл бұрын
@@ImplementationGuru i am deleting only one record and suppression 0 days but from 1 week the status showing as in processing
@ImplementationGuru
@ImplementationGuru 3 жыл бұрын
@@gopubhargavreddy3013 Best contact Salesforce Support to check that happened. It's rare - however contacts can get stuck during the deletion process, and a support ticket is needed to complete the deletion. Good luck!
@venson80
@venson80 3 жыл бұрын
Hi Cameron.. Can you please post the ssjs script here for reference. thank you.
@saketshan
@saketshan 3 жыл бұрын
Does this means, we can delete the contacts stored on any sendable DE? I have a DE with 100 contacts can I delete them all using the script discussed in the video?
@nachocurubeto546
@nachocurubeto546 4 ай бұрын
Hi, could you paste the API code here please?
@venson80
@venson80 3 жыл бұрын
Can you please share the SSJS script. thank you
@dorakib5692
@dorakib5692 2 жыл бұрын
I keep getting a runtime error. Are there limitations with this method?
@muppallaprudhvi1067
@muppallaprudhvi1067 2 жыл бұрын
I'm also having the same issue. @Datarati - Implementation Guru Can you please help us to resolve this?
@BrunoLuizz
@BrunoLuizz 2 жыл бұрын
I had the same error! How do you resolve this?
@BrunoLuizz
@BrunoLuizz 2 жыл бұрын
I had the same error! How do you resolve this?
@Daddyho83
@Daddyho83 4 жыл бұрын
Is it possible to have the SSJS code?
@ImplementationGuru
@ImplementationGuru 4 жыл бұрын
Hi @Daddyho83, Sure - I'll put a link in the video description. Make sure you understand how the code works before running it as contact deletion can not be undone!
@Daddyho83
@Daddyho83 4 жыл бұрын
@@ImplementationGuru thanks, can you let me know when it's there?
@goonlopez3888
@goonlopez3888 Жыл бұрын
Can u explain a little the script?
@dorakib5692
@dorakib5692 2 жыл бұрын
Thank you for this video!!
What is the difference between Contacts and Subscribers in Salesforce Marketing Cloud
8:07
Datarati - Implementation Guru
Рет қаралды 10 М.
How to build an Unsubscribe Page in Salesforce Marketing Cloud
12:58
Datarati - Implementation Guru
Рет қаралды 24 М.
This dad wins Halloween! 🎃💀
01:00
Justin Flom
Рет қаралды 58 МЛН
Não sabe esconder Comida
00:20
DUDU e CAROL
Рет қаралды 63 МЛН
Mastering Data Architecture for Salesforce Marketing Cloud
1:01:33
CloudKettle
Рет қаралды 3,6 М.
Get JSON Data using SSJS in Salesforce Marketing Cloud
14:24
Datarati - Implementation Guru
Рет қаралды 9 М.
How to Suppress and Exclude Subscribers from Sends in Salesforce Marketing Cloud
10:59
Datarati - Implementation Guru
Рет қаралды 10 М.
Automation Status using SSJS and Double Optin using Cloud Pages
43:04
Trailblazing Together by @MCLearningCamp
Рет қаралды 2,7 М.
Slack API Integration for Salesforce Marketing Cloud
43:55
SFMCTrailblazers
Рет қаралды 2,7 М.
Automated Data Extension Filter in Salesforce Marketing Cloud
8:32
Cameron Robert
Рет қаралды 6 М.
SFMC Arch & Implem Strategies 01 - Data Management
1:28:50
SFMCTrailblazers
Рет қаралды 7 М.
SFMC How To Create Dynamic Images in Salesforce Marketing Cloud
14:50
Datarati - Implementation Guru
Рет қаралды 14 М.
Introduction to Journey Builder in #Salesforce Marketing Cloud
1:24:44
This dad wins Halloween! 🎃💀
01:00
Justin Flom
Рет қаралды 58 МЛН