Download the PHP package adswerve/google-analytics-and-adwords without Composer

On this page you can find all versions of the php package adswerve/google-analytics-and-adwords. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package google-analytics-and-adwords

Global Site Tag (gtag.js) (Google Analytics, Google Ads, Google Marketing Platform)

This Typo3 Extension provides an interface to implement Google Analytics and Google Ads by natively using gtag library. With this extension you can implement Universal Analytics, Google Analytics 4, and Google Ads together.

Code Repository: https://github.com/adswerve/google_analytics_and_adwords

Extension key: "google_analytics_and_adwords"

Contact

[email protected]

Requirements

  1. You have a Typo3 site up and running prior to extension installation
  2. You are using Typo3 version 10.4 - 10.9
  3. You have created a Google Analytics Account and created a Google Analytics Property.
    • It is recommended to use the New Google Analytics (GA4) instead of the Universal Analytics property.
    • To use the New Google Analytics (GA4) with this extension, follow this guide to make sure you have your Measurement ID (ex. G-XXXXXX)
    • You can still use the [Universal Analytics] (https://support.google.com/analytics/answer/10269537) properties as well. You'll need to have your Tracking ID created. (ex. UA-XXXXXXX)

      Compatible with

Installations

Composer

To follow this documentation, you must have TYPO3 up-and-running. Check out the [link text “Installation & upgrade guide”]: https://docs.typo3.org/m/typo3/guide-installation/master/en-us/QuickInstall/Composer/Index.html#install-via-composer for how to setup a TYPO3 installation with Composer

The system extensions extbase and fluid are required.

To install this extension by cloning the source, open the terminal and go to the directory typo3conf/ext/ and enter:

To install this extension by downloading the source, open the url Extension Builder. There you can download a ZIP file, which you can import directly into the Extension Manager. Alternatively you copy the unpacked extension folder to the directory typo3conf/ext/. Then you can use the Extension Manager to activate the Extension Builder.

TER

  1. To download the extension with TER

      a. Extension Manager

            i. As a user with admin rights, navigate to the Extensions module.

            i. In the select box, navigate to the Get Extensions sub-module.

            iii. Click on "Update now“

            iv. Enter the key google_analytics_and_adwords in the search field.
            v. Click the cloud icon in the hit list to import and install the extension.
      b. From the TYPO3 Extension Repository (https://extensions.typo3.org/)
            i. Search for the key google_analytics_and_adwords
            ii. Download the ZIP file.
            iii. Unpack the ZIP file and move the content into the TYPO3 extension directory (typo3conf/ext/).
            iv. Navigate in the TYPO3 Backend as a user with admin rights into the module Extensions.
            v. Look for the extension google_analytics_and_adwords
            vi. Click on the cube icon with the plus to install the extension

  1. After successfully downloading the extension in step 1, go to "List" Modules within your Typo3 backend.       a. Create a Sys Folder within any of your folders containing data and name it "Services"
                i. I arbitrarily used my "Shared Content" folder but you could use any folder.
    step1_ext

  2. After Creating your Services folder, right click on the folder and enable it
    step2_ext

  3. To enter your Measurement ID(GA4) or Tracking ID(UA). Click the "+" icon to create a record to store your Measurement ID.
    step4_ext

  4. Find the "Global Site Tag (gtag.js) and click on Service.
    gtag_service

  5. Enter your ID and Click Save       Depending on your service (GA4, UA, Google Ads), you'll need to make sure you enter the correct format.
    Screen Shot 2021-06-28 at 2 20 54 PM

  6. Click Close
    Screen Shot 2021-06-28 at 2 21 25 PM

  7. You now have stored your ID, this record is added into a relational database and will be referenced when adding the plugin to any page you want to track.

  8. After activating the extension (and clearing the cache), the plugin can be inserted on a page. Don’t forget to set the sys_folder, where the services are stored as the starting point. This can be done at the end of the plugin entry form in the backend and globally in the page configuration TSConfig:
                 Note: Your PID may not be 3, you need to look at where your Services folder is by clicking into the folder and look at the top right.
    s

You must add this plugin to all pages within your website.

Version

v1.0


All versions of google-analytics-and-adwords with dependencies

PHP Build Version
Package Version
Requires typo3/cms-core Version ^10.4.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package adswerve/google-analytics-and-adwords contains the following files

Loading the files please wait ....