Changes

From SimplyBook.me
no edit summary
Line 668: Line 668:  
Use the Google Analytics Custom Feature to see how many customers visit your site both on an everyday basis and during promotion campaigns. Use the adwords analytics to count how many actually book after clicking an adwords advertisement.
 
Use the Google Analytics Custom Feature to see how many customers visit your site both on an everyday basis and during promotion campaigns. Use the adwords analytics to count how many actually book after clicking an adwords advertisement.
 
<br><br><br>
 
<br><br><br>
 +
 +
 +
 
;How to use
 
;How to use
 
:1. Enable "Google Adwords and Analytics" feature on your Custom Features page.
 
:1. Enable "Google Adwords and Analytics" feature on your Custom Features page.
Line 678: Line 681:  
[[File:Google analytics settings v3.png | center]]
 
[[File:Google analytics settings v3.png | center]]
 
<br><br>
 
<br><br>
 +
 +
 
;Where to find the details
 
;Where to find the details
:The '''Google analytics id''' can be found in your Google analytics accounts. <br>
+
:1. The '''Google analytics id''' can be found in your Google analytics accounts. <br>
:Go to Analytics home, you will see a list of your sites, and on the right side of the site name, there is your analytics number. <br>
+
:Go to Analytics home, and click on "All Web Site data" in the top left corner.
 +
[[File:Analytics home.png | center]]
 +
<br><br>
 +
:2. In the pop-up you will see your Analytics ID
 +
[[File:Analytics id.png | center]]
 +
<br><br>
 
:It should be in the format: UA-XXXXXXXX-X  Where XXXXXXX-X is some number.<br>
 
:It should be in the format: UA-XXXXXXXX-X  Where XXXXXXX-X is some number.<br>
 
:''An example of this id would be:  UA-70295750-1''<br>
 
:''An example of this id would be:  UA-70295750-1''<br>
 
:To start tracking visitors, you only need to set your analytics account id. <br><br>
 
:To start tracking visitors, you only need to set your analytics account id. <br><br>
 +
 
However '''to track results of an adwords campaign''' you need to set up an adwords campaign conversion id and insert this id into the SimplyBook.me Custom Feature.
 
However '''to track results of an adwords campaign''' you need to set up an adwords campaign conversion id and insert this id into the SimplyBook.me Custom Feature.
:1. Sign in to your AdWords account at https://adwords.google.com.
+
:1. Sign in to your Ads account at https://ads.google.com
:2. Click Tools
+
:2. Click Tools and select Conversions
:3. Select Conversions.
+
[[File:Conversions path.png| center]]
:4. Click + to create conversions and Select Website conversions.
+
<br><br>
:5. Set it up, and Save.
+
:3. Click + to create conversions and select Website conversions.
:6. When you save, you will see a code like:
+
[[File:New conversion step 1.png | center]]
 
+
<br><br>
<!-- Google Code for test-simply Conversion Page -->
+
:4. Set up the options.
<code>
+
[[File:New conversion step 2.png | center]]
<script type="text/javascript">
+
<br><br>
 
+
'''Google conversion value''' is the conversion value that you give to a client that hits your target. It can, for example, be set as 20 for $20 per conversion if the average price of your service is $20. We set it default to 1, which could mean $1 value per conversion but you should change this to the right value for you.
/* <![CDATA[ */
+
<br><br>
 +
:5. Select to insert the Tag yourself.
 +
[[File:New conversion step 3.png | center]]
 +
<br><br>
 +
:6. Then you will see a code like this:
 +
[[File:New conversion step 4.png | center]]
 +
<br><br>
   −
var google_conversion_id = '''1020314917'''; </code>    <-----  This line shows the conversion code to insert into the Custom Feature settings.<br>
   
<code>
 
<code>
var google_conversion_language = "en";
+
<!- Event snippet for Testing conversion page -><br>
 
+
<script><br>
var google_conversion_format = "3";
+
gtag('event', 'conversion', {'send_to': 'AW-XXXXXXXXX/YYYYYYYY-YYYYYYYYYYY'});<br>
 
+
</script>
var google_conversion_color = "ffffff";
  −
 
  −
var google_conversion_label = "O0bzCMrgj2sQpYrD5gM";
  −
 
  −
var google_remarketing_only = false;
  −
 
  −
/* ]]> */
   
</code>
 
</code>
 +
<br>
 +
where XXXXXXXXX is your conversion id(google_conversion_id value) and <br>
 +
YYYYYYYY-YYYYYYYYYYY is conversion label(google_conversion_label value)
 
<br>
 
<br>
 
:7. Use these details to add to the corresponding fields of this custom feature settings.
 
:7. Use these details to add to the corresponding fields of this custom feature settings.
 
<br>
 
<br>
 +
[[File:Add conversion details to sbm.png | center]]
 +
<br><br>
   −
'''Google conversion value value''' is the conversion value that you give to a client that hits your target. It can for example be set as 20 for $20 per conversion if the average price of your service is $20. We set it default to 1, which could mean $1 value per conversion but you should change this to the right value for you.
  −
<br><br>
   
-------
 
-------
 
=Google Authenticator=
 
=Google Authenticator=