What is the difference of “All shared columns” and “A selection of columns”?
I read the document and understood that “All shared columns” can be used if the inbound population targeting dimensions are different.
However, once I implemented, it didn’t work.
Union5: Gather attendance data from data schema A.
Union2: Gather attendance data from data schema B.
Union3: Put together data schema A and B. Use “All shared columns”.
The inbound transition after Union3, the result is 4. However, to check display the target, the result is only 2. I noticed that the activity which I chose in primary set in Union3’s data remained and the other missed.
I would like to keep these 4 data. Is there any other way to solve this issue? Thank you.
Solved! Go to Solution.
Views
Replies
Total Likes
@akari2 , The documentation link seems to be of Campaign standard's doc. Below is how union will work in classic,
If you have two queries of same targeting dimension, with result as
When you Union these both results, in reconciliation
But if you required to have the output of Union as 5 (Query1 result + Query2 result), add segment code to the query to differentiate a column value in both query.
Now in union, select 'All shared columns' and you will get the result as 5.
If you have 2 different targeting dimension, then the output of union in Adobe campaign Classic will have only the count of primary set's record. So if required, after your union-5 or union-2 in your workflow, have a change dimension activity and change its targeting dimension same as other union and run your workflow. It will work!
Hi @akari2 ,
Union should have all input transition from same targeting dimension. If not, by selecting 'all shared columns' or 'A selection of column', it will result output of 'Primary set'.
Views
Replies
Total Likes
Hi @ParthaSarathy ,
Thank you for answering. I understood.
However, in Union, it seems that the explanation is different.
Could you please check the last sentence?
Thank you.
- All shared columns: The data is reconciled on the basis of all the columns in common with the inbound transitions. Therefore, you have to select the primary set that will be kept in case of a duplicate. This option can be used if the inbound population targeting dimensions are different.
Views
Replies
Total Likes
@akari2 , The documentation link seems to be of Campaign standard's doc. Below is how union will work in classic,
If you have two queries of same targeting dimension, with result as
When you Union these both results, in reconciliation
But if you required to have the output of Union as 5 (Query1 result + Query2 result), add segment code to the query to differentiate a column value in both query.
Now in union, select 'All shared columns' and you will get the result as 5.
If you have 2 different targeting dimension, then the output of union in Adobe campaign Classic will have only the count of primary set's record. So if required, after your union-5 or union-2 in your workflow, have a change dimension activity and change its targeting dimension same as other union and run your workflow. It will work!