Question:
How can you mass update acquisition program, acquisition program name, and acquisition date? Is there a way to somehow identify what program they were first added to when acquisition program is blank?
Background:
We have not set the acquisition program in the past. Now we have roughly 60,000 leads with no acquisition program which we hope to now update somehow.
You can't do it in bulk, you'll have to run batch campaign per program.
I would look at the registration source info and original source info, bucket people based on that info and run "change data value" batch campaigns.
With acquisition date it's much easier, run a batch acquisition date = {{lead.created at}} ( I usually use {{lead.SFDC Created Date}} because we sync everything to sfdc)
So here's the thing about this.
Thanks guys for your input. This is going to be a long and tedious process........
You can actually mass update using API. It takes a bit of developer work. You can extract the activity logs and write something pull out the correct acquisition date and push it back in. Definitely would take this approach if you have a lot of records to update.
Agreed!