{"id":1490,"date":"2019-08-06T07:07:44","date_gmt":"2019-08-06T14:07:44","guid":{"rendered":"https:\/\/www.couchbase.com\/blog\/customer-360-part-3-mobile-integration\/"},"modified":"2019-08-06T07:07:44","modified_gmt":"2019-08-06T14:07:44","slug":"customer-360-part-3-mobile-integration","status":"publish","type":"post","link":"https:\/\/www.couchbase.com\/blog\/es\/customer-360-part-3-mobile-integration\/","title":{"rendered":"Customer 360 \u2013 Part 3 \u2013 Mobile Integration"},"content":{"rendered":"<p>We\u2019ve done a high-level overview of what\u2019s involved in building a Customer 360 solution on Couchbase and all the thinking involved <a href=\"https:\/\/www.couchbase.com\/blog\/es\/thinking-about-customer-360\/\">here<\/a>&#8230;<\/p>\n\n\n\n<p>Then dug into the integration part of bringing in data from disparate sources and combining them in Couchbase, and how that results in an ETL process <a href=\"https:\/\/www.couchbase.com\/blog\/es\/customer-360-part-2-data-ingestion\/\">here<\/a> (excuse me while I go wash my mouth out with soap)&#8230;<\/p>\n\n\n\n<p>So, now let\u2019s look at one aspect of what you can do with this wonderful world of combined data.<\/p>\n\n\n\n<p>Imagine, if you will, you have an Account Executive&#8230;<\/p>\n\n\n\n<p>One that actually spends his or her time interacting with your customers&#8230;<\/p>\n\n\n\n<p>Instead of just spending time out on the golf course.<\/p>\n\n\n\n<p>Well, some do spend time interacting with customer while out on the golf course&#8230;<\/p>\n\n\n\n<p>OK, so let\u2019s just stop at the \u201cimagine you have an Account Executive\u201d part.<\/p>\n\n\n\n<p>Since this AE (Account Executive) will be spending his or her time meeting with the various customers, wouldn\u2019t it be nice if they had all of the information about those customers at their fingertips?<\/p>\n\n\n\n<p>I\u2019m talking readily available with a few finger-taps on their phone&#8230;<\/p>\n\n\n\n<p>All their purchases&#8230;<\/p>\n\n\n\n<p>All their support issues&#8230;<\/p>\n\n\n\n<p>All their workshops and interactions with your Professional Services team&#8230;<\/p>\n\n\n\n<p>All on the AE\u2019s phone&#8230;<\/p>\n\n\n\n<p>Even when out on the 7<sup>th<\/sup> green, where there is no cell coverage&#8230;<\/p>\n\n\n\n<p>I\u2019m talking no bars&#8230;<\/p>\n\n\n\n<p>None!<\/p>\n\n\n\n<p>Can\u2019t even call the drink cart over for a refill&#8230;<\/p>\n\n\n\n<p>Well, have we got a solution for you!!!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Offline Mobile Synchronization<\/h2>\n\n\n\n<p>See, our mobile stack was designed with the attitude that connectivity sucks!<\/p>\n\n\n\n<p>It\u2019s never there when you need it&#8230;<\/p>\n\n\n\n<p>The only time you\u2019ve got all five bars is when some robo-caller wants to give you a ring&#8230;<\/p>\n\n\n\n<p>Right as you\u2019re in the midst of your wind-up for your tee-shot&#8230;<\/p>\n\n\n\n<p>Perfect time to throw you off your rhythm&#8230;<\/p>\n\n\n\n<p>Cause you to hook your shot into the water&#8230;<\/p>\n\n\n\n<p>But when you want to discuss with your customer their latest order&#8230;<\/p>\n\n\n\n<p>No bars!<\/p>\n\n\n\n<p>Nothing but spinning wheels as you wait for data that\u2019s never going to arrive&#8230;<\/p>\n\n\n\n<p>But what if, back on the tee box, where you had five bars, your phone could silently gather all the data you needed&#8230;<\/p>\n\n\n\n<p>So when you need it, there\u2019s nothing to retrieve.<\/p>\n\n\n\n<p>No waiting!!!<\/p>\n\n\n\n<p>And you didn\u2019t have to do a thing.<\/p>\n\n\n\n<p>See, up till now, mobile apps have all been written using something called REST calls to retrieve data.<\/p>\n\n\n\n<p>REST?<\/p>\n\n\n\n<p>As in my phone is taking a nap?<\/p>\n\n\n\n<p>Not quite.<\/p>\n\n\n\n<p>REST stands for REpresentational State Transfer.<\/p>\n\n\n\n<p>Yep, a bit of techno-babble.<\/p>\n\n\n\n<p>Don\u2019t ask your local nerd what it means.<\/p>\n\n\n\n<p>He\u2019ll put you to sleep faster than you can say \u201cRepresenta&#8230;ZZZZ\u201d<\/p>\n\n\n\n<p>Oh, sorry, where was I?<\/p>\n\n\n\n<p>Oh yeah, REST&#8230;<\/p>\n\n\n\n<p>The short answer is that it\u2019s a web site for apps.<\/p>\n\n\n\n<p>Let\u2019s just leave it at that.<\/p>\n\n\n\n<p>To summarize, every time the app on your phone needed data, it had to go to a web site to retrieve it.<\/p>\n\n\n\n<p>And we\u2019ve all tried to pull up web sites on our phones&#8230;<\/p>\n\n\n\n<p>Sometimes they load fast&#8230;<\/p>\n\n\n\n<p>And sometimes they load s&#8230;l&#8230;o&#8230;w&#8230;<\/p>\n\n\n\n<p>That is, if they load at all.<\/p>\n\n\n\n<p>And on the 7<sup>th<\/sup> green, with no bars, guess what kind of response you\u2019re going to be getting&#8230;<\/p>\n\n\n\n<p>Yep, none at all.<\/p>\n\n\n\n<p>So we eliminated the need for REST calls in our mobile apps.<\/p>\n\n\n\n<p>Your app just interacts with a small database loaded on the phone, and your data just magically appears!<\/p>\n\n\n\n<p>Well, it\u2019s not really magic&#8230;<\/p>\n\n\n\n<p>Just a lot of technical mumbo-jumbo where the database automatically pulls the data when it can&#8230;<\/p>\n\n\n\n<p>So it already has it when you need it.<\/p>\n\n\n\n<p>It\u2019s like it\u2019s predicting your future, anticipating your needs and wants&#8230;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Automatic Data Sync<\/h2>\n\n\n\n<p>So how does this work? What\u2019s involved?<\/p>\n\n\n\n<p>If you take another look at our Customer 360 reference architecture diagram again, you\u2019ll notice in the upper-right corner a rectangle labeled \u201cMobile\u201d with a couple of lines going from databases to something called \u201cSync Gateway\u201d, and then on to the Couchbase Data Platform.<\/p>\n\n\n\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-7232\" src=\"https:\/\/www.couchbase.com\/wp-content\/uploads\/sites\/5\/2026\/05\/customer-360-final-300x148-1.png\" alt=\"\" width=\"750\" height=\"370\"><\/p>\n\n\n\n<p>This is a piece of magic sauce that goes between the database on your phone and our Couchbase Data Platform.<\/p>\n\n\n\n<p>Magic sauce?<\/p>\n\n\n\n<p>Yes, it is the key to our mobile database, which we call Couchbase Lite, retrieving data from the Couchbase cluster in the background.<\/p>\n\n\n\n<p>See, the last thing you want to do is try to push all of the data in your Couchbase cluster down to your phone.<\/p>\n\n\n\n<p>It just won\u2019t fit.<\/p>\n\n\n\n<p>Not to mention the massive amount of pseudo-5-G bandwidth that would be required.<\/p>\n\n\n\n<p>So, we need some way of designating which data goes to what user.<\/p>\n\n\n\n<p>Or rather, to their phone.<\/p>\n\n\n\n<p>Traditionally, this would be done with some sort of query, which would have been run as part of the REST call mentioned above&#8230;<\/p>\n\n\n\n<p>Something like&#8230;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>SELECT *\r\n\r\nFROM Customer360\r\n\r\nWHERE AccountExec = \u201cMe\u201d;<\/code><\/pre>\n\n\n\n<p>And then the wheel would spin as all that data is gathered and returned to the phone.<\/p>\n\n\n\n<p>Hope you\u2019re not in a hurry&#8230;<\/p>\n\n\n\n<p>We have a better way&#8230;<\/p>\n\n\n\n<p>What we do is to organize the data into \u201cchannels\u201d, and then assign the channels to users.<\/p>\n\n\n\n<p><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-7228 alignright\" src=\"https:\/\/www.couchbase.com\/wp-content\/uploads\/sites\/5\/2026\/05\/c360_p3_channels-300x224-1.png\" alt=\"\" width=\"528\" height=\"394\"><\/p>\n\n\n\n<p>And we do this organization when the data is written to the database.<\/p>\n\n\n\n<p>Why? Why not wait?<\/p>\n\n\n\n<p>Well, because this enables our Sync Gateway product to look ahead and queue up all the data updates each users is going to need.<\/p>\n\n\n\n<p>That means, when your phone goes from zero bars to five, Sync Gateway already has the data ready for you to receive.<\/p>\n\n\n\n<p>No running of any queries to select it.<\/p>\n\n\n\n<p>Kinda like a beer bong for data&#8230;<\/p>\n\n\n\n<p>OK, I seem to have wandered from the golf course over to spring break at Daytona Beach&#8230;<\/p>\n\n\n\n<p>Either that or the drink cart is unlike any I\u2019ve seen&#8230;<\/p>\n\n\n\n<p>It could explain all the bad golf cart driving videos we\u2019ve all seen&#8230;<\/p>\n\n\n\n<p>Anyway, back to how Sync Gateway works&#8230;<\/p>\n\n\n\n<p>So what we do is we put the organization of your data in your hands.<\/p>\n\n\n\n<p>Sync Gateway has what we call a \u201csync\u201d function, written in JavaScript.<\/p>\n\n\n\n<p>And you can modify it to use whatever logic (or lack thereof) to assign documents to channels.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>function(doc){\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0 if (doc.type == &quot;Customer360&quot;) {\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 channel(doc.acct_exec);\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0 }\r\n\r\n}<\/code><\/pre>\n\n\n\n<p>Simple, isn\u2019t it?<\/p>\n\n\n\n<p>Well, at least until someone turns it into the JavaScript equivalent of War and Peace&#8230;<\/p>\n\n\n\n<p>So now, because your Account Executive had five bars back at the first tee, he now has the data he needs to discuss his customer\u2019s issues when he has zero bars on the 7<sup>th<\/sup> green&#8230;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Keeping Things Simple<\/h2>\n\n\n\n<p>So, I have a few rules that I try to code by&#8230;<\/p>\n\n\n\n<p>Have most of my professional life&#8230;<\/p>\n\n\n\n<p>At least, since it was hammered into my head by an early boss&#8230;<\/p>\n\n\n\n<p>Keep things as simple as possible.<\/p>\n\n\n\n<p>The simpler I keep anything I build, the easier it is to maintain and update it&#8230;<\/p>\n\n\n\n<p>The fewer bugs it has&#8230;<\/p>\n\n\n\n<p>And the easier my life is.<\/p>\n\n\n\n<p>Makes it easier to make my tee times&#8230;<\/p>\n\n\n\n<p>And that\u2019s what we strive for here at Couchbase&#8230;<\/p>\n\n\n\n<p>Not to make our tee times&#8230;<\/p>\n\n\n\n<p>To keep things as simple as possible.<\/p>\n\n\n\n<p>See, the more systems you have to plug together to build your Customer 360 Solution, the more complex your solution will be.<\/p>\n\n\n\n<p>The more headaches you\u2019ll have&#8230;<\/p>\n\n\n\n<p>The fewer tee times you\u2019ll make&#8230;<\/p>\n\n\n\n<p>I mean, with our integrated Full Text Search, Analytics, Eventing, N1QL querying, and Key\/Value data service, with built-in data caching, it\u2019s all pre-integrated out of the box.<\/p>\n\n\n\n<p>Keeps your life simple.<\/p>\n\n\n\n<p>After all, we can\u2019t have our Account Executives out on the golf course by themselves&#8230;<\/p>\n\n\n\n<p>That just wouldn\u2019t be right.<\/p>","protected":false},"excerpt":{"rendered":"<p>We\u2019ve done a high-level overview of what\u2019s involved in building a Customer 360 solution on Couchbase and all the thinking involved here&#8230; Then dug into the integration part of bringing in data from disparate sources and combining them in Couchbase, and how that results in an ETL process here (excuse me while I go wash [&hellip;]<\/p>\n","protected":false},"author":41537,"featured_media":1489,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[127,9,353,104],"tags":[],"ppma_author":[354],"class_list":["post-1490","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-application-design","category-couchbase-mobile","category-solutions","category-sync-gateway"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.6 (Yoast SEO v27.6) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Customer 360 \u2013 Part 3 \u2013 Mobile Integration - The Couchbase Blog<\/title>\n<meta name=\"description\" content=\"Leverage Mobile Data Synchronization into your Customer 360 solution.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.couchbase.com\/blog\/es\/customer-360-part-3-mobile-integration\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Customer 360 \u2013 Part 3 \u2013 Mobile Integration\" \/>\n<meta property=\"og:description\" content=\"Leverage Mobile Data Synchronization into your Customer 360 solution.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.couchbase.com\/blog\/es\/customer-360-part-3-mobile-integration\/\" \/>\n<meta property=\"og:site_name\" content=\"The Couchbase Blog\" \/>\n<meta property=\"article:published_time\" content=\"2019-08-06T14:07:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/5\/2026\/05\/C360P3_header.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"800\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Davis Chapman\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Davis Chapman\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/es\\\/customer-360-part-3-mobile-integration\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/es\\\/customer-360-part-3-mobile-integration\\\/\"},\"author\":{\"name\":\"Davis Chapman\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#\\\/schema\\\/person\\\/5dfa15a576b0656f5568265c860729e5\"},\"headline\":\"Customer 360 \u2013 Part 3 \u2013 Mobile Integration\",\"datePublished\":\"2019-08-06T14:07:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/es\\\/customer-360-part-3-mobile-integration\\\/\"},\"wordCount\":1285,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/es\\\/customer-360-part-3-mobile-integration\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2026\\\/05\\\/C360P3_header.jpg\",\"articleSection\":[\"Application Design\",\"Couchbase Mobile\",\"Solutions\",\"Sync Gateway\"],\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/es\\\/customer-360-part-3-mobile-integration\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/es\\\/customer-360-part-3-mobile-integration\\\/\",\"url\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/es\\\/customer-360-part-3-mobile-integration\\\/\",\"name\":\"Customer 360 \u2013 Part 3 \u2013 Mobile Integration - The Couchbase Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/es\\\/customer-360-part-3-mobile-integration\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/es\\\/customer-360-part-3-mobile-integration\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2026\\\/05\\\/C360P3_header.jpg\",\"datePublished\":\"2019-08-06T14:07:44+00:00\",\"description\":\"Leverage Mobile Data Synchronization into your Customer 360 solution.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/es\\\/customer-360-part-3-mobile-integration\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/es\\\/customer-360-part-3-mobile-integration\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/es\\\/customer-360-part-3-mobile-integration\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2026\\\/05\\\/C360P3_header.jpg\",\"contentUrl\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2026\\\/05\\\/C360P3_header.jpg\",\"width\":1200,\"height\":800},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/es\\\/customer-360-part-3-mobile-integration\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Customer 360 \u2013 Part 3 \u2013 Mobile Integration\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/\",\"name\":\"The Couchbase Blog\",\"description\":\"Couchbase, the NoSQL Database\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#organization\",\"name\":\"The Couchbase Blog\",\"url\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2026\\\/06\\\/logo.svg\",\"contentUrl\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2026\\\/06\\\/logo.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"The Couchbase Blog\"},\"image\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#\\\/schema\\\/person\\\/5dfa15a576b0656f5568265c860729e5\",\"name\":\"Davis Chapman\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1bcbb0d36ee45a118a98d5138f85da1dfff72f2e40c4ca2d5e279f44aa0d6fd9?s=96&d=mm&r=g5685854cb1346b5427fb6d5ce53daf4a\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1bcbb0d36ee45a118a98d5138f85da1dfff72f2e40c4ca2d5e279f44aa0d6fd9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1bcbb0d36ee45a118a98d5138f85da1dfff72f2e40c4ca2d5e279f44aa0d6fd9?s=96&d=mm&r=g\",\"caption\":\"Davis Chapman\"},\"description\":\"Davis Chapman calls himself a Solution Architect, claims to be employed by Couchbase, and is supposedly part of our Professional Services team. He says that he\u2019s been in the industry for decades, and has been involved in application development for most of that time. Hmm, we'll have to check on that...\",\"url\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/es\\\/author\\\/davis-chapman\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Customer 360 \u2013 Part 3 \u2013 Mobile Integration - The Couchbase Blog","description":"Leverage Mobile Data Synchronization into your Customer 360 solution.","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:\/\/www.couchbase.com\/blog\/es\/customer-360-part-3-mobile-integration\/","og_locale":"es_MX","og_type":"article","og_title":"Customer 360 \u2013 Part 3 \u2013 Mobile Integration","og_description":"Leverage Mobile Data Synchronization into your Customer 360 solution.","og_url":"https:\/\/www.couchbase.com\/blog\/es\/customer-360-part-3-mobile-integration\/","og_site_name":"The Couchbase Blog","article_published_time":"2019-08-06T14:07:44+00:00","og_image":[{"width":1200,"height":800,"url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/5\/2026\/05\/C360P3_header.jpg","type":"image\/jpeg"}],"author":"Davis Chapman","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Davis Chapman","Est. reading time":"6 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.couchbase.com\/blog\/es\/customer-360-part-3-mobile-integration\/#article","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/es\/customer-360-part-3-mobile-integration\/"},"author":{"name":"Davis Chapman","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/5dfa15a576b0656f5568265c860729e5"},"headline":"Customer 360 \u2013 Part 3 \u2013 Mobile Integration","datePublished":"2019-08-06T14:07:44+00:00","mainEntityOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/es\/customer-360-part-3-mobile-integration\/"},"wordCount":1285,"commentCount":0,"publisher":{"@id":"https:\/\/www.couchbase.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/es\/customer-360-part-3-mobile-integration\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/5\/2026\/05\/C360P3_header.jpg","articleSection":["Application Design","Couchbase Mobile","Solutions","Sync Gateway"],"inLanguage":"es","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.couchbase.com\/blog\/es\/customer-360-part-3-mobile-integration\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.couchbase.com\/blog\/es\/customer-360-part-3-mobile-integration\/","url":"https:\/\/www.couchbase.com\/blog\/es\/customer-360-part-3-mobile-integration\/","name":"Customer 360 \u2013 Part 3 \u2013 Mobile Integration - The Couchbase Blog","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/es\/customer-360-part-3-mobile-integration\/#primaryimage"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/es\/customer-360-part-3-mobile-integration\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/5\/2026\/05\/C360P3_header.jpg","datePublished":"2019-08-06T14:07:44+00:00","description":"Leverage Mobile Data Synchronization into your Customer 360 solution.","breadcrumb":{"@id":"https:\/\/www.couchbase.com\/blog\/es\/customer-360-part-3-mobile-integration\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.couchbase.com\/blog\/es\/customer-360-part-3-mobile-integration\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.couchbase.com\/blog\/es\/customer-360-part-3-mobile-integration\/#primaryimage","url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/5\/2026\/05\/C360P3_header.jpg","contentUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/5\/2026\/05\/C360P3_header.jpg","width":1200,"height":800},{"@type":"BreadcrumbList","@id":"https:\/\/www.couchbase.com\/blog\/es\/customer-360-part-3-mobile-integration\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.couchbase.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Customer 360 \u2013 Part 3 \u2013 Mobile Integration"}]},{"@type":"WebSite","@id":"https:\/\/www.couchbase.com\/blog\/#website","url":"https:\/\/www.couchbase.com\/blog\/","name":"The Couchbase Blog","description":"Couchbase, the NoSQL Database","publisher":{"@id":"https:\/\/www.couchbase.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.couchbase.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/www.couchbase.com\/blog\/#organization","name":"The Couchbase Blog","url":"https:\/\/www.couchbase.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/5\/2026\/06\/logo.svg","contentUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/5\/2026\/06\/logo.svg","width":"1024","height":"1024","caption":"The Couchbase Blog"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/5dfa15a576b0656f5568265c860729e5","name":"Davis Chapman","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/secure.gravatar.com\/avatar\/1bcbb0d36ee45a118a98d5138f85da1dfff72f2e40c4ca2d5e279f44aa0d6fd9?s=96&d=mm&r=g5685854cb1346b5427fb6d5ce53daf4a","url":"https:\/\/secure.gravatar.com\/avatar\/1bcbb0d36ee45a118a98d5138f85da1dfff72f2e40c4ca2d5e279f44aa0d6fd9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1bcbb0d36ee45a118a98d5138f85da1dfff72f2e40c4ca2d5e279f44aa0d6fd9?s=96&d=mm&r=g","caption":"Davis Chapman"},"description":"Davis Chapman calls himself a Solution Architect, claims to be employed by Couchbase, and is supposedly part of our Professional Services team. He says that he\u2019s been in the industry for decades, and has been involved in application development for most of that time. Hmm, we'll have to check on that...","url":"https:\/\/www.couchbase.com\/blog\/es\/author\/davis-chapman\/"}]}},"acf":[],"authors":[{"term_id":354,"user_id":41537,"is_guest":0,"slug":"davis-chapman","display_name":"Davis Chapman","avatar_url":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","0":null,"1":"","2":"","3":"","4":"","5":"","6":"","7":"","8":""}],"_links":{"self":[{"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/posts\/1490","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/users\/41537"}],"replies":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/comments?post=1490"}],"version-history":[{"count":0,"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/posts\/1490\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/media\/1489"}],"wp:attachment":[{"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/media?parent=1490"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/categories?post=1490"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/tags?post=1490"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/ppma_author?post=1490"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}