Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1191283

    Nachdem ich das allgemeine website Tag installiert habe, soll ich nun ein Ereignis snippet einfügen. Google schreibt hierzu:

    “Kopieren Sie das Snippet unten und fügen Sie es auf den zu erfassenden Seiten direkt nach dem allgemeinen Website-Tag zwischen den <head></head>-Tags ein”

    Das Snippet liegt in folgender Form vor:

    <!– Event snippet for Reservierung conversion page –>
    <script>
    gtag(‘event’, ‘conversion’, {‘send_to’: ‘AW-xxxxxxxxxxxxxxx’});
    </script>

    Geschieht das über das Inhaltselemet “code-block”? Wenn ja, wo wird das Inhaltselement “code-block” eingefügt? Als erstes Element? Wie vermeide ich einen Zeilenumbruch an der Stelle, an der der code-block eingefügt wird?

    #1191373

    Hey Murmeltier,

    You can add a function like this to your functions.php file:

    function add_google_ads_converstion_tracking(){
    ?>
    YOUR CODE GOES HERE
    <?php
    }
    add_action('wp_head', 'add_google_ads_converstion_tracking');

    Best regards,
    Rikard

    #1192008

    Hello,
    I need to add this code to the “request an appointment” button on this page built with the Avia Layout Builder<button onclick=”return gtag_report_conversion(‘https://mikes-mechanical.com/contact-us&#8217;)”>Submit</button>.
    Can you help?
    Thanks,
    LF

    #1194286

    Hi,


    @liliaf
    : You can manually add the button containing the gtag function in a Code or Text Block element inside the advance layout builder. Please don’t hesitate to open a new thread if you need anything else.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Google Ads Conversation Tracking’ is closed to new replies.