I use both the Analytics 360 integration for Big Query and DCM/DBM Big Query Transfer for programmatic advertising.
In the ga_sessions table, GA assigns a "fullvisitorid", a 18-character all-numerical value, to each session.
In the table that tracks the impressions of my DCM/DCM campaigns, a 28-alphanumerical value ("user_id") is assigned to users who served impressions.
I'm interested in joining those two tables at FullVisitorId/User_Id to analyse the post-landing behaviour of users who were in specific campaigns. This would, for example, allow me to calculate conversions without the need of Floodlights.
Is there a way to do that?