[Resolved] Google Analytics Etc.

Home Forums Support [Resolved] Google Analytics Etc.

Home Forums Support Google Analytics Etc.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1344717
    vasu

    Hi,

    Is there a place to put the GA verification, Pinterest verification etc. or do I need a plugin? Thanks!

    #1344743
    David
    Staff
    Customer Support

    Hi there,

    you can use a Hook Element to add scripts to your site:

    https://docs.generatepress.com/article/hooks-element-overview/

    Most scripts have one of three places to be added:

    1. in between the <head> tags of your site. For this you select the WP_Head hook
    2. immediately after the opening <body> tag. This is the WP_body_open hook
    3. before the closing </body> tag. The is the WP_footer hook

    Here’s an example of adding Google Tag Manager:

    https://docs.generatepress.com/article/implement-google-tag-manager/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.