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
There is a problem with sending page views.
Page views are sent when send_page_view parameter is set to true.
However, apart from setting send_page_view parameter, the pageview is being submitted.
If I set send_page_view parameter to true, the pageviews would be sent twice, with "send pageviews independent of settings" and "send pageviews by settings".
Currently, pageviews are sent once if the send_page_view parameter is set to false.
I don't use other gtag.js or analytics.js modules.
Please tell me the possible causes.
The following are the current settings in nuxt.config.ts.
Hello,
There is a problem with sending page views.
Page views are sent when
send_page_view
parameter is set to true.However, apart from setting
send_page_view
parameter, the pageview is being submitted.If I set
send_page_view
parameter to true, the pageviews would be sent twice, with "send pageviews independent of settings" and "send pageviews by settings".Currently, pageviews are sent once if the
send_page_view
parameter is set to false.I don't use other gtag.js or analytics.js modules.
Please tell me the possible causes.
The following are the current settings in nuxt.config.ts.
The text was updated successfully, but these errors were encountered: