Major increase of conversions from direct traffic after use of Shopify Payments

@Josh_Uebergang I did some further reading on the link you sent and I added below code to the Additional Google Analytics Javascript in Shopify:

// Loads the Linker plugin
ga(‘require’, ‘linker’);

// Instructs the Linker plugin to automatically add linker parameters
ga(‘linker:autoLink’, [‘stripe.com’, shopify.com’], false, true);

ga(‘allowLinker’: true);

Do you think this is correct? My assumption was to add the links of the payment providers to send them the correct parameter.
Until now (after just 7 orders) no problem yet, but I’m also missing 3 conversions in general in Google Analytics. Might be a coincidence (I need more data for it).