{"id":821,"date":"2026-01-26T08:00:00","date_gmt":"2026-01-26T13:00:00","guid":{"rendered":"https:\/\/wp.onepagega.com\/blog\/?p=821"},"modified":"2026-01-12T07:13:33","modified_gmt":"2026-01-12T12:13:33","slug":"google-analytics-lead-tracking","status":"publish","type":"post","link":"https:\/\/wp.onepagega.com\/blog\/google-analytics-lead-tracking\/","title":{"rendered":"How to Track Leads in Google Analytics (Quick and Simple Guide)"},"content":{"rendered":"\n<p>Google Analytics lead tracking is the process of recording when real people take meaningful actions on your website, such as submitting a form or requesting a quote.<\/p>\n\n\n\n<p>If you&#8217;ve ever looked at your dashboard and felt a pang of anxiety because your lead numbers don&#8217;t match your actual email inbox, you aren&#8217;t alone. It&#8217;s frustrating to see conflicting data, especially when you need to report ROI to a client or your boss.<\/p>\n\n\n\n<p>In this guide, I&#8217;ll show you exactly how to track real leads, explain why the numbers sometimes drift, and give you a simple way to view your results without the headache.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-counts\">What Counts as a Lead in Google Analytics (GA4)<\/h2>\n\n\n\n<p>In GA4, a lead is simply a standard event that you mark as a &#8220;Key Event.&#8221; This tells Google that the action is important to your business.<\/p>\n\n\n\n<p>However, not every interaction should count as a lead. A simple newsletter signup is very different from a high-value quote request.<\/p>\n\n\n\n<p>To distinguish between the two, GA4 uses a specific tag called <code>generate_lead<\/code>.<\/p>\n\n\n\n<p>Using this specific event name helps you separate casual browsers from serious prospects. It ensures you are tracking actual business intent rather than just website activity.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"why-numbers-dont-match\">Why Your Lead Numbers Don\u2019t Always Match<\/h2>\n\n\n\n<p>Lead numbers often differ between GA4 and ad platforms because they assign credit differently. This is usually an attribution issue, not a broken tracking setup.<\/p>\n\n\n\n<p>Ad platforms often count &#8220;view-through&#8221; conversions where a user sees an ad but never clicks it. Google Analytics only tracks the actual visit to your site.<\/p>\n\n\n\n<p>Because of this difference, <a href=\"https:\/\/www.lighthouse.gr\/blog\/trending-topics\/why-conversion-data-varies-across-ga4-google-ads-meta-ads-and-crm\/\" target=\"_blank\" rel=\"noopener nofollow\" title=\"\">ad platforms often claim more conversions than GA4<\/a>.<\/p>\n\n\n\n<p>You may also see leads listed as &#8220;Unassigned&#8221; in your reports. This usually happens when UTM tags are missing or broken.<\/p>\n\n\n\n<p>To fix this, use a URL builder to format your campaign links correctly.<\/p>\n\n\n\n<p>Finally, user privacy tools can sometimes strip data as people switch between apps. GA4 tracks the lead, but it might not know exactly where it came from.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Set Up GA4 Lead Tracking<\/h2>\n\n\n\n<p>You don&#8217;t need a developer degree to get this working, but you do need to pick the right strategy for your site.<\/p>\n\n\n\n<p>There are essentially two ways to catch these leads: using a specific &#8220;Thank You&#8221; page or tracking the button click itself.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Method 1: Track Leads With a Thank You Page<\/h3>\n\n\n\n<p>If your form redirects to a confirmation page, this is the easiest way to track leads. You do not need complex code to tell GA4 that a specific URL equals success.<\/p>\n\n\n\n<p>This method is highly reliable. It confirms that a user actually submitted the form rather than just clicking a button by mistake.<\/p>\n\n\n\n<p>Here is how to set this up in GA4:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"321\" src=\"https:\/\/wp.onepagega.com\/blog\/wp-content\/uploads\/2025\/12\/create-event-ga4.jpg\" alt=\"Configuration screen for creating a custom generate_lead event in Google Analytics 4\" class=\"wp-image-806\" srcset=\"https:\/\/wp.onepagega.com\/blog\/wp-content\/uploads\/2025\/12\/create-event-ga4.jpg 800w, https:\/\/wp.onepagega.com\/blog\/wp-content\/uploads\/2025\/12\/create-event-ga4-300x120.jpg 300w, https:\/\/wp.onepagega.com\/blog\/wp-content\/uploads\/2025\/12\/create-event-ga4-768x308.jpg 768w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Go to Admin:<\/strong> Click on <strong>Events<\/strong> under the <strong>Data Display<\/strong> menu.<\/li>\n\n\n\n<li><strong>Create Event:<\/strong> Click <strong>Create Event<\/strong> and name it <code>generate_lead_thankyou<\/code>.<\/li>\n\n\n\n<li><strong>Set the Rules:<\/strong> Set the first condition so <code>event_name<\/code> equals <code>page_view<\/code>.<\/li>\n\n\n\n<li><strong>Add the URL:<\/strong> Click &#8220;Add Condition&#8221; and set <code>page_location<\/code> contains <code>\/thank-you<\/code>.<\/li>\n\n\n\n<li><strong>Mark as Key Event:<\/strong> Save the event. Go to the <strong>Key Events<\/strong> tab and toggle it to &#8220;On&#8221;.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"380\" src=\"https:\/\/wp.onepagega.com\/blog\/wp-content\/uploads\/2026\/01\/generate-lead-thankyou-custom-event-ga4.png\" alt=\"Configuring the generate_lead_thankyou event conditions in Google Analytics 4\" class=\"wp-image-822\" srcset=\"https:\/\/wp.onepagega.com\/blog\/wp-content\/uploads\/2026\/01\/generate-lead-thankyou-custom-event-ga4.png 800w, https:\/\/wp.onepagega.com\/blog\/wp-content\/uploads\/2026\/01\/generate-lead-thankyou-custom-event-ga4-300x143.png 300w, https:\/\/wp.onepagega.com\/blog\/wp-content\/uploads\/2026\/01\/generate-lead-thankyou-custom-event-ga4-768x365.png 768w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<p>For more information, see our guide on <a href=\"https:\/\/wp.onepagega.com\/blog\/what-are-ga4-events\/\" title=\"\">what GA4 Events are<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Method 2: Track Leads Without a Thank You Page<\/h3>\n\n\n\n<p>For popups, embedded forms, or AJAX submissions, you need to track the action itself. Not every form sends users to a new page, especially modern ones that just show a &#8220;Success!&#8221; message inline.<\/p>\n\n\n\n<p>In these cases, you can&#8217;t rely on a URL change. Instead, you need to &#8220;listen&#8221; for the form submission event that happens in the background.<\/p>\n\n\n\n<p>The most reliable method is using a form builder that often handles this automatically. If you are not using a form builder, you have to do this manually.<\/p>\n\n\n\n<p>You will need to use the &#8220;Enhanced Measurement&#8221; feature or Google Tag Manager to track form submissions.<\/p>\n\n\n\n<p>Here is the simplified workflow for capturing these events:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"794\" height=\"575\" src=\"https:\/\/wp.onepagega.com\/blog\/wp-content\/uploads\/2025\/08\/enable-form-interactions.jpg\" alt=\"Enabling enhanced measurement settings in GA4 to automatically track form submissions\" class=\"wp-image-706\" srcset=\"https:\/\/wp.onepagega.com\/blog\/wp-content\/uploads\/2025\/08\/enable-form-interactions.jpg 794w, https:\/\/wp.onepagega.com\/blog\/wp-content\/uploads\/2025\/08\/enable-form-interactions-300x217.jpg 300w, https:\/\/wp.onepagega.com\/blog\/wp-content\/uploads\/2025\/08\/enable-form-interactions-768x556.jpg 768w\" sizes=\"auto, (max-width: 794px) 100vw, 794px\" \/><\/figure>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Enable Enhanced Measurement:<\/strong> Go to <strong>Admin \u00bb Data Streams<\/strong> and click on your web stream. Make sure the toggle for &#8220;Form interactions&#8221; is turned on.<\/li>\n\n\n\n<li><strong>Check the DebugView:<\/strong> Open your website in a new tab and submit a test form. In GA4, go to <strong>Admin \u00bb DebugView<\/strong> to see if an event named <code>form_submit<\/code> appears.<\/li>\n\n\n\n<li><strong>Create the Key Event:<\/strong> If <code>form_submit<\/code> is firing, go back to <strong>Events \u00bb Create Event<\/strong>.<\/li>\n\n\n\n<li><strong>Refine the Trigger:<\/strong> Create a new event named <code>generate_lead<\/code> where <code>event_name<\/code> equals <code>form_submit<\/code> AND <code>page_location<\/code> equals the page your form is on.<\/li>\n\n\n\n<li><strong>Save and Verify:<\/strong> Mark this new event as a Key Event just like in Method 1.<\/li>\n<\/ol>\n\n\n\n<p>For a full guide, see our walkthrough on <a href=\"https:\/\/onepagega.com\/blog\/how-to-track-form-submissions-in-google-analytics-4\" title=\"\">how to track from submissions in GA4<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Actually See Your Lead Data in GA4<\/h2>\n\n\n\n<p>Collecting lead data is only half the job; you also need a practical way to view and understand it. If you can&#8217;t find the numbers quickly, you likely won&#8217;t use them to make better decisions.<\/p>\n\n\n\n<p>To see your new data, follow these simple steps:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Open the Report:<\/strong> Go to <strong>Reports \u00bb Acquisition \u00bb Traffic Acquisition<\/strong> in the left-hand menu.<\/li>\n\n\n\n<li><strong>Find the Column:<\/strong> Scroll to the right of the table until you see the &#8220;Key Events&#8221; column.<\/li>\n\n\n\n<li><strong>Select Your Event:<\/strong> Click the dropdown arrow in that column header to select your new <code>generate_lead<\/code> event.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"935\" height=\"584\" src=\"https:\/\/wp.onepagega.com\/blog\/wp-content\/uploads\/2025\/08\/event-report-form-submit.jpg\" alt=\"Filtering the Google Analytics traffic acquisition report by key events to see lead data\" class=\"wp-image-709\" srcset=\"https:\/\/wp.onepagega.com\/blog\/wp-content\/uploads\/2025\/08\/event-report-form-submit.jpg 935w, https:\/\/wp.onepagega.com\/blog\/wp-content\/uploads\/2025\/08\/event-report-form-submit-300x187.jpg 300w, https:\/\/wp.onepagega.com\/blog\/wp-content\/uploads\/2025\/08\/event-report-form-submit-768x480.jpg 768w\" sizes=\"auto, (max-width: 935px) 100vw, 935px\" \/><\/figure>\n\n\n\n<p>While these standard reports work, they are often cluttered with metrics you simply don&#8217;t need. You could try building &#8220;Explorations,&#8221; but they are clunky to set up and difficult to share with clients.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">A Simpler Way to View Lead Performance<\/h3>\n\n\n\n<p>This is exactly why we built <a href=\"https:\/\/onepagega.com\/\" title=\"\">OnePageGA<\/a>\u2014to strip away the noise and focus on what matters.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/onepagega.com\/\"><img loading=\"lazy\" decoding=\"async\" width=\"620\" height=\"428\" src=\"https:\/\/wp.onepagega.com\/blog\/wp-content\/uploads\/2024\/11\/OnePageGA-Homepage.png\" alt=\"OnePageGA dashboard displaying simplified Google Analytics reports on a single screen\" class=\"wp-image-285\" srcset=\"https:\/\/wp.onepagega.com\/blog\/wp-content\/uploads\/2024\/11\/OnePageGA-Homepage.png 620w, https:\/\/wp.onepagega.com\/blog\/wp-content\/uploads\/2024\/11\/OnePageGA-Homepage-300x207.png 300w\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" \/><\/a><\/figure>\n\n\n\n<p>OnePageGA is a simple, single-page analytics dashboard that connects directly to your Google Analytics account.<\/p>\n\n\n\n<p>Instead of digging through five layers of menus, OnePageGA pulls your specific lead metrics onto a single screen so you don&#8217;t have to hunt for them. <\/p>\n\n\n\n<p>It creates <a href=\"https:\/\/onepagega.com\/blog\/simple-google-analytics-reports\/\">simple Google Analytics reports<\/a> that show you exactly how many leads you got and where they came from in seconds.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"708\" src=\"https:\/\/wp.onepagega.com\/blog\/wp-content\/uploads\/2025\/08\/onepagega-form-submit-event.jpg\" alt=\"OnePageGA report showing specific lead generation metrics and form submission sources\" class=\"wp-image-712\" srcset=\"https:\/\/wp.onepagega.com\/blog\/wp-content\/uploads\/2025\/08\/onepagega-form-submit-event.jpg 1000w, https:\/\/wp.onepagega.com\/blog\/wp-content\/uploads\/2025\/08\/onepagega-form-submit-event-300x212.jpg 300w, https:\/\/wp.onepagega.com\/blog\/wp-content\/uploads\/2025\/08\/onepagega-form-submit-event-768x544.jpg 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><\/figure>\n\n\n\n<p>It answers the only question your clients really care about: &#8220;How many leads did we get today?&#8221; without the headache of complex data tables.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Bonus: How to Get More Leads to Track<\/h2>\n\n\n\n<p>Now that your scoreboard is working, you need to put some points on the board. Tracking a conversion rate of 0% isn&#8217;t very exciting, so here are three quick ways to increase your lead volume immediately.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. Reduce the Friction<\/h3>\n\n\n\n<p>Every extra field you ask for is a hurdle your user has to jump over. If you don&#8217;t absolutely need their phone number or job title, cut it.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"662\" height=\"349\" src=\"https:\/\/wp.onepagega.com\/blog\/wp-content\/uploads\/2026\/01\/minimal-form-lead-generation-example.png\" alt=\"Using minimal form fields is proven to improve lead generation\" class=\"wp-image-823\" srcset=\"https:\/\/wp.onepagega.com\/blog\/wp-content\/uploads\/2026\/01\/minimal-form-lead-generation-example.png 662w, https:\/\/wp.onepagega.com\/blog\/wp-content\/uploads\/2026\/01\/minimal-form-lead-generation-example-300x158.png 300w\" sizes=\"auto, (max-width: 662px) 100vw, 662px\" \/><\/figure>\n\n\n\n<p>Studies consistently show that removing just one form field can increase conversion rates by up to 26%. Keep it to name and email whenever possible to get the conversation started.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Add Trust Signals Near the Button<\/h3>\n\n\n\n<p>Anxiety kills conversions. When a user hovers over that &#8220;Submit&#8221; button, they are wondering if you&#8217;re going to spam them.<\/p>\n\n\n\n<p>Place a small line of text below the button like &#8220;No spam, unsubscribe anytime&#8221; or add a trusted logo right next to the form. These micro-assurances reduce hesitation.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Use Dedicated Landing Pages<\/h3>\n\n\n\n<p>Sending paid traffic to your homepage is usually a waste of money. Homepages have too many distractions and menu links.<\/p>\n\n\n\n<p>Instead, send traffic to a dedicated landing page that has one job: getting that lead. By removing the navigation menu and focusing the copy on a single offer, you&#8217;ll see your <code>generate_lead<\/code> events in GA4 skyrocket.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"662\" height=\"553\" src=\"https:\/\/wp.onepagega.com\/blog\/wp-content\/uploads\/2026\/01\/lead-generation-landing-page-example.jpg\" alt=\"Example of using a landing page to improve lead generation\" class=\"wp-image-824\" srcset=\"https:\/\/wp.onepagega.com\/blog\/wp-content\/uploads\/2026\/01\/lead-generation-landing-page-example.jpg 662w, https:\/\/wp.onepagega.com\/blog\/wp-content\/uploads\/2026\/01\/lead-generation-landing-page-example-300x251.jpg 300w\" sizes=\"auto, (max-width: 662px) 100vw, 662px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">FAQs About Google Analytics Lead Tracking<\/h2>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\"><summary>Why doesn\u2019t my GA4 lead count match my ad platform?<\/summary>\n<p>Ad platforms are generous with credit. They often count a lead if someone saw your ad, didn&#8217;t click, but converted later (view-through).<\/p>\n\n\n\n<p>GA4 is stricter with its attribution. It usually only counts the lead if the user actually clicked through to your site during the session.<\/p>\n<\/details>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\"><summary>Can I see lead names or email addresses in Google Analytics?<\/summary>\n<p>No, absolutely not. Google has a strict policy against collecting Personally Identifiable Information (PII).<\/p>\n\n\n\n<p>If you try to pass email addresses or names into GA4, they might suspend your account. Always keep personal data in your CRM, not your analytics tool.<\/p>\n<\/details>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\"><summary>What\u2019s the difference between form_submit and generate_lead?<\/summary>\n<p><code>form_submit<\/code> is a technical event that simply says &#8220;a form button was clicked.&#8221; <code>generate_lead<\/code> is a specific Google event that signals &#8220;a business goal was met.&#8221;<\/p>\n\n\n\n<p>You should map the technical <code>form_submit<\/code> event to <code>generate_lead<\/code>. This helps GA4 understand that this specific action has real monetary value to you.<\/p>\n<\/details>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\"><summary>How long does GA4 attribution last?<\/summary>\n<p>For Key Events (conversions), GA4 uses a lookback window of up to 90 days. This is great for businesses with longer sales cycles.<\/p>\n\n\n\n<p>This means if someone clicks an ad today but comes back directly to convert two months later, GA4 can still credit that original ad click.<\/p>\n<\/details>\n\n\n\n<p>Once your lead tracking is set up correctly, clear reporting is what makes the data actually useful. You shouldn&#8217;t have to fight your analytics tool just to answer a simple question about your business growth.<\/p>\n\n\n\n<p>By using a simple setup and an easy-to-read dashboard, you can finally start trusting your numbers again. If you&#8217;re tired of digging through complex menus, give <a href=\"https:\/\/onepagega.com\/\" title=\"\">OnePageGA<\/a> a look to turn that data into instant clarity.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/onepagega.com\/auth\/google\" style=\"border-radius:5px;background-color:#ea580b\">Try OnePageGA for 14 Days Free<\/a><\/div>\n<\/div>\n\n\n\n<p>You may also find the following Google Analytics guides helpful:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/wp.onepagega.com\/blog\/how-to-track-file-downloads-google-analytics-4\/\" title=\"How to Track File Downloads in Google Analytics 4\">How to Track File Downloads in Google Analytics 4<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/wp.onepagega.com\/blog\/what-is-a-conversion-in-google-analytics\/\" title=\"What Is a Conversion in Google Analytics (GA4 Guide)\">What Is a Conversion in Google Analytics<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/wp.onepagega.com\/blog\/time-on-page-google-analytics-4\/\" title=\"How to Measure Time on Page in Google Analytics 4\">How to Measure Time on Page in Google Analytics 4<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/wp.onepagega.com\/blog\/how-to-find-average-session-duration-in-google-analytics\/\" title=\"How to Find Average Session Duration in Google Analytics\">How to Find Average Session Duration in Google Analytics<\/a><\/li>\n<\/ul>\n\n\n\n<p>If you have questions or want to join the conversation, you can also <a href=\"https:\/\/x.com\/onepagega\" target=\"_blank\" rel=\"noopener nofollow\" title=\"OnePageGA on X\">find us on X<\/a> and <a href=\"https:\/\/www.facebook.com\/profile.php?id=61568564864925\" target=\"_blank\" rel=\"noopener nofollow\" title=\"OnePageGA on Facebook\">Facebook<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Master Google Analytics lead tracking in minutes. Learn how to track forms, fix mismatched numbers, and simplify your reporting in this step-by-step guide.<\/p>\n","protected":false},"author":5,"featured_media":825,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[17],"tags":[24,72,71],"class_list":["post-821","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-google-analytics-4","tag-lead-tracking","tag-track-leads-google-analytics"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/wp.onepagega.com\/blog\/wp-json\/wp\/v2\/posts\/821","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wp.onepagega.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wp.onepagega.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wp.onepagega.com\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/wp.onepagega.com\/blog\/wp-json\/wp\/v2\/comments?post=821"}],"version-history":[{"count":2,"href":"https:\/\/wp.onepagega.com\/blog\/wp-json\/wp\/v2\/posts\/821\/revisions"}],"predecessor-version":[{"id":827,"href":"https:\/\/wp.onepagega.com\/blog\/wp-json\/wp\/v2\/posts\/821\/revisions\/827"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wp.onepagega.com\/blog\/wp-json\/wp\/v2\/media\/825"}],"wp:attachment":[{"href":"https:\/\/wp.onepagega.com\/blog\/wp-json\/wp\/v2\/media?parent=821"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wp.onepagega.com\/blog\/wp-json\/wp\/v2\/categories?post=821"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wp.onepagega.com\/blog\/wp-json\/wp\/v2\/tags?post=821"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}