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
(titleService is of type Title imported from @angular/platform-browser.)
But I'm not getting the gtagEvents --
i.e., in your example,
gtagEvent
trackOn="dragstart"
action="product_dragged"
category="ecommerce"
[params]="{ event_label: 'Something cool just happened' }"
Is this because trackPageviews is set to false ?
If trackPageviews is set to true though, the same page will get two entries per visit -- one the default call to pageview() -- with page title "Angular App" and one for the call we make manually.
Any suggestions on how to also get the gtagEvent directive to work?
In automatic tracking of Pageviews, is there a way to change
page_title
default value 'Angular App', to another value or to a real document title?The text was updated successfully, but these errors were encountered: