Advertising

Skip to main content
Advertising

Experience new growth possibilities with Microsoft Advertising today >

Microsoft Advertising Blog
Page 1 of results

E-commerce Revenue Tracking with Universal Event Tracking

 Important Note : This post was published several months ago; the information contained in it may no longer be accurate.  For the most current information on this topic, please visit this help article.

 

Universal Event Tracking (UET) allows you to measure the number of transactions and revenue that your website generates and use these insights to improve the performance of your Bing Ads campaigns.

If you are an e-commerce business, setting up a custom transactional goal with UET is quick, easy and compatible with your tag manager.

To set up an e-commerce tracking with UET, you need to apply:

(1) the UET tag which contains the goal; and

(2) a custom JavaScript which will record the dynamic conversion data.

Enable and Set Up:

1. Navigate to the Campaigns Tab, select “Shared Library” and then select “View Goals and Conversions”

 View goals and conversions

2. Create an e-commerce goal using the Destination URL goal type.

  • Enter the destination URL of the conversion complete page: https://test.com.au/conversion-complete
  • Choose the best option for Equals to Begins with or Regular expression. URL string must include http:// or https:// where relevant.
  • As the goal will track a dynamic transaction value (as opposed to a static number) you must ensure that Goal value is set to ‘off’.
  • Enter a conversion period.

 Create goal

3. Associate the goal to a tag.

  • If this is the first goal then you will need to create the tag, otherwise you can associate it to an existing tag.

Create tag

Applying the tag:

4. Select the goal and click View Tag.

Goals and conversions

5. Copy tag and apply to the header section of the web site or tag manager.

  • For best practice copy paste the tag into Notepad first to ensure no symbols are broken.

Tag: complete purchase

6. Create a custom script with a goal value parameter and place it on the website page where the conversion takes place. 

  • This will assign the revenue amount to the tag.
  • The script must have the ‘uetq.push’ function in the script, and must use the goal value – ‘gv’ – parameter.
  • The script must be amended to change ‘gv’ to fit your website logic for transaction values or revenue.
  • For best practice copy paste the tag into Notepad first to ensure no symbols are broken.
  • Image below: The script in the blue box is an example of a scenario where the advertiser is applying a discount. The script in the green box is the typical e-commerce script recommended to track revenue.
  • For more information

<script>

function computeDiscount(discount, price) {

return price - (discount / 100) * price;

}

var amount = computeDiscount(20, 100); // Compute the goal value

</script>

<script>

window.uetq = window.uetq || [];

 window.uetq.push ({ 'gv': amount }); >// Pass the computed goal value

</script>

7. Be sure to disable Campaign Analytics and remove that tag from your website or tag manager when you are applying the UET tag.

As you can see, setting up e-commerce revenue tracking with UET is quick and easy and will provide in depth reporting to better optimise your accounts and performance on Bing Ads.

Reach out to your Bing Ads Account Manger to set up UET today!

Additional Resources

If you’d like to learn more about Universal Event Tracking, be sure to visit the resources below. The information above can also be accessed at any time in Bing Ads help.