<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>FAQ: Published Ordered Knowledge Base: : | MaxTraffic Knowledge Base</title>
    <description>Published Ordered Knowledge Base: FAQ</description>
    <generator>Helprace RSS</generator>
    <link>https://help.maxtraffic.com/s1-general/knowledgebase/top/c6-faq?format=rss</link>
    <item>
      <title>Why cannot Google robots access scripts?</title>
      <description><![CDATA[<p>We have configured our CDN domain that we use for tracking scripts so that it is not available for search engine bots, including Google. Blocking search bots from domains that serve tracking scripts is best practice according to Google and other companies, because otherwise - if we would allow bots to crawl these scripts and it would result in unreliable statistics for our clients.</p>
<p>This has no effect on website using these scripts, it is just a simple way to block bot access. </p>
<p>How does it look like in Google Search Console?</p>
<p>If you check any website in Google Search Console[_cuted_]</p>]]></description>
      <pubDate>Wed, 01 Mar 2017 14:40:02 +0000</pubDate>
      <link>https://help.maxtraffic.com/i66-why-cannot-google-robots-access-scripts</link>
      <guid>https://help.maxtraffic.com/i66-why-cannot-google-robots-access-scripts</guid>
      <author>Chris</author>
      <dc:creator>Chris</dc:creator>
      <content:encoded><![CDATA[<p>We have configured our CDN domain that we use for tracking scripts so that it is not available for search engine bots, including Google. Blocking search bots from domains that serve tracking scripts is best practice according to Google and other companies, because otherwise - if we would allow bots to crawl these scripts and it would result in unreliable statistics for our clients.</p>
<p>This has no effect on website using these scripts, it is just a simple way to block bot access. </p>
<h3>How does it look like in Google Search Console?</h3>
<p>If you check any website in Google Search Console to verify if it is mobile friendly, Google will also provide info about resources that are blocking themselves from search bots. In example below you can see test results from elcorteingles.es  - and among blocked scripts there is googleadservices.com as well:</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/66/media/unspecified.png" alt="" data-file="___chdfid_20359___"></p>]]></content:encoded>
    </item>
    <item>
      <title>How to set a cookie for visitors, who filled out lead (email) banner?</title>
      <description><![CDATA[<p>Please place a HTML element in 2nd step of lead (email) banner in Ad Editor, and use this code to set a cookie:</p> <p>From this example:</p> <p>mt_subscribed = cookie name, can change according to your needs</p> <p>1 = cookie value</p> <p>By using this code all visitors who will fill out the banner and get to 2nd step, will get a cookie.</p> <p>Later you can use this cookie to target (or exclude) these visitors from other campaigns.</p>]]></description>
      <pubDate>Fri, 23 Dec 2016 13:39:40 +0000</pubDate>
      <link>https://help.maxtraffic.com/i63-how-to-set-a-cookie-for-visitors-who-filled-out-lead-email-banner</link>
      <guid>https://help.maxtraffic.com/i63-how-to-set-a-cookie-for-visitors-who-filled-out-lead-email-banner</guid>
      <author>Chris</author>
      <dc:creator>Chris</dc:creator>
      <content:encoded><![CDATA[<p>Please place a HTML element in 2nd step of lead (email) banner in Ad Editor, and use this code to set a cookie:</p>
<pre class="language-javascript">
<code>&lt;script&gt;
    document.addEventListener("afterShow", function() {
        maxtAd.setCookie('mt_subscribed', '1');
    });
&lt;/script&gt;
</code>
</pre>
<p>From this example:</p>
<p><i><b>mt_subscribed</b> = cookie name, can change according to your needs</i></p>
<p><i><b>1</b> = cookie value</i></p>
<p>By using this code all visitors who will fill out the banner and get to 2nd step, will get a cookie.</p>
<p>Later you can use this cookie to target (or exclude) these visitors from other campaigns.</p>]]></content:encoded>
    </item>
    <item>
      <title>How to hide/skip 2nd step a lead (email) banner</title>
      <description><![CDATA[<p>Please place HTML code element in the 2nd step of banner, and then use this HTML code:</p> <p>If this code is used, then after user fills out form, the 2nd step of banner will automatically be hidden (banner will close itself).</p>]]></description>
      <pubDate>Fri, 23 Dec 2016 13:31:38 +0000</pubDate>
      <link>https://help.maxtraffic.com/i62-how-to-hide-skip-2nd-step-a-lead-email-banner</link>
      <guid>https://help.maxtraffic.com/i62-how-to-hide-skip-2nd-step-a-lead-email-banner</guid>
      <author>Chris</author>
      <dc:creator>Chris</dc:creator>
      <content:encoded><![CDATA[<p>Please place HTML code element in the 2nd step of banner, and then use this HTML code:</p>
<pre class="language-javascript">
<code>&lt;script&gt;
document.addEventListener("afterShow", function() {
    maxtAd.closeCreative();
});
&lt;/script&gt;</code>
</pre>
<p>If this code is used, then after user fills out form, the 2nd step of banner will automatically be hidden (banner will close itself).</p>]]></content:encoded>
    </item>
    <item>
      <title>How to add a transparent banner?</title>
      <description><![CDATA[<p>1. Prepare a PNG format banner that is transparent - an example below:</p> <p></p> <p>2. Upload it as standard banner.</p> <p></p> <p>3. Click press the dots on the right of your campaign and from the dropdown menu select "Edit".</p> <p></p> <p>4. Go to "Background" section in Ad Editor.</p> <p></p> <p>5. Choose "Transparent" option and save the banner.</p>]]></description>
      <pubDate>Fri, 16 Aug 2019 12:24:49 +0000</pubDate>
      <link>https://help.maxtraffic.com/i97-how-to-add-a-transparent-banner</link>
      <guid>https://help.maxtraffic.com/i97-how-to-add-a-transparent-banner</guid>
      <author>Chris</author>
      <dc:creator>Chris</dc:creator>
      <content:encoded><![CDATA[<p>1. Prepare a PNG format banner that is transparent - an example below:</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/59/media/promo_banner.png" alt="" width="288" height="291"></p>
<p>2. Upload it as standard banner.</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/97/media/overlay3.png" alt="" width="700" data-file="___chdfid_457___"></p>
<p>3. Click press the dots on the right of your campaign and from the dropdown menu select <b>"Edit".</b></p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/97/media/overlay7.png" alt="" width="700" data-file="___chdfid_459___"></p>
<p>4. Go to <b>"Background"</b> section in Ad Editor.</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/59/media/transparent_exit_popup_background.png" alt="" width="700"></p>
<p>5. Choose <b>"Transparent"</b> option and save the banner.</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/59/media/transparent_exit_popup_update.png" alt="" width="700"></p>]]></content:encoded>
    </item>
    <item>
      <title>How to use Cookie targeting?</title>
      <description><![CDATA[<p>There are many ways how you could use Cookie targeting, but the main requirement to use this feature - your website needs to set cookies for visitors, when specific conditions are met. So that later you could target these visitors based on cookie names and values. One example below:</p>
<p>Target visitors based on traffic source</p>
<p>1. Adding UTM parameters to landing page URLs</p>
<p>If you are running advertisement campaigns in different websites (Forbes, Business Insider, etc.) then the best practice is to add UTM parameters for your landing page URL, so that later you can analyze results in Google Analytics based on[_cuted_]</p>]]></description>
      <pubDate>Fri, 16 Aug 2019 13:14:04 +0000</pubDate>
      <link>https://help.maxtraffic.com/i58-how-to-use-cookie-targeting</link>
      <guid>https://help.maxtraffic.com/i58-how-to-use-cookie-targeting</guid>
      <author>Chris</author>
      <dc:creator>Chris</dc:creator>
      <content:encoded><![CDATA[<p>There are many ways how you could use Cookie targeting, but the main requirement to use this feature - your website needs to set cookies for visitors, when specific conditions are met. So that later you could target these visitors based on cookie names and values. One example below:</p>
<h2>Target visitors based on traffic source</h2>
<h4>1. Adding UTM parameters to landing page URLs</h4>
<p>If you are running advertisement campaigns in different websites (Forbes, Business Insider, etc.) then the best practice is to add UTM parameters for your landing page URL, so that later you can analyze results in Google Analytics based on traffic source. </p>
<p>If your website domain is myweb.com, then when someone clicks on your ads for example in Forbes.com, then he should be redirected to your landing page with UTM parameters similar to these:</p>
<pre>http://www.myweb.com/?utm_source=forbes.com&amp;utm_medium=display&amp;utm_campaign=summer-promo
</pre>
<p>In this example you can see that 3 parameters are added:</p>
<ul>
<li>utm_source</li>
<li>utm_medium</li>
<li>utm_campaign</li>
</ul>
<p>But there could also be other or different parameters, depending on what information you want to later use for analyzing visitors and targeting them.</p>
<h4>2. Setting cookies</h4>
<p>If you would like to target visitors based on traffic source, then you would need to ask your IT team to set cookies based on these UTM parameters. For example, if your website uses PHP technology, then programmers would need to use a code that would be similar to this:</p>
<pre class="language-php"><code>&lt;?php
if(isset($_GET['utm_source'])) {
  //set traffic source cookie for 24h
  setcookie("traffic_source", $_GET['utm_source'], time()+3600*24, "/", "myweb.com");
?&gt;
</code></pre>
<p>This code is checking, if <b>utm_source</b> parameter is used in the landing page URL, and if so - then the code sets a cookie in visitors browser with following parameters:</p>
<ul>
<li><i>Cookie name:</i> traffic_source</li>
<li><i>Cookie value:</i> the value of utm_source parameter in the landing page URL</li>
<li><i>Cookie expire time:</i> 24 hours</li>
</ul>
<p>So if we would look again at the landing page URL used in example above:</p>
<pre>http://www.myweb.com/?utm_source=forbes.com&amp;utm_medium=display&amp;utm_campaign=summer-promo
</pre>
<p>Then this PHP code would set cookie with these values:</p>
<ul>
<li style="top: 523px;"><i>Cookie name:</i> traffic_source</li>
<li style="top: 523px;"><i>Cookie value:</i> forbes.com</li>
<li style="top: 523px;"><i>Cookie expire time:</i> 24 hours (from the time cookie was set)</li>
</ul>
<h4>3. Targeting visitors based on cookies</h4>
<p>Finally, if you are using UTM parameters when sending traffic to your website, and also set cookies, so you can later identify specific groups of visitors, then you can also target them by cookie values.</p>
<p>When you add new Overlay, then in "<b>Target visitors</b>" step, find the "<b>Cookie Targeting</b>" section and select <b>"Use cookie Targeting"</b>:</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/58/media/cookie.png" alt="" width="700" data-file="___chdfid_4792___"><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/58/media/adv.png" alt="" data-file="___chdfid_4786___"> </p>
<p>Here you can enter the Cookie name, select condition that needs to be matched (for example - cookie value needs to be contain a specific text, or must start with some text, or if it is a number - must be higher or lower than value you specifiy).</p>
<p>In our example - let's say, that we would like to target visitors who came from Forbes.com advertisement campaign, then we would set following targeting settings:</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/58/media/cookie_forbes.png" alt="" width="700" data-file="___chdfid_4793___"><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/58/media/adv6.png" alt="" data-file="___chdfid_4791___"></p>
<p>And that is it. Save campaign - and it will be shown only to those visitors, who came from Forbes.com</p>]]></content:encoded>
    </item>
    <item>
      <title>How to open link in a new tab?</title>
      <description><![CDATA[<p>1. Open your banner in Ad Editor, select "Elements" menu </p> <p></p> <p>2. Click "Add HTML" button</p> <p> </p> <p>3. Edit HTML code</p> <p> </p> <p>Delete the the old HTML code:  "&lt;p&gt;Your HTML here&lt;/p&gt;"</p> <p>And replace it with following code (just change google.com to your own link):</p> <p>4. Save banner</p> <p>That is it! Now if someone will click on banner, the link you specified in HTML code, will open in a new tab.</p>]]></description>
      <pubDate>Thu, 04 Aug 2016 19:21:52 +0000</pubDate>
      <link>https://help.maxtraffic.com/i57-how-to-open-link-in-a-new-tab</link>
      <guid>https://help.maxtraffic.com/i57-how-to-open-link-in-a-new-tab</guid>
      <author>Chris</author>
      <dc:creator>Chris</dc:creator>
      <content:encoded><![CDATA[<h2>1. Open your banner in Ad Editor, select "Elements" menu </h2>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/57/media/unspecified.png" alt="" width="300" data-file="___chdfid_7425___"></p>
<h2>2. Click "Add HTML" button</h2>
<h2><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/57/media/html.png" alt="" width="500" data-file="___chdfid_7426___"> </h2>
<h2>3. Edit HTML code</h2>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/57/media/edit.png" alt="" width="300" data-file="___chdfid_7427___"> </p>
<p>Delete the the old HTML code:  "<i>&lt;p&gt;Your HTML here&lt;/p&gt;</i>"</p>
<p>And replace it with following code (just change google.com to your own link):</p>
<pre class="language-markup">
<code>&lt;a href="http://www.google.com" target="_blank"
style="width:100%; height:100%; position:fixed;"&gt;&lt;/a&gt;</code>
</pre>
<h2>4. Save banner</h2>
<p>That is it! Now if someone will click on banner, the link you specified in HTML code, will open in a new tab.</p>]]></content:encoded>
    </item>
    <item>
      <title>How to see MaxTraffic data in Google Analytics?</title>
      <description><![CDATA[<p>Where is MaxTraffic data?</p>
<p>MaxTraffic is logging data in Google Analytics by using Events. To see this data, go to:</p>
<p>Behavior &gt; Events &gt; Overview</p>
<p></p>
<p>The default report will look something like this:</p>
<p></p>
<p>How to get more detailed event info?</p>
<p>In the bottom of report, you can see Event Category:</p>
<p></p>
<p> </p>
<p>But you can also switch to Event Action - now you will see Impressions, Leads, Clicks from MaxTraffic banners.</p>
<p></p>
<p>You can also go to Event Label - and here you will see all banners that got impressions:</p>
<p></p>
<p> </p>
<p>Now you can go into more details by generating reports that you are[_cuted_]</p>]]></description>
      <pubDate>Fri, 22 Jul 2016 09:40:47 +0000</pubDate>
      <link>https://help.maxtraffic.com/i56-how-to-see-maxtraffic-data-in-google-analytics</link>
      <guid>https://help.maxtraffic.com/i56-how-to-see-maxtraffic-data-in-google-analytics</guid>
      <author>Chris</author>
      <dc:creator>Chris</dc:creator>
      <content:encoded><![CDATA[<h3>Where is MaxTraffic data?</h3>
<p>MaxTraffic is logging data in Google Analytics by using Events. To see this data, go to:</p>
<p><b>Behavior &gt; Events &gt; Overview</b></p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/56/media/beh.png" alt="" data-file="___chdfid_9848___"></p>
<p>The default report will look something like this:</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/56/media/beh2.png" alt="" width="500" data-file="___chdfid_9849___"></p>
<h3>How to get more detailed event info?</h3>
<p>In the bottom of report, you can see Event Category:</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/56/media/beh3.png" alt="" data-file="___chdfid_9850___"></p>
<p> </p>
<p>But you can also switch to <b>Event Action </b>- now you will see Impressions, Leads, Clicks from MaxTraffic banners.</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/56/media/beh4.png" alt="" data-file="___chdfid_9851___"></p>
<p>You can also go to <b>Event Label</b> - and here you will see all banners that got impressions:</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/56/media/beh5.png" alt="" data-file="___chdfid_9852___"></p>
<p> </p>
<p>Now you can go into more details by generating reports that you are interested in - for example, checking from which traffic sources leads were generated etc. </p>]]></content:encoded>
    </item>
    <item>
      <title>What if you get hacked?</title>
      <description><![CDATA[<p>If we were hacked, also our reputation would be damaged and we might loose many clients, so this is a big risk for us. That is why we take security seriously and do what we can to minimise such risk.</p>
<p>Security audits</p>
<p>We cooperate with several independent security specialists from https://hackerone.com - who test our platform and provide feedback on any issues they see as potential vulnerabilities. </p>
<p>Experienced team</p>
<p>Before working on MaxTraffic our team - including CEO, CTO and server admin are all experienced with building and maintaining similar projects - ad networks and other systems that track or[_cuted_]</p>]]></description>
      <pubDate>Thu, 12 May 2016 19:31:10 +0000</pubDate>
      <link>https://help.maxtraffic.com/i52-what-if-you-get-hacked</link>
      <guid>https://help.maxtraffic.com/i52-what-if-you-get-hacked</guid>
      <author>Chris</author>
      <dc:creator>Chris</dc:creator>
      <content:encoded><![CDATA[<div>If we were hacked, also our reputation would be damaged and we might loose many clients, so this is a big risk for us. That is why we take security seriously and do what we can to minimise such risk.</div>
<h3>Security audits</h3>
<div>We cooperate with several independent security specialists from <a href="https://hackerone.com/" target="_blank" rel="nofollow">https://hackerone.com</a> - who test our platform and provide feedback on any issues they see as potential vulnerabilities. </div>
<h4>Experienced team</h4>
<p>Before working on MaxTraffic our team - including CEO, CTO and server admin are all experienced with building and maintaining similar projects - ad networks and other systems that track or support several million visitors per month, and where it is critical to have no downtime. </p>
<h4>Fast response</h4>
<div>In case something would happen, we would be able to solve the issue very fast. We have 1 primary server administrator, and another one, who we would be able to call 24/7 just in case the first server administrator is not available in an urgent situation.</div>
<div> </div>
<div>Also everything can be changed/fixed by our developers, and even if our servers would go offline, it would not impact page load speed in client site, because we use async code for our scripts.</div>
<h4>Mitigating risk</h4>
<div> </div>
<div>To mitigate risk of someone hacking our platform and planting malware, we suggest to use Google Tag Manager to add our codes. This is a product from Google and it has built in Malware detection and would block any malware, more info here: <a href="https://support.google.com/tagmanager/answer/6328489?hl=en" target="_blank" rel="nofollow">https://support.google.com/tagmanager/answer/6328489?hl=en</a></div>
<div> </div>
<div>Someone might also hack Google Tag Manager system, but there is much smaller chance of that happening.</div>
<h4>Contacts in case of an urgent situation</h4>
<div>If there is an urgent situation, feel free to contact our CEO any time:</div>
<div>Phone: +371 26400379</div>
<div>Skype: kristaps_mors</div>
<div>Email: kristaps@maxtraffic.com</div>]]></content:encoded>
    </item>
    <item>
      <title>How to create custom subscribe banner?</title>
      <description><![CDATA[<p>You can create a custom email subscribe banner in 2 ways - the simplest would be to select any of existing email subscribe templates, and then edit them - you can remove or change texts, upload images, etc. Or if you want to start completely from scratch, follow these steps below:</p>
<p>1. Click on "Upload new Ad" and choose "Upload email subscribe banner"</p>
<p></p>
<p>2. Select file, upload your banner. System will place default texts and buttons on your design:</p>
<p></p>
<p>3. Delete elements that you don't need, move buttons to correct places:</p>
<p></p>
<p>4. Switch to "Step 2: Thank You" tab, upload image for this step and[_cuted_]</p>]]></description>
      <pubDate>Fri, 16 Aug 2019 12:25:12 +0000</pubDate>
      <link>https://help.maxtraffic.com/i96-how-to-create-custom-subscribe-banner</link>
      <guid>https://help.maxtraffic.com/i96-how-to-create-custom-subscribe-banner</guid>
      <author>Chris</author>
      <dc:creator>Chris</dc:creator>
      <content:encoded><![CDATA[<p>You can create a custom email subscribe banner in 2 ways - the simplest would be to select any of existing email subscribe templates, and then edit them - you can remove or change texts, upload images, etc. Or if you want to start completely from scratch, follow these steps below:</p>
<p>1. Click on <b>"Upload new Ad"</b> and choose <b>"Upload email subscribe banner"</b></p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/96/media/overlay3.png" alt="" width="700" data-file="___chdfid_9035___"></p>
<p>2. Select file, upload your banner. System will place default texts and buttons on your design:</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/51/media/4.png" alt="" width="700"></p>
<p>3. Delete elements that you don't need, move buttons to correct places:</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/51/media/5.png" alt="" width="700"></p>
<p>4. Switch to "Step 2: Thank You" tab, upload image for this step and add texts, if needed. </p>
<p>5. Click on "Save Ad" and launch the campaign.</p>
<p><br>
How to integrate with Mailchimp or Mailigen?</p>
<ul class="topic-list__text">
<li>
<p class="topic-list__title"><a href="http://help.maxtraffic.com/i38-mailchimp-email-integration">Mailchimp email integration</a></p>
</li>
<li>
<p class="topic-list__title"><a href="http://help.maxtraffic.com/i39-mailigen-email-integration">Mailigen email integration</a></p></li></ul>]]></content:encoded>
    </item>
    <item>
      <title>How does Overlay work?</title>
      <description><![CDATA[<p>Our Overlays technology is optimized for different browsers and we take into account several things, for example:</p>
<ul>
<li>mouse speed and direction</li>
<li>system checks, how many tabs are opened and if visitor has several tabs opened from the same site, then we don't show the Overlay when visitor closes other tabs, we show it - only when visitor is about to leave the last tab</li>
<li>it also checks if you just opened the site and moved mouse out of active window by mistake,</li>
<li>for mobile visitors we can also trigger Overlays when they scroll to the address bar to enter a different[_cuted_]</li></ul>]]></description>
      <pubDate>Fri, 16 Aug 2019 13:10:33 +0000</pubDate>
      <link>https://help.maxtraffic.com/i44-how-does-overlay-work</link>
      <guid>https://help.maxtraffic.com/i44-how-does-overlay-work</guid>
      <author>Chris</author>
      <dc:creator>Chris</dc:creator>
      <content:encoded><![CDATA[<p>Our Overlays technology is optimized for different browsers and we take into account several things, for example:</p>
<ul>
<li>mouse speed and direction</li>
<li>system checks, how many tabs are opened and if visitor has several tabs opened from the same site, then we don't show the Overlay when visitor closes other tabs, we show it - only when visitor is about to leave the last tab</li>
<li>it also checks if you just opened the site and moved mouse out of active window by mistake,</li>
<li>for mobile visitors we can also trigger Overlays when they scroll to the address bar to enter a different URL, or if a visitor comes from search, opens your website, and then tries to leave using Back button.</li></ul>]]></content:encoded>
    </item>
    <item>
      <title>What are the requirements for banners?</title>
      <description><![CDATA[<p>Platform supports PNG, JPG and GIF file formats. Animated GIF images can be used. We suggest always using PNG banners because they do not loose quality upon upload. As for size – we suggest using large banner sizes. Some of the recommended sizes are – 970x550, 640x360, 600x600, 580x460. Different images should be used for tablet and smartphone campaigns. For tablet campaigns recommended image sizes are - 640x360, 600x600, 580x460. Images larger than 700px in width should not be used. For smartphone campaigns we recommend using images with size 320x320 or 320x480.</p>]]></description>
      <pubDate>Thu, 18 Feb 2016 12:58:20 +0000</pubDate>
      <link>https://help.maxtraffic.com/i21-what-are-the-requirements-for-banners</link>
      <guid>https://help.maxtraffic.com/i21-what-are-the-requirements-for-banners</guid>
      <author>Andis</author>
      <dc:creator>Andis</dc:creator>
      <content:encoded><![CDATA[<p>Platform supports PNG, JPG and GIF file formats. Animated GIF images can be used. We suggest always using PNG banners because they do not loose quality upon upload.
<br>
As for size – we suggest using large banner sizes. Some of the recommended sizes are – 970x550, 640x360, 600x600, 580x460.
<br>
Different images should be used for tablet and smartphone campaigns. For tablet campaigns recommended image sizes are - 640x360, 600x600, 580x460. Images larger than 700px in width should not be used.
<br>
For smartphone campaigns we recommend using images with size 320x320 or 320x480.</p>]]></content:encoded>
    </item>
    <item>
      <title>Will my website slow down with MaxTraffic?</title>
      <description><![CDATA[<p>No, it will not. Performance is among our top priorities, we have tested MaxTraffic on multiple high traffic websites. Our script is asynchronous and all image ads are served from CDN.</p>]]></description>
      <pubDate>Thu, 18 Feb 2016 12:58:54 +0000</pubDate>
      <link>https://help.maxtraffic.com/i19-will-my-website-slow-down-with-maxtraffic</link>
      <guid>https://help.maxtraffic.com/i19-will-my-website-slow-down-with-maxtraffic</guid>
      <author>Andis</author>
      <dc:creator>Andis</dc:creator>
      <content:encoded><![CDATA[<p>No, it will not. Performance is among our top priorities, we have tested MaxTraffic on multiple high traffic websites. Our script is asynchronous and all image ads are served from CDN.</p>]]></content:encoded>
    </item>
    <item>
      <title>Is it possible to remove MaxTraffic logo from ads I show?</title>
      <description><![CDATA[<p>We will remove MaxTraffic branding when you choose subscription plan “Plus”.</p>]]></description>
      <pubDate>Thu, 18 Feb 2016 12:58:04 +0000</pubDate>
      <link>https://help.maxtraffic.com/i22-is-it-possible-to-remove-maxtraffic-logo-from-ads-i-show</link>
      <guid>https://help.maxtraffic.com/i22-is-it-possible-to-remove-maxtraffic-logo-from-ads-i-show</guid>
      <author>Andis</author>
      <dc:creator>Andis</dc:creator>
      <content:encoded><![CDATA[<p>We will remove MaxTraffic branding when you choose subscription plan “Plus”.</p>]]></content:encoded>
    </item>
    <item>
      <title>Will I see sales from MaxTraffic in my Google Analytics statistics?</title>
      <description><![CDATA[<p>Overlays and Promo bars are not bringing you new visits, but working to get more conversions from existing ones. So this is why we consider those "assisted conversions". Below I have described how we track track results with Google Analytics on our own projects.</p>
<p>Google Analytics Events</p>
<p>First we pass data about when ads by MaxTraffic are showed and clicked. You can see this information as Events in your Google Analytics (GA) reports.</p>
<p></p>
<p>Navigate to Behaviour &gt; Events and you will see event category "MaxTraffic".</p>
<p></p>
<p>Event labels will be your campaign names as on MaxTraffic platform, activity will be either "Impression" or[_cuted_]</p>]]></description>
      <pubDate>Fri, 16 Aug 2019 13:05:46 +0000</pubDate>
      <link>https://help.maxtraffic.com/i23-will-i-see-sales-from-maxtraffic-in-my-google-analytics-statistics</link>
      <guid>https://help.maxtraffic.com/i23-will-i-see-sales-from-maxtraffic-in-my-google-analytics-statistics</guid>
      <author>Andis</author>
      <dc:creator>Andis</dc:creator>
      <content:encoded><![CDATA[<p>Overlays and Promo bars are not bringing you new visits, but working to get more conversions from existing ones. So this is why we consider those "assisted conversions". Below I have described how we track track results with Google Analytics on our own projects.
<br>
<br></p>
<p><b>Google Analytics Events</b></p>
<p>First we pass data about when ads by MaxTraffic are showed and clicked.
<br>
You can see this information as Events in your Google Analytics (GA) reports.</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/23/media/1-ga-report.png" alt="" data-file="___chdfid_17534___"></p>
<p>Navigate to Behaviour &gt; Events and you will see event category "MaxTraffic".</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/23/media/2-ga-report.png" alt="" data-file="___chdfid_17535___"></p>
<p>Event labels will be your campaign names as on MaxTraffic platform, activity will be either "Impression" or "Click"</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/23/media/3-ga-report.png" alt="" data-file="___chdfid_17536___"></p>
<p>This is all done automatically by our platform.
<br>
<br></p>
<p>Creating segment for clicks and impressions</p>
<p>To create reports and see data in them, you will have to create segments with visitors that saw or clicked on ads.
<br>
Navigate to "Admin" section.</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/23/media/4-ga-report.png" alt="" data-file="___chdfid_17537___"></p>
<p>Click on "Segments" for your websites "View"</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/23/media/5-ga-report.png" alt="" data-file="___chdfid_17538___"></p>
<p>Click "+ New Segment"</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/23/media/6-ga-report.png" alt="" data-file="___chdfid_17539___"></p>
<p>Add settings like in the example for visits where customers clicked on ads. Create another segment with similar settings, but change activity to "Impression" for visits where customers just saw the ad.</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/23/media/7-ga-report.png" alt="" data-file="___chdfid_17540___"></p>
<p>Now you are ready to create custom reports.
<br>
<br></p>
<p><b>Custom reports</b></p>
<p>Navigate to "Customization"</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/23/media/8-ga-report.png" alt="" data-file="___chdfid_17541___"></p>
<p>Click on "+ New Custom Report"</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/23/media/9-ga-report.png" alt="" data-file="___chdfid_17542___"></p>
<p>Choose similar settings as I have in example bellow. Replace "Goal 12 Completions" with the goal where you are tracking conversions for your site.</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/23/media/10-ga-report.png" alt="" data-file="___chdfid_17543___"></p>
<p>Save the report, then click on it to view statistics.
<br>
Click on "Choose Segments from list" and check the segments we created in previous steps.</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/23/media/11-ga-report.png" alt="" data-file="___chdfid_17544___"></p>
<p>Enjoy your reports!</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/23/media/12-ga-report.png" alt="" data-file="___chdfid_17545___"></p>
<p>Take in consideration that statistics on Google Analytics will not be accurate, it will show less clicks and impressions then our platform. GA uses sampled data and does not show the correct number.</p>]]></content:encoded>
    </item>
    <item>
      <title>Where can I see my new email subscribers from MaxTraffic campaigns?</title>
      <description><![CDATA[<p>In case you are using a script from your email marketing service, all your new subscribers will automatically be stored in a list of your service provider. If you are using our built-in form, you can access a CSV file with all subscribers from your dashboard in Leads section.</p>]]></description>
      <pubDate>Fri, 16 Aug 2019 13:18:56 +0000</pubDate>
      <link>https://help.maxtraffic.com/i24-where-can-i-see-my-new-email-subscribers-from-maxtraffic-campaigns</link>
      <guid>https://help.maxtraffic.com/i24-where-can-i-see-my-new-email-subscribers-from-maxtraffic-campaigns</guid>
      <author>Andis</author>
      <dc:creator>Andis</dc:creator>
      <content:encoded><![CDATA[<p>In case you are using a script from your email marketing service, all your new subscribers will automatically be stored in a list of your service provider.
<br>
If you are using our built-in form, you can access a CSV file with all subscribers from your dashboard in <b>Leads</b> section.</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/24/media/leads.png" alt="" width="700" data-file="___chdfid_31177___"></p>]]></content:encoded>
    </item>
    <item>
      <title>How to use Targeting by URL?</title>
      <description><![CDATA[<p>When you use targeting by URL, the platform looks at your website address. It looks at any symbols and matches them exactly as they appear in address bar.</p>
<p>Targeting home page</p>
<p>Look at your website address when in homepage. In most aces it will look something like this:</p>
<p></p>
<p></p>
<p>To target campaigns to appear only on home page select "equals" option and type "/"</p>
<p> </p>
<p>Targeting specific language</p>
<p>For multilingual sites you will want to show different ads to visitors browsing your site in different languages. Look for part in address indicating language. In example below they are "en" for English and "fr"[_cuted_]</p>]]></description>
      <pubDate>Fri, 16 Aug 2019 12:17:51 +0000</pubDate>
      <link>https://help.maxtraffic.com/i98-how-to-use-targeting-by-url</link>
      <guid>https://help.maxtraffic.com/i98-how-to-use-targeting-by-url</guid>
      <author>Chris</author>
      <dc:creator>Chris</dc:creator>
      <content:encoded><![CDATA[<p>When you use targeting by URL, the platform looks at your website address. It looks at any symbols and matches them exactly as they appear in address bar.</p>
<h4><b>Targeting home page</b></h4>
<p>Look at your website address when in homepage. In most aces it will look something like this:</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/50/media/Screen%20Shot%202016-04-14%20at%2016.12.37.png" alt=""></p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/50/media/Screen%20Shot%202016-04-14%20at%2016.12.55.png" alt=""></p>
<p>To target campaigns to appear only on home page select <b>"equals"</b> option and type <b>"/"</b></p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/50/media/1.png" alt="" width="700">
<br>
 </p>
<h4><b>Targeting specific language</b></h4>
<p>For multilingual sites you will want to show different ads to visitors browsing your site in different languages. Look for part in address indicating language.
<br>
In example below they are "en" for English and "fr" for French.</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/50/media/Screen%20Shot%202016-04-14%20at%2016.14.10.png" alt=""></p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/50/media/Screen%20Shot%202016-04-14%20at%2016.15.02.png" alt=""></p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/50/media/Screen%20Shot%202016-04-14%20at%2016.21.16.png" alt=""></p>
<p>In this case if you want want to show campaign only to visitors browsing English version of site, you will use these settings:</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/98/media/url1.png" alt="" width="700" data-file="___chdfid_13283___"></p>
<p>This tell platform to match all addresses that start with "/en". </p>
<p>Alternatively you can tell platform to show campaigns everywhere except French part of the site</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/98/media/url2.png" alt="" width="700" data-file="___chdfid_13284___"></p>
<p>You do not need to include <b>"en/"</b> and exclude <b>"fr/"</b> at the same time because addresses that start with <b>"en/"</b> can not start with <b>"fr/"</b>.
<br>
So these settings are wrong:</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/98/media/url3.png" alt="" width="700" data-file="___chdfid_13285___"></p>
<h4><b>Target campaigns to appear in shopping cart</b></h4>
<p>For most websites addresses in shopping cart look similar to this:</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/50/media/Screen%20Shot%202016-04-14%20at%2016.15.42.png" alt=""></p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/50/media/Screen%20Shot%202016-04-14%20at%2016.16.03.png" alt=""></p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/50/media/Screen%20Shot%202016-04-14%20at%2016.16.30.png" alt=""></p>
<p>If you want to show campaigns only in shopping cart use the following setting:</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/98/media/url4.png" alt="" width="700" data-file="___chdfid_13286___"></p>
<p>You should have different offers for visitors still browsing and visitors who have chosen their products,
<br>
so you will probably exclude shopping cart from places where to show your campaigns:</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/98/media/url5.png" alt="" width="700" data-file="___chdfid_13287___"></p>
<p>You can also exclude just the "Thank you" page:</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/98/media/url6.png" alt="" width="700" data-file="___chdfid_13288___"></p>
<h4><b>Targeting campaigns to product categories</b></h4>
<p>On most sites address structure for product catalog is similar to this:</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/50/media/Screen%20Shot%202016-04-14%20at%2016.15.02.png" alt=""></p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/50/media/Screen%20Shot%202016-04-14%20at%2016.18.53.png" alt=""></p>
<p>If you want to target campaign to appear only in these 2 product category pages and products inside them use these targeting settings:</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/98/media/url7.png" alt="" width="700" data-file="___chdfid_13290___"></p>
<p>Note that is this case you do not have to exclude cart, because platform is only showing the campaign in addresses that start with <b>"/en/product-category"</b> and <b>"/en/other-product-category"</b>.
<br>
So targeting like this is redundant:</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/98/media/url8.png" alt="" width="700" data-file="___chdfid_13291___"></p>
<h4><b>Targeting campaigns by keyword</b></h4>
<p>Sometimes you may want to target campaigns for a specific product type. You can do that if you target campaigns by keyword. Look for the keyword in website address.</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/50/media/Screen%20Shot%202016-04-14%20at%2016.17.13.png" alt=""></p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/50/media/Screen%20Shot%202016-04-14%20at%2016.29.20.png" alt=""></p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/50/media/Screen%20Shot%202016-04-14%20at%2016.18.18.png" alt=""></p>
<p>As you can see, keyword may appear in different parts of the address,
<br>
so when selecting <b>"Contains"</b> option It will add * around the keyword.
<br>
The * tells our platform that there can be anything before or after the keyword:</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/98/media/10.png" alt="" width="700" data-file="___chdfid_13278___"></p>
<p>Again, excluding cart is not necessary unless the targeted keyword can be found in the address of cart.
<br>
Redundant example:</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/98/media/url9.png" alt="" width="700" data-file="___chdfid_13292___"></p>
<p>However you might have to exclude French language if our keyword is the same in both languages:</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/98/media/url10.png" alt="" width="700" data-file="___chdfid_13293___"></p>
<p><b>Attention! Matching is case sensitive</b></p>
<p>Matching is case sensitive, so targeting addresses like these:</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/50/media/Screen%20Shot%202016-04-14%20at%2016.15.02.png" alt=""></p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/50/media/Screen%20Shot%202016-04-14%20at%2017.10.45.png" alt=""></p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/50/media/Screen%20Shot%202016-04-14%20at%2017.10.25.png" alt=""></p>
<p>would look like this:</p>
<p><img src="//s3.amazonaws.com/chd-data/data/maxtraffic/items/98/media/url11.png" alt="" width="700" data-file="___chdfid_13282___"></p>]]></content:encoded>
    </item>
  </channel>
</rss>
