Tokens are tags available in Ringba that are usually used to pass data to a third party endpoint, as per pixel and/or Ring Trees. The token dynamically accesses the tag value for each call that comes in and replace the token with the tag value. Below are the most common Tokens in the Ringba platform:
-
Caller ID:
[tag:InboundNumber:Number]
-
Caller ID with no Plus:
[tag:InboundNumber:Number-NoPlus]
-
Caller ID without the country code:
[tag:InboundNumber:AreaCode][tag:InboundNumber:Prefix][tag:InboundNumber:Suffix]
-
Inbound Call ID:
[Call:InboundCallId]
-
Publisher Name:
[tag:Publisher:Name]
-
Publisher ID:
[tag:Publisher:Id]
-
Target Name:
[tag:Target:Name]
-
Target ID:
[tag:Target:Id]
-
State:
[tag:InboundNumber:State]
-
Revenue amount:
[Call:ConversionAmount]
-
Payout amount:
[Call:ConversionPayout]
-
Is Duplicate:
[tag:CallInfo:IsDuplicate]
-
Zipcode (ICP):
[tag:Address:Zip 5]
-
Zipcode (Number Pool):
[tag:Geo:ZipCode]
-
Google Click ID:
[tag:Integration:googleClickId]
-
Facebook Click ID:
[tag:Integration:facebookClickId]
Learn More: For more details on the methods available to collect the ZIP code data, see our article: Different Ways to Collect Zip Codes
How to find all the tags available for a specific call:
- Go to Reporting > Default.
- Under Call Details, click the arrow icon on the left side of the call to expand it.
- Click the Tags tab:
How to find the specific token being used for a specific tag:
- Go to Integrations > Pixels.
- Click the Create Pixel button.
- Click the Token button and search for the desired tag.
- Click the tag.
The token appears in the URL field:
Learn More: To create a custom tag, see our article on URL Parameters