본문 바로가기

반응형

전체 글

(464)
Lazy Loading A lazy loading is a way of rendering a page when there is a request to that page without having to render all the pages at once when the site first loaded, allowing us to save resources, and resulting in increased response time. Implementation Creating a Project(Check the Angular routing option) Angular - CLI Angular CLI is a command line interface that provides a better way to creata and manage..
레이지 로딩 레이지 로딩은 사이트가 로딩될 때 전체페이지를 한 번에 로딩하지 않고 필요한 페이지만 로딩하고 일부페이지는 해당 페이지에 요청이 있을 때 로딩하는 방식을 말합니다. 레이지 로딩은 필요한 파일만 다운로드하기 때문에 웹사이트의 속도 등 성능향상의 장점이 있습니다. 구현하기 프로젝트 생성 (생성 시 앵귤러라이터 사용 체크) 앵귤러 - 씨엘아이 앵귤러 씨엘아이는 (커맨드라인 인터페이스)는 앵귤러 어플리케이션을 만들고 관리하는데 권장되는 도구입니다. CLI 설치 npm install -g @angular/cli 버전 및 버전 이력 확인 (https://github.com/angular/angula jin-co.tistory.com 컴포넌트 추가 구현을 위해 필요한 컴포넌트를 아래와 같이 추가합니다. ng g c ..
GTM (Triggering) - Page View In the container, go to 'workspace' -> 'tags' -> 'new' Click the 'tag configuration' box Select 'Google Ads conversion tracking' Enter the ‘Conversion ID’ and ‘Conversion label’ (To check conversion ID and label, click here, If you are missing a conversion linker, follow this instruction) Then click ‘Triggering’ box at the bottom (you can also set this in the previous page) Click '+' button Sele..
Google Tags - Conversion Linker Set Up Conversion linker is a tag that improves the accuracy of conversions. One conversion linker is shared throughout all the conversions. You can either create one directly or as part of setting a conversion up. Since setting it up as part of setting a conversion comes with all the configuration, we will go with the latter first. Setting Up as Part of A Conversion Go to your GTM container and click ..
Google Tags - Google Ads Conversion Tag Set Up Finding the Conversion Summary Page First, let’s move to the conversion page. To do so click ‘tools and settings’ menu on the top menu in your Google Ads account Choose the conversion action title (the blue link) Open 'tag configuration' We have two options to implement: Install the tag yourself Using GTM 1. Install the tag yourself Click ‘Install the tag yourself’ We need to check if there is a..
Google Tags - Google Ads Global Tag Set Up For any kind of data to be collected by Google products, we have to linke the site and Google products using either global tag or GTM. Here we will see how we can implement global tag to a site Implementation In your Google Ads account, go to 'tools and setting' -> 'conversions' Select the action title Open 'tag configuration' box -> select the first option Copy the tag below For the global tag ..
Google Ads Conversion Setup In Google Ads, conversion is the actions that are valuable to your business among the other actions (events), be it clicking a purchase button or staying at your website for a certain amount of time. When you create a conversion in Google Ads it is possible to visualize if your advertising campaign is driving profits. I will show you various ways how to set up conversions in Google Ads in this w..
tstory - How to Add A Clipboard Function As my blog is about web development, I have decided to add a clipboard feature to allow users to copy and paste the codes easily. Completed Codes Implementation Looking at several possible ways, I decided to use JavaScript's navigator object to implement this due to its easy implementation and not requiring any additional configurations. We just need to call the necessary function under the navi..

728x90