We have a new product feature coming up on our roadmap and I am thinking about how best to tag it and was hoping for some advice.
The site I work for is a job board (a site where you can apply for jobs). At the moment you can only ever apply for one job at a time but this will be changing soon. You'll be able to select multiple jobs and apply for them in bulk.
At the moment, when an application happens, we fire an event and multiple eVars with unique information about the job, like the Job ID, Company Name, Company ID, Job location, Job Discipline etc.
What I am not sure about is how to do this when you can apply for multiple jobs in bulk. I know you can set the event to increment more than 1, i.e. event1=4, but I still need to set the correct eVars for each of the jobs.
My initial thought is just to fire a new tag for each application that happens, so in each tag I will fire the application event and the eVars with the unique info about that job.
Is there another way to do this? Is it possible to do it in the same tag and have multiple values for each of the eVars, for example:
event1=4
eVar1 (job ID)=1234, 5678, 8901, 5678.
eVar2 (company name)=ABC, DEF, GHI, JKL
etc.
Any help and advice would be greatly appreciated.
Thanks.