Skip to main content
chan2111
Level 4
November 21, 2019
解決済み

import profiles in ACS

  • November 21, 2019
  • 1 の返信
  • 2595 ビュー

I have a requirement to import 3million users to the campaign DB standard. Do  I need to tether the schedule or load data in splits or load all the profile data at once? What would be the best recommended solution?

このトピックへの返信は締め切られました。
ベストアンサー SatheeskannaK

Hi,

If you're getting the data from SFTP it would be good to split the data into few files at the source and load them into ACS. Maybe you can use  external signal to trigger second data import workflow once the 1st import done. This way you will be able to troubleshoot any issues happens during data import and if there's any network glitches you may avoid endup re-running with full set of profiles again. Also you may consider running during non-business hours, if your system used for daily marketing activities.

Thanks!

1 の返信

SatheeskannaK
Community Advisor
Community Advisor
November 21, 2019

Hi,

If you're getting the data from SFTP it would be good to split the data into few files at the source and load them into ACS. Maybe you can use  external signal to trigger second data import workflow once the 1st import done. This way you will be able to troubleshoot any issues happens during data import and if there's any network glitches you may avoid endup re-running with full set of profiles again. Also you may consider running during non-business hours, if your system used for daily marketing activities.

Thanks!

Thanks, Sathees