Implementation Instructions Sitewide Tagging - Google Search

1y ago
37 Views
2 Downloads
3.05 MB
37 Pages
Last View : 4m ago
Last Download : 3m ago
Upload by : Mia Martinelli
Transcription

Sitewide taggingimplementation instructionsConfidential ProprietaryConfidential Proprietary

Update your tagging tofuture-proof yourmeasurementAs the advertising industry evolves,1st-party cookies are a moreaccurate way to measure yourconversions.Additionally, 1st-party cookies alsoallow for easier integration with manyGoogle products and simplifies tagmanagement on your website.Confidential Proprietary

Sitewide tags ensuresaccurate measurementThe best way to measure onlineconversions is to use tools that are able toset cookies in the same domain as yoursite (known as first-party cookies).11 - Google ads announcement August 2, 094505The tags for such tools should be placedsitewide - on every page of your site - toeffectively measure and optimize yourdigital marketing investment.Confidential Proprietary

Cookie basicsDomainWhich page are you interacting with?In this case myhappyclothes.comCookiesText files on your computer - they have a name, value,expiration date and a domain from which they aresubmitted and can be read.In this case e.g. myhappyclothes.comConfidential Proprietary

Cookie basics.semarley.comThird-Party CookiesCookies, where the domain differs from the one you’revisiting. In this case e.g. semarley.com. Note that whenyou later visit semarley.com, they would be able toaccess your cookies, which are then irst-Party Cookiesmyhappyclothes.comCookies, where the domain is the one you’re visiting.In this case ential Proprietary

Site-wide tagging BenefitsAdapt to changes /Future proofAccurateconversion trackingFaster and easierintegration with otherGoogle productsConfidential Proprietary

Choose one of ourGoogle Sitewide tagging solutionsgtagGlobal Site TagGoogle Tag ManagerGoogle AnalyticsUpdated Google AdsConversion Tag,implemented on every pageWith Google Ads ConversionTracking / Floodlight Conversion Linker or GoogleAnalyticsUsing Goals or TransactionImport in Google Ads orGoogle Ads ConversionTracking with linked AnalyticsConfidential Proprietary

Requirements for all solutionsAlways useauto-tagging and thefull JavaScript (notimage-only)If usingclick-trackers in URL,make sure GCLID*still worksDon’t fire the tag fromwithin an iframe/viapiggybacking*Google Click IDConfidential Proprietary

How to decide which solution to use?How do you measure conversions?Simplest solution1) Google Analytics imported Goals/Transactions and/or2) Offline Conversions (CRM imported) as the only source of truthNo action requiredUsing Google Tag Managerfor Google Ads and / or Floodlight tagsUse Google Tag Managerwith Google Ads and / orFloodlight tags Conversion LinkerUsing Google Ads conversion tracking and / orFloodlight tags (Google Marketing Platform)Install gtag.js tagsAlternative solution: in case Google Analytics is already implemented onsite and using Google Ads conversion trackinggtag.jsLink Google Ads and Google Analytics accounts*This solution does not work with Floodlight tagsSource: How Google Ads tracks website conversionsConfidential Proprietary

Google Tag ManagerConversion linker implementation instructionsConfidential Proprietary

Before you beginYou should have: Google Tag Manager already set upon your site All relevant conversion tracking tagsare triggered through Google TagManagerCheck whether the Conversion Linkeris set to load on every page Confidential Proprietary

If Conversion Linker is not set to load, then follow thesesteps:Select “Tags”Confidential Proprietary

Select “New”Google Ads Conversion Tracking tag installed,and triggered on conversion pageConfidential Proprietary

Edit “Tag Configuration”Confidential Proprietary

Select the “Conversion Linker” optionConfidential Proprietary

Edit “Triggering”Confidential Proprietary

Select “All Pages”Confidential Proprietary

SaveConfidential Proprietary

Publish this change to your siteConfidential Proprietary

gtag.jsImplementation instructionsConfidential Proprietary

Before you beginYou should have: One global site tag for each GoogleAds account, Google Analytics accountand/or Floodlight configuration. Thistag needs to be implemented on everypage of your site. One event tag for each websiteconversion action you want to track.Confidential Proprietary

Implementation - global site tagFirst, implement the global site tag.Check how to create a gTag tag in your account:Google Ads Display Video 360 Search Ads 360 Google AnalyticsPaste gTag in betweenthe head /head tagsof every page of yourwebsite.You only need to installthe global site tag onceper account, even if youtrack multiple conversionactions.Setting up this tag sets acookie on your domain,which will storeinformation about the adclick that brought a userto your site.Don’t forget to provideusers with clear andcomprehensiveinformation about datacollection, and obtainingconsent where legallyrequired.Confidential Proprietary

Example: global site tag !-- Global Site Tag (gtag.js) - AdWords account: 123-123-1234 -- script asyncsrc "https://www.googletagmanager.com/gtag/js?id AW-123456789" /script script window.dataLayer window.dataLayer [];function gtag(){dataLayer.push(arguments)};gtag('js', new Date());gtag('config', 'AW-123456789'); /script Confidential Proprietary

Verification - global site tagTags can be validated usingGoogle Tag Assistant (GTA) extension forChrome.Enable the extension and refresh your page.If implemented correctly, the global site tag willappear as a remarketing tag, and that tag willshow a conversion ID (no label) when you clickon it in GTA.Confidential Proprietary

Implementation - conversion event tagsThe event tag lets customers specify which pages onyour website should be tracked as conversionsFor each legacyconversion tag on yoursite, you need to replaceit with an event tag.Make sure the legacy tagis removed to avoiddouble-counting.Event tags should beplaced between the head /head tags ofthe page(s) you’d like totrack, right after theglobal site tag.Confidential Proprietary

Example event tagThis is what an event tag looks like: script gtag('event', 'conversion', {'send to': 'AW-123456789/eXample 12345Replace','value': 1.00,'currency': 'USD'}); /script NOTE: Optionally, to track conversion value or conversion currency, customers candynamically insert them into the tag, similar to what you are doing with the pixel tag.Confidential Proprietary

Verification - event tagTags can be validated usingGoogle Tag Assistant.Enable the extension and refresh your page.If implemented correctly, the event tag will appear asGoogle Ads conversion tracking, and will show aconversion label when you click on it in GTA.Confidential Proprietary

Tips to implement event tag Onclick script function gtag report conversion(url) {var callback function () {if (typeof(url) ! 'undefined') {window.location url;}};gtag('event', 'conversion', {'send to': 'AW-928132361/wKHmCKzLtboHEPelt8X8 wE','event callback': callback});return false;} /script a href "http://www.google.com"onclick "return gtag report conversion('http://www.google.com')" Click here! /a a href "http://www.google.com"onclick "gtag report conversion()" target " blank" Click here! /a Event snippet wrapped inside a functionsuitable to be used a click handler, withoptional callback function to redirect theuser to a landing page. The redirect onlyhappens if a url is passed as argument togtag report conversion()Example of a tag with onclick eventlistener to fire a conversion and redirectthe user to the landing page.Example of a tag with onclick eventlistener to fire a conversion and redirectthe user to the landing page in a new tab.Confidential Proprietary

Google AnalyticsLinked to Google Ads implementation instructions*Note this solution only works for Google Ads conversion tracking and not Floodlight tagsConfidential Proprietary

Before you begin Don’t manually remove the JavaScriptcode from the conversion tracking tagfor a “pixel-only” implementation. Link your active Google Analyticsproperty to the Google Ads accountthat owns your website conversionactions. Analytics tags have to be on the samedomain as Google Ads conversiontracking tags.Confidential Proprietary

Access your Google Adsaccount where conversiontracking is setup andselect "Tools"Source: Link Google Analytics and Google Ads accounts - 41Confidential Proprietary

Click on "Details"Source: Link Google Analytics and Google Ads accounts - 41Confidential Proprietary

Select theAnalyticsproperty andclick on "link"Source: Link Google Analytics and Google Ads accounts - 41Confidential Proprietary

Select whichviews to link toGoogle AdsSource: Link Google Analytics and Google Ads accounts - 41Confidential Proprietary

ConclusionConfidential Proprietary

Choose one of ourGoogle Sitewide tagging solutionsgtagGlobal Site TagGoogle Tag ManagerGoogle AnalyticsUpdated Google AdsConversion Tag,implemented on every pageWith Google Ads ConversionTracking / Floodlight Conversion Linker or GoogleAnalyticsUsing Goals or TransactionImport in Google Ads orGoogle Ads ConversionTracking with linked AnalyticsConfidential Proprietary

Thank youConfidential Proprietary

Confidential Proprietary Sitewide tags ensures accurate measurement The best way to measure online conversions is to use tools that are able to

Related Documents:

Grammar as a Foreign Language Oriol Vinyals Google vinyals@google.com Lukasz Kaiser Google lukaszkaiser@google.com Terry Koo Google terrykoo@google.com Slav Petrov Google slav@google.com Ilya Sutskever Google ilyasu@google.com Geoffrey Hinton Google geoffhinton@google.com Abstract Synta

Google Brain avaswani@google.com Noam Shazeer Google Brain noam@google.com Niki Parmar Google Research nikip@google.com Jakob Uszkoreit Google Research usz@google.com Llion Jones Google Research llion@google.com Aidan N. Gomezy University of Toronto aidan@cs.toronto.edu Łukasz Kaiser Google Brain lukaszkaiser@google.com Illia Polosukhinz illia .

Google Meet Classic Hangouts Google Chat Google Calendar Google Drive and Shared Drive Google Docs Google Sheets Google Slides Google Forms Google Sites Google Keep Apps Script D

Part-of-Speech Tagging 8.2 PART-OF-SPEECH TAGGING 5 will NOUN AUX VERB DET NOUN Janet back the bill Part of Speech Tagger x 1 x 2 x 3 x 4 x 5 y 1 y 2 y 3 y 4 y 5 Figure 8.3 The task of part-of-speech tagging: mapping from input words x1, x2,.,xn to output POS tags y1, y2,.,yn. ambiguity thought that your flight was earlier). The goal of POS-tagging is to resolve these

Google Drive (Google Docs, Google Sheets, Google Slides) Employees are automatically issued a Kyrene Google account. Navigate to drive.google.com. Use Kyrene email address and network password to login. Launch in Chrome browser for best experience. Google Drive is a cloud storage sys

ACDSee Pro 3 tutorials: Tagging photos Key concepts Removing tags Moving photos to a new folder Displaying and viewing photos Tagging your photos Sorting in Manage and View modes. Check to see if you learned these key concepts: » Tagging is designed to help speed up your workflow. You can use it whenever you wish to quickly

Tamil is an agglutinative, morphologically rich and free word order language. The recent research works for Tamil language POS tagging were not be able to give state of the art POS tagging accuracy like other languages. Therefore, this research is done to improve the POS tagging for Tamil language using deep learning approaches.

However, the machining of these typically difficult-to-cut materials poses a challenge for conventional manufacturing technologies due to the high tool wear. Abrasive water jet (AWJ) machining is a promising alternative manufacturing technology for machining difficult-to-cut materials,