Inject Google scripts without errors. Block DOM's render errors, load FLS faster and securely.

google-fls is a tool that make your life better. Google fls help you to manage and inject floodlight code inside your react app with only 10 rows of code. Our mission is to help devs to make projects clean and faster with the best tools optimization.

Read the Docs
yarn add google-fls
import React, {useEffect} from 'react'
import fls_global from 'google-fls'
export default function App() {
    function googleInject(){
        fls_global(true, {
            format: 'not',
            advertiser_id: 
        }, {
            type: '123456',
            cat: '654321'
        }, {
            u1: currency,
            u2: cost
        })
    }
    useEffect(() => {
        googleInject()
    }, [])
    return (
        <>
            Test Application
        </>
    )
}
Ava Alimurong
Head of Technology at Zagana Inc.

We're done integrating the app with your package. Thank you so much for the great help!

Sergio Casolari © 2022