{"id":173,"date":"2024-08-13T07:29:00","date_gmt":"2024-08-13T07:29:00","guid":{"rendered":"https:\/\/apidocs.leadrat.com\/?post_type=docs&#038;p=173"},"modified":"2024-08-13T13:56:59","modified_gmt":"2024-08-13T13:56:59","password":"","slug":"technical-documentation-for-crm-api-integration-with-google-landing-page-microsoft-ads","status":"publish","type":"docs","link":"https:\/\/apidocs.leadrat.com\/index.php\/docs\/technical-documentation-for-crm-api-integration-with-google-landing-page-microsoft-ads\/","title":{"rendered":"API Integration with Google Landing Page &amp; Microsoft Ads"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\"><strong>Introduction<\/strong><\/h2>\n\n\n\n<p>The Leadrat CRM receives leads from Google Ads landing pages and Microsoft Ads. To enable this functionality, it&#8217;s essential to integrate Google Ads landing pages and Microsoft Ads with the CRM via API. Leadrat CRM provides API for integration. This integration facilitates seamless data exchange and transfer, enhances automation, and enables business to extend the capabilities of the CRM. By using API, business can automate processes, synchronize data, and enhance their operational efficiency.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"> Prerequisites:<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Log in to the CRM tenant using the provided credentials.<\/li>\n\n\n\n<li>Ensure that the user has Admin access rights to initiate the API integration process.<\/li>\n\n\n\n<li>Access global configuration settings within the CRM interface.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Integration Procedure:<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Select the Google ads landing page\/Microsoft ads for API integration from global config.<\/li>\n\n\n\n<li>Create an account on Google Ads landing page, the same way on Microsoft Ads.<\/li>\n\n\n\n<li>Create and fill in the required account details and automatically the excel file will be downloaded.<\/li>\n\n\n\n<li>Upon download completion, open the Excel file containing the API integration details, including:<br>a.cURL-API endpoint, API key.<br>b.POST request for pushing leads to CRM.<br>c.Integration manual<br>d.Authentication type<br>e.Success and failure response.<br>f.Parameters<br>g.CRM Name<br>h.Method (POST)<\/li>\n\n\n\n<li>Share Excel file with the agency account manager for google Ads lading page and Microsoft Ads as a reference for integration.<\/li>\n\n\n\n<li>Upon successful API integration, leads are automatically added to the CRM as per the specified parameters.<\/li>\n\n\n\n<li>When the parameters are hit, leads get added to the CRM and parameters not specified are added as notes for the lead.<\/li>\n\n\n\n<li>Leads can be assigned to primary and secondary users within the CRM, allowing for efficient lead management.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>API Details for Google Ads Landing page<\/strong><\/h2>\n\n\n\n<p>The API details include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>curl command for making HTTP request<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>curl --location --request POST  https:\/\/connect.leadrat.com\/api\/v1\/integration\/GoogleAds -H \"API-Key: ZXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\" -H \"Content-Type: application\/json\" -d'{\n\u201clead\u201d: \u201clead\u201d\n  \"name\": \"leadname\",\n  \"state\": \"leadstate\",\n  \"city\": \"leadcity\",\n  \"location\": \"lead locality\/location\",\n  \"budget\": \"propertybudget\",\n  \"notes\": \"comments\",\n  \"email\": \"leademailid\",\n  \"countryCode\": \"leadcountrycode\",\n  \"mobile\": \"leadmobilenumber\",\n  \"project\": \"projectname\",\n  \"property\": \"propertyname\",\n  \"leadExpectedBudget\": \"leadexpectedbudget\",\n  \"propertyType\": \"propertytype\",\n  \"submittedDate\": \"dd-mm-yyyy\",\n  \"submittedTime\": \"hh-mm-ss\",\n  \"additionalProperties\": {\n    \"key1\": \"value1\",\n    \"key2\": \"value1\"\n  }\n}'<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Integration manual for reference<br><em><code>CRM Integration doc for reference<\/code><\/em><\/li>\n\n\n\n<li>Authentication type<br><em><code>API key<\/code><\/em><\/li>\n\n\n\n<li>Success and failure response messages<br><code><em>Failure: 400 Bad Request<\/em><br><em>Success: 200 OK<\/em><\/code><\/li>\n\n\n\n<li>CRM name<br><em><code>Leadrat<\/code><\/em><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>API Details for Microsoft Ads<\/strong><\/h2>\n\n\n\n<p>The API details include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>curl command for making HTTP request<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>curl --location --request POST  https:\/\/connect.leadrat.com\/api\/v1\/integration\/MicrosoftAds -H \"API-Key: MXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\" -H \"Content-Type: application\/json\" -d \u2018{\n  \"name\": \"name of the lead\",\n  \"state\": \"state of the lead\",\n  \"city\": \"city of the lead\",\n  \"location\": \"location\/locality of the lead\",\n  \"budget\": \"budget of the property\",\n  \"notes\": \"comments\",\n  \"email\": \"email of the lead\",\n  \"countryCode\": \"country code of the country in which lead resides\",\n  \"mobile\": \"phone number of the lead\",\n  \"project\": \"name of the project\",\n  \"property\": \"name of the property\",\n  \"leadExpectedBudget\": \"expected budget of the lead\",\n  \"propertyType\": \"property type\",\n  \"submittedDate\": \"dd-mm-yyyy\",\n  \"submittedTime\": \"hh-mm-ss\",\n  \"subsource\": \"name of the subsource\",\n  \"leadStatus\": \"Schedule Site Visit or Schedule Meeting or Booked or Booking Cancel\",\n  \"callRecordingUrl\": \"URL of call recording of the lead\",\n  \"leadScheduledDate\": \"dd-mm-yyyy\",\n  \"leadScheduleTime\": \"hh-mm-ss\",\n  \"bhkType\": \"Simplex\/Duplex\/PentHouse\/Others\",\n  \"leadBookedDate\": \"dd-mm-yyyy\",\n  \"leadBookedTime\": \"hh-mm-ss\",\n  \"additionalProperties\": {\n    \"EnquiredFor\": \"Buy\/Sale\/Rent\",\n    \"BHKType\": \"Simplex\/Duplex\/PentHouse\/Others\",\n    \"NoOfBHK\": \"no of BHK\",\n    \"key1\": \"value1\",\n    \"key2\": \"value1\"\n  }\n}'<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Integration manual for reference<br><em><code>CRM Integration doc for reference<\/code><\/em><\/li>\n\n\n\n<li>Authentication type<br><em><code>API key<\/code><\/em><\/li>\n\n\n\n<li>Success and failure response messages<br><code><em>Failure: 400 Bad Request<\/em><br><em>Success: 200 OK<\/em><\/code><\/li>\n\n\n\n<li>CRM name<br><em><code>Leadrat<\/code><\/em><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Introduction The Leadrat CRM receives leads from Google Ads landing pages and Microsoft Ads. To enable this functionality, it&#8217;s essential [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_eb_attr":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"doc_category":[14],"doc_tag":[],"class_list":["post-173","docs","type-docs","status-publish","hentry","doc_category-technical-documentation-for-google-ads-microsoft-ads"],"year_month":"2026-05","word_count":553,"total_views":"71","reactions":{"happy":"0","normal":"0","sad":"0"},"author_info":{"name":"goleadrat@gmail.com","author_nicename":"goleadratgmail-com","author_url":"https:\/\/apidocs.leadrat.com\/index.php\/author\/goleadratgmail-com\/"},"doc_category_info":[{"term_name":"Technical Documentation for Google Ads &amp; Microsoft Ads","term_url":"https:\/\/apidocs.leadrat.com\/index.php\/docs-category\/technical-documentation-for-google-ads-microsoft-ads\/"}],"doc_tag_info":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>API Integration with Google Landing Page &amp; Microsoft Ads - Leadrat Help Center<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/apidocs.leadrat.com\/index.php\/docs\/technical-documentation-for-crm-api-integration-with-google-landing-page-microsoft-ads\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"API Integration with Google Landing Page &amp; Microsoft Ads - Leadrat Help Center\" \/>\n<meta property=\"og:description\" content=\"Introduction The Leadrat CRM receives leads from Google Ads landing pages and Microsoft Ads. To enable this functionality, it&#8217;s essential [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/apidocs.leadrat.com\/index.php\/docs\/technical-documentation-for-crm-api-integration-with-google-landing-page-microsoft-ads\/\" \/>\n<meta property=\"og:site_name\" content=\"Leadrat Help Center\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-13T13:56:59+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/apidocs.leadrat.com\\\/index.php\\\/docs\\\/technical-documentation-for-crm-api-integration-with-google-landing-page-microsoft-ads\\\/\",\"url\":\"https:\\\/\\\/apidocs.leadrat.com\\\/index.php\\\/docs\\\/technical-documentation-for-crm-api-integration-with-google-landing-page-microsoft-ads\\\/\",\"name\":\"API Integration with Google Landing Page &amp; Microsoft Ads - Leadrat Help Center\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/apidocs.leadrat.com\\\/#website\"},\"datePublished\":\"2024-08-13T07:29:00+00:00\",\"dateModified\":\"2024-08-13T13:56:59+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/apidocs.leadrat.com\\\/index.php\\\/docs\\\/technical-documentation-for-crm-api-integration-with-google-landing-page-microsoft-ads\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/apidocs.leadrat.com\\\/index.php\\\/docs\\\/technical-documentation-for-crm-api-integration-with-google-landing-page-microsoft-ads\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/apidocs.leadrat.com\\\/index.php\\\/docs\\\/technical-documentation-for-crm-api-integration-with-google-landing-page-microsoft-ads\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/apidocs.leadrat.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"API Integration with Google Landing Page &amp; Microsoft Ads\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/apidocs.leadrat.com\\\/#website\",\"url\":\"https:\\\/\\\/apidocs.leadrat.com\\\/\",\"name\":\"Leadrat Help Center\",\"description\":\"Your go-to guide for using Leadrat \u2013 FAQs, tutorials, and expert support.\",\"publisher\":{\"@id\":\"https:\\\/\\\/apidocs.leadrat.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/apidocs.leadrat.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/apidocs.leadrat.com\\\/#organization\",\"name\":\"Leadrat Help Center\",\"url\":\"https:\\\/\\\/apidocs.leadrat.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/apidocs.leadrat.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/apidocs.leadrat.com\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/Leadrat-Logo-01-2048x575-1.png\",\"contentUrl\":\"https:\\\/\\\/apidocs.leadrat.com\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/Leadrat-Logo-01-2048x575-1.png\",\"width\":2048,\"height\":575,\"caption\":\"Leadrat Help Center\"},\"image\":{\"@id\":\"https:\\\/\\\/apidocs.leadrat.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"API Integration with Google Landing Page &amp; Microsoft Ads - Leadrat Help Center","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/apidocs.leadrat.com\/index.php\/docs\/technical-documentation-for-crm-api-integration-with-google-landing-page-microsoft-ads\/","og_locale":"en_US","og_type":"article","og_title":"API Integration with Google Landing Page &amp; Microsoft Ads - Leadrat Help Center","og_description":"Introduction The Leadrat CRM receives leads from Google Ads landing pages and Microsoft Ads. To enable this functionality, it&#8217;s essential [&hellip;]","og_url":"https:\/\/apidocs.leadrat.com\/index.php\/docs\/technical-documentation-for-crm-api-integration-with-google-landing-page-microsoft-ads\/","og_site_name":"Leadrat Help Center","article_modified_time":"2024-08-13T13:56:59+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/apidocs.leadrat.com\/index.php\/docs\/technical-documentation-for-crm-api-integration-with-google-landing-page-microsoft-ads\/","url":"https:\/\/apidocs.leadrat.com\/index.php\/docs\/technical-documentation-for-crm-api-integration-with-google-landing-page-microsoft-ads\/","name":"API Integration with Google Landing Page &amp; Microsoft Ads - Leadrat Help Center","isPartOf":{"@id":"https:\/\/apidocs.leadrat.com\/#website"},"datePublished":"2024-08-13T07:29:00+00:00","dateModified":"2024-08-13T13:56:59+00:00","breadcrumb":{"@id":"https:\/\/apidocs.leadrat.com\/index.php\/docs\/technical-documentation-for-crm-api-integration-with-google-landing-page-microsoft-ads\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/apidocs.leadrat.com\/index.php\/docs\/technical-documentation-for-crm-api-integration-with-google-landing-page-microsoft-ads\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/apidocs.leadrat.com\/index.php\/docs\/technical-documentation-for-crm-api-integration-with-google-landing-page-microsoft-ads\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/apidocs.leadrat.com\/"},{"@type":"ListItem","position":2,"name":"API Integration with Google Landing Page &amp; Microsoft Ads"}]},{"@type":"WebSite","@id":"https:\/\/apidocs.leadrat.com\/#website","url":"https:\/\/apidocs.leadrat.com\/","name":"Leadrat Help Center","description":"Your go-to guide for using Leadrat \u2013 FAQs, tutorials, and expert support.","publisher":{"@id":"https:\/\/apidocs.leadrat.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/apidocs.leadrat.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/apidocs.leadrat.com\/#organization","name":"Leadrat Help Center","url":"https:\/\/apidocs.leadrat.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/apidocs.leadrat.com\/#\/schema\/logo\/image\/","url":"https:\/\/apidocs.leadrat.com\/wp-content\/uploads\/2024\/06\/Leadrat-Logo-01-2048x575-1.png","contentUrl":"https:\/\/apidocs.leadrat.com\/wp-content\/uploads\/2024\/06\/Leadrat-Logo-01-2048x575-1.png","width":2048,"height":575,"caption":"Leadrat Help Center"},"image":{"@id":"https:\/\/apidocs.leadrat.com\/#\/schema\/logo\/image\/"}}]}},"knowledge_base_info":[],"knowledge_base_slug":[],"_links":{"self":[{"href":"https:\/\/apidocs.leadrat.com\/index.php\/wp-json\/wp\/v2\/docs\/173","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/apidocs.leadrat.com\/index.php\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/apidocs.leadrat.com\/index.php\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/apidocs.leadrat.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/apidocs.leadrat.com\/index.php\/wp-json\/wp\/v2\/comments?post=173"}],"version-history":[{"count":5,"href":"https:\/\/apidocs.leadrat.com\/index.php\/wp-json\/wp\/v2\/docs\/173\/revisions"}],"predecessor-version":[{"id":208,"href":"https:\/\/apidocs.leadrat.com\/index.php\/wp-json\/wp\/v2\/docs\/173\/revisions\/208"}],"wp:attachment":[{"href":"https:\/\/apidocs.leadrat.com\/index.php\/wp-json\/wp\/v2\/media?parent=173"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/apidocs.leadrat.com\/index.php\/wp-json\/wp\/v2\/doc_category?post=173"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/apidocs.leadrat.com\/index.php\/wp-json\/wp\/v2\/doc_tag?post=173"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}