Supported Websites

CBSaleTracker populates the "TID" field (Transaction ID) that ClickBank makes provision for. Unfortunately, ClickBank limits the TID to 24 characters, all of which will be converted to upper case, and allows no spaces or special characters. We have to work within those limits.

I chose to use the first 4 characters to identify the website with a meaningful abbreviation, leaving 20 characters for the article ID or first 20 characters of the article name, lens name, video, or search term.

Article Directories

Website Detail Example TID Description and Method to Retrieve Article
EzineArticles.com Exact Article EZIN1234567 Ezine assigns a unique article number. To retrieve that article simply add '?&id=' and the article number to the URL as in http://www.EzineArticles.com/?&id=1234567
GoArticles.com Exact Article GOAR1234567 GoArticles assigns a unique article number. To retrieve that article append '/article/' + {article-number} to end of base URL
Amazines.com Exact Article AMAZ1234567 Amazines.com assigns a unique article number. To retrieve that article simply add '/article_detail.cfm/?articleid=' and the article number to the URL as in http://www.Amazines.com/article_detail.cfm/?articleid=1234567
IdeaMarketers.com Exact Article IDEA1234567 IdeaMarketers.com assigns a unique article number. To retrieve that article simply add '/?articleid=' and the article number to the URL as in http://www.IdeaMarketers.com/?articleid=1234567
Buzzle.com Partial Name BUZZABCDEFGHIJABCDEFGHIJ Buzzle uses the entire article name, therefore 20 characters is usually insufficient to retrieve the exact article if more than one article have the same first 20 characters.
ArticlesBase.com

Partial Name

Exact Article with manual intervention

BASE1234567ABCDEFGHIJABC ArticlesBase uses the entire article name, yet does append a number to the end perhaps to ensure unique filename; therefore 20 characters is usually insufficient to retrieve the exact article if more than one article have the same first 20 characters. (v1.20) Print Article # at front so you can manually determine EXACT article
ArticlesFactory.com Partial Name FACTABCDEFGHIJABCDEFGHIJ ArticlesFactory uses the entire article name, therefore 20 characters is usually insufficient to retrieve the exact article if more than one article have the same first 20 characters.
ArticleDashboard.com Partial Name DASHABCDEFGHIJABCDEFGHIJ

I have had trouble with both my articledashboard account and older articles completely disappearing so...

ArticleDashboard uses the entire article name, yet does append a number to the end perhaps to ensure unique filename; therefore 20 characters is usually insufficient to retrieve the exact article if more than one article have the same first 20 characters.

ArticleAlley.com Exact Article ALLY123456712 ArticleAlley uses a 7 digit article number and a 2 digit category number; To retrieve that article append 'article_' and the first 7 digits supplied in the TID + '_' + the last 2 digits in the tid + '.html' to the URL as in http://www.ArticleAlley.com/article_1234567_12.html
EasyArticles.com Exact Article EASY123456 EasyArticles uses a 6 digit article number; To retrieve that article append 'article-' and the article number from the TID + '.htm' to the URL as in http://www.EasyArticles.com/article-12345.htm
Jabberdi.com Partial Name JABBABCDEFGHIJABCDEFGHIJ Jabberdi uses the entire article name, yet does append a number to the end perhaps to ensure unique filename; therefore 20 characters is usually insufficient to retrieve the exact article if more than one article have the same first 20 characters.
StreetArticles.com Partial Name STRTABCDEFGHIJABCDEFGHIJ StreetArticles uses the entire article title, therefore 20 characters is usually insufficient to retrieve the exact article if more than one article have the same first 20 characters.
EzineSeeker.com

Exact Article

(manual)

SEEK###########ABCDEFGHI EzineSeeker uses the entire article title, yet does append a number to the end perhaps to ensure unique filename; I have not found a way to retrieve the article with this number, however. Manually determine exact article.

Other Websites

Website Detail Example TID Description and Additional Information
Squidoo.com Lens Name SQDOABCDEFGHIJABCDEFGHIJ Squidoo Lens name will appear after 'SQDO'. First 20 characters only (spaces and any special characters deleted).
HubPages.com Hub Name HUBPABCDEFGHIJABCDEFGHIJ HubPages Hub name will appear after 'HUBP'. First 20 characters only (spaces and any special characters deleted).
Google.com Search Phrase GOOGABCDEFGHIJABCDEFGHIJ Google searches are shown with the first 20 characters of the search phrase (spaces and any special characters deleted).
Yahoo.com Search Phrase YAHOABCDEFGHIJABCDEFGHIJ Yahoo! searches are shown with the first 20 characters of the search phrase (spaces and any special characters deleted).
Bing.com Search Phrase BINGABCDEFGHIJABCDEFGHIJ Bing searches are shown with the first 20 characters of the search phrase (spaces and any special characters deleted).
YouTube.com Exact Video * TUBEABCDEFGHIJABCDEFGHIJ * YouTube is case sensitive, ClickBank is not, so the process of finding the exact video takes some user intervention at this point in time.
Any Website Domain Name DOMAINNAMEPLUSEXTPAGE For websites not directly supported, we save 24 characters of the domain name, extension and perhaps a subdomain on the front. The web page may be added at the end if there is room.

Try it out yourself

Head over to our test page where you can put in any URL (web page address) into the tracking box, click the "Test!" button and see what tracking information would be provided by ClickBank Sale Tracker for you or your programmer to use however you see fit.

Submit ClickBank TID and Retrieve Article or Video

Enter ClickBank TID and click "Submit". If Exact Article is possible to retrieve it will open in a new window.