I have monthly panel data and I want to estimate the effects of two different treatments that occur in different time periods. The treatment groups are not the same. An individual can belong one, both or neither of the treatment groups. If one belongs to the first treatment group it is likely that one also belongs to the second group. Both treatments are permanent. What kind of difference in differences specification should I use?
I have been thinking the following kind of equation, but I don't know if it makes sense.
$Y_{it}=B0*\text{Treated1}_i + B0'*\text{Treated2}_i + B1*\text{Treated1}_i*Post1_t + B2*\text{Treated2}_i*\text{Post2}_t + \text{VectorOfTimeDummys}_t + B3'*\text{VectorOfControlVariables}_{it} + \text{ErrorTerm}_{it}$