ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 28,180
- Points
- 823
Reputation:
I've recently swapped advertising provider to Ezoic which I'm generally happy with. One thing they've suggested is that they'd like to be able to identify users who have logged in via the Google SSO which will improve revenue.
To achieve this, they've suggested that I add the following code "to the same section where your Google SSO code is to ensure we can identify users who log-in via the SSO"
Code:
Read more
Continue reading...
To achieve this, they've suggested that I add the following code "to the same section where your Google SSO code is to ensure we can identify users who log-in via the SSO"
Code:
if (auth2.isSignedIn.get()) { va r profile =...
Read more
Continue reading...