@jaycee_rowe
To get a Google Tag (gtag) from a page, you can follow these steps:
Step 1: Navigate to the page where you want to find the gtag.
Step 2: Right-click on the page and select "View Page Source" or "Inspect" from the context menu. This will open the browser developer tools.
Step 3: In the developer tools, search for "gtag" or "Google Tag Manager." You can use the Ctrl + F (Windows) or Command + F (Mac) shortcut to open the search bar.
Step 4: Look for a script tag that contains the gtag code. The gtag generally appears as a script with the attribute src="https://www.googletagmanager.com/gtag/js?id=UA-XXXXXXXX-X"
, where UA-XXXXXXXX-X
represents your specific tracking ID.
Step 5: Note down the gtag code or copy the tracking ID (UA-XXXXXXXX-X) for further use.
By following these steps, you should be able to locate the gtag on a page and retrieve the necessary information.