{"id":8065,"date":"2023-08-14T14:17:52","date_gmt":"2023-08-14T21:17:52","guid":{"rendered":"https:\/\/membermouse.com\/?post_type=ht_kb&amp;p=8065"},"modified":"2023-08-14T14:17:52","modified_gmt":"2023-08-14T21:17:52","slug":"link-de-compra-smarttag-mm_purchase_link","status":"publish","type":"ht_kb","link":"https:\/\/membermouse.com\/pt\/docs\/purchase-link-smarttag-mm_purchase_link\/","title":{"rendered":"Link de compra SmartTag\u2122 (MM_Purchase_Link)"},"content":{"rendered":"<p class=\"wp-block-paragraph\">Essa tag gera o link com o qual um membro pode interagir para comprar um produto ou se inscrever em um n&iacute;vel de associa&ccedil;&atilde;o gratuito. Para se tornar um link funcional, essa tag deve ser usada em conjunto com uma tag anchor (&lt;a&gt;), uma tag de bot&atilde;o (&lt;button&gt;) ou algum outro m&eacute;todo de execu&ccedil;&atilde;o de um link clic&aacute;vel. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Um ID de produto ou um ID de n\u00edvel de associa\u00e7\u00e3o deve ser especificado para indicar o que o membro est\u00e1 comprando ou para o qual est\u00e1 se inscrevendo. Se nenhum dos dois for especificado, ele servir\u00e1 como um link de inscri\u00e7\u00e3o para o\u00a0<a rel=\"noreferrer noopener\" href=\"https:\/\/membermouse.com\/pt\/documentos-3-2\/definir-o-nivel-de-associacao-ou-produto-padrao\/\" target=\"_blank\">N\u00edvel de associa\u00e7\u00e3o padr\u00e3o<\/a>.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h5 class=\"wp-block-heading\">Atributos<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\"><code>productId<\/code>\u00a0(<em>opcional<\/em>) &#8211; Indicates the ID of the product to purchase. Following a successful purchase, the member&#8217;s account will be updated appropriately. If the product is associated with a membership level or bundle, then that membership level or bundle will be applied to their account.<br><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>membershipId<\/code>\u00a0(<em>opcional<\/em>) &#8211; Indicates the ID of the membership level for the member to sign up for. If the membership level is a paid membership, then the default product from the membership level configuration will be used unless a specific product ID is specified in the\u00a0&#8216;productId&#8217;\u00a0attribute.<br><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>autoLogin<\/code>\u00a0(<em>opcional<\/em>) &#8211; When this is set to\u00a0&#8216;true&#8217;\u00a0a login token will be appended to the URL so that when a member clicks on it they will be automatically logged in. The default value is\u00a0&#8216;false&#8217;.<br><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>useCardOnFile<\/code>\u00a0(<em>opcional<\/em>) &#8211; This attribute is only applicable when you&#8217;re utilizing a payment method that supports card on file functionality. <br><br>When using a card on file solution, if there&#8217;s a card on file available for the current user, purchase links will be generated in a way that instruct MemberMouse to use that user&#8217;s card on file to make the purchase otherwise a standard checkout link will be generated so the user can enter in their billing information on the checkout page. <br><br>If you set this attribute to\u00a0&#8216;false&#8217;\u00a0then regardless of whether the current user has a card on file or not, purchase links will always take the member to the checkout page to complete their order. The default value is\u00a0&#8216;true&#8217;.<br><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>bypassConfirmation<\/code>\u00a0(<em>opcional<\/em>) &#8211; This attribute is only applicable when you&#8217;re utilizing a payment method that supports card on file functionality. <br><br>When using a card on file solution, if there&#8217;s a card on file available for the current user and they click on a purchase link, the default behavior is to display a confirmation message asking the user to confirm the purchase. <br><br>If you set this attribute to\u00a0&#8216;true&#8217;\u00a0then the confirmation message will not be displayed and the user&#8217;s card on file will be billed. If you decide to bypass the confirmation message, it&#8217;s your responsibility to make it clear to the user that they will be charged when they click the purchase link. The default value is\u00a0&#8216;false.<br><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>paymentMethod<\/code>\u00a0(<em>opcional<\/em>) &#8211; This parameter is used for certain offsite payment methods. It instructs MemberMouse to generate a link that goes directly to the offsite payment method&#8217;s checkout form instead of going to the MemberMouse checkout page. The only valid value for this attribute is\u00a0&#8216;clickbank&#8217;. The payment method specified must be active in your\u00a0<a rel=\"noreferrer noopener\" href=\"https:\/\/membermouse.com\/pt\/documentos-3-2\/visao-geral-dos-metodos-de-pagamento\/\" target=\"_blank\">configura\u00e7\u00e3o do m\u00e9todo de pagamento<\/a>\u00a0para que isso funcione.<br><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>isGift<\/code>\u00a0(<em>opcional<\/em>) &#8211; When this is set to\u00a0&#8216;true&#8217;\u00a0the product being purchased will be purchased as a gift. The default value is\u00a0&#8216;false&#8217;.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h5 class=\"wp-block-heading\">Uso<\/h5>\n\n\n\n<h6 class=\"wp-block-heading\"><strong>Exemplo 1<\/strong><\/h6>\n\n\n\n<p class=\"wp-block-paragraph\">Exibe um link clic\u00e1vel que direciona para a p\u00e1gina de checkout do produto com ID 4.  O texto do link diz \"Purchase Membership\" (Comprar associa\u00e7\u00e3o).<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;a href=&quot;\/pt\/[MM_Purchase_Link productId=&#039;4&#039;]\/&quot;&gt;Compra de associa&ccedil;&atilde;o&lt;\/a&gt;<\/code><\/pre>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h6 class=\"wp-block-heading\"><strong>Exemplo 2<\/strong><\/h6>\n\n\n\n<p class=\"wp-block-paragraph\">Exibe um link clic\u00e1vel que direciona para a p\u00e1gina de checkout do produto com ID 6.  O texto do link diz \"Purchase Bundle\" (Comprar pacote).  Configurado para registrar automaticamente o membro no site ao clicar no link.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;a href=&quot;\/pt\/[MM_Purchase_Link productId=&#039;6&#039; autoLogin=&#039;true&#039;]\/&quot;&gt;Pacote de compras&lt;\/a&gt;<\/code><\/pre>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h6 class=\"wp-block-heading\"><strong>Exemplo 3<\/strong><\/h6>\n\n\n\n<p class=\"wp-block-paragraph\">Exibe um link clic\u00e1vel que direciona para a p\u00e1gina de checkout do n\u00edvel de associa\u00e7\u00e3o com ID 1 (n\u00edvel de associa\u00e7\u00e3o gratuito padr\u00e3o).  O texto do link diz \"Sign Up Free\" (Registre-se gratuitamente).<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;code&gt;&lt;a href=&quot;\/pt\/[MM_Purchase_Link membershipId=&#039;1&#039;]\/&quot;&gt;Registre-se gratuitamente&lt;\/a&gt;<\/code><\/code><\/pre>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h6 class=\"wp-block-heading\"><strong>Exemplo 4&nbsp;<\/strong><\/h6>\n\n\n\n<p class=\"wp-block-paragraph\">Exibe um link clic\u00e1vel que direciona para a p\u00e1gina de checkout do produto com ID 10.  O link \u00e9 definido para direcionar para a p\u00e1gina de checkout mesmo que o cliente tenha um cart\u00e3o registrado. O texto do link diz \"Purchase Bundle\" (Comprar pacote).<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;code&gt;&lt;a href=&quot;\/pt\/[MM_Purchase_Link productId=&#039;10&#039; useCardOnFile=&#039;false&#039;]\/&quot;&gt;Pacote de compras&lt;\/a&gt;<\/code><\/code><\/pre>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h6 class=\"wp-block-heading\"><strong>Exemplo 5&nbsp;<\/strong><\/h6>\n\n\n\n<p class=\"wp-block-paragraph\">Exibe um link clic\u00e1vel que direciona para a p\u00e1gina de checkout do produto com ID 10. O link est\u00e1 definido\u00a0<em>n\u00e3o\u00a0<\/em>para exibir o pop-up de confirma\u00e7\u00e3o para links de 1 clique. Aplicar\u00e1 o pagamento imediatamente.  O texto do link \u00e9 \"1-Click Buy (Bypass Confirmation)\".<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;code&gt;&lt;a href=&quot;\/pt\/[MM_Purchase_Link productId=&#039;10&#039; bypassConfirmation=&#039;true&#039;]\/&quot;&gt;Compra com 1 clique (ignorar confirma&ccedil;&atilde;o)&lt;\/a&gt;<\/code><\/code><\/pre>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>","protected":false},"excerpt":{"rendered":"<p>Essa tag gera o link com o qual um membro pode interagir para comprar um produto ou se inscrever em um n\u00edvel de associa\u00e7\u00e3o gratuito. Para se tornar um link funcional,...<\/p>","protected":false},"author":20918,"comment_status":"open","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"footnotes":""},"ht-kb-category":[185],"ht-kb-tag":[],"class_list":["post-8065","ht_kb","type-ht_kb","status-publish","format-standard","hentry","ht_kb_category-order-tags"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 5.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"This tag outputs the link that a member can interact with to purchase a product or sign up for a free membership level. In order to become a functional link, this tag should be used in conjunction with a anchor tag (), a button tag () or some other method of executing a clickable link.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Blair\"\/>\n\t<meta name=\"google-site-verification\" content=\"RIQFHn-t5QxsuMU4pLG9xaceb-mmGuRaOWAEU1Q078U\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/membermouse.com\/pt\/docs\/purchase-link-smarttag-mm_purchase_link\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 5.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"pt_BR\" \/>\n\t\t<meta property=\"og:site_name\" content=\"MemberMouse |\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Purchase Link SmartTag\u2122 (MM_Purchase_Link) | MemberMouse\" \/>\n\t\t<meta property=\"og:description\" content=\"This tag outputs the link that a member can interact with to purchase a product or sign up for a free membership level. In order to become a functional link, this tag should be used in conjunction with a anchor tag (), a button tag () or some other method of executing a clickable link.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/membermouse.com\/pt\/docs\/purchase-link-smarttag-mm_purchase_link\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-08-14T21:17:52+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2023-08-14T21:17:52+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/membermouse\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@MemberMouse\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Purchase Link SmartTag\u2122 (MM_Purchase_Link) | MemberMouse\" \/>\n\t\t<meta name=\"twitter:description\" content=\"This tag outputs the link that a member can interact with to purchase a product or sign up for a free membership level. In order to become a functional link, this tag should be used in conjunction with a anchor tag (), a button tag () or some other method of executing a clickable link.\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@MemberMouse\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/docs\\\/purchase-link-smarttag-mm_purchase_link\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/membermouse.com\\\/pt\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/article-categories\\\/mm-smarttags\\\/#listItem\",\"name\":\"SmartTags\\u2122\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/article-categories\\\/mm-smarttags\\\/#listItem\",\"position\":2,\"name\":\"SmartTags\\u2122\",\"item\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/article-categories\\\/mm-smarttags\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/article-categories\\\/order-tags\\\/#listItem\",\"name\":\"Order SmartTags\\u2122\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/article-categories\\\/order-tags\\\/#listItem\",\"position\":3,\"name\":\"Order SmartTags\\u2122\",\"item\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/article-categories\\\/order-tags\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/docs\\\/purchase-link-smarttag-mm_purchase_link\\\/#listItem\",\"name\":\"Purchase Link SmartTag&#x2122; (MM_Purchase_Link)\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/article-categories\\\/mm-smarttags\\\/#listItem\",\"name\":\"SmartTags\\u2122\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/docs\\\/purchase-link-smarttag-mm_purchase_link\\\/#listItem\",\"position\":4,\"name\":\"Purchase Link SmartTag&#x2122; (MM_Purchase_Link)\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/article-categories\\\/order-tags\\\/#listItem\",\"name\":\"Order SmartTags\\u2122\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/#organization\",\"name\":\"MemberMouse\",\"url\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/\",\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/membermouse\",\"https:\\\/\\\/twitter.com\\\/MemberMouse\",\"https:\\\/\\\/www.instagram.com\\\/membermouse\\\/\",\"https:\\\/\\\/www.youtube.com\\\/user\\\/membermouse\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/membermouse\\\/\",\"https:\\\/\\\/soundcloud.com\\\/membermouse\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/author\\\/blaircaseproof-com\\\/#author\",\"url\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/author\\\/blaircaseproof-com\\\/\",\"name\":\"Blair\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/docs\\\/purchase-link-smarttag-mm_purchase_link\\\/#authorImage\",\"url\":\"https:\\\/\\\/membermouse.com\\\/wp-content\\\/litespeed\\\/avatar\\\/5b6227a6ed29e339c22d01fe541a969c.jpg?ver=1787612394\",\"width\":96,\"height\":96,\"caption\":\"Blair\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/docs\\\/purchase-link-smarttag-mm_purchase_link\\\/#webpage\",\"url\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/docs\\\/purchase-link-smarttag-mm_purchase_link\\\/\",\"name\":\"Purchase Link SmartTag\\u2122 (MM_Purchase_Link) | MemberMouse\",\"description\":\"This tag outputs the link that a member can interact with to purchase a product or sign up for a free membership level. In order to become a functional link, this tag should be used in conjunction with a anchor tag (), a button tag () or some other method of executing a clickable link.\",\"inLanguage\":\"pt-BR\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/docs\\\/purchase-link-smarttag-mm_purchase_link\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/author\\\/blaircaseproof-com\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/author\\\/blaircaseproof-com\\\/#author\"},\"datePublished\":\"2023-08-14T14:17:52-04:00\",\"dateModified\":\"2023-08-14T14:17:52-04:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/#website\",\"url\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/\",\"name\":\"MemberMouse\",\"inLanguage\":\"pt-BR\",\"publisher\":{\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Purchase Link SmartTag\u2122 (MM_Purchase_Link) | MemberMouse<\/title>\n\n","aioseo_head_json":{"title":"Link de compra SmartTag\u2122 (MM_Purchase_Link) | MemberMouse","description":"Essa tag gera o link com o qual um membro pode interagir para comprar um produto ou se inscrever em um n\u00edvel de associa\u00e7\u00e3o gratuito. Para se tornar um link funcional, essa tag deve ser usada em conjunto com uma tag de \u00e2ncora (), uma tag de bot\u00e3o () ou algum outro m\u00e9todo de execu\u00e7\u00e3o de um link clic\u00e1vel.","canonical_url":"https:\/\/membermouse.com\/pt\/docs\/purchase-link-smarttag-mm_purchase_link\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"RIQFHn-t5QxsuMU4pLG9xaceb-mmGuRaOWAEU1Q078U","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/membermouse.com\/pt\/docs\/purchase-link-smarttag-mm_purchase_link\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/membermouse.com\/pt#listItem","position":1,"name":"Home","item":"https:\/\/membermouse.com\/pt","nextItem":{"@type":"ListItem","@id":"https:\/\/membermouse.com\/pt\/article-categories\/mm-smarttags\/#listItem","name":"SmartTags\u2122"}},{"@type":"ListItem","@id":"https:\/\/membermouse.com\/pt\/article-categories\/mm-smarttags\/#listItem","position":2,"name":"SmartTags\u2122","item":"https:\/\/membermouse.com\/pt\/article-categories\/mm-smarttags\/","nextItem":{"@type":"ListItem","@id":"https:\/\/membermouse.com\/pt\/article-categories\/order-tags\/#listItem","name":"Order SmartTags\u2122"},"previousItem":{"@type":"ListItem","@id":"https:\/\/membermouse.com\/pt#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/membermouse.com\/pt\/article-categories\/order-tags\/#listItem","position":3,"name":"Order SmartTags\u2122","item":"https:\/\/membermouse.com\/pt\/article-categories\/order-tags\/","nextItem":{"@type":"ListItem","@id":"https:\/\/membermouse.com\/pt\/docs\/purchase-link-smarttag-mm_purchase_link\/#listItem","name":"Purchase Link SmartTag&#x2122; (MM_Purchase_Link)"},"previousItem":{"@type":"ListItem","@id":"https:\/\/membermouse.com\/pt\/article-categories\/mm-smarttags\/#listItem","name":"SmartTags\u2122"}},{"@type":"ListItem","@id":"https:\/\/membermouse.com\/pt\/docs\/purchase-link-smarttag-mm_purchase_link\/#listItem","position":4,"name":"Purchase Link SmartTag&#x2122; (MM_Purchase_Link)","previousItem":{"@type":"ListItem","@id":"https:\/\/membermouse.com\/pt\/article-categories\/order-tags\/#listItem","name":"Order SmartTags\u2122"}}]},{"@type":"Organization","@id":"https:\/\/membermouse.com\/pt\/#organization","name":"MemberMouse","url":"https:\/\/membermouse.com\/pt\/","sameAs":["https:\/\/www.facebook.com\/membermouse","https:\/\/twitter.com\/MemberMouse","https:\/\/www.instagram.com\/membermouse\/","https:\/\/www.youtube.com\/user\/membermouse","https:\/\/www.linkedin.com\/company\/membermouse\/","https:\/\/soundcloud.com\/membermouse"]},{"@type":"Person","@id":"https:\/\/membermouse.com\/pt\/author\/blaircaseproof-com\/#author","url":"https:\/\/membermouse.com\/pt\/author\/blaircaseproof-com\/","name":"Blair","image":{"@type":"ImageObject","@id":"https:\/\/membermouse.com\/pt\/docs\/purchase-link-smarttag-mm_purchase_link\/#authorImage","url":"https:\/\/membermouse.com\/wp-content\/litespeed\/avatar\/5b6227a6ed29e339c22d01fe541a969c.jpg?ver=1787612394","width":96,"height":96,"caption":"Blair"}},{"@type":"WebPage","@id":"https:\/\/membermouse.com\/pt\/docs\/purchase-link-smarttag-mm_purchase_link\/#webpage","url":"https:\/\/membermouse.com\/pt\/docs\/purchase-link-smarttag-mm_purchase_link\/","name":"Purchase Link SmartTag\u2122 (MM_Purchase_Link) | MemberMouse","description":"This tag outputs the link that a member can interact with to purchase a product or sign up for a free membership level. In order to become a functional link, this tag should be used in conjunction with a anchor tag (), a button tag () or some other method of executing a clickable link.","inLanguage":"pt-BR","isPartOf":{"@id":"https:\/\/membermouse.com\/pt\/#website"},"breadcrumb":{"@id":"https:\/\/membermouse.com\/pt\/docs\/purchase-link-smarttag-mm_purchase_link\/#breadcrumblist"},"author":{"@id":"https:\/\/membermouse.com\/pt\/author\/blaircaseproof-com\/#author"},"creator":{"@id":"https:\/\/membermouse.com\/pt\/author\/blaircaseproof-com\/#author"},"datePublished":"2023-08-14T14:17:52-04:00","dateModified":"2023-08-14T14:17:52-04:00"},{"@type":"WebSite","@id":"https:\/\/membermouse.com\/pt\/#website","url":"https:\/\/membermouse.com\/pt\/","name":"MemberMouse","inLanguage":"pt-BR","publisher":{"@id":"https:\/\/membermouse.com\/pt\/#organization"}}]},"og:locale":"pt_BR","og:site_name":"MemberMouse |","og:type":"article","og:title":"Purchase Link SmartTag\u2122 (MM_Purchase_Link) | MemberMouse","og:description":"This tag outputs the link that a member can interact with to purchase a product or sign up for a free membership level. In order to become a functional link, this tag should be used in conjunction with a anchor tag (), a button tag () or some other method of executing a clickable link.","og:url":"https:\/\/membermouse.com\/pt\/docs\/purchase-link-smarttag-mm_purchase_link\/","article:published_time":"2023-08-14T21:17:52+00:00","article:modified_time":"2023-08-14T21:17:52+00:00","article:publisher":"https:\/\/www.facebook.com\/membermouse","twitter:card":"summary_large_image","twitter:site":"@MemberMouse","twitter:title":"Purchase Link SmartTag\u2122 (MM_Purchase_Link) | MemberMouse","twitter:description":"This tag outputs the link that a member can interact with to purchase a product or sign up for a free membership level. In order to become a functional link, this tag should be used in conjunction with a anchor tag (), a button tag () or some other method of executing a clickable link.","twitter:creator":"@MemberMouse"},"aioseo_meta_data":{"post_id":"8065","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"location":null,"local_seo":null,"limit_modified_date":false,"reviewed_by":null,"open_ai":null,"created":"2023-10-11 18:39:41","updated":"2026-06-03 04:54:02","ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":"2026-06-03 00:19:21","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/membermouse.com\/pt\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/membermouse.com\/pt\/article-categories\/mm-smarttags\/\" title=\"SmartTags\u2122\">SmartTags\u2122<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/membermouse.com\/pt\/article-categories\/order-tags\/\" title=\"Order SmartTags\u2122\">Order SmartTags\u2122<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\tPurchase Link SmartTag\u2122 (MM_Purchase_Link)\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/membermouse.com\/pt"},{"label":"SmartTags\u2122","link":"https:\/\/membermouse.com\/pt\/article-categories\/mm-smarttags\/"},{"label":"Order SmartTags\u2122","link":"https:\/\/membermouse.com\/pt\/article-categories\/order-tags\/"},{"label":"Purchase Link SmartTag&#x2122; (MM_Purchase_Link)","link":"https:\/\/membermouse.com\/pt\/docs\/purchase-link-smarttag-mm_purchase_link\/"}],"_links":{"self":[{"href":"https:\/\/membermouse.com\/pt\/wp-json\/wp\/v2\/ht-kb\/8065","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/membermouse.com\/pt\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/membermouse.com\/pt\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/membermouse.com\/pt\/wp-json\/wp\/v2\/users\/20918"}],"replies":[{"embeddable":true,"href":"https:\/\/membermouse.com\/pt\/wp-json\/wp\/v2\/comments?post=8065"}],"version-history":[{"count":0,"href":"https:\/\/membermouse.com\/pt\/wp-json\/wp\/v2\/ht-kb\/8065\/revisions"}],"wp:attachment":[{"href":"https:\/\/membermouse.com\/pt\/wp-json\/wp\/v2\/media?parent=8065"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/membermouse.com\/pt\/wp-json\/wp\/v2\/ht-kb-category?post=8065"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/membermouse.com\/pt\/wp-json\/wp\/v2\/ht-kb-tag?post=8065"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}