Event Counter

OVERVIEW

Set up a trigger URL to track how many times the tool is run, and store the count within the contact records.

INTEGRATIONS NEEDED FOR EVENT COUNTER

You are currently viewing this content for Keap.
Click here to switch your platform.

Event Counter Configuration Options

click image to enlarge

Below, you will find the options for building your Event Counter tool. Follow along in your PlusThis app or by viewing the numbered steps. 

1

Store the current count in the following field:

In the dropdown, select which field you'd like to store the count in.
2

Starting count

Enter/adjust the starting count.
3

Reset Count

Manually reset the counter at anytime by selecting the orange 'Reset Count' button that's within the tool configuration.
4

Count Prefix/ Count Profix

Set up a counter prefix as well as postfix if desired.
5

Tool Name

Enter a name for your tool in this field. The name is solely for use inside of PlusThis, and will not be visible to customers. 

Implementation Types

HTTP Post

Run your tool virtually anywhere in your campaign using an HTTP post element.

1
This Tool should be triggered by an "HTTP Post" from Infusionsoft. This can be done using the Campaign Builder's "Send HTTP Post" option found on the left hand side of the sequence builder, under the "Process" section.
2
Decide where in your campaign you want to trigger this Tool. It can be part of virtually any Campaign Sequence.
3
In the Campaign Sequence, place a "Send HTTP Post" action where you want to run the Tool.
4
Use the Tool URL, provided above, in the "POST URL" field of the HTTP Post.
5
Leave the default "Name / Value Pairs" as is. There should be an entry that looks like this: contactId = ~Contact.Id~
6
Leave the Merge Fields as is. PlusThis gets all of the data necessary to run from the Contact Id Name / Value pair.
7
Mark the HTTP Post (and Sequence) as "Ready".
8
Publish your campaign changes and test! The "Send Test" button in Infusionsoft is not a good way to test PlusThis Tools. Instead, create a test contact record and push that record through the appropriate sequence.

click image to enlarge