Skip to main content

Claw Machine

Copy and Assets Needed
  • Prize Tool - You'll find this in the Documents section of your ticket's Workfront.
  • Box - Look for the Claw Machine Assets folder in the ticket's creatives.

Teaser

The Teaser section in BAU PATs is replaced by the Promo Hub Tile section in engagement PATs. Place the Promohub Tile image (hint: the one with the text) on the Image field. In the Description field, place an empty <p></p> tag.

Rewards

This section is where the contents from the Prize Tool document will be placed. Each row will contain a description that contains a message and a CTA to direct the user to either claim or use the reward that has been granted to them.

Note

Most Engagement tool usually has a Title and Image along with the Description but in the case of Claw Machine, there's no need to add that since it has already been added in the Claw Machine Layout.

  1. Description - The Description column's value will be the value from the PRIZE DESCRIPTION column from the Prize Tool document, but it should be inserted in the HTML format shown below, just replace the appropriate value to be the same from your Prize Tool document.
<div class="overlay-header">
<h1 class="mb-1 mt-0">Congratulations!</h1>
<h2 class="mb-2 mt-1">You've won: $1000 Online Open Hybrid Tournament Ticket</h2>
<p class="mb-2">Register in our tournament lobby for the Online Open Hybrid Tournament</p>
<p class="mb-2">Tickets expire after 90 days. T&amp;C's apply.</p>
<div class="mt-2">
<a rel="noopener noreferrer" class="btn btn-primary" href="{Reward CTA URL}">{Reward CTA Text}</a>
</div>
</div>
CTA

See the CTA guide to use the correct CTA for each description.

Terms

KeyTermsAndConditions

The value for this field will be from the Promo Hub Key Terms > Short Summary from the copy.

FullTermsAndConditions

Place the same Terms and Conditions content you have placed for the MPP or Rest ID components if you have created any. For a full guide see this section.

Overlay

Place the HTML content below for this field and replace the correct description from the Overlay Description from your copy document.

For the CTA, use the appropriate home link depending if this PAT is for a Casino or Poker promotion ticket.

<h3 class="mb-2 mt-1">This Promotion is limited to one (1) offer per Account per Promotional Day during the Promotional Period.</h3>
<p class="mb-1">{Overlay Description}</p>
<p><a href="{Poker or Casino Home Smartlink}" class="btn mt-1"
style="background-color: {Brand Color Hex}; color:#ffffff;">BACK TO {POKER | CASINO}</a></p>
<style>
.ptb .spin-result-dialog .overlay-content {
text-align: center;
}
</style>
CTA

See the CTA guide to use the correct CTA for each description.

CTA

  • URL - Place the link to the game with the PAT ID of the same PAT you are working on currently
!!M2.Promo/ep/r/{Claw Machine Layout Name}?promoId={PAT ID}
  • Link Text - "Grab Now" is the common CTA Text for Claw Machine.
Contributors