{"id":30200,"date":"2026-05-01T10:24:09","date_gmt":"2026-05-01T08:24:09","guid":{"rendered":"https:\/\/aivie.ch\/faq\/how-can-i-send-conversions-from-aivie-to-meta\/"},"modified":"2026-05-01T10:26:23","modified_gmt":"2026-05-01T08:26:23","slug":"how-can-i-send-conversions-from-aivie-to-meta","status":"publish","type":"faq","link":"https:\/\/aivie.ch\/en\/faq\/how-can-i-send-conversions-from-aivie-to-meta\/","title":{"rendered":"How can I send conversions from Aivie to Meta?"},"content":{"rendered":"\n<p>Yes, you can send conversions from Aivie directly to Meta if the Meta connection is already set up. Additionally, a Meta Pixel must be present and configured in the Aivie settings. <\/p>\n\n<!--more-->\n\n<h2 class=\"wp-block-heading\">Requirement: Meta Connection and Pixel<\/h2>\n\n<p>For Aivie to send conversions to Meta, the connection to Meta must already exist. This means: The Meta integration has been set up and Aivie is authorized to transmit events to Meta. <\/p>\n\n<p>Additionally, a Meta Pixel must be set up and configured in the Aivie settings. The Pixel is important so that Meta can correctly assign the events to the website, campaigns, and audiences. <\/p>\n\n<p>The events can then be triggered in Aivie in two places:<\/p>\n\n<ol class=\"wp-block-list\">\n<li>via a campaign<\/li>\n\n\n\n<li>via a form<\/li>\n<\/ol>\n\n<h2 class=\"wp-block-heading\">Send conversion via a campaign<\/h2>\n\n<p>In a campaign, a Meta event can be triggered as an action. This is useful when a conversion should be sent after a specific behavior or status. <\/p>\n\n<p>Examples:<\/p>\n\n<p>A contact reaches a specific campaign step and is sent to Meta as a lead.<\/p>\n\n<pre class=\"wp-block-code\"><code>Event: Lead\nAction Source: website\nContent Name: Lead Magnet\nContent Category: lead\n<\/code><\/pre>\n\n<p>A contact starts a trial phase.<\/p>\n\n<pre class=\"wp-block-code\"><code>Event: StartTrial\nAction Source: website\nContent Name: Aivie Pro Trial\nContent Category: trial\n<\/code><\/pre>\n\n<p>A contact completes a paid subscription.<\/p>\n\n<pre class=\"wp-block-code\"><code>Event: Subscribe\nAction Source: website\nContent Name: Aivie Pro\nContent Category: subscription\nValue: {contactfield=last_order_value}\nCurrency: CHF\n<\/code><\/pre>\n\n<p>If it&#8217;s a completed checkout, <code>Purchase<\/code> is often more appropriate than <code>Subscribe<\/code>.<\/p>\n\n<h2 class=\"wp-block-heading\">Send conversion via a form<\/h2>\n\n<p>A Meta event can also be sent directly when a form is submitted. This is particularly useful for lead forms, demo requests, downloads, or registrations. <\/p>\n\n<p>Good standard for a form:<\/p>\n\n<pre class=\"wp-block-code\"><code>Event: Lead\nAction Source: website\nContent Name: MEIN FORMULAR\nContent Category: lead\nEvent Source URL: URL DER SEITE\nValue: leer\nCurrency: leer\n<\/code><\/pre>\n\n<p>Examples:<\/p>\n\n<p>Demo request:<\/p>\n\n<pre class=\"wp-block-code\"><code>Event: Schedule\nAction Source: website\nContent Name: Demo Call\nContent Category: consultation\n<\/code><\/pre>\n\n<p>Lead magnet or download:<\/p>\n\n<pre class=\"wp-block-code\"><code>Event: Lead\nAction Source: website\nContent Name: Leitfaden Download\nContent Category: lead_magnet\n<\/code><\/pre>\n\n<p>Webinar registration:<\/p>\n\n<pre class=\"wp-block-code\"><code>Event: CompleteRegistration\nAction Source: website\nContent Name: Webinar Anmeldung\nContent Category: registration\n<\/code><\/pre>\n\n<h2 class=\"wp-block-heading\">What Meta events are available?<\/h2>\n\n<p>Meta uses so-called standard events. The names are case-sensitive and must be written exactly as shown. <\/p>\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Event<\/th><th>Meaning<\/th><th>Useful Aivie Use Case<\/th><\/tr><\/thead><tbody><tr><td><code>PageView<\/code><\/td><td>Page was viewed<\/td><td>Website visit, usually via Pixel<\/td><\/tr><tr><td><code>ViewContent<\/code><\/td><td>Content or product was viewed<\/td><td>Product page, landing page, case study<\/td><\/tr><tr><td><code>Search<\/code><\/td><td>Search was performed<\/td><td>Website search, shop search<\/td><\/tr><tr><td><code>AddToCart<\/code><\/td><td>Product was added to cart<\/td><td>E-commerce cart<\/td><\/tr><tr><td><code>AddToWishlist<\/code><\/td><td>Product was saved<\/td><td>Wishlist, favorite<\/td><\/tr><tr><td><code>InitiateCheckout<\/code><\/td><td>Checkout was started<\/td><td>Cart \u2192 Checkout<\/td><\/tr><tr><td><code>AddPaymentInfo<\/code><\/td><td>Payment information was entered<\/td><td>Later checkout step<\/td><\/tr><tr><td><code>Purchase<\/code><\/td><td>Purchase completed<\/td><td>WooCommerce order, Aivie Pro purchase<\/td><\/tr><tr><td><code>Lead<\/code><\/td><td>Lead was generated<\/td><td>Form, demo request, lead magnet<\/td><\/tr><tr><td><code>CompleteRegistration<\/code><\/td><td>Registration completed<\/td><td>Account created, webinar registration<\/td><\/tr><tr><td><code>Contact<\/code><\/td><td>Contact initiated<\/td><td>Contact form, WhatsApp, phone, email click<\/td><\/tr><tr><td><code>CustomizeProduct<\/code><\/td><td>Product was customized<\/td><td>Configurator, package selection<\/td><\/tr><tr><td><code>Donate<\/code><\/td><td>Donation completed<\/td><td>Non-profit donation form<\/td><\/tr><tr><td><code>FindLocation<\/code><\/td><td>Location was searched<\/td><td>Store locator, branch search<\/td><\/tr><tr><td><code>Schedule<\/code><\/td><td>Appointment was scheduled<\/td><td>Demo call, consultation appointment<\/td><\/tr><tr><td><code>StartTrial<\/code><\/td><td>Trial started<\/td><td>Aivie Pro trial, SaaS trial<\/td><\/tr><tr><td><code>SubmitApplication<\/code><\/td><td>Application or request submitted<\/td><td>Loan application, job application, funding request<\/td><\/tr><tr><td><code>Subscribe<\/code><\/td><td>Subscription completed<\/td><td>Newsletter, membership, SaaS subscription<\/td><\/tr><\/tbody><\/table><\/figure>\n\n<p><\/p>\n\n<h2 class=\"wp-block-heading\">Summary<\/h2>\n\n<p>Aivie can send conversions to Meta if the Meta connection is already set up and a Meta Pixel has been configured in the Aivie settings. The event can be triggered either via a campaign or directly via a form. For forms, <code>Lead<\/code> is usually the best standard, for demo appointments <code>Schedule<\/code>, for trials <code>StartTrial<\/code>, and for orders <code>Purchase<\/code>.<strong>How can I send conversions from Aivie to Meta?<\/strong>  <br\/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Yes, you can send conversions from Aivie directly to Meta if the Meta connection is already set up. Additionally, a Meta Pixel must be present and configured in the Aivie settings.<\/p>\n","protected":false},"featured_media":0,"template":"","categories":[],"tags":[1819,1803,1804,1802],"FaqCategories":[996],"FaqTags":[1818,1800,1799,1798,998],"class_list":["post-30200","faq","type-faq","status-publish","hentry","tag-conversion","tag-facebook","tag-instagram","tag-meta","FaqCategories-integrations","FaqTags-conversion","FaqTags-facebook","FaqTags-instagram","FaqTags-meta","FaqTags-tracking-en"],"acf":[],"featured_image_urls_v2":{"full":"","thumbnail":"","medium":"","medium_large":"","large":"","post-thumbnail":"","aiv_480w":"","woocommerce_thumbnail":"","woocommerce_single":"","woocommerce_gallery_thumbnail":""},"post_excerpt_stackable_v2":"<p>Yes, you can send conversions from Aivie directly to Meta if the Meta connection is already set up. Additionally, a Meta Pixel must be present and configured in the Aivie settings. Requirement: Meta Connection and Pixel For Aivie to send conversions to Meta, the connection to Meta must already exist. This means: The Meta integration has been set up and Aivie is authorized to transmit events to Meta. Additionally, a Meta Pixel must be set up and configured in the Aivie settings. The Pixel is important so that Meta can correctly assign the events to the website, campaigns, and audiences.&hellip;<\/p>\n","category_list_v2":"Uncategorized","author_info_v2":{"name":"","url":""},"comments_num_v2":"0 comments","_links":{"self":[{"href":"https:\/\/aivie.ch\/en\/wp-json\/wp\/v2\/faq\/30200","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aivie.ch\/en\/wp-json\/wp\/v2\/faq"}],"about":[{"href":"https:\/\/aivie.ch\/en\/wp-json\/wp\/v2\/types\/faq"}],"version-history":[{"count":2,"href":"https:\/\/aivie.ch\/en\/wp-json\/wp\/v2\/faq\/30200\/revisions"}],"predecessor-version":[{"id":30211,"href":"https:\/\/aivie.ch\/en\/wp-json\/wp\/v2\/faq\/30200\/revisions\/30211"}],"wp:attachment":[{"href":"https:\/\/aivie.ch\/en\/wp-json\/wp\/v2\/media?parent=30200"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aivie.ch\/en\/wp-json\/wp\/v2\/categories?post=30200"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aivie.ch\/en\/wp-json\/wp\/v2\/tags?post=30200"},{"taxonomy":"FaqCategories","embeddable":true,"href":"https:\/\/aivie.ch\/en\/wp-json\/wp\/v2\/FaqCategories?post=30200"},{"taxonomy":"FaqTags","embeddable":true,"href":"https:\/\/aivie.ch\/en\/wp-json\/wp\/v2\/FaqTags?post=30200"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}