• Resolved favoledigitali

    (@favoledigitali)


    Hi,
    i removed the plug-in WooCommerce Google Ads Dynamic Remarketing, and i tried only WooCommerce Conversion Tracking, but it doesn’t show anymore “gtag(‘event’,’page_view'” and google ads flags me like i miss all the product’s parameters.
    i reactivated both the plug-in and deactivated the remarketing from WooCommerce Conversion Tracking.
    Google ads wants to see the gtag inside the page like this

    <script>
      gtag('event', 'page_view', {
        'send_to': 'AW-104xxxx',
        'value': 'replace with value',
        'items': [{
          'id': 'replace with value',
          'google_business_vertical': 'retail'
        }]
      });
    </script>

    old plug-in printed all the information, new plug-in don’t print anything
    the configuration is the dsame for all the plug-in
    do you perhaps have any idea on how to solve my problem?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author alekv

    (@alekv)

    Hi @favoledigitali

    The old plugin was still using the old Google dynamic remarketing specification. This plugin uses the new Google specification that works without page_view.

    Read more about this here and here.

    Regards
    Aleksandar

    • This reply was modified 3 years, 8 months ago by alekv.
    Thread Starter favoledigitali

    (@favoledigitali)

    Hi, i have read all page in your links, but the new plug-in don’t print nothing
    item
    view-item

    don’t prink nothing like this (write in yout google link)

    <script>
    gtag('event','view_item', {
      'value': 998.55,
      'items': [
        {
          'id': 1234, 
          'google_business_vertical': 'retail'
        },
        {
          'id': 45678, 
          'google_business_vertical': 'retail'
        }
      ]
    });
    </script>
    ### Debugging Information ###
    
    ## System Environment ##
    
    This plugin's version: 1.10.5
    
    WordPress version: 5.7.2
    WooCommerce version: 5.3.0
    PHP version: 7.2.34
    curl available: yes
    wp_remote_get to Cloudflare: 200
    wp_remote_get to Google Analytics API: 200
    wp_remote_get to Facebook Graph API: 200
    
    Multisite enabled: no
    WordPress debug mode enabled: no
    Logged in user login name: xxxxx
    Logged in user display name: xxxx
    
    ## WooCommerce ##
    
    Default currency: EUR
    Shop URL: https://www.xxx
    Cart URL: https://www.xxx/carre...
    Checkout URL: https://www.xxx/check...
    Purchase confirmation endpoint: /order-rec...
    is_order_received_page(): https://www.xxx/checkoutorder-received
    
    Last order URL: https://www.xxx/checkout/order-received/405xxx?key=xxxx
    Order received page uses proper is_order_received() url: no
    Purchase confirmation page redirect: no
    
    ## Theme ##
    
    Is child theme: yes
    WooCommerce support: yes
    
    Child theme Name: xxxx.it Theme
    Child theme ThemeURI: 
    Child theme Author: xxxx
    Child theme AuthorURI: https://www.xxx
    Child theme Version: 1.0.1
    Child theme Template: astra
    Child theme Status: publish
    Child theme TextDomain: xxxx-theme
    Child theme DomainPath: 
    
    Parent theme Name: Astra
    Parent theme ThemeURI: https://wpastra.com/
    Parent theme Author: Brainstorm Force
    Parent theme AuthorURI: https://wpastra.com/about/
    Parent theme Version: 3.4.6
    Parent theme Template: 
    Parent theme Status: publish
    Parent theme TextDomain: astra
    Parent theme DomainPath: /languages
    
    ## freemius ##
    
    api.freemius.com : online
    wp.freemius.com : online
    
    ## misc ##
    
    WP Rocket JavaScript concatenation: off
    
    ### End of Information ###
    Plugin Author alekv

    (@alekv)

    @favoledigitali

    The event is generated dynamically and is not visible in the HTML source of the page. This is in order to work better with caching systems and such.

    You need to use https://tagassistant.google.com/ in order to verify the event.s

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘page_view’ is closed to new replies.