You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need gtm scripts to be added after page load. In nextjs, we use script tags along with strategy to handle this case. which includes things like lazy load, afterInteractive,... But we need it to be dynamic for some reason. In this case, we do not have access to the mentioned strategies. How can we manage these things using this package?
Hello,
We need gtm scripts to be added after page load. In nextjs, we use script tags along with strategy to handle this case. which includes things like
lazy load
,afterInteractive
,... But we need it to be dynamic for some reason. In this case, we do not have access to the mentioned strategies. How can we manage these things using this package?Nextjs Doc Address: https://nextjs.org/docs/basic-features/script
The text was updated successfully, but these errors were encountered: