מבוא לתיוג ול-Google Tag
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
תיוג הוא התהליך של הוספת קטעי קוד (שנקראים תגים) לכל דף
האתר שלכם, כדי שתוכלו לקבל מידע על האנשים שמבקרים באתר שלכם ועל האופן שבו הם
לקיים איתו אינטראקציה.
תיוג הוא חלק בלתי נפרד ממוצרי מדידה רבים, כולל Google Ads,
Google Analytics ומוצרים רבים של צד שלישי.
אם ברצונך לדעת על הפוסטים הפופולריים ביותר בבלוג שלך,
דפי נחיתה, או המוצרים הפופולריים ביותר, הנתונים שתאספו באמצעות תיוג
מאפשר לכם לקבל החלטות מושכלות יותר לגבי האתר והשיווק שלכם
אסטרטגיות למשימות.
איך מתחילים להשתמש ב-Google Tag
Google Tag הוא קטע קוד יחיד שאפשר למצוא ב-Google Ads, Google
Analytics ומוצרים דומים אחרים של Google. במקום לנהל כמה תגים
בחשבונות של מוצרי Google שונים, אפשר להשתמש ב-Google Tag
באתר כולו ולחבר את התג לכמה יעדים.
הגדרת Google Tag
ההגדרה של Google Tag תלויה באופן ההגדרה של האתר ובדרכים שבהן אפשר
לשנות את הקוד. אפשר להטמיע את Google Tag באתר באחת
בדרכים הבאות:
Google Tag Manager: מערכת ניהול תגים שמאפשרת להגדיר
לנהל תגים באתר שלך מבלי לשנות את הקוד. כדי להשתמש ב-Tag Manager,
להוסיף שני קטעי קוד לכל דף באתר. אחרי שמוסיפים את
בקטעי הקוד, אין צורך לשנות את הקוד הרבה לאחר מכן.
במקום זאת, אתם יכולים להגדיר ולנהל את התגים דרך האתר של Tag Manager.
gtag.js: מסגרת JavaScript שמאפשרת לשלוח נתונים מהאתר אל
מוצרי המדידה של Google. כדי להגדיר את gtag.js, צריך להוסיף קטע קוד אחד אל
כל דף באתר. כדי להשתמש ב-gtag.js ביעילות, נדרש תרגול
שינוי JavaScript באתר שלכם.
אם אתם משתמשים בכלי לבניית אתרים או במערכת ניהול תוכן כמו Shopify, Wix או
WordPress, הכלי לבניית אתרים או מערכת ניהול התוכן עשויים להציע
לשילוב להגדרת Tag Manager או gtag.js באתר.
כדי להגדיר תגי מדידה ופרסום באפליקציה לנייד,
להשתמש ב-Google Analytics for Firebase SDK. לאחר מכן אפשר גם
להשתמש ב-Tag Manager כדי לשנות ולנתב נתונים באפליקציה לנייד.
השלבים הבאים
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[[["\u003cp\u003eTagging involves adding code snippets to web pages to gather data on visitor behavior and site performance.\u003c/p\u003e\n"],["\u003cp\u003eThe Google tag streamlines tag management, allowing connection to multiple Google products with a single code snippet.\u003c/p\u003e\n"],["\u003cp\u003eImplementing tags can be done through Google Tag Manager or gtag.js, offering varying levels of coding involvement.\u003c/p\u003e\n"],["\u003cp\u003eWebsite builders and content management systems often provide integrations for simplified tag setup.\u003c/p\u003e\n"],["\u003cp\u003eMobile app tagging utilizes the Google Analytics for Firebase SDK and can be managed through Tag Manager.\u003c/p\u003e\n"]]],["Tagging involves adding code snippets to website pages to track user behavior and gain insights for informed decision-making. The Google tag, a unified code snippet, can be implemented across a website and connected to multiple Google products. Implementation methods include Google Tag Manager, which requires two code snippets and allows tag management without coding, and gtag.js, requiring one code snippet and JavaScript proficiency. Website builders and the Firebase SDK offer integrations for simplified implementation.\n"],null,["# Introduction to tagging and the Google tag\n\nTagging is the process of adding snippets of code (called tags) to each page of\nyour website so you can learn about the people who visit your site and how they\ninteract with it.\n\nTagging is an integral part of many measurement products, including Google Ads,\nGoogle Analytics, and many third-party products too.\n\nWhether you want to know about your most popular blog posts, most effective\nlanding pages, or most popular products, the data you'll collect through tagging\nlets you make more informed decisions about your site and your marketing\nstrategies.\n\nGet started with the Google tag\n-------------------------------\n\nThe Google tag is a single piece of code that you can find in Google Ads, Google\nAnalytics, and other similar Google products. Instead of managing multiple tags\nfor different Google product accounts, you can use the Google tag across your\nentire website and connect the tag to multiple destinations.\n\nSet up the Google tag\n---------------------\n\nSetting up the Google tag depends on how your site is set up and how you can\nchange the code. You can implement the Google tag on your site in one of the\nfollowing ways:\n\n- **Google Tag Manager**: A tag management system that lets you set up and\n manage tags on your site without changing your code. To use Tag Manager, you\n add 2 snippets of code to each page of your website. After you add the\n snippets to your code, you don't need to change your code much after that;\n instead, you can set up and manage your tags through the Tag Manager website.\n\n- **gtag.js**: A JavaScript framework that lets you send data from your site to\n Google measurement products. To set up gtag.js, you add 1 snippet of code to\n each page of your site. To use gtag.js effectively, you need to be comfortable\n changing JavaScript on your site.\n\nIf you use a website builder or content management system like Shopify, Wix, or\nWordpress, the website builder or content management system may offer an\nintegration for setting up Tag Manager or gtag.js on your site.\n\nTo set up measurement and advertising tags in a mobile app,\nuse the Google Analytics for Firebase SDK. Then, you can also\nuse Tag Manager to modify and route data in the mobile app.\n\nNext steps\n----------\n\n- [Plan your tag setup](/tag-platform/devguides/prerequisites)\n- Set up the Google tag with:\n - [Tag Manager](https://support.google.com/tagmanager/answer/6102821)\n - [gtag.js](/tag-platform/gtagjs/install)\n - [a website builder or CMS](https://support.google.com/tagmanager/answer/12403447)\n - [the Google Analytics for Firebase SDK](https://firebase.google.com/docs/analytics)"]]