Skip third-party promotion for uncategorised trackers
Catalog resolution (common_tracker_pattern_id) still runs for every pattern, but promoteThirdParty is now gated on the tracker's cookie category: patterns still sitting in the uncategorised bucket are not promoted to an org ThirdParty until the user moves them to a real category, which re-triggers the worker via SetMappingRequested. Signed-off-by: Émile Ré <emile@probo.com>
This commit is contained in:
@@ -34,13 +34,10 @@ const trackerPatternPropertiesSectionFragment = graphql`
|
||||
name
|
||||
}
|
||||
thirdParty {
|
||||
id
|
||||
name
|
||||
}
|
||||
commonThirdParty {
|
||||
id
|
||||
name
|
||||
logoUrl
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user