Skip to content

Instantly share code, notes, and snippets.

@simonhearne
Created April 1, 2019 16:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save simonhearne/2d090a797da9beabe5ee21cf9cd0bf84 to your computer and use it in GitHub Desktop.
Save simonhearne/2d090a797da9beabe5ee21cf9cd0bf84 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
INSERT IGNORE INTO thirdpartydb.group (name) VALUES ('Advertising'),
('Other'),
('Dynamic Content'),
('User Interaction'),
('Content Provision'),
('Analytics'),
('Financial Services'),
('Hosted Media'),
('Fraud & Security'),
('Social Media'),
('Tag Management'),
('Hosted Libraries'),
('1st Party');
INSERT IGNORE INTO thirdpartydb.category (name,groupid) VALUES
('Ad-block Detection',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Data Management Platform',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Advertising',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Lead Generation',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Ad Server',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Real-time Bidding',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Content Marketing',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Video Monetization',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Yield Optimisation',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Data Optimisation',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Digital Marketing',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Digital Agency',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Ad Exchange',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Mobile Advertising',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Verification / Atrribution',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Demand Side Platform',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Marketing and Promotion',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Dynamic Display',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Retargeting',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Email Marketing',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Programmatic Marketing Platform',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Ad Network',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Advertising (Video)',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Supply Side Platform',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Affiliate Marketing',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Attribution',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Publisher Tools',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Paid Search',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Media Buying Platform',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Data Aggregator',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Programmatic Marketplace',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Data Exchange',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Loyalty and Referral Marketing',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Media Sales Platform (SSP)',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Native Advertising',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Creative Optimisation',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Link Exchange',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Ad Optimisation',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Network',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Digital Publishing Solution',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Data Supplier',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Customer Relationship Management',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Customer Acquisition (Referrals)',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Data Management',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Financial Content Marketing',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Mobile Messaging',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Campaign Management',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Couponing Services',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Advertising' LIMIT 1)),
('Internet Hosting',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Geo-location',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Printing Support',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('CDN',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Development Resources',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Connectivity',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Cloud Access Solutions',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Unified Registration',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Fundraising/Donor Management',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Web Design',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Event and Presentation Platform',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Tracking',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Application and System Development',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Game Marketing Platform',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Event Logging Platform',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Auctions',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('URL Shortening',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Royalty Relief',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Video Tools',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Accessibility',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Browser Advice',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Car Rental Services',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Betting & Gambling',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Search Engine Optimisation',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Bookings and Reservations',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Customer Identity Management',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Globalisation',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('ECommerce Solution',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Push Notifications',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('File Sharing and Synchronisation',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Image Generation',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Industry Association',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Domain Services',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Image Acceleration',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Image Interactivity',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Communication Services',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Mobile Optimisation',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Online Gifting',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Job Search (Recruiment Services)',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Address Verification',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Online Queuing System',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Real-Time App. Development',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Web Management',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('All',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Translation Services',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Internet Service Provider',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Other' LIMIT 1)),
('Marketing Platform',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Dynamic Content' LIMIT 1)),
('Customer Engagement',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Dynamic Content' LIMIT 1)),
('A-B Testing',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Dynamic Content' LIMIT 1)),
('Web Personalisation',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Dynamic Content' LIMIT 1)),
('Device Recognition',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Dynamic Content' LIMIT 1)),
('Dynamic Content',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Dynamic Content' LIMIT 1)),
('Live Support',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'User Interaction' LIMIT 1)),
('Usability Research (Customer Experience)',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'User Interaction' LIMIT 1)),
('Market Research (Surveys)',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'User Interaction' LIMIT 1)),
('Call Tracking',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'User Interaction' LIMIT 1)),
('Opinions and Reviews',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'User Interaction' LIMIT 1)),
('Online Community (Forums)',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'User Interaction' LIMIT 1)),
('Community & Discussion',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'User Interaction' LIMIT 1)),
('Helpdesk Services',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'User Interaction' LIMIT 1)),
('Market Research (Benchmarking)',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'User Interaction' LIMIT 1)),
('User Interaction',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'User Interaction' LIMIT 1)),
('Travel Reviews',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'User Interaction' LIMIT 1)),
('Media Provision',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Content Provision' LIMIT 1)),
('Content Provision',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Content Provision' LIMIT 1)),
('Publisher',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Content Provision' LIMIT 1)),
('Sports News',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Content Provision' LIMIT 1)),
('Classified Ads',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Content Provision' LIMIT 1)),
('News Provider',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Content Provision' LIMIT 1)),
('Weather Reports',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Content Provision' LIMIT 1)),
('Parking Reservations',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Content Provision' LIMIT 1)),
('Travel Search Tools',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Content Provision' LIMIT 1)),
('Mapping Services',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Content Provision' LIMIT 1)),
('Car Search Tools',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Content Provision' LIMIT 1)),
('Site Search',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Content Provision' LIMIT 1)),
('Ticketing Services',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Content Provision' LIMIT 1)),
('Web Search',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Content Provision' LIMIT 1)),
('Restaurant Reservations',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Content Provision' LIMIT 1)),
('Content Management',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Content Provision' LIMIT 1)),
('Hotel Reservations',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Content Provision' LIMIT 1)),
('Newsfeed Provider',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Content Provision' LIMIT 1)),
('Price Comparison',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Content Provision' LIMIT 1)),
('Product Search',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Content Provision' LIMIT 1)),
('Business News',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Content Provision' LIMIT 1)),
('User Generated Content',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Content Provision' LIMIT 1)),
('Real Estate Marketplace',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Content Provision' LIMIT 1)),
('Recruitment Services (Job Search)',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Content Provision' LIMIT 1)),
('Search Engine',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Content Provision' LIMIT 1)),
('Image Management',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Content Provision' LIMIT 1)),
('Analytics',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Analytics' LIMIT 1)),
('Performance Analytics',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Analytics' LIMIT 1)),
('Marketing Analytics',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Analytics' LIMIT 1)),
('Web Analytics',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Analytics' LIMIT 1)),
('Performance',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Analytics' LIMIT 1)),
('Benchmarking',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Analytics' LIMIT 1)),
('Behavioral Automation Platform (Exit Intent)',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Analytics' LIMIT 1)),
('Hit Counter',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Analytics' LIMIT 1)),
('Content Measurement and Distribution',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Analytics' LIMIT 1)),
('Business Intelligence',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Analytics' LIMIT 1)),
('Social Media Analytics',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Analytics' LIMIT 1)),
('Financial Services',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Financial Services' LIMIT 1)),
('Payment Services',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Financial Services' LIMIT 1)),
('Currency Conversion',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Financial Services' LIMIT 1)),
('Credit Reports',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Financial Services' LIMIT 1)),
('Payment Gateway',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Financial Services' LIMIT 1)),
('Merchant Services',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Financial Services' LIMIT 1)),
('Shopping Cart Support',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Financial Services' LIMIT 1)),
('Paywall (Subscriptions)',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Financial Services' LIMIT 1)),
('Video Platform (Streaming)',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Hosted Media' LIMIT 1)),
('CDN Images',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Hosted Media' LIMIT 1)),
('CDN Media',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Hosted Media' LIMIT 1)),
('CDN Video',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Hosted Media' LIMIT 1)),
('Photographic Gallery',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Hosted Media' LIMIT 1)),
('Hosted Media',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Hosted Media' LIMIT 1)),
('CDN Audio',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Hosted Media' LIMIT 1)),
('Website Security',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Fraud & Security' LIMIT 1)),
('Fraud Prevention',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Fraud & Security' LIMIT 1)),
('Certificate Services',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Fraud & Security' LIMIT 1)),
('Human Verification',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Fraud & Security' LIMIT 1)),
('Cookie Compliance Solutions',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Fraud & Security' LIMIT 1)),
('Privacy',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Fraud & Security' LIMIT 1)),
('Website Content Protection',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Fraud & Security' LIMIT 1)),
('Fraud & Security',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Fraud & Security' LIMIT 1)),
('Social Marketing',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Social Media' LIMIT 1)),
('Social Media',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Social Media' LIMIT 1)),
('Social Plugins',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Social Media' LIMIT 1)),
('Social Broadcasting',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Social Media' LIMIT 1)),
('Social News',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Social Media' LIMIT 1)),
('Sentiment Analysis',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Social Media' LIMIT 1)),
('Tag Management',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Tag Management' LIMIT 1)),
('CDN JSLib',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Hosted Libraries' LIMIT 1)),
('CDN Fonts',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Hosted Libraries' LIMIT 1)),
('Hosted Libraries',(SELECT idgroup FROM thirdpartydb.group WHERE name = 'Hosted Libraries' LIMIT 1)),
('1st Party',(SELECT idgroup FROM thirdpartydb.group WHERE name = '1st Party' LIMIT 1));
INSERT IGNORE INTO thirdpartydb.company (name) VALUES ('Google'),('Layershift'),('Amplience'),('Spoke'),('15gifts'),('Debenhams'),('Contabo'),('CleverDATA'),('Burst Media'),('1xRUN'),('Cedexis'),('Lead Forensics'),('The Publisher Desk'),('Akamai Technologies'),('[24]7'),('Xaxis'),('Yieldr'),('2AdPro Media Solutions'),('Adobe Systems'),('JingDong'),('301 Digital Media'),('33Across'),('Improve Digital'),('365 Media Group'),('365 Tech Services'),('3D Issue'),('TripleLift'),('4finance'),('Answers'),('fifty-five'),('5miles'),('AOL'),('Telstra'),('77Agency'),('Impact Radius'),('Digital Ocean'),('Nine Digital'),('9xb'),('Clickio'),('QuinStreet'),('Ad4Screen'),('Yahoo!'),('Alliance for Audited Media'),('ABA RESEARCH'),('Adroit Digital Solutions'),('AB Tasty'),('Amazon'),('Account Kit'),('Accuweather'),('White Ops'),('Acquisio'),('ActBlue'),('Active Agent'),('Act-On Software'),('AcuityAds'),('Acxiom'),('NEORY'),('Dailymotion'),('Ad6Media'),('Adacado'),('Neustar'),('Ozone Media'),('OneSoon'),('epago'),('Adap.tv'),('Adaptive Web'),('Adblade'),('Adbrain'),('Adapt Services'),('AddShoppers'),('AddThis'),('AddThisEvent'),('Micropat'),('addtocalendar'),('Addvantage Media'),('AdEasy'),('AdTheorent'),('Adestra'),('AdExtent'),('Conversant'),('AdForge'),('Adform'),('Samsung Electronics'),('Ve Interactive'),('GetIntent'),('fluct'),('ResponseTap'),('Adition Technologies'),('Adition'),('Admedo'),('adKernel'),('Adkontekst'),('Adledge'),('Trueffect'),('Adloox'),('Adlux'),('ConvertMedia'),('AMPexchange'),('AdMatic'),('WideOrbit'),('Admixer'),('ADMIZED'),('Ericcson'),('Adverline'),('Adnium'),('Dennis Publishing'),('AppNexus'),('Gemius'),('CloudVPS'),('Adomik'),('Adotmob'),('Appnexus'),('AdRecover'),('Adrian Quevedo'),('AdRiver'),('AdRoll'),('Oracle'),('Pixalate'),('Rightster'),('Converge-Digital'),('Fairfax Media'),('Integral Ad Science'),('Adscale'),('JSWeb Production'),('Adscience'),('adnanny'),('Adsiduous'),('AdsNative'),('AdSniper'),('Avid Media'),('AdSpeed'),('AdSpruce'),('TheTradeDesk'),('The AA'),('AdsWizz'),('Drawbridge'),('Adtech (AOL)'),('Adtegrity'),('FPT AdTrue'),('Adunity'),('ADventori'),('AdvertServe'),('Specific Media'),('Advolution'),('Adwise'),('Adsty'),('comScore'),('AdYapper'),('Adyen'),('Adyoulike'),('Adzerk'),('Ziff Davis Tech'),('Adbox Digital'),('AerServ'),('Affectv'),('Pepperjam'),('Affino'),('Affirm'),('Cox Digital Solutions'),('Innovid'),('Accord Holdings'),('Agenda Media'),('Agility'),('AgilOne'),('Everyday Health'),('Ahalogy'),('Aheadworks'),('SAS Institute'),('AI Media Group'),('AIR.TV'),('AirPR'),('Microsoft'),('Cloudflare'),('Akanoo'),('Venatus Media'),('Cedato'),('All Access'),('AlphaSSL'),('Altitude'),('Altocloud'),('Amazon Web Services'),('Amobee'),('Amplitude'),('Accelerated Mobile Pages Project'),('eGain'),('Freespee'),('Twitter'),('Ensighten'),('Ancora Media Solutions'),('DMG Media'),('AndBeyond.Media'),('Anedot'),('Falk Technologies'),('AnimateJS'),('AniView'),('Clickagy'),('A Perfect Pocket'),('Apester'),('Airport Parking and Hotels'),('Ceros'),('Filestack'),('Rollbar'),('SkyScanner'),('Travelex'),('Apligraf'),('Branch Metrics'),('AppDynamics'),('Mika Tuupola'),('Appier'),('Apptus'),('ucfunnel'),('Esri'),('Ardent Creative'),('Are You a Human'),('Arnold Clark Automobiles'),('ASAPP'),('Facebook'),('Wideorbit'),('AT Internet'),('Atom Data'),('ATTRAQT'),('Attribution'),('AdThink Media'),('Experian'),('Nano Interactive'),('audioBoom'),('Auditorius'),('Augur'),('Mozilla'),('CyberSource (Visa)'),('Apple'),('Autopilot'),('RichRelevance'),('AVANSER'),('Avco Systems'),('AvantLink'),('Avocet Systems'),('AWeber'),('AdultWebmasterEmpire.Com'),('Digital Window'),('Compuware'),('AXS'),('SublimeSkinz'),('Yellow Robot'),('Baidu'),('Baifendian Technology'),('BAM'),('Bankrate'),('Nordic Factory Solutions'),('Snacktools'),('Barclaycard'),('Barilliance'),('Barnebys'),('Bauer Consumer Media'),('Baynote'),('Bazaarvoice'),('Better Business Bureau'),('bd4travel'),('NCC Group'),('Dyn'),('section.io'),('BeamPulse'),('Beekeeting'),('Rambler & Co'),('Cloud Technologies'),('IMRG'),('Purch'),('Bet365'),('Ghostery'),('Better Banners'),('Between Digital'),('Beachfront Media'),('Beeswax'),('IPONWEB'),('BidTheatre'),('Bigcommerce'),('Bitly'),('Tata Communications'),('Bizible'),('bizinformation'),('LinkedIn'),('Bizrate'),('Blis'),('Blogger'),('BlueCava'),('Bronto Software'),('engage:BDR'),('Bold Commerce'),('LogMeIn'),('Bonnier'),('Bookatable'),('Boomtrain'),('Boostable'),('Bootstrap Chinese network'),('MaxCDN'),('Booxscale'),('pitney bowes'),('Bounce Exchange'),('Box'),('Boxever'),('Barclays Bank'),('Paypal'),('Centro'),('Brand Finance'),('Haymarket Media Group'),('Brand View'),('BloomReach'),('Crowdynews'),('bRealTime'),('Sapient'),('Brightcove'),('Merkle'),('Texthelp'),('Browser-Update.org'),('Quantcast'),('Blue State Digital'),('Booking.com'),('Button'),('Signal'),('Bidtellect'),('Blue Triangle Technologies'),('Buffer'),('Cloud-A'),('Peaks & Pies'),('Burt'),('Big Button'),('BuySellAds'),('BuzzFeed'),('Bloomberg'),('Hewlett-Packard Development Company'),('BySide'),('Genesis Media'),('Millwood Brown Digital'),('C1X'),('C3 Metrics'),('Twenga'),('Cachefly'),('Charities Aid Foundation'),('Calendly'),('CallRail'),('ICF Technology'),('j2 Cloud Services'),('Campaign and Digital Intelligence'),('Canned Banners'),('Canopy Labs'),('Captiify'),('Captivate Ai'),('Captora'),('Carcloud'),('Cardlytics'),('WPP'),('Caspian Media'),('Cast'),('Cavisson'),('CCM benchmark Group'),('Conductrics'),('CBS Interactive'),('Kaizen Platform'),('GitHub'),('Truefit'),('Datacamp'),('Betfair'),('Hearst Communications'),('Instagram'),('Blogg.se'),('CDN Planet'),('Kaltura'),('Slate Group'),('Celebrus Technologies'),('Celtra'),('Certona'),('Certum'),('Crazy Egg'),('Commission Factory'),('Cgrdirect'),('The Rubicon Project'),('Channel.me'),('ChannelAdvisor'),('Chargeads'),('Chartbeat'),('Checkfront'),('CheckM8'),('FreeStart'),('The Rocket Science Group'),('Chitika'),('ChoiceStream'),('Cint'),('LiveRamp'),('Civic'),('YuMe'),('ClearRise'),('Clerk.io ApS'),('Click4Assistance'),('Upland Software'),('Syncapse'),('Clickadu (Winner Solutions)'),('Click Density'),('ClickDesk'),('ClickDimensions'),('ToneMedia'),('Clicktale'),('Lyris'),('LIkeihood'),('Clik.com Websites'),('cloudIQ'),('Cloudinary'),('CloudSponge'),('Cloudwp'),('Clearstream'),('Cludo'),('IBM'),('CNBC'),('Constructor.io'),('Buyapowa'),('Cogo Labs'),('Colbenson'),('Collective'),('Comm100'),('TagCommander'),('Communicator'),('Comodo'),('Advance Magazine Group'),('Confirmit'),('Connatix'),('Connect Events'),('Connexity'),('Genius Sports'),('Digital Remedy'),('ContentSquare'),('content.ad'),('JuggCash'),('Content Media Corporation'),('Overdrive'),('media.ventive'),('ContextWeb'),('Conversio'),('Conversion Labs'),('Conversion Logic'),('Convert Insights'),('MotionPoint'),('Convertro'),('Conviva'),('Cookie-Script.com'),('Baycloud Systems'),('Cookie Reports'),('CoolaData'),('CopperEgg'),('Council Advertising Network'),('Covert Pics'),('CPEx'),('Captify Media'),('CPXi'),('Cybernet Quest'),('Demandware'),('Creafi Online Media'),('GSkinner'),('IS Group'),('MediaMath'),('RTB House'),('Mediasyndicator'),('Creators'),('Criteo'),('Crowd Ignite'),('Crowdskout'),('CrowdTwist'),('Cross Pixel Media'),('Lotame'),('Geniee'),('eBay Enterprise'),('Constant Contact'),('Crimtan'),('Neiman Marcus'),('Curalate'),('Customer.io'),('Custora'),('Cxense'),('Adthink Media'),('Lucky Orange'),('SaleCycle'),('Snowplow Analytics'),('SiteGainer'),('IcoMoon'),('GoSquared'),('Qubit'),('SmarterHQ'),('Webtrends'),('Fanplayr'),('Retention Science'),('Bluegg'),('feedoptimise'),('Fresh Relevance'),('Parse.ly'),('InfoTrust'),('WebEngage'),('Tailored'),('Keen IO'),('Reflektion'),('LiftSuggest'),('Flipp'),('Moz'),('Solarwinds'),('VisScore'),('Teradata'),('Justuno'),('Talkable'),('Sourcepoint'),('JustPremium'),('Schuh'),('ServiceTick'),('CleverTap'),('Omniconvert'),('Bugsnag'),('Unbounce'),('TrackJS'),('Scoota'),('Alexa (Amazon)'),('DialogTech'),('TINT'),('Yieldify'),('Pusher'),('Permutive'),('Magnetic'),('Ecwid'),('Janrain'),('Semblance'),('d3 Technologies'),('Sidecar'),('Usabilla'),('SimpleReach'),('Loggly'),('Atom Content Marketing'),('Unknown'),('CUBED'),('Tealium'),('Adsterra Network'),('HotelsCombined'),('Kakao'),('Rakuten'),('Realytics'),('DCSL Software'),('SundaySky'),('Delta Projects AB'),('Dealtime'),('Decibel Insight'),('DeepIntent'),('Delicious Media'),('OpenX Technologies'),('Limelight Networks'),('DemandBase'),('DemandJump'),('Sortable'),('Devatics'),('Developer Media'),('dexiMEDIA'),('LoyaltyLion'),('dianomi'),('DigiCert'),('Digital Look'),('DigitalScirocco'),('Pulsepoint'),('Disqus'),('TVTY'),('District M'),('Divido'),('Friendbuy'),('Dynamic Logic'),('Digital Millennium Copyright Act Services'),('Demand Media'),('dotMailer'),('Targetix'),('HookLogic'),('Team Internet'),('donReach'),('Reklama'),('AdSupply'),('DoubleVerify'),('KISSmetrics'),('Dow Jones'),('Datapoint Media'),('Digitial Point'),('J.D. Williams & Co'),('Sunday Times Driving'),('Dropbox'),('Piwik'),('Shareaholic'),('iotec'),('dstillery'),('Tremor Video'),('MarketGuide'),('PluginDetect'),('Distribute Travel'),('DTSCOUT'),('Open Source'),('Datawrapper'),('Optilead'),('Dynamic Converter'),('Dynamic Yield'),('DynAdmic'),('Amadeus'),('MEC'),('Invodo'),('ObjectPlanet'),('eBay'),('Ebiquity'),('Teads Managed Services'),('ecommercefeed.net'),('Eco Rebates'),('ECT News Network'),('eDigital Research'),('European Interactive Digital Advertising Alli'),('MovingIMAGE24'),('Verizon'),('eDigitalResearch'),('Edition Digital'),('Edot Web Technologies'),('D.A. Consortium'),('Effective Measure'),('Effiliation sa'),('Interview'),('GainCloud Systems'),('eHost'),('Ekm Systems'),('eKomi'),('Elastera'),('Elastic Ad'),('Elevate Technology Solutions'),('Elicit'),('ELITechGroup'),('Elogia'),('SFR'),('1000mercis'),('EmailCenter'),('EMAP'),('Embedly'),('Capita'),('EmpathyBroker'),('Selligent'),('SmartFocus'),('Enfusen'),('Engagio'),('EntityLink'),('Eulerian Technologies'),('EpiServer'),('epoq internet services'),('EQ works'),('Equiniti'),('Errorception'),('ESV Digital'),('Ethnio'),('etracker'),('Euroland'),('Eventbrite'),('Everest Technologies'),('Evergage'),('Evidon'),('Maxsi'),('Evolve Media'),('Everquote'),('Coull'),('Exactag'),('Data-Centric Alliance'),('eXelate'),('ExoClick'),('Exponea'),('Exponential Interactive'),('zypmedia'),('Symantec'),('Extole'),('eXTReMe digital'),('Eyeota'),('eyeReturn Marketing'),('EyeView'),('Ezakus'),('Ezoic'),('Forward Internet Group'),('NE Marketing'),('AdInMedia'),('Fastly'),('InsideMetrics'),('Feefo'),('Borderfree'),('Newzulu'),('Finsbury Media'),('Firepush'),('FirstImpression'),('Fits Me'),('Channel 5 Media'),('Fivetran'),('Simplicity Marketing'),('IT Dienstleistungen Tim Prinzkosky'),('FlexShopper'),('Flickr'),('Flipboard'),('Flite'),('Flixmedia'),('Flockler'),('Flowplayer'),('Fontdeck'),('Monotype'),('Foodity Technologies'),('Level 3 Communications'),('Salesforce.com'),('Force24'),('LeadLander'),('Fort Awesome'),('Forter'),('Forward3D'),('Fospha'),('Foursixty'),('FreakOut'),('FoxyCart'),('Forensiq'),('(community-funded)'),('SlimCut Media'),('Fresh 8 Gaming'),('Freshdesk'),('Frienefit'),('VisualVisitor'),('Six Degrees Group'),('Teedhaze'),('FuelX'),('freewheel.tv'),('Fyber'),('Livefyre'),('Fastest Forward'),('CD Networks'),('Com Laude'),('Global Digital Markets'),('Gecko Tribe'),('Geniuslink'),('Genie Ventures'),('Geoplugin'),('Klokan Technologies'),('GeoRiot'),('GeoTrust'),('Ambassador'),('Roxr Software'),('The Numa Group'),('Letter Press'),('GET ME IN! (TicketMaster)'),('GetResponse'),('Scenario'),('Functional Software'),('GetWebCraft'),('GetSocial'),('Getty Images'),('G-Forces Web Management'),('Gycat'),('Groovy Gecko'),('Gigya'),('GIPHY'),('Github'),('Glassdoor'),('Gleam'),('Global-e'),('GlobalSign'),('GlobalWebIndex'),('Globase International'),('gnatta'),('Soasta'),('TUNE'),('YoYo'),('GoDataFeed'),('Media Temple'),('Marcaria.com'),('Roost'),('Bloomreach'),('ASP'),('ROL Solutions'),('Granify'),('Grapeshot'),('Automattic'),('Beijing Gridsum Technologies'),('Gravity (AOL)'),('Guardian Media'),('GumGum'),('Gumtree'),('RadiumOne'),('Hola Networks'),('Hawk Search'),('Thanx Media'),('Heap'),('Heatmap'),('ADNOLOGIES'),('Heroku'),('Crimson Hexagon'),('Hexton'),('Hibernia Networks'),('Continental Exchange Solutions'),('Highcharts'),('Histats'),('Semantics3'),('HitsLink'),('Net Applications'),('Hootsuite'),('Hotjar'),('HotUKDeals'),('Media Response Group'),('Hoverr'),('Hubspot'),('HubSpot'),('mainADV'),('Mediahub'),('Hull.js'),('Hupso'),('Highwinds'),('hyfn'),('UPS'),('Response Team'),('Wordpress'),('iAdvize SAS'),('iBillboard'),('Internet Brands'),('iCrossing'),('WebWombat'),('Trinity Mirror Digital Media'),('IdenTrust'),('Ido'),('Realtime Targeting'),('iovation'),('RDW Group'),('IFDNRG'),('iGoDigital'),('Fopsha'),('Improvely'),('Intimate Merger'),('Online republic'),('Seznam'),('Zebrafish Labs'),('Img Safe'),('Imgur'),('Digital Advertising Consortium'),('Infectious Media'),('The Nielsen Company'),('Inbenta'),('Incisive Media'),('Indeed'),('Indoona'),('Inference Mobile'),('Infinity Tracking'),('Tactics bvba'),('infogr.am'),('Infolinks'),('Infusionsoft'),('Ink'),('Inktel'),('InMobi'),('Inneractive'),('APSIS'),('Video Media Groep'),('Touch Commerce'),('PowerFront'),('Insight Express'),('Insipio'),('InSkin Media'),('Inspectlet'),('Instembedder'),('Instansive'),('Instinctive'),('Cognesia'),('Vibrant Media'),('Intent HQ'),('Intent IQ'),('Intercom'),('Interstate'),('Intilery'),('Investis'),('Infoline'),('iPerceptions'),('ipify'),('ipinfo.io'),('Adelphic'),('IQ Mobile'),('Issue'),('issuu'),('Intelligent Reach'),('LivePerson'),('Gath Adams'),('Equifax'),('Jellyfish'),('JivoSite'),('Jivox'),('Jobvite'),('Johnston Press'),('JotForm'),('Flowzymes Ky'),('New Relic'),('Rapid'),('jsDelivr'),('jsonip.com'),('DistroScale'),('Join the Dots (Research)'),('JuicyAds'),('Millennial Media'),('JustUno'),('LongTail Ad Solutions'),('Kameleoon'),('Kampyle'),('Kargo'),('Kauli'),('Kelkoo'),('Keyade'),('Dynatrace'),('Keywee'),('KINX (Korea Internet Neutral eXchange)'),('Kiosked'),('Klarna'),('Klaviyo'),('Klevu'),('Klick2Contact'),('Northwestern University'),('Kodajo'),('Komoona'),('JD Power'),('Krux Digital'),('Key CDN'),('LeadBoxer'),('Magnetise Solutions'),('WebpageFX'),('Leaflet'),('Leboncoin'),('Lengow'),('Admitad'),('Lessbuttons'),('Lifestreet Media'),('Ligatus'),('Digioh'),('LightStep'),('LightWidget'),('sovrn'),('Linkcious'),('Linking Mobile'),('Listrak'),('Mux'),('LiveBurst'),('LiveChat'),('LiveClicker'),('LiveHelpNow'),('LiveJournal'),('LiveTex'),('Living Map Company'),('LKQD'),('LockerDome'),('LoginRadius'),('loGo_net'),('Loop11'),('Loop Commerce'),('Looper'),('LoopMe'),('Mastercard'),('Loyalty Point'),('linkpulse'),('LeaseWeb'),('Luma Tag'),('Luminate'),('Lynchpin Analytics'),('Lytics'),('GroupM'),('MonetizeMore'),('mbr targeting'),('MailMunch'),('MailPlus'),('Mapbox'),('Maptive'),('Marchex'),('Marin Software'),('SharpSpring'),('Marketizator'),('Marketo'),('The Wall Street Journal'),('Brandscreen'),('MatchWork'),('Mather Economics'),('MathJax'),('Allyde'),('MaxMind'),('Maxymiser'),('Interpublic Group'),('Yandex'),('McAffee'),('MECLABS Institute'),('Engadget (AOL)'),('Media.net'),('Mediabong'),('US Media Consulting'),('Mediahawk'),('Media IQ'),('MediaV'),('Mediavine'),('Polar Mobile Group'),('HERE'),('Medium'),('Meetrics'),('PopAds'),('Melt'),('Meltwater Group'),('MentAd'),('CommerceHub'),('Merchant Equipment Store'),('Merchenta'),('Business Message'),('Kwanco'),('Addoox'),('Met Office'),('Next Tuesday'),('metrigo'),('Mega Information Technology'),('Supertool Network Technology'),('Movable Ink'),('Microad'),('Mightypop'),('Mirror Image Internet'),('minicabit.com'),('Trinity Mirror'),('Mixpanel'),('Madison Logic'),('Bombora'),('Moat'),('Mobify'),('Mobile Nations'),('mobiManage'),('Mobivate'),('Momondo'),('Momondo Group'),('Monarch Ads'),('Monetate'),('Monkey Frog Media'),('Moovweb'),('Mopinion'),('Mouse3K'),('Mouseflow'),('MouseStats'),('Qzzr'),('moving-pictures'),('Moxielinks'),('Mashable'),('Viacom'),('Multiview'),('NaviStone'),('Moore-Wilson'),('MaxPoint Interactive'),('MyBuys'),('MyFonts'),('mymovies'),('my6sense'),('Mynewsdesk'),('MyRegistry'),('myThings'),('Unidays'),('Visual IQ'),('Namogoo'),('Nanigans'),('Nanorep Technologies'),('Narrative'),('Native Ads'),('Navegg'),('NAVIS'),('Naytev'),('Needle'),('Nend'),('Neodata'),('Ignition One'),('Netop'),('NetSeer'),('Network Solutions'),('New Approach Media'),('News'),('NewShareCounts'),('NDN'),('Newsquest'),('Datalogix'),('Nexcess.Net'),('neXeps'),('NetFlix'),('ninemsn Pty.'),('NitroSell'),('SpaceNet'),('Nochex'),('PICnet'),('Northern & Shell Media Group'),('Nosto'),('Fomo'),('Now Interact'),('unpkg'),('nRelate'),('home.pl'),('nToklo'),('nugg.ad'),('numero'),('Rakuten Marketing'),('Ruler'),('Entrust Datacard'),('GoDaddy'),('Starfield Technologies'),('Thawte'),('Vacaciones eDreams'),('Wyng'),('Okas Concepts'),('Okta'),('Olark'),('Ometria'),('Optimise Media Group'),('AVG Technologies'),('OneAll'),('Webcore'),('OneSignal.'),('Onet'),('OneTag'),('Drifty Co'),('ThreatMetrix'),('Xervo'),('OnScroll'),('OnState'),('Ontame.io'),('OnYourMap'),('Vestorly'),('Ooyala'),('Cisco'),('Priceline Group'),('The Guardian'),('OpinionBar'),('Perform Group'),('Datalicious'),('Optimatic'),('Optimizely'),('OptiMonk'),('OpenText'),('Mobius Solutions'),('Retyp'),('Optimax Media Delivery'),('Pagely'),('Optorb'),('Order Security'),('Oriel'),('Overstock'),('otracking.com'),('Outbrain'),('OwnerIQ'),('OzCart'),('Accuen Media (Omnicom Media Group)'),('Crosswise'),('AnswerDash'),('Pagefair'),('Pagesuite'),('Red Eye International'),('Wix'),('Pardot'),('PayPal'),('Paysafe Group'),('PebblePost'),('Datonics'),('Postcode Anywhere'),('Picreel'),('PEER 1 Hosting'),('Sizmek'),('Peerius'),('47Line Technologies'),('Pepper'),('Perfect Market'),('PERFORM'),('PerimeterX'),('Periscope'),('Science Rockstars'),('Petametrics'),('PriceGrabber'),('PhotoBucket'),('Olapic'),('piclike'),('Pictela (AOL)'),('Pinterest'),('Press+'),('Penton'),('PistonHeads'),('AdMedia'),('Pixlee'),('Eysys'),('Placed'),('placehold.it'),('Planning-inc'),('Playbuzz'),('Simplestream'),('Pleenq'),('Plentific'),('plista'),('Penske Media'),('Pointpin'),('Pointroll (Garnett)'),('PollDaddy (Automattic)'),('SodaHead'),('Polyfill.io'),('Populis'),('Postcode Anywhere (Holdings)'),('Postimage.org'),('Nativo'),('BoostSuite'),('Powerlinks.com'),('PowerReviews'),('Piano'),('OhMyAd'),('prebid.org'),('Pretio Interactive'),('Prezi'),('PriceRunner'),('PrintFriendly'),('Privy'),('Shopify'),('Profitshare'),('Programattik'),('Proper Media'),('APSIS International AB'),('Provide Support'),('Proweb Uk'),('Proximic (ComScore)'),('Vergic AB'),('Proclivity Media'),('Psyma'),('Safari Books Online'),('Publicidad.net'),('Ultra Unlimited'),('Pubmatic'),('PubNation'),('Pulse Insights'),('BuySight (AOL)'),('Pure Chat'),('PushCrew'),('Tradedoubler'),('Q1Media'),('Qeryz'),('ABAResearch'),('Qode Interactive'),('Tencent'),('Qrius'),('Qualaroo'),('Qualtrics'),('Investis Flife'),('QuestionPro'),('Queue-it'),('QuoVadis'),('Rackspace'),('Ranker'),('Ravelin'),('Raygun'),('RebelMouse'),('RCS Media Group'),('ReachDynamics'),('ReachForce'),('ReachMee'),('Reactful'),('High Impact Media'),('internet business technologies'),('Receiptful'),('Recite Me'),('RecoBell'),('ReCollect'),('Recommend'),('Lumesse'),('reddit'),('Reach Group'),('Understand Digital'),('Skimbit'),('reEmbed'),('Reevoo'),('Refersion'),('Refined Ads'),('Scenestealer'),('Relevad'),('SmartUp Venture'),('Resonance Insights'),('Research Now'),('Resonate Networks'),('ResponsiveVoice'),('ReSRC'),('SLI Systems'),('ReTargeter'),('affilinet'),('Revcontent'),('Revee'),('Revenue Conduit'),('RevenueMantra'),('Reviews.co.uk'),('Reviews.io'),('REVIVVE'),('Revolver Maps'),('Audience Science'),('Revv'),('rewardStyle.com'),('Rocket Fuel'),('Zenovia Digital Exchange'),('Riskified'),('Rapleaf'),('RomanCart'),('Rondavu'),('Tivo'),('rss2json'),('RSSinclude'),('Perion'),('RTB Media'),('Realtime Media (Brian Communications)'),('ReachLocal'),('Rubikloud.com'),('Seldon'),('RUN'),('Segmento'),('Roxot'),('ShopRunner'),('SinnerSchrader Deutschland'),('Sophus3'),('Sage Pay Europe'),('Sailthru'),('Sajari Pty'),('S4M'),('Samba'),('Samplicio.us'),('Amelia Communication'),('SmartAdServer'),('Smart AdServer'),('Say Media'),('Emarsys'),('Full Circle Studies'),('ServiceSource International'),('ScribbleLive'),('Infopark'),('SDL'),('SearchForce'),('SearchSpring'),('Secomapp'),('Level3'),('4Cite Marketing'),('SecurityMetrics'),('SAP'),('Accordant Media'),('Segment'),('Segmint'),('Sekindo'),('SelectMedia International'),('Sellpoints'),('Semasio'),('Sentifi'),('Best Of Media S.A.'),('O2'),('ServMetric'),('Kantar'),('carrot'),('ShareThis'),('Sharethrough'),('Sears Holdings'),('AdCurve'),('Shopapps'),('Shopatron'),('Shopgate'),('Directed Edge'),('ShopIMind'),('Shopkeeper Tools'),('SC ShopMania Net SRL'),('ShopStorm'),('Sidereel'),('Sift Science'),('Signyfyd'),('Silktide'),('Simplaex'),('Simpli.fi'),('Sirv'),('Site24x7'),('Blindado'),('Siteimprove'),('Site Meter'),('Skimlinks'),('Bonne Terre t/a Sky Vegas (Sky)'),('SkyGlue Technology'),('Skype'),('Socialphotos'),('Smaato'),('Smart Information Systems'),('smartclip'),('Smarter Click'),('Smarttools'),('SMARTSTREAM.TV'),('Qbase Software Development'),('Smartzer'),('Semcasting'),('Snack Media'),('SnapEngage'),('SnapWidget'),('SoundCloud'),('Sociable Labs'),('SociableLabs'),('Social Annex'),('SocialShopWave'),('DunnHumby'),('Sojern'),('Sokrati'),('Sonobi'),('Sooqr'),('Sorenson Media'),('Sotic'),('Soundest'),('Intercept Interactive'),('SpeedCurve'),('Media Management Technologies'),('Spiceworks'),('Spongecell'),('Spot.IM'),('SpotXchange'),('SpringServer'),('Spylight'),('Squarespace'),('AKQA'),('StackExchange'),('StackAdapt'),('Stackla PTY'),('StackPile'),('Stailamedia'),('Stamped.io'),('StatCounter'),('Statful'),('Clicktripz'),('Steelhouse'),('Steepto'),('StellaService'),('StickyADS.tv'),('Strands'),('StreamAMG'),('Elecard'),('StreamRail'),('StrikeAd'),('Stripe'),('Ströer Digital Media'),('StumbleUpon'),('Sub2 Technologies'),('Perfect Privacy'),('Sumo'),('Sumo Logic'),('SumoMe'),('Sunrise Integration'),('Survata'),('SurveyMonkey'),('Survicate'),('Sweet Tooth'),('Swiftype'),('Switch Concepts'),('Swoop'),('Synthetix'),('Republer'),('Synergetic'),('TicketMaster'),('Wayfair'),('Batch Media'),('Taboola'),('Trip Advisor'),('Mention Me'),('ARM'),('Tagboard'),('Taggstar UK'),('Tail'),('Tapad'),('TapSense'),('tawk.to'),('CallTrackingMetrics'),('Teads'),('Synacor'),('TechTarget'),('Imagen Studio'),('Tell Apart'),('template-help.com'),('test only'),('The Hut Group'),('The ADEX'),('The Best Day'),('Exabre'),('TheFind'),('Local World'),('Thinglink'),('Thirdpresence'),('Videology'),('Tidio'),('United Internet Media AG'),('Time2Perf'),('Time'),('piano'),('TinyURL'),('Accenture'),('TNS (Kantar Group)'),('Tom&Co'),('ToutApp'),('ActiveCampaign'),('AdJug'),('Tradelab'),('TrafficFactory'),('TrafficHunt'),('MG Technologies'),('TrafficStars'),('Transifex'),('Expedia'),('Travelzoo'),('Treasure Data'),('Trialfire'),('Triblio'),('Gravity4'),('Logicalis'),('trueAnthem'),('TruConversion'),('Avora'),('Tru Optik'),('Trust Guard'),('TRUSTe'),('Trusted Shops'),('TransUnion'),('Trust Pilot'),('Trustwave'),('TrustX'),('Tryzens'),('TubeMogul'),('Tumblr'),('TyrbooBytes'),('Turn'),('Tutorialize'),('Ericcson Media Services'),('TVSquared'),('tweetmeme'),('Superblock'),('Twyn Group'),('33 Across'),('Typepad'),('Hoefler & Co'),('D4t4 Solutions'),('Unite'),('Ubertags'),('United Card Services'),('Underdog Media'),('United Internet Media'),('United Internet'),('@UK'),('CDN.net'),('uLogin'),('uLogix'),('Umbel'),('Switch'),('Uniqodo'),('Admiral'),('Unruly Media'),('up-value'),('Urban Airship'),('UsabilityTools'),('Usablenet.net'),('Font Awesome'),('Use It Better'),('Userneeds'),('User Replay'),('UserReport'),('Userzoom'),('Performio'),('V12 Retail Finance'),('Throtle'),('Imagini Holdings'),('Vdopia'),('Vee24'),('Veeseo'),('Veoxa'),('everestads.com'),('Vergic'),('Verisign (Symantec)'),('VertaMedia'),('Vextras'),('Michelin'),('Giant Media'),('Vidible'),('VidPulse'),('Meme'),('VigLink'),('Vimeo'),('Viant'),('Viocorp International'),('ViralNinjas'),('Virool'),('Visible Measures'),('VisualDNA'),('Wingify'),('Vivocha S.p.A'),('Vizu (Nielsen)'),('Vizury'),('Video.js'),('VK'),('Varick Media Management'),('Vertical Mass'),('VoiceFive'),('Meta Broadcast'),('Optomaton'),('VouchedFor'),('Vox Media'),('Visual Web Optimizer'),('Dataxu'),('WalkMe'),('WARPCACHE'),('Watching That'),('Webtrekk'),('Fonecall'),('Ey-Seren'),('Webcollage'),('Adlead'),('Web Forensics'),('Extensis WebInk'),('Webkul Software'),('Webmarked'),('Weborama'),('WebPageOne Solutions'),('IP WEB SERVICES'),('Webselect Internet'),('AYU Technology Solutions'),('WebSpectator'),('A-FIS PTE'),('Webthinking'),('Application Performance'),('Webtype'),('StreamingVideoProvider'),('Whitespace'),('WhosOn Live Chat Software'),('Wibbitz'),('Wide Area Communications'),('WillyFogg.com'),('WisePops'),('Wishpond Technologies'),('Wistia'),('Redfish Group'),('World News Media'),('Woopra'),('Woosmap'),('WorkCast'),('Worldpay'),('Wow Analytics'),('Wowcher'),('WP Engine'),('William Reed'),('The Wall Street Jounal'),('Diligent (Adnetik)'),('Wufoo'),('ScientiaMobile'),('AddEvent'),('Adecs'),('Affiliatly'),('Aira'),('Net Reviews'),('Beetailer'),('Bluecore'),('Macropod'),('Michael Associates'),('Delineo'),('EMedia Solutions'),('Econda'),('etouches'),('Web Active Pty'),('Freetobook'),('FullStory'),('iPage'),('iubenda'),('Mark and Mini'),('MLveda'),('Opinion Stage'),('BlastCasta'),('PressArea'),('Property Week'),('Skills Development Scotland'),('Roomkey'),('Sabio'),('Searchanise'),('Softwebzone'),('Storygize'),('SurveyGizmo'),('Travelocity'),('UpBuild'),('UpSellit'),('Web CEO'),('wywy'),('WizRocket Technologies'),('Fidelity Media'),('NyaConcepts'),('Kenshoo'),('JetStream'),('XMLSHOP'),('Swogo'),('Cardosa Enterprises'),('Fraudlogix'),('LiveInternet'),('Nexstar Media Group'),('ImageShack'),('Yieldlab'),('Yieldmo'),('Adara Media'),('YieldPartners'),('Yieldbot'),('Yo'),('Yotpo'),('Yottaa'),('PlayAd Media Group'),('YourAmigo'),('YUDU'),('Yummley'),('Zafu'),('Zaius'),('Zamplus Advertising'),('Zanox'),('Zapper'),('Zarget'),('ZenDesk'),('ZEDO'),('Zemanta'),('Zendesk'),('ZergNet'),('Zerogrey'),('Zmags'),('Zoover'),('Zopim'),('Zolando'),('Zen Internet');
INSERT IGNORE INTO thirdpartydb.product (name,description,categoryid,companyid) VALUES
('Google Ad Block Detection','Google is a powerful marketing tool that can help you grow your business. Every day millions of people search on Google to find products or services and many of them could be looking for products or services that you offer.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad-block Detection' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Google' LIMIT 1)),
('Layershift','Fully managed hosting in UK, Chicago and Singapore. Best 24/7 support team in Western Europe at your service.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Internet Hosting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Layershift' LIMIT 1)),
('Amplience','Engage and excite with interactive sales & marketing campaigns that drive customers into high conversion product and promotional pages. Synchronise rich interactive campaign media including carousels, banners and look-books across landing and category pages, as well as off-site destinations like Facebook and affiliate sites. Schedule and optimise campaigns using Amplience Campaign Manager, test multiple variants and use advanced interactions, animations and calls-to-action to draw customers into deeper, more valuable relationships.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Amplience' LIMIT 1)),
('Spoke','Spoke are mobile, telephony and interactive solutions specialists. Drive interest, loyalty, sales and premium rate revenue with promotions that engage your audience instantly via mobile, voice and social media solutions. Use SMS and IVR solutions to capture your audience! Formerly Telecom Express.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Customer Engagement' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Spoke' LIMIT 1)),
('15gifts','The decision engine platform. Learning from millions of customers to increase conversion, gain invaluable insights and improve experience.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Customer Engagement' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = '15gifts' LIMIT 1)),
('Debenhams Geo Location','Shop For Womens, Mens & Kids Clothes, Beauty, Furniture, Electricals, Gifts and Much More at Debenhams.com.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Geo-location' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Debenhams' LIMIT 1)),
('Contabo','Contabo offers professional hosting solutions for all your needs - whether for business or private applications, for Internet beginners or experts with top web hosting requirements. We bring our customers online: Our product range includes classic web hosting solutions at discount prices. We provide dedicated servers (root server), virtual private machines, webspace and colocation services with high performance, high reliability, in any imaginable variety and size',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Internet Hosting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Contabo' LIMIT 1)),
('CleverDATA','CleverDATA is focused on developing its own product - the data management platform under the 1DMP brand. The platform is designed for the collection, processing, enrichment and analysis of client data, the formation of 3D customer profiles and micro segmentation for the purpose of targeted marketing and improving customer experience. In addition, CleverDATA has created and is developing the cloud service Data Marketing Cloud (Data Exchange), which serves as a platform for interaction between suppliers and consumers of audience profiles and customer knowledge. Data Marketing Cloud helps in the monetization of accumulated data, providing the opportunity to implement them at once to many customers, and also provides ample opportunities to enrich customer data by obtaining information about them and many sources.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Data Management Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'CleverDATA' LIMIT 1)),
('Google','Google is a powerful marketing tool that can help you grow your business. Every day millions of people search on Google to find products or services and many of them could be looking for products or services that you offer.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Google' LIMIT 1)),
('Burst Media','One of the most well-established online media companies, Burst Media represents independent web publishers and their communities. We understand that independent publishers are the heartbeat of the web, and we have been working with these influencers and their audiences since 1995.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Burst Media' LIMIT 1)),
('1xRUN','Limited Edition Time Released Art Prints and Originals. 1xRUN works with leading established and emerging artists releasing limited edition, signed, authentic and exclusive prints.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Printing Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = '1xRUN' LIMIT 1)),
('Radar','Free performance benchmarks of every major cloud & CDN provider. Radar data comes from the real end users of hundreds of popular websites and mobile applications. It is the most unbiased source of data for evaluating Cloud and CDNs.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Cedexis' LIMIT 1)),
('Lead Forensics','With Lead Forensics you get complete access to who is visiting your site, what exactly they looked at while there and how to make contact with them. Lead Forensics delivers all this information through a simple sleek interface that allows you to easily assign leads to sales team members and access full contact and visitor information. So your sales team can be more empowered and more effective.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Lead Generation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Lead Forensics' LIMIT 1)),
('The Publisher Desk','The Publisher Desk helps you to navigate the ever-changing world of digital monetization so that you can focus your time and energy on your users, your content, and your brand.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Server' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'The Publisher Desk' LIMIT 1)),
('Akamai Technologies','Trusted by leading brands, Akamai''s Intelligent Platform provides the ubiquity required to scale reliably and to quickly adapt to changes. The Akamai Intelligent Platform is the leading cloud platform for delivering secure, high-performing user experiences to any device, anywhere. It reaches globally and delivers locally. The platform is made up of a distributed network of servers and intelligent software, delivering over two trillion interactions daily. No one delivers more Web traffic than Akamai and 90% of Internet users are a single network hop away. The Akamai Intelligent Platform is constantly monitoring Web conditions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Akamai Technologies' LIMIT 1)),
('[24]7','[24]7 helps businesses accelerate digital transformation and attract and retain customers through intent-driven engagement',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = '[24]7' LIMIT 1)),
('Xaxis','Xaxis is a global digital media platform that programmatically connects advertisers and publishers to audiences across all addressable channels.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Media Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Xaxis' LIMIT 1)),
('Yieldr','YD is a performance display advertising company for direct advertisers. YD is Europe''s first independent buyer of RTB display advertising. YD is founded early 2008 in Amsterdam, YD's founding team members are techsavy passionates with backgrounds in performance based online advertising, e-commerce and cloudbased erp solutions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Real-time Bidding' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Yieldr' LIMIT 1)),
('2AdPro Media Solutions','We develop and deliver creative content, cost efficient implementation and technology solutions to the world''s leading enterprises and media companies.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = '2AdPro Media Solutions' LIMIT 1)),
('DoubleClick','Doubleclick is a business owned by Google that makes it money from online advertisers and publishers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Google' LIMIT 1)),
('Adobe Analytics','Adobe analytics services help companies measure and understand how you use their apps, websites, social networking pages, and advertising campaigns. Adobe on-site personalization services allow companies to test new content and make their websites, apps, social networking pages, or emails more relevant to you. (formerly Omniture Site Catalyst)',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adobe Systems' LIMIT 1)),
('JingDong','JD.COM-professional integrated online shopping mall, sales of home appliances, digital communications, computers, home department stores, clothing, maternal and child, books, food and other tens of thousands of brand quality goods. Convenient, honest service, to provide you with pleasure Of online shopping experience!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'JingDong' LIMIT 1)),
('301 Digital Media','301 Digital Media is a Nashville-based company with the vision to bring quality content to the web. We build brands that align with the needs of a growing online audience.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Publisher' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = '301 Digital Media' LIMIT 1)),
('33Across','33Across is the first publisher traffic and monetization platform to guarantee quality through ads that are 100 percent in-view with a pre-bid fraud filter. Through our advanced technology, and insight into how people view, consume and share content across devices, we enable more than one million publishers to increase revenue and traffic. The 33Across traffic building, insights, and monetization tools allow publishers to do what they do best – create great content.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Monetization' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = '33Across' LIMIT 1)),
('Improve Digital','Improve Digital is Europe's leading independent provider of real-time advertising technology. Committed to increasing revenue for media owners, Improve Digital provides an innovative platform to automate and improve the monetisation of advertising and audience, across all screens, and through all public and private sales channels. The company works with over 100 of the top publishers and media owners in Europe and, through them, supports the marketing efforts of tens of thousands of advertisers. In 2012, Improve Digital became part of PubliGroupe, a global leader in marketing services.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Yield Optimisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Improve Digital' LIMIT 1)),
('365 Media Group','365 Media Group Limited, owned by British Sky Broadcasting. 365 Media Group is sports media company providing a network of sports news and content websites. The company is also involved in content syndication to other media owners and mobile network operators.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Sports News' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = '365 Media Group' LIMIT 1)),
('365 Tech Services','365 Tech Services is a web hosting company in Blackburn Lancashire specialising in website design, e-commerce websites, seo and much more. Give us a try and see how you can save money.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Internet Hosting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = '365 Tech Services' LIMIT 1)),
('3D Issue','Convert PDFs to flipbooks, create news apps, or centralize your content in a hub. The 3D Issue product suite will help you reach your audience on any device.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = '3D Issue' LIMIT 1)),
('TripleLift','An alternative to display ads, TripleLift is a native advertising technology company that helps brands tell engaging stories though visual content marketing',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'TripleLift' LIMIT 1)),
('4finance','We are one of Europe''s largest and fastest growing consumer lending groups. We get money to people when they need it – quickly, conveniently and responsibly.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Financial Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = '4finance' LIMIT 1)),
('ForeSee','Turn customer insights into an action plan with ForeSee''s multichannel customer experience analytics for web, mobile, contact centers, and more. Learn more.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Answers' LIMIT 1)),
('fifty-five','fifty-five helps advertisers leverage their data to increase business performance and adopt a smarter marketing approach. We provide services and software solutions to help them through project completion.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Data Optimisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'fifty-five' LIMIT 1)),
('5miles','Buy & sell local cars, furniture, electronics and also local services: beauty, auto repair, home cleaning within 5 miles.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Classified Ads' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = '5miles' LIMIT 1)),
('AOL On','The AOL On Network represents the next generation of online video, showcasing the most compelling, timely content that viewers want to watch, and reaching them on every screen.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Platform (Streaming)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AOL' LIMIT 1)),
('Pacnet','A provider of connectivity, managed services and data centre services to carriers, multinational corporations and governments in the Asia-Pacific region.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Connectivity' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Telstra' LIMIT 1)),
('77Tool','77Tracking is a modular component of the 77Tool, which has been designed to make the process of managing Search Engine Marketing campaigns easier and more efficient. 77Tracking monitors the sponsored listing campaigns, tracks the natural listings results and tracks most other forms of online marketing campaigns (including banner campaigns, links, affiliates and email campaigns).',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = '77Agency' LIMIT 1)),
('Impact Radius','Impact Radius' digital marketing platform enables significant improvement in the return on global advertising spend for brands and agencies.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Impact Radius' LIMIT 1)),
('Digital Ocean','DigitalOcean is a simple and robust cloud computing platform, designed for developers',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Cloud Access Solutions' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Digital Ocean' LIMIT 1)),
('Nine.com.au','Meet the new nine.com.au. Get the latest news, sport, TV, travel, fashion, fitness, recipes and celebrity news, all for free at nine.com.au',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'News Provider' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Nine Digital' LIMIT 1)),
('9xb','We''re digital marketing and development experts who build award winning websites and deliver results driven campaigns. We provide innovative omni-channel ecommerce, m-commerce and complex website solutions – cost effectively, expertly and quickly.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = '9xb' LIMIT 1)),
('Clickio','Clickio helps publishers monetize their traffic more effectively. We offer tailored solutions that significantly increase revenues.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Exchange' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Clickio' LIMIT 1)),
('QuinStreet','The Leader in Vertical Marketing and Media Online. QuinStreet serves clients and consumers in large, information-intensive industry verticals where relevant, targeted media and offerings help visitors make informed choices and find products and services that match their needs. Currently, primary client verticals are the education and financial services industries.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'QuinStreet' LIMIT 1)),
('Ad4Screen','Ad4Screen, specialized on Mobile Advertising and CRM, can help you boost your Mobile branding campaigns and leverage engagement, retention and conversion rates on Mobile Internet.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Mobile Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ad4Screen' LIMIT 1)),
('Yahoo! Small Business','Yahoo Small Business Offers Cheap Domain Names, Web Hosting, Easy Website Builder, Business Email, Local Listings, and Ecommerce Solutions for Your Small Business.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Internet Hosting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Yahoo!' LIMIT 1)),
('Alliance for Audited Media','The Alliance for Audited Media is a recognized leader in verification and information services. AAM authenticates publishers'' circulation and cross-media data as well as the industry''s leading technology platforms, and provides data-driven insights to more than 4,000 publishers, advertisers and agencies to help them transact with trust.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Verification / Atrribution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Alliance for Audited Media' LIMIT 1)),
('ABA RESEARCH','As one of the leading market research companies for retail brands, we help turn customer insight into action.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Usability Research (Customer Experience)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ABA RESEARCH' LIMIT 1)),
('Adroit Digital Solutions','We unlock the power of shared data to transform digital advertising using collective, commerce-centric data, powerful analytics and media-buying savvy.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adroit Digital Solutions' LIMIT 1)),
('AB Tasty','An easy-to-use and feature-packed solution to run all kinds of A/B and multivariate tests. It requires minimal technical integration and allows your marketing team to focus their efforts in the right places.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'A-B Testing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AB Tasty' LIMIT 1)),
('Web Services','Amazon Web Services offers reliable, scalable, and inexpensive cloud computing services. Free to join, pay only for what you use.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Cloud Access Solutions' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Amazon' LIMIT 1)),
('Account Kit','Account Kit helps you quickly register for apps using just your phone number or email address – no password needed. It''s reliable, easy to use and gives you a choice about how you sign up for apps.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Unified Registration' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Account Kit' LIMIT 1)),
('Accuweather','Every day over a billion people worldwide rely on AccuWeather to help them plan their lives, protect their businesses, and get more from their day. AccuWeather provides hourly and Minute by Minute forecasts with Superior Accuracy for any longitude/latitude on Earth, with customized content and engaging video presentations available on smart phones, tablets, free wired and mobile Internet sites, connected TVs, and Internet appliances, as well as via radio, television, and newspapers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Weather Reports' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Accuweather' LIMIT 1)),
('White Ops','Part of a bot detection framework built at White Ops; we basically are able to detect browser automation using resources exposed in JavaScript.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Website Security' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'White Ops' LIMIT 1)),
('Acquisio','From PPC bid management to search retargeting and facebook ad management, Acquisio is the industry''s leading platform for ad agencies. Maximize your online ad ROI.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Acquisio' LIMIT 1)),
('ActBlue','With ActBlue''s tools, we''ve been able to create a powerful online donor community who can give with a single click.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Fundraising/Donor Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ActBlue' LIMIT 1)),
('Active Agent','Active Agent is your Demand Side Platform for an easy, transparent and safe handling of your advertising campaigns in realtime & Data Driven Advertising environment. You have direct access to all relevant Sell Side Platforms and AdExchanges and enhance your campaign radius to your entire audience reach. Active Agent is your intelligent negotiator for a value-oriented and controlled media buying process. A tool for all communication goals: display, mobile, video and social.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Demand Side Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Active Agent' LIMIT 1)),
('Act-On Software','Act-On is a marketing automation software platform with email marketing, lead nurturing, lead scoring, CRM integration, social media & tracking tools.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Act-On Software' LIMIT 1)),
('AcuityAds','AcuityAds is a technology company that enables marketers to connect intelligently with their most meaningful audiences through digital media.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AcuityAds' LIMIT 1)),
('Acxiom','Acxiom Corporation is a marketing technology and services company.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing and Promotion' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Acxiom' LIMIT 1)),
('NEORY Marketing Cloud','The NEORY Marketing Cloud is the comprehensive tool for your online marketing activities, delivering targeted advertising, tracking transactions, realizing retargeting campaigns, and gaining deep insights into the user experience of your customers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'NEORY' LIMIT 1)),
('DoubleClick Campaign Manager','DoubleClick Campaign Manager simplifies how campaigns are run, from media planning to reporting. With all your digital marketing efforts on one powerful platform, you can work smarter, act quicker, and get better results.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Google' LIMIT 1)),
('Dailymotion','When your video plays, your audience will also see in-stream advertisements. In-stream ads are ads that are served within the Dailymotion video player. Advertisments are always labeled or closable. We are committed to creating an efficient and transparent advertising ecosystem for content creators, advertisers, and users.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Platform (Streaming)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Dailymotion' LIMIT 1)),
('Ad6Media','Ad6Media, the expert audience monetization combining the power of a premium network of innovative formats CPM paid throughout the year.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ad6Media' LIMIT 1)),
('Adacado','We provide personalized ads for each viewer through our proprietary software that analyzes and reacts to in-depth consumer behavior.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adacado' LIMIT 1)),
('Neustar AdAdvisor','Digital advertising campaigns often rely on intent, behavioral, or sometimes demographic data derived from consumer registration. Neustar AdAdvisor Audiences help marketers go beyond the basics, providing targeting data that is verified and constantly corroborated from authoritative sources of consumer identity. The result? More precise targeting across channels and devices.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Dynamic Display' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Neustar' LIMIT 1)),
('Ozone Media','Execute programmatic media buys with a budget you choose. Adadyn removes the cost barrier into programmatic advertising.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ozone Media' LIMIT 1)),
('OneSoon','Adalyser improves on current systems by providing media agencies with a single easy to use cloud-based analysis and reporting tool for all offline and online advertising.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'OneSoon' LIMIT 1)),
('epago','Online marketing consulting for the middle class. B2B sales of consulting-intensive products & amp; Investment goods through online marketing channels. + Training',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'epago' LIMIT 1)),
('Adap.tv','Adap.tv Powering Video Advertising.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Exchange' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adap.tv' LIMIT 1)),
('Adaptive Web','We''re a highly experienced and professional Drupal support and development agency based in Derby, England. The entire team has worked together on web-related projects for many years and we now pride ourselves on specialising in Drupal development and associated services.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adaptive Web' LIMIT 1)),
('Adblade','Adblade provides unique advertising and monetization services, for both advertisers and publishers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Server' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adblade' LIMIT 1)),
('Adbrain','Adbrain is a global provider of cross-device data intelligence technology.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adbrain' LIMIT 1)),
('Adapt Services','As an end-to-end managed IT services provider, our cloud hosting, data centre and networking solutions help our customers do more with technology.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Internet Hosting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adapt Services' LIMIT 1)),
('AddShoppers','Social marketing apps for merchants.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AddShoppers' LIMIT 1)),
('AddThis','Free website plugins like share buttons, follow buttons and content recommendations to help you get likes, shares and followers and keep them coming back.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Media' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AddThis' LIMIT 1)),
('AddThisEvent','AddThisEvent is an Add to Calendar button, a Subscribe to Calendar button and Event Management. AddThisEvent offers an easy, convenient way to create event buttons.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Event and Presentation Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AddThisEvent' LIMIT 1)),
('Micropat','Get sharing buttons for your website visitors to share content on any social sharing service. AddToAny is the universal sharing platform for websites and apps.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Media' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Micropat' LIMIT 1)),
('addtocalendar','Free button Add To Calendar for event page and email campaign. Fast and secure widget. Proven by DELL and Adidas. Support Google Calendar, Outlook, iCal...',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'addtocalendar' LIMIT 1)),
('Addvantage Media','A digital sales house specializing in exclusive representation of niche and special interest websites.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Addvantage Media' LIMIT 1)),
('AdEasy','AdEasy - hour front advertising sales. Universal advertising service that provides as sample placement on the premium sites and through-traffic purchase advertising network.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AdEasy' LIMIT 1)),
('AdTheorent','AdTheorent offers the industry''s most effective technologies and solutions for intelligent predictive audience targeting – delivered in conjunction with best in class account management, creative services, strategic services and real-time reporting. AdTheorent''s targeting approach combines legacy targeting methods like geo-targeting, behavioral targeting and retargeting with innumerable data points, yielding superior precision and accuracy in finding (and delivering) any audience at scale. Simply put, AdTheorent delivers for its advertiser clients the right audience, under the right conditions, at the right time.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Retargeting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AdTheorent' LIMIT 1)),
('Adestra','Solving our customers complex problems using email-driven technology and awesome service.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adestra' LIMIT 1)),
('AdExtent','AdExtent is a new data driven platform that enables advertisers and agencies to run highly targeted display campaigns across the Real-Time Bidding Exchanges.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AdExtent' LIMIT 1)),
('Conversant Ad Server','Leverage the flexibility and reliability of Conversant''s ad tech services across your digital plan. Execute, report and optimize for maximum ROI across digital channels. The Conversant Ad Server is easy to use and fully customizable, enabling you and your team to create and execute campaigns in less time and with far fewer steps.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Server' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Conversant' LIMIT 1)),
('AdForge Edge','AdForge, Inc. is re-inventing ad-serving technology and programmatic purchasing with an all-in-one, next-gen platform for publishers and ad networks. AdForge Edge – a complete ad stack for the supply side – is a single integrated platform that includes a truly unified ad server, exchange and DSP. In addition to its singular place in the ad ecosystem, the AdForge Edge Platform has a host of unique revenue driving features not found in other ad stacks',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Server' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AdForge' LIMIT 1)),
('Adform','Brand-Led Media Platform. Adform brings brand advertising to the programmatic era at scale.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Demand Side Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adform' LIMIT 1)),
('AdGear','State of the art advertising technology that is used by countless publishers and advertisers today.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Samsung Electronics' LIMIT 1)),
('Ve Interactive','The eCommerce industry's No.1 dynamic retargeting and re-engagement platform, designed to drive incremental revenue growth.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Retargeting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ve Interactive' LIMIT 1)),
('GetIntent RTBSuite','Our enterprise solution, GetIntent RTBSuite, reduces both the time-to-market and start-up costs associated with developing a programmatic platform.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'GetIntent' LIMIT 1)),
('fluct','SSP "fluct", a plurality of ad networks and DSP to partner, such as pure advertising, and deliver the most profitable ads from a variety of WEB advertising, to achieve an improvement in advertising revenue maximization and advertising effectiveness of the alliance media Advertising is the delivery platform. [translated by Google from Japanese]',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'fluct' LIMIT 1)),
('ResponseTap','Since 2008, ResponseTap has provided pioneering call tracking services offering marketing specialists the opportunity to understand which campaigns drive offline phone calls to their businesses. In 2010 we launched our flagship product which combines web analytics and call tracking to bridge the online offline divide. ResponseTap originally traded in the UK under the name of AdInsight, but re-branded to ensure the company name better reflected the wider company vision; we analyse all marketing channels not just a customers' response to advertising.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ResponseTap' LIMIT 1)),
('Adition Technologies','Premium adserving technology for online marketers, media agencies and website operators comes from Dusseldorf.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adition Technologies' LIMIT 1)),
('Adition','ADITION technologies is the leading European provider of high-quality technology solutions for automated, data-based digital marketing across all channels from a single enterprise platform. The ADITION Unified Adserving platform, which can be modularly expanded, provides all market participants - advertisers, agencies and publishers / marketers - with individual, accurate solutions to achieve maximum marketing and marketing efficiencies, and to secure the respective key assets in online marketing in the future.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adition' LIMIT 1)),
('Admedo','Online Advertising Simplified With a Display and Mobile Self Serve Platform That Makes it Easy to Set Up Campaigns in Minutes.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Admedo' LIMIT 1)),
('adKernel','Advertising technology creates new opportunities to extend the reach and effectiveness of digital advertising every day. At the same time, it sometimes feels like we are living through a tsunami of constant change. adKernel brings much-needed stability, clarity, power, and ease-of-use to this challenge, enabling our clients to tap into the opportunities and minimize the complexity.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Server' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'adKernel' LIMIT 1)),
('Adkontekst','Adkontekst - contextual advertising network behavioral emitted partner websites. Contextual advertising, behavioral and retargeting intekstowa. The network is managed by Netsprint.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adkontekst' LIMIT 1)),
('Adledge','Adledge : Viewability, Brand safety and Fraud monitoring. Our Proven Process Produces Results More than 400 advertisers In more than 20 countries. Thousands of campaings per month.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Fraud Prevention' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adledge' LIMIT 1)),
('Trueffect','We enable you to connect directly with your customers and prospects via any digital channel. No middlemen. No donating your precious customer data to walled garden media giants.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Trueffect' LIMIT 1)),
('Adloox','Adloox is the only Premium Ad Verification company. Created in 2009, Adloox offers the deepest Brand Safety, Fraud and Viewability data analysis in the digital market today. Adloox has developed its own Auditing Index, allowing advertisers, agencies, trading desks and ad networks to optimise their campaign efficiency on the fly, and detect the most granular domain/site level inefficiencies in real time.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adloox' LIMIT 1)),
('Adlux','NO LONGER TRADING - AdLux was Australia''s largest independent Search Network. AdLux delivers over 1 Billion unique searches every month. Fresh eyeballs, high rankings, low CPCs , and the most profitable sponsored listings in the Australian search market-place.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adlux' LIMIT 1)),
('ConvertMedia','ConvertMedia is a Self Serve Performance Ad Platform. We provide effective revenue and yield management solutions for media sellers and buyers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ConvertMedia' LIMIT 1)),
('adMarketplace','adMarketplace connects Internet users to the products and services they''re interested in. We partner with publishers and advertisers to identify and market against user intent. The world''s largest brands and advertising agencies trust adMarketplace to supply quality traffic with the highest potential for conversions. The Internet''s most innovative publishers depend on us to provide their audience a superior user experience by delivering relevant advertisements with minimal latency.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Exchange' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AMPexchange' LIMIT 1)),
('AdMatic','AdMatic - Performance advertising with interactive interstitial ad models.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AdMatic' LIMIT 1)),
('WideOrbit','WO Programmatic Digital is a premium ad exchange and supply side platform for digital publishers to automate ad transactions and optimize yields.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'WideOrbit' LIMIT 1)),
('Google DoubleClick Ad Exchange','DoubleClick Ad Exchange helps publishers make the most of every impression and gain full control of ad serving.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Exchange' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Google' LIMIT 1)),
('Admixer for Publishers','Admixer for Publishers brings technology and business together for better website monetization.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Server' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Admixer' LIMIT 1)),
('ADMIZED','ADMIZED is an established display marketers who can offer thanks to the large portfolio, advertising environments on premium sites and performance networks.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Real-time Bidding' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ADMIZED' LIMIT 1)),
('Ambient','Ambient''s innovative platform enables utilities to deploy and integrate multiple smart grid applications and technologies, in parallel on a single communications infrastructure. The acquisition increases Ericsson''s ability to help utilities maximize their investments in smart grids.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Connectivity' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ericcson' LIMIT 1)),
('Adverline Board','Adverline Board enriches the offer of its Premium and Private marketplace and today announces the launch of The Place to Bid in partnership with Native TripleLift , the first native SSP.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adverline' LIMIT 1)),
('Adnium','Adnium truly is the next generation ad network. We offer real time statistics, advanced targeting options, CPMv based billing, and advanced campaign optimization.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adnium' LIMIT 1)),
('Adnostic','We are an award winning digital production agency focused on creating immersive interactive advertising for tablets and mobile. We love enhanced newspaper and magazine apps, digital creativity, responsive design and creating brilliant user experience in digital advertising.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Dennis Publishing' LIMIT 1)),
('AppNexus','AppNexus, a company that provides technology, data and analytics to help companies buy and sell online display advertising.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Exchange' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AppNexus' LIMIT 1)),
('Adobe Systems','Adobe Scene7 allows to deliver dynamic marketing assets to web, mobile, social, email and print. Scene7 is part of the Adobe Experience Manager solution.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN Images' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adobe Systems' LIMIT 1)),
('Adobe Dynamic Tag Manager','Dynamic tag management gives marketers intuitive tools to quickly and easily manage an unlimited number of Adobe and third-party tags. You'll have more control and flexibility to optimize virtually anything online, all while reducing the dependence on IT resources.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Tag Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adobe Systems' LIMIT 1)),
('Adobe Marketing Cloud','The Adobe Marketing Cloud solutions enable our business customers to personalize and improve the performance of their websites, apps, and social networking pages. These companies use Adobe Marketing Cloud solutions to collect and analyze information, such as clicks made by visitors on their websites, apps, and social networking pages.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adobe Systems' LIMIT 1)),
('Adocean','Gemius is a research and technology company, providing data, business consultations, solutions and recommendations in the area of online business. We offer comprehensive solutions for e-commerce, publishers, advertising agencies and advertisers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Gemius' LIMIT 1)),
('CloudVPS','Formally XL Internet Services B.V., CloudVPS is the number one cloud provider in the Netherlands. Whether you need a single machine or a complex load-balanced cluster, our flexible cloud lets you create the Virtual Private Servers (VPSes) and Cloud Storage you need quickly and securely. We are leading the market with our implementation of the revolutionary OpenStack technology and in the area of cloud certification.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Cloud Access Solutions' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'CloudVPS' LIMIT 1)),
('Adomik','Adomik''s programmatic analytics and programmatic yield management software delivers more control and higher revenues for digital publishers and networks.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adomik' LIMIT 1)),
('Adotmob','Adotmob is a mobile marketing suite delivering innovative mobile programmatic campaigns using proprietary technologies, tailored audiences and exclusive in-house interactive and dynamic formats.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing and Promotion' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adotmob' LIMIT 1)),
('Appnexus','AppNexus, a company that provides technology, data and analytics to help companies buy and sell online display advertising.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Demand Side Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Appnexus' LIMIT 1)),
('AdRecover','Monetize your Adblocked Inventory. Finally, a user friendly solution to recover your adblocked traffic.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad-block Detection' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AdRecover' LIMIT 1)),
('Adrian Quevedo','Adrian Quevedo, Web Designer and Interactive Developer from Bogota, Colombia. He specializes in front-end web development, specifically HTML5, CSS, jQuery and WordPress.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adrian Quevedo' LIMIT 1)),
('AdRiver','AdRiver - a high-tech control system of Internet advertising. Leading advertising platforms and agencies have chosen her to solve their business problems.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AdRiver' LIMIT 1)),
('AdRoll','AdRoll is the most widely used retargeting platform in the world. More brands trust AdRoll to retarget site visitors with ads across Facebook, Twitter, mobile, and the web.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Retargeting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AdRoll' LIMIT 1)),
('Oracle Responsys','Oracle Responsys empowers marketing teams with the tools to deliver the relevant, engaging experiences their customers demand across devices, channels, and lifecycles.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Oracle' LIMIT 1)),
('Pixalate','Pixalate delivers the only unified suite of real time fraud protection, market intelligence and independent quality ratings across devices and channels.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Fraud Prevention' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Pixalate' LIMIT 1)),
('Rightster','Rightster is a global b2b video network for distribution, content-sourcing, audience engagement and monetisation. Rightster's software and services make it simple for sports, fashion, news, entertainment and viral rights holders to maximise the value of their video whether on a licenced, ad-funded, direct to consumer or paid placement basis. Rightster provides an 'upload once - commercialise everywhere' solution that extends the reach of live and on-demand video content to web, mobile and connected audiences via clients' own sites, social channels, portals, platforms, online newspapers, magazines and blogs as well as Rightster's Multi Channel network (MCN) on YouTube.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Rightster' LIMIT 1)),
('Converge-Digital','Converge-Digital offers the leading programmatic solution for publishers. Our omni-channel platform enables the centralisation and monetisation of all demand through one holistic auction, providing seamless integration across all revenue streams.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Converge-Digital' LIMIT 1)),
('Fairfax Media','Fairfax Media Limited is Australasia''s leading media company. Fairfax media operations include newspapers, magazines, radios and digital media operating in Australia and New Zealand.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN Media' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Fairfax Media' LIMIT 1)),
('One by AOL:Mobile','AOL's interest-based advertising delivered by the AOL Advertising Network.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Mobile Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AOL' LIMIT 1)),
('Yahoo!','Yahoo delivers custom solutions to build your brand and drive the response you want. Yahoo's industry-leading targeting tools turn audiences into customers, helping you reach the people who matter to your business and deliver the right message.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Tracking' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Yahoo!' LIMIT 1)),
('Integral Ad Science','Integral Ad Science is a global technology and data company that empowers the ad industry to effectively influence consumers everywhere, on every device.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Integral Ad Science' LIMIT 1)),
('Adscale','adscale is the leading marketplace for digital advertising in Germany. Advertisers and website owners offers adscale a transparent and wide-reaching marketplace for digital advertising space. We combine this range with quality: through collaborations with renowned AGOF marketers, through our leading position in comScore rankings, by working with all the major media agencies and direct clients and third party vendors. Through various optimization technologies such as targeting and real-time bidding campaigns on adscale efficiently controlled and targeted yield management are operated. Combined with the marketplace logic of our business partners benefit from a fair price-performance ratio.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adscale' LIMIT 1)),
('Adschoom','Affiliation and partnership: The affiliation is an important channel to generate traffic and conversions with a performance model. Real-Time Bidding: We identify exactly where to buy, formats to broadcast, the message to communicate and bidding strategies to adopt. Retargeting: Retargeting is a solution allows to retarget the prospects that have not converted in your site by displaying banners or text ads on media (sites) they visit. E-marketing & Analytics: Design and manage results-focused marketing strategies. We support you on defining your e-marketing strategy, deployment and daily stats. Social media: Recruitment and animation of fan community pages on social networks (Facebook, Twitter, Google+, Linkedin, YouTube, Pinterest ...). Adwords and CPC campaigns. This channel is essential in any acquisition strategy.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'JSWeb Production' LIMIT 1)),
('Adscience','There is a smarter way of using real-time bidding when it comes to performance display advertising. Adscience developed NOAX, the first Demand Side Platform that is designed to make your lives easier. We provide advertisers and agencies 100% full transparency in order to make smart media buying decisions. With total control over your RTB spendings.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Real-time Bidding' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adscience' LIMIT 1)),
('adnanny','We promote your campaigns for maximum success within our advertising network, which includes large, international clients and national special-interest offers. Our areas of expertise are retail, travel and telecom campaigns.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Server' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'adnanny' LIMIT 1)),
('Adsiduous','Adsiduous media is a cross device advertising solutions company with expertise in ‘Direct Response Advertising''. With our team of industry veterans, smart and creative minds, we have been delivering innovative and effective strategies for both our publishing and advertising partners.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adsiduous' LIMIT 1)),
('AdsNative','Helping modern publishers manage direct and third party native advertising revenue sources.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Exchange' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AdsNative' LIMIT 1)),
('AdSniper','AdSniper is an automated system for buying advertising, which generates new demand, while possessing the effectiveness of the context',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Supply Side Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AdSniper' LIMIT 1)),
('AOL Sponsored Listiings','The sponsored listings program is a content-targeted advertising network of the web''s best sites. Our technology connects publishers and advertisers through an auction-based, pay-per-click marketing platform.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AOL' LIMIT 1)),
('Avid Media','Avid Media provide a content discovery platform with a native delivery mechanic. We are strong ambassadors of qualified views and true view technology and offer a full product suite of 6 Content-Break units.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Customer Engagement' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Avid Media' LIMIT 1)),
('AdSpeed','AdSpeed is an independent ad server and ad manager. We serve your ads, track impressions, clicks, revenue, conversions and report ad statistics in real-time.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AdSpeed' LIMIT 1)),
('AdSpruce','Programmatic Mobile Video Technology. AdSpruce delivers beautiful rich-media ads and interactive video to more devices than anyone else.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AdSpruce' LIMIT 1)),
('TheTradeDesk','Ad Serving Platform.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Server' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'TheTradeDesk' LIMIT 1)),
('The AA','The AA also provides car insurance, home insurance, travel insurance, route planning and advice.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'The AA' LIMIT 1)),
('AdsWizz','AdsWizz is the leading global digital audio advertising solution provider, headquartered in California with Offices and IT Development Centers across the United States and Europe. We are a bunch of young technologists passionate about disrupting the digital audio industry and its monetization while having fun. We build the pipes that enable digital audio advertising transactions to flow easily between buyers and sellers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AdsWizz' LIMIT 1)),
('Drawbridge','Drawbridge has developed the first self-learning ad technology that leverages insights from cross-device behavior to enable advertisers and marketers to reach targeted mobile audiences. Drawbridge''s unique approach is built on a foundation of large-scale machine learning algorithms that correlate audience behavior across screens. Through its innovative technology, the company is able to gain insights and a much deeper understanding of mobile audience behavior than was previously possible. The company is located in Silicon Valley and is backed by Sequoia Capital, and Kleiner Perkins Caulfield and Byers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Drawbridge' LIMIT 1)),
('One by AOL','AOL's interest-based advertising delivered by the AOL Advertising Network.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AOL' LIMIT 1)),
('Adtech (AOL)','Adtech's integrated ad serving solutions enable web publishers, ad networks, agencies and advertisers to manage, serve and report on their online advertising campaigns including display, video and mobile formats.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adtech (AOL)' LIMIT 1)),
('Adtegrity','Adtegrity delivers managed digital advertising services to small to medium-sized businesses and agencies. Put our 16 years of placing banner ads on websites to work for you.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adtegrity' LIMIT 1)),
('AdTrue','For publishers, we offer high-quality programmatic ads, from top brands and corporations, with exclusive pricing models designed to effectively monetize their online content and increase revenue. For advertisers, we provide exclusive audience engagement via our innovative programmatic advertising technology to maximize impact and drive converting traffic.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'FPT AdTrue' LIMIT 1)),
('Adunity','AdUnity is the only ethical ad platform in Europe. We focus on making ethical advertising revenue for publishers, including charities. Our Sell Side Platform (AU-SSP) is for large scale publishers with multiple apps and sites. Our ad exchange, called AUX, is for smaller publishers who would like a quick and easy way to earn ad revenue while always protecting their brand.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adunity' LIMIT 1)),
('ADventori','ADventori is a data-driven adserver. DCO borned, we provide agencies & advertisers the best in class platform to create personalised and branded digital ads',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Server' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ADventori' LIMIT 1)),
('AOL','AOL's interest-based advertising delivered by the AOL Advertising Network.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AOL' LIMIT 1)),
('AdvertServe','Self-serve, cloud hosted ad management platform for publishers and advertisers who require ad serving, targeting, tracking and real-time reporting.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AdvertServe' LIMIT 1)),
('Specific Media','Specific Media is a leading global media company connecting brands with consumers across one of the largest audiences worldwide. Our exclusive data partnerships, multiscreen and multiformat targeting capabilities, and innovative advertising solutions enable brands to influence purchasing decisions as they are being made.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Specific Media' LIMIT 1)),
('Advolution','Advolution specializes in web-based software development and interface design for digital marketing processes.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Application and System Development' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Advolution' LIMIT 1)),
('Adwise','Adwise is oriented to the needs and preferences of the Bulgarian advertisers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adwise' LIMIT 1)),
('Adsty','Adsty is a performance marketing affilate network (CPA). The concept of Adsty is simple - make more money for affiliates and generate more quality leads for advertisers. More leads mean more money.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Affiliate Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adsty' LIMIT 1)),
('comScore','There is lots of talk of BIG DATA. So what? We do it big every day but we think about best data. Our customers get the best data in the marketplace to help drive their campaign performance, page level and domain level analysis, audience analysis and much more.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'comScore' LIMIT 1)),
('AdYapper','AdYapper provides your business more of the customers you value most. We make it easy by scorecarding the entire meaningful web, giving you the power to automatically filter good from bad digital media, users and actions, so you can focus only on what drives profit.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Attribution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AdYapper' LIMIT 1)),
('Adyen','We provide a single solution globally to accept payments and grow revenue online, on mobile, and at the point of sale.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Payment Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adyen' LIMIT 1)),
('Adyoulike','Adyoulike - the world''s most innovative native advertising solution offering seamless technology to publishers and advertisers. Building scalable native ads through premium In-Feed placements and tailored content.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adyoulike' LIMIT 1)),
('Adzerk','The Adzerk ad serving infrastructure and API enables sites and apps to sell effective advertising. Serve banners, mobile, video, and native advertising.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Server' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adzerk' LIMIT 1)),
('Ziff Davis Tech','Ziff Davis Tech offers programmatic marketing solutions that deliver the scale and efficiency required by today''s advertisers. With 2 billion desktop and 100MM+ mobile impressions available per month, Ziff Davis Tech enables advertisers to target their own data or leverage our 1st party data to reach tech intenders in context on high-quality sites.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Server' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ziff Davis Tech' LIMIT 1)),
('Adzip','Adzip provides agencies and advertisers with premium tools to deliver rich-media, expandables, video campaigns and more, and includes real-time reporting and insight to optimise performance.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adbox Digital' LIMIT 1)),
('AerServ','AerServ is a free mobile SSP and monetization platform that empowers mobile publishers, supercharges their ad revenue through mobile video ads, and supports them with unrivaled customer service for a triple win.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Supply Side Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AerServ' LIMIT 1)),
('Affectv','Affectv is an international leader in audience technology. We mission is to make advertising more relevant for people so we can help improve the Internet. We help brands and marketers to find, understand and connect with the relevant audience, in real-time across multiple digital channels, by translating the world of noisy data into peoples'' signals.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Affectv' LIMIT 1)),
('Pepperjam','Performance focused Online Marketing: Smart, insightful, and brilliantly creative ideas connect the dots between your marketing strategies and your customers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Performance Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Pepperjam' LIMIT 1)),
('Affino','Affino is a London-based social commerce agency which delivers big projects for publishers, retailers and online communities on the Affino Social Marketplace SaaS platform.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Affiliate Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Affino' LIMIT 1)),
('Affirm','Affirm is the financial company for everyday people. We provide affordable ways to buy online that are more flexible and transparent than any other credit option.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Financial Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Affirm' LIMIT 1)),
('Cox Digital Solutions','Previously Adify, Cox Digital Solutions provides dynamic display and mobile advertising opportunities through a network of established relationships with publishers as well as a robust and established suite of products.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Cox Digital Solutions' LIMIT 1)),
('Innovid','Innovid''s video marketing platform delivers more effective video advertising—reaching more screens and more channels with data-driven, richly personalized video creative.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Innovid' LIMIT 1)),
('Accord Holdings','The Accord Group is an integrated digital marketing agency with offices in London, Manchester and Devon with a focus on direct response advertising.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Accord Holdings' LIMIT 1)),
('Agenda Media','Agenda Media are a digital media sales house offering best in class advertisers dedicated regional agency representation outside of the M25.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Agenda Media' LIMIT 1)),
('Agility','Agility CMS is a cloud-based content management system for building and managing responsive websites and apps.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Agility' LIMIT 1)),
('AgilOne','Make your marketing more effective with AgilOne''s predictive marketing software - 360 customer profiles, advanced segmentation and targeted campaigns.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AgilOne' LIMIT 1)),
('Aggregate Knowledge','Formally Aggregate Knowledge, Neustar PlatformOne is an integrated marketing analytics platform that provides a complete, accurate, real-time portrait of your customer.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Data Management Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Neustar' LIMIT 1)),
('Everyday Health','The Everyday Health portfolio provides marketers with a trusted platform to promote their offerings, including a suite of customized marketing solutions that utilize our database to target their desired audience.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Everyday Health' LIMIT 1)),
('Ahalogy','Ahalogy is the Marketer''s Solution for Pinterest. As an official Pinterest Marketing Developer Partner, Ahalogy''s optimization technology, licensed content, and focused expertise helps brands Source, Optimize and Scale content for success on the platform. We work with many of the world''s top brands and content creators to deliver meaningful marketing on Pinterest.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Plugins' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ahalogy' LIMIT 1)),
('Aheadworks','Aheadworks is a top developer of Magento products offering a full range of solutions for eCommerce projects',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Application and System Development' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Aheadworks' LIMIT 1)),
('SAS Institute','Improve the efficiency of ad server processes and manage every step of your digital advertising -- from inventory to forecasting -- all from a single platform.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Publisher Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SAS Institute' LIMIT 1)),
('AI Media Group','Ai Media Group is the interactive marketing arm of today''s ad agencies. We specialize in targeted search engine marketing that track leads, not clicks.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Paid Search' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AI Media Group' LIMIT 1)),
('AIR.TV','Free Video Publishing & Syndication Platform',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AIR.TV' LIMIT 1)),
('AirPR','AirPR Analyst humanizes data to measure the ROI of PR, and AirPR Marketplace matches top PR professionals with companies.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AirPR' LIMIT 1)),
('Microsoft Hosted Libs','The Microsoft Ajax Content Delivery Network (CDN) hosts popular third party JavaScript libraries such as jQuery and enables you to easily add them to your Web applications. The CDN used to use the microsoft.com domain name and has been changed to use the aspnetcdn.com domain name. This change was made to increase performance because when a browser referenced the microsoft.com domain it would send any cookies from that domain across the wire with each request. By renaming to a domain name other than microsoft.com performance can be increased by as much to 25%. Note ajax.microsoft.com will continue to function but ajax.aspnetcdn.com is recommended.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN JSLib' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Microsoft' LIMIT 1)),
('Cloudflare','Cloudflare is a free global CDN and DNS provider that can speed up and protect any site online.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN JSLib' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Cloudflare' LIMIT 1)),
('Google Hosted Libraries','Project Hosting on Google Code is fast, reliable, and easy open source hosting service.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN JSLib' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Google' LIMIT 1)),
('Microsoft','At Microsoft our mission and values are to help people and businesses throughout the world realize their full potential.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Microsoft' LIMIT 1)),
('Akanoo','Akanoo engages online-shop visitors with effective campaigns while they are still surfing the shop site. Unhappy visitors and abandoned carts are avoided and revenues increased.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Akanoo' LIMIT 1)),
('Venatus Media','Venatus is Europe''s largest gaming ad sales house, connecting advertisers, publishers and audiences using targeted ads on the world''s biggest gaming sites.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Game Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Venatus Media' LIMIT 1)),
('AlephD','The programmatic performance company.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AOL' LIMIT 1)),
('Cedato','Cedato created an open Video Operating System that delivers unique native video across any screen and content, using a disruptive SaaS-based model. We enable publishers and marketers to transform viewing experience across mobile, web and connected TV, lifting engagement, supply and business results. Our predictive programmatic software and private marketplace power 15 Billion video views across 1 Million sites every month.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Cedato' LIMIT 1)),
('All Access','ALL ACCESS is a unified registration system that allows you to log on to member websites using a single username and password.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Unified Registration' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'All Access' LIMIT 1)),
('AlphaSSL','SSL Certificates Secure your Ecommerce transactions & more to add Trust to your Website.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Certificate Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AlphaSSL' LIMIT 1)),
('Dennis Publishing','21st Century Magazine and Digital Publisher',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Publisher' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Dennis Publishing' LIMIT 1)),
('ARENA','Our programmatic video advertising technology was purpose-built for publisher performance using industry leading Big Data.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Altitude' LIMIT 1)),
('Altitude','Altitude Digital delivers leading Video SSP advertising technology, enabling premium publishers to enhance monetization programmatically on mobile and desktop.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Altitude' LIMIT 1)),
('Altocloud','Altocloud connects your business with the right customers at the right time in their journey – increasing inbound sales velocity and improving customer success.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Altocloud' LIMIT 1)),
('Amazon Associates','The Amazon Associates Program is one of the largest and most successful online affiliate programs, with over 900,000 members joining worldwide. If you are a Web site owner, an Amazon seller, or a Web developer, you can start earning money today.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Affiliate Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Amazon' LIMIT 1)),
('Amazon','Amazon.com, often simply Amazon, is an American electronic commerce and cloud computing company.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Amazon' LIMIT 1)),
('Amazon Web Services','Amazon Web Services offers reliable, scalable, and inexpensive cloud computing services. Free to join, pay only for what you use.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Cloud Access Solutions' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Amazon' LIMIT 1)),
('Amobee','Amobee is a global marketing technology company that provides data driven cross channel digital advertising solutions for agencies, brands and publishers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Amobee' LIMIT 1)),
('Amplitude Mobile Analytics','Amplitude Mobile Analytics helps you leverage cross-platform behavioral data to drive explosive user growth. Pinpoint your path to user growth in hours.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Amplitude' LIMIT 1)),
('Accelerated Mobile Pages Project','AMP is a way to build web pages for static content that render fast.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Accelerated Mobile Pages Project' LIMIT 1)),
('eGain','eGain provides multichannel and channel specific analytics that enable companies to design customer journeys and optimize their sales and service performance.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'eGain' LIMIT 1)),
('Fairfax Media Analtics','Fairfax Media Limited is Australasia''s leading media company. Fairfax media operations include newspapers, magazines, radios and digital media operating in Australia and New Zealand.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Fairfax Media' LIMIT 1)),
('Freespee','Collect live communication data with one piece of code, trigger activities in all your tools for analytics, marketing and sales.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Freespee' LIMIT 1)),
('Azure Traffic Manager','Microsoft Azure Traffic Manager allows you to control the distribution of user traffic for service endpoints in different datacenters. Service endpoints supported by Traffic Manager include Azure VMs, Web Apps, and cloud services. You can also use Traffic Manager with external, non-Azure endpoints.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Cloud Access Solutions' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Microsoft' LIMIT 1)),
('Twitter','Connects with your friends and other fascinating people. Get in-the-moment updates on the things that interest you. And watch events unfold, in real time, from every angle.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Media' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Twitter' LIMIT 1)),
('Anametrix','The multichannel marketing analytics platform for automatic data collection, predictive analytics and visualizing data natively, in Excel or in Tableau.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ensighten' LIMIT 1)),
('Ancora Platform','We help publishers to accomplish that. With the Ancora Platform you''re able to merge your direct sales with your programmatic revenue. The Ancora Platform offers a high quality adserver with a connection to all the demand sources worldwide. This makes the use of a SSP obsolete.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Server' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ancora Media Solutions' LIMIT 1)),
('DMG Media','DMG Media is a leading multi-channel consumer media company and home to some of the UK''s most popular brands, including the Daily Mail, Metro and Wowcher.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'News Provider' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'DMG Media' LIMIT 1)),
('Alchemy','AndBeyond.Media - Global On-Demand Native Marketplace',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AndBeyond.Media' LIMIT 1)),
('Anedot','Anedot, Inc. operates as a fundraising and donor management platform. The platform provides fundraisers with tools to collects donation and and keep track of donors.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Fundraising/Donor Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Anedot' LIMIT 1)),
('Falk Technologies','The Falk Technologies stack suite serves the entire value chain of the online advertising market, both horizontally between agencies (demand side) and publishers (supply side) and vertically. Entrepreneur Thomas Falk launched Falk Technologies together with an experienced team of specialists in 2008 to develop this one-of-a-kind ad-serving solution for the rapidly growing RTB (real-time bidding) market.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Real-time Bidding' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Falk Technologies' LIMIT 1)),
('AnimateJS','AnimateJS is a script that help on displaying animations in pure JS.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AnimateJS' LIMIT 1)),
('AniView','AniView disruptive and proprietary technology allows Advertisers to offer HD quality video ads quickly & easily with a single HTML tag across the entire publisher''s platforms: mobile web / mobile apps / iOS / Android / desktop and interactive TV.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AniView' LIMIT 1)),
('Answers','Answers.com and its affiliates and partners use the dsply.com cookie to personalize content on their websites and online services. The cookie may store information about your interactions with Answers, its affiliates'', and its partners'' websites and online service over time.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Answers' LIMIT 1)),
('Clickagy Audience Lab','Audience Lab lets you handcraft audiences using your own industry experience, leveraging precise and deterministic behavioral data from across the web. It''s easy, and gives you complete flexibility and transparency around who you''re targeting.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Data Management Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Clickagy' LIMIT 1)),
('A Perfect Pocket','We build your ROI strategy around your smartphone app idea, which allows us to pave the way to a successful campaign with maximum user engagement.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'A Perfect Pocket' LIMIT 1)),
('Apester','Engage with your readers on a whole new level! Use VoicRs to make your users a part of the story, elevate your content to new highs of engagement and virality!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Apester' LIMIT 1)),
('Airport Parking and Hotels','APH is a multi-award winning company for airport parking & airport hotels. We have the BEST(cheap) prices on Gatwick, Birmingham, Manchester, Heathrow and all other UK airports.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Parking Reservations' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Airport Parking and Hotels' LIMIT 1)),
('Ceros Analytics','Interactive content marketing software to create catalogs, lookbooks, magazines, infographics, and more without developers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ceros' LIMIT 1)),
('Filestack','The #1 developer service for file uploads. Upload, transform and deliver images, videos, and docs, and all filetypes. Unlimited cloud storage and fast delivery via CDN.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Filestack' LIMIT 1)),
('Google reCAPTCHA','reCAPTCHA is a free service that protects your website from spam and abuse. reCAPTCHA uses an advanced risk analysis engine and adaptive CAPTCHAs to keep automated software from engaging in abusive activities on your site. It does this while letting your valid users pass through with ease.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Human Verification' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Google' LIMIT 1)),
('Rollbar','Rollbar collects errors that happen in your application, notifies you, and analyzes them so you can debug and fix them. Ruby, Python, PHP, Node.js, JavaScript, Android, and iOS libraries available.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Event Logging Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Rollbar' LIMIT 1)),
('SkyScanner','The Skyscanner API is composed of services that can be used either individually, to add travel search functionality to an existing product, or combined, to build a fully-fledged travel search product.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Travel Search Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SkyScanner' LIMIT 1)),
('Travelex','Online currency exchange with Travelex means you get great rates with home delivery or bureau pick-up. Or get travel money via our Supercard or Cash Passport.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Currency Conversion' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Travelex' LIMIT 1)),
('Apligraf SmartWeb','Real-time stock quotes and stock charts. Apligraf SmartWeb - ASW - works directly on your browser , with no installation required.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Apligraf' LIMIT 1)),
('Branch Metrics','Number 1 in deep linking. Integrate robust, durable links into email, SEM, ads and other traditional marketing channels for improved app growth. Get started.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Branch Metrics' LIMIT 1)),
('AppDynamics','Get an integrated view of real-time application performance, user experiences, and infrastructure capacity.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Performance' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AppDynamics' LIMIT 1)),
('Mika Tuupola','Developer of jQuery Lazy-Load.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Mika Tuupola' LIMIT 1)),
('Appier','Appier helps clients optimize advertising ROI by delivering the right ad to the right person at the right time across screens.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Appier' LIMIT 1)),
('Apptus eSales','Personalisation that works. By combining big data with predictive analysis and real-time decisioning, Apptus eSales completes your eCommerce platform',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Apptus' LIMIT 1)),
('ucfunnel ucX','ucX is a premium advertising exchange in the APAC region with over 1000+ publishers and 10B+ requests served daily.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Exchange' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ucfunnel' LIMIT 1)),
('Esri ArcGIS','Maps, apps, analytics, administration, collaboration€ you can do it all with ArcGIS Online. Its sophisticated features are unmatched by simple mapping solutions, yet easy enough to use across your organization. And, here''s what makes it really special.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Mapping Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Esri' LIMIT 1)),
('Ardent Creative','With 30 years of experience, Ardent Creative are one of the most experienced web design/creative agencies around.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ardent Creative' LIMIT 1)),
('Are You a Human','Be certain you''re addressing a verified human before you serve content, services or ads with Are You a Human''s Verified Human Whitelist.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Human Verification' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Are You a Human' LIMIT 1)),
('Arnold Clark Automobiles','Arnold Clark''s award-winning new and used car search is constantly updated with new stock, helping you find great deals on your perfect new or used car.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Car Search Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Arnold Clark Automobiles' LIMIT 1)),
('ASAPP','ASAPP is an artificial intelligence company that changes the way people and large organizations communicate. The company has created an asynchronous messaging platform that allows organizations and people to interact the same way they do with one another. ASAPP uses the conversational data to build AI-powered tools to augment the capabilities of humans working major organizations. Read more at CB Insights: https://www.cbinsights.com/company/asapp',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Connectivity' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ASAPP' LIMIT 1)),
('Atlas','We extend people-based marketing beyond Facebook, so you can reach your audience online no matter where they are.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Server' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Facebook' LIMIT 1)),
('Admeta','Admeta provides sophisticated yield optimization solutions that help premium publishers significantly improve digital revenue. Admeta''s core functionality includes Artificial Intelligence-based learning, dynamic floor pricing, full premium programmatic support for private marketplaces and Deal ID.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Wideorbit' LIMIT 1)),
('Oracle Recommendations On Demand','The Oracle Recommendations On Demand API is available in a variety of flavors enabling retailers to balance their recommendation needs with their existing infrastructure and bandwidth requirements. This is our most commonly used flavor. It includes our full suite of functionality and renderering capabilities.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Oracle' LIMIT 1)),
('AT Internet','Our Web Analytics solution has been designed to help drive your performance in real time on social networks, applications, Intranet and the web etc. The solution offers all of the features which are essential to carrying out an advanced analysis of your audience as standard, by integrating specific business modules: e-Commerce tracking, multichannel campaign analysis, performance monitoring, rich media tracking, dashboarding, data management (data import/export), etc.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AT Internet' LIMIT 1)),
('Facebook','Facebook helps you connect and share with the people in your life.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Media' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Facebook' LIMIT 1)),
('Atom Data','Atom Data Flow Management is a self-service data infrastructure solution that allows you to stream data in near real-time into your data warehouse, enriching and preparing your data within the pipeline before insertion. Atom helps you customize your data flow according to your needs so you can efficiently manage your data and achieve greater business success.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Connectivity' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Atom Data' LIMIT 1)),
('ATTRAQT','ATTRAQT is a revolutionary online visual merchandising tool that helps retailers deliver a step change in their conversion rate, and drive online sale success.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Site Search' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ATTRAQT' LIMIT 1)),
('Attribution','Attribution tracks conversions and revenue from ads, so you can see what is bringing you customers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Attribution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Attribution' LIMIT 1)),
('AOL Advertising','atwola.com is a domain used by AOL Advertising which is an advertising company that is part of a network of sites, cookies, and other technologies used to track website visits.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AOL' LIMIT 1)),
('AdThink AudienceInsights','AudienceInsights is a Web application offering analysis and statistics based on anonymous data collection.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AdThink Media' LIMIT 1)),
('Experian','Free credit reports and credit scores from Experian. Get your free credit report and credit score now. It''s free, fast, and easy! All credit reports are not created equal.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Credit Reports' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Experian' LIMIT 1)),
('Nano Interactive','Nano Interactive presents online marketing campaigns based on users'' specific search behaviours. Advertisers reap enormous benefits, gaining increased attention for their campaigns plus a significant leap in user engagement.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing and Promotion' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Nano Interactive' LIMIT 1)),
('audioBoom','Share audio content online and completely free of charge with audioBoom. Post it here and to other social networks.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Broadcasting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'audioBoom' LIMIT 1)),
('Auditorius','Manufacturer and supplier of RTB-platform automated purchase display advertising is an open API.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Media Buying Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Auditorius' LIMIT 1)),
('Augur','A set of APIs and tools that instantly enables businesses to recognize devices, and consumers across devices.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Device Recognition' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Augur' LIMIT 1)),
('Mozilla','Mozilla — the maker of Firefox — fights to keep the Internet a global public resource, open and accessible to all.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Application and System Development' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Mozilla' LIMIT 1)),
('CyberSource (Visa)','Payment gateway enables internet merchants to accept online payments via credit card and e-check.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Payment Gateway' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'CyberSource (Visa)' LIMIT 1)),
('Auto Link Maker','Auto Link Maker is available for partners to easily have their affiliate token added to iTunes links on their blog or website. Auto Link Maker works for links to iTunes, App Store, iBooks Store, and Mac App Store.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Affiliate Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Apple' LIMIT 1)),
('Autopilot','Autopilot is easy-to-use software for multi-channel marketing automation.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Autopilot' LIMIT 1)),
('Avail','As the global leader in omnichannel personalization, RichRelevance partners with the most innovative brands and retailers. Our fully integrated product suite and proven, real-time infrastructure were built from the ground up to enable brands and retailers to deliver products, messages, and experiences in a way that is relevant, meaningful and memorable to consumers across every channel.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Retargeting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'RichRelevance' LIMIT 1)),
('AVANSER','Clever call tracking to grow your business. AVANSER is the leading call tracking technology company in Asia Pacific and we have a tool to boost the performance of nearly any business.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Call Tracking' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AVANSER' LIMIT 1)),
('Avco Systems','With over 30 years experience in the software industry we pride ourselves on our expertise in software development and technical consultation services, along with our secure and reliable managed hosting solutions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Application and System Development' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Avco Systems' LIMIT 1)),
('AvantLink','AvantLink is the industry leading cost-per-sale tracking and technology platform for affiliate marketing professionals.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Affiliate Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AvantLink' LIMIT 1)),
('Avocet Systems','A powerful web platform for digital advertising.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Demand Side Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Avocet Systems' LIMIT 1)),
('AWeber','AWeber develops and runs an opt-in email marketing service used by over 100,000 + small businesses, bloggers and entrepreneurs around the globe.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AWeber' LIMIT 1)),
('AdultWebmasterEmpire.Com','Earn cash with the best adult affiliate program for webmasters. Make money with live sex video chat. Calculate how much you can earn and start today!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Affiliate Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AdultWebmasterEmpire.Com' LIMIT 1)),
('Digital Window','Offering advertisers and publishers the best products and services to boost their online business on a performance basis',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Digital Window' LIMIT 1)),
('Compuware','Formally Gomez. Unlike traditional APM solutions that are heavy, difficult and reactive, Compuware APM is light, smart and proactive. Designed to manage the complexity of today''s most challenging web, cloud, mobile, enterprise and Big Data applications, Compuware APM optimizes and monitors tens of thousands of applications for more than 5,000 customers, large and small, around the globe.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Performance' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Compuware' LIMIT 1)),
('AXS','AXS.com connects fans with hot tickets to top live music concerts, sports, arts, family, circus events shows and festivals by top promoters like Goldenvoice and AEG Live at top venues across the world like the O2, LA Live, Nokia Theatre, Staples Center and Sprint Center.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ticketing Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AXS' LIMIT 1)),
('SublimeSkinz','SUBLIME SKINZ is the leading skin based digital advertising company, specialising in the distribution and performance of skin-based advertising, with a clear objective to maximize Advertiser Impact, brand Lift and ROI, as well as publisher revenues.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SublimeSkinz' LIMIT 1)),
('Azure CDN','The Azure Content Delivery Network (CDN) caches static web content at strategically placed locations to provide maximum throughput for delivering content to users. The CDN offers developers a global solution for delivering high-bandwidth content by caching the content at physical nodes across the world.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN Media' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Microsoft' LIMIT 1)),
('Azure Web Services','Microsoft Azure is an open, flexible, enterprise-grade cloud computing platform. Move faster, do more and save money with IaaS + PaaS.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Cloud Access Solutions' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Microsoft' LIMIT 1)),
('Yellow Robot','Back in Stock is the easiest way to increase sales and value of your existing Shopify store traffic',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Yellow Robot' LIMIT 1)),
('Baidu','Baidu offers many services, including a Chinese language-search engine for websites, audio files and images.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Search' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Baidu' LIMIT 1)),
('Baifendian Technology','Beijing Baifendian Information Technology Inc., having developed the most sophisticated recommendation engine and the most comprehensive consumer preference database in China, specializes in providing integrated optimization solutions for E-commerce websites through in-site traffic conversion and business intelligence analysis. Baifendian services include Baifendian Recommendation Engine (BRE) and Baifendian Analytics Engine (BAE), which focus on analyzing shopping preferences across the internet thereby providing precise marketing services to E-commerce sites, increasing their traffic conversion rates and transaction per customer, encouraging customer purchase, extending customer life cycle, and E-commerce sites'' competitiveness.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Baifendian Technology' LIMIT 1)),
('BAM','BAM partners with premium publishers to deliver the best reader experience on shopping recommendations and advice.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Opinions and Reviews' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'BAM' LIMIT 1)),
('Bankrate','Use Bankrate.com''s free tools, expert analysis, and award-winning content to make smarter financial decisions. Explore personal finance topics including credit cards, investments, identity protection, autos, retirement, credit reports, and so much more.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Currency Conversion' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Bankrate' LIMIT 1)),
('BannerFlow','Simultaneously build HTML5 display banner ad campaigns in multiple sizes, versions and languages to run on all devices, screens & apps in seconds.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Publisher Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Nordic Factory Solutions' LIMIT 1)),
('Snacktools','Banners are compatible with Facebook Ads and Google AdWords. You can download and use the banner ads as you wish or you can use our advertising platform to reach your audience everywhere.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Snacktools' LIMIT 1)),
('Barclaycard SmartPay','Barclaycard SmartPay is a secure online payment gateway providing Pan-European transaction and payment processing services. It''s a powerful and flexible e-commerce solution that puts you in control of your online business.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Payment Gateway' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Barclaycard' LIMIT 1)),
('Barilliance','Barilliance provides website Personalization technologies that help e-commerce sites of any size to increase sales and conversion rates.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Barilliance' LIMIT 1)),
('Barnebys','All auctions in one place. On Barnebys you will find all auction house listings.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Auctions' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Barnebys' LIMIT 1)),
('Bing Ads','Bing Ads helps you reach customers with search engine marketing (SEM), also known as pay-per-click advertising (PPC).',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Paid Search' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Microsoft' LIMIT 1)),
('Bauer Consumer Media','Greatmagazines.co.uk is a dedicated magazine subscription website. Within our site you will find a range of discounted and gifted magazine subscriptions that you''ll find hard to beat anywhere else.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Publisher' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Bauer Consumer Media' LIMIT 1)),
('Baynote','Baynote helps leading online brands personalize the customer shopping experience across touch points based on what consumers are looking for in the moment.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Baynote' LIMIT 1)),
('Bazaarvoice','Bazaarvoice connects brands, retailers and consumers in the world's largest shopper network, delivering ROI through reviews, analytics and targeted media.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Opinions and Reviews' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Bazaarvoice' LIMIT 1)),
('Better Business Bureau','BBB helps people find and recommend<br/> businesses, brands and charities they can trust.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Opinions and Reviews' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Better Business Bureau' LIMIT 1)),
('bd4travel','bd4travel brings real-time digital empathy, personalization and predictive insights to the way consumers purchase travel products.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'bd4travel' LIMIT 1)),
('NCC Group Real User Monitoring','Our Real User Monitoring service tells the story of your websites performance from the perspective of the people who use it.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Performance Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'NCC Group' LIMIT 1)),
('Dyn Real User Monitoring','Dyn''s RUM Beacon is a cookie-less, asynchronous, javascript code snippet which is embedded on a website to perform Real User Monitoring. The code snippet currently measures content delivery networks (CDNs) from the perspective of end users, providing insight into how various major CDNs are performing to access networks around the world',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Performance Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Dyn' LIMIT 1)),
('section.io','A delivery platform created by developers for developers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'section.io' LIMIT 1)),
('BeamPulse','Gain agility with BeamPulse. Easily analyze the performance of your website with our intuitive analytic tools (heat maps and session-recorder) and clear optimization tracks. Act in complete autonomy (without recourse to IT) and trigger behavioral marketing campaigns, in real time, precisely targeting your different audiences.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'BeamPulse' LIMIT 1)),
('Beekeeting','Beeketing is a marketing automation platform that helps to increase sales and conversion rate for your online store automatically.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Beekeeting' LIMIT 1)),
('Runner','Runner offers its advertisers a line of promotional products, each of which claimed to solve the marketing problems of his class.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Rambler & Co' LIMIT 1)),
('Cloud Technologies','Cloud Technologies S.A. Is a new technology company whose business is based on cloud computing and large data collection.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Data Aggregator' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Cloud Technologies' LIMIT 1)),
('IMRG','For over 20 years, IMRG (Interactive Media in Retail Group) has been the voice of e-retail in the UK. We are a membership community comprising businesses of all sizes multichannel and pureplay, SME and multinational, and solution providers to industry.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Benchmarking' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'IMRG' LIMIT 1)),
('Purch','Purch integrates content and commerce into a powerful data-driven platform that makes complex buying decisions easy for customers and delivers exceptional performance to our advertisers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Media Buying Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Purch' LIMIT 1)),
('Bet365','Benefit from a 30% profit share for every customer that you refer with bet365 &amp; Affiliates.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Affiliate Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Bet365' LIMIT 1)),
('Ghostery Enterprise','Ghostery, Inc. is a global marketing technology company that provides online transparency and control to individuals and businesses. Millions of people around the world have installed Ghostery&#039;s easy to use browser plug-in to see and manage the information they share with companies online. Ghostery Enterprise puts the same power in the hands of professionals and enterprises. Ghostery Enterprise&#039;s Marketing Cloud Management software enables enterprises to better manage their marketing cloud, improving data governance, site performance and vendor management. Ghostery Enterprise also offers privacy governance to enterprises, ensuring that companies comply with privacy standards and offer transparency to online users.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ghostery' LIMIT 1)),
('Better Banners','Better Banners generates increased sales. The world is full of annoying online advertising and that''s just not good enough, because banners must work. They have to inspire people to click, interact, choose, try and buy. That''s why Better Banners exists.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Better Banners' LIMIT 1)),
('Between Digital','Between is a system that allows sites to earn more money on advertising! Between Digital is the first system of yield management in Russia allowing sites to effectively sell online advertisement with the help of RTB (real-time-bidding).',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Real-time Bidding' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Between Digital' LIMIT 1)),
('Beachfront Media','Beachfront Media is a leading video technology company enabling distribution and monetization of video across all screens.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Monetization' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Beachfront Media' LIMIT 1)),
('Google DoubleClick Bid Manager','Our demand-side-platform (DSP), DoubleClick Bid Manager offers new ways for advertisers, agencies, and trading desks to reinvent display buying. Access billions of impressions, and rely on powerful audience and contextual data to target the right customers in the right moments.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Demand Side Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Google' LIMIT 1)),
('Beeswax','Beeswax is pioneering the industry''s first Bidder-as-a-Service (“BaaS”). Programmatic digital advertising remains an exciting and innovative arena, and the smartest buyers require technically-sophisticated, highly customizable solutions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Beeswax' LIMIT 1)),
('Bidswitch','IPONWEB has a vision for RTB and Media Trading that is open, transparent and allows many different kinds of businesses to trade and sell media in real-time. All in their own unique way',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Real-time Bidding' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'IPONWEB' LIMIT 1)),
('BidTheatre','BidTheatre is an independent European media-buying and data management platform for agencies, advertisers and publishers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Data Management Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'BidTheatre' LIMIT 1)),
('Bigcommerce','Bigcommerce provides ecommerce software solutions and shopping cart software for online businesses.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Bigcommerce' LIMIT 1)),
('Bitly','URL shortener and link management platform.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'URL Shortening' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Bitly' LIMIT 1)),
('BitGravity','BitGravity offers best of breed video delivery, video management, Web site acceleration, and live streaming products on the world''s largest Tier 1 network.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN Video' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Tata Communications' LIMIT 1)),
('Bizible','Bizible''s B2B marketing analytics and attribution software enables hundreds of companies to measure and optimize for revenue.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Attribution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Bizible' LIMIT 1)),
('bizinformation-VOID','VOID',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Tracking' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'bizinformation' LIMIT 1)),
('LinkedIn','LinkedIn, the world''s largest professional network with 300 million members in over 200 countries and territories around the globe.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Media' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'LinkedIn' LIMIT 1)),
('Bizrate','Bizrate Insights is the customer feedback and ratings platform of Bizrate, providing tools and reports to over 6,000 retailers worldwide and empowering retailers to achieve their end goal of growing sales and customer loyalty. Bizrate Insights assists retailers in listening to their customers in way that is fast and measurable, resulting in insights, action, conversation, and customer loyalty.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Opinions and Reviews' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Bizrate' LIMIT 1)),
('BlueKai','BlueKai works with websites to aggregate anonymous activities and enables marketers to provide more targeted online advertising.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Data Management Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Oracle' LIMIT 1)),
('Blis','Blis is the global leader in advanced location data technology. Our proprietary platform provides businesses with accurate location data and in-depth behavioural insights to serve digital content to audiences that are on the go.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Blis' LIMIT 1)),
('Microsoft Azure Blob Service','The Microsoft Blob service stores text and binary data as blobs in the cloud.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN Media' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Microsoft' LIMIT 1)),
('Blogger','Publish your passions your way. Whether you''d like to share your knowledge, experiences or the latest news, create a unique and beautiful blog for free.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Internet Hosting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Blogger' LIMIT 1)),
('BlueCava','BlueCava is a leading provider of cross-screen and cross-device technology, enabling Adtech, Data, Brands and Agencies alike to know, grow, reach and convert their audiences across their many screens.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'BlueCava' LIMIT 1)),
('Bronto Software','Bronto Software provides sophisticated yet easy-to-use commerce marketing automation to mid-market and enterprise organizations worldwide.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Bronto Software' LIMIT 1)),
('engage:BDR','Capitalizing on strong roots of innovation in various aspects of the digital space, engage:BDR has been able to combine industry sustainability, groundbreaking proprietary technologies, and digital expertise to create efficient, effective advertising solutions for our clients and partners.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'engage:BDR' LIMIT 1)),
('Bold Commerce','We build apps for the Shopify eCommerce platform that are designed to either increase your sales, or to help you save time running your online store so you can spend more time on more important things, like growing your business. We are now Shopify''s #1 app development partner.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Application and System Development' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Bold Commerce' LIMIT 1)),
('BoldChat','Nobody wants to talk to a machine. BoldChat enhances your customer&#039;s digital experience by extending a helpful human presence. Simply connecting with your customers where, when and how they want dramatically increases customer satisfaction and boosts sales.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'LogMeIn' LIMIT 1)),
('Bonnier','Bonnier is an international media group with a base in the Nordic region and substantial operations in the U.S., Germany, the U.K. and Eastern Europe.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Bonnier' LIMIT 1)),
('Bookatable','Booking a table has never been so easy with free and instant online restaurant reservations in 19 countries, make your online restaurant booking now.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Restaurant Reservations' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Bookatable' LIMIT 1)),
('Boomtrain','Boomtrain''s AI-powered Marketing Platform enables marketers to understand and communicate on a 1:1 level, at scale, with a human touch.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Boomtrain' LIMIT 1)),
('Boostable','Boostable''s marketing platform makes advertising as easy as the push of a button.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Boostable' LIMIT 1)),
('Bootstrap Chinese network','Bootstrap Chinese network is committed to front-end development and promotion, adhere to share, open the Internet spirit',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN JSLib' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Bootstrap Chinese network' LIMIT 1)),
('MaxCDN','jQuery CDN, powered by MaxCDN.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN JSLib' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'MaxCDN' LIMIT 1)),
('Booxscale','Creating the next generation transaction platform of aggregated on-demand businesses',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Booxscale' LIMIT 1)),
('Borderfree','Savvy shoppers around the globe use Borderfree every day to buy online at the world''s most iconic retailers and brands. We partner with our retailers to power their international online stores and make it easy, fun, and cost-effective for you to do the following: Shop and pay securely with local payment and currency options; Prepay duties and import taxes, and avoid surprise charges at delivery; Choose from our fast and reliable international shippers, often for discounted rates.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Payment Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'pitney bowes' LIMIT 1)),
('Bounce Exchange','Bounce Exchange is a full-service behavioral automation platform that reacts to your visitors'' digital body language. BounceX invented exit intent technology.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Behavioral Automation Platform (Exit Intent)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Bounce Exchange' LIMIT 1)),
('Box','Dropbox is a service that keeps your files safe, synced and easy to share. Take your photos, docs and videos anywhere and never lose a file again.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Box' LIMIT 1)),
('Boxever','Boxever is the Customer Intelligence Cloud for marketers. It connects all of your customer, product and operational data, putting your customer at the center of your business and enabling true 1:1 personalization on a level you''ve never seen before.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Boxever' LIMIT 1)),
('bPay by Barclaycard','Experience the future of contactless payments with bPay by Barclaycard. With your contactless loop, wristband, fob and sticker, pay easier than ever before.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Payment Gateway' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Barclays Bank' LIMIT 1)),
('Braintree Payments','Open your doors to millions of PayPal customers with a convenient, secure, and seamless experience across all devices.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Payment Gateway' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Paypal' LIMIT 1)),
('Centro','SiteScout is the leading self-serve ad platform for marketing professionals and agencies.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Centro' LIMIT 1)),
('Brand Finance','Brand Finance calculates brand value using the Royalty Relief methodology which determines the value a company would be willing to pay to license its brand as if it did not own it. This approach involves estimating the future revenue attributable to a brand and calculating a royalty rate that would be charged for the use of the brand.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Royalty Relief' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Brand Finance' LIMIT 1)),
('Haymarket Media Group','Haymarket Media Group creates award-winning specialist content for international audiences. Our vision is to make Haymarket the best international specialist media and information company in its chosen markets.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Haymarket Media Group' LIMIT 1)),
('Brand View','The leading provider of real-time price and promotion tracking. Measure and manage your price position and communicate value to shoppers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Brand View' LIMIT 1)),
('BloomReach','We give ecommerce merchants an intelligent way to optimize and manage promotions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing and Promotion' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'BloomReach' LIMIT 1)),
('Crowdynews','Carefree social media curation for all online publishers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Media' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Crowdynews' LIMIT 1)),
('bRealTime','bRealTime is a preferred programmatic marketplace. We work with buyers and sellers of digital media to identify strategies that deliver maximum return, making it easy for our partners to plug into programmatic success.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketplace' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'bRealTime' LIMIT 1)),
('BridgeTrack','Personalized multichannel management tools and service, backed by a connected network of technologists and storytellers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Sapient' LIMIT 1)),
('Brightcove Video Cloud','Brightcove Video Cloud is the leading online video hosting platform and online video player solution. Learn how you can leverage the power of Brightcove&#039;s video hosting services for your brand.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Brightcove' LIMIT 1)),
('Merkle Digital Data Exchange','Brilig is a cooperative data marketplace for digital display advertising targeting. Service ceased on January 31, 2015,',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Data Exchange' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Merkle' LIMIT 1)),
('Texthelp','BrowseAloud adds speech and reading support tools to online content to extend the reach of websites for the 20% of the population that requires reading support. This includes those with dyslexia, learning difficulties, mild visual impairments and those with English as a second language.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Accessibility' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Texthelp' LIMIT 1)),
('Browser-Update.org','An initiative by web designers to inform users about browser-updates',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Browser Advice' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Browser-Update.org' LIMIT 1)),
('Quantcast','Quantserve.com creates web beacons and cookies operated by audience research and behavioural advertising company Quantcast.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Data Optimisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Quantcast' LIMIT 1)),
('Blue State Digital','Blue State Digital is a purpose-driven, full-service digital agency. We transform how causes and brands engage their most important people.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Blue State Digital' LIMIT 1)),
('Booking.com','Big savings on hotels in 96,000 destinations worldwide. Browse hotel reviews and find the guaranteed best price on hotels for all budgets.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Hotel Reservations' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Booking.com' LIMIT 1)),
('Button','Button connects your app to leading commerce brands, earns you money, and generates user loyalty.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Loyalty and Referral Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Button' LIMIT 1)),
('BrightRoll','BrightRoll delivers programmatic tools for the buying and selling of video, display, and native advertising across all screens.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Media Sales Platform (SSP)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Yahoo!' LIMIT 1)),
('BrightTag','BrightTag&#039;s tag management solution helps companies more effectively and efficiently unlock the value of their business data produced by consumers on their websites. Built-in privacy management tools also help brands respect individual requests not to be tracked or targeted for advertising, as well as comply with all regulatory requirements specific to cookies and privacy.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Tag Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Signal' LIMIT 1)),
('Bidtellect','The First Open, Multi-format, Multi-device Native Marketing Platform Connecting Advertisers and Publishers to Deliver Optimized and Insightful Native Advertising at Scale.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Real-time Bidding' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Bidtellect' LIMIT 1)),
('Blue Triangle Technologies','Blue Triangle Technologies is the leader in web performance management, predicting and quantifying the business impact of page speed changes.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Performance Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Blue Triangle Technologies' LIMIT 1)),
('Buffer','Buffer makes it super easy to share any page you''re reading. Keep your Buffer topped up and we automagically share them for you through the day.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Media' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Buffer' LIMIT 1)),
('Cloud-A','We make IT Infrastructure simpler to understand & manage so that your team is more productive. We do this by increasing visibility, insight, and manageability of your data while liberating you from the antiquated way IT infrastructure was once delivered in the past.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Cloud Access Solutions' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Cloud-A' LIMIT 1)),
('Peaks & Pies','Peaks & Pies ist ein kleines, feines Team, das sich auf Website-Optimierung und Webanalyse spezialisiert hat.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Peaks & Pies' LIMIT 1)),
('Burt','Burt is a data integration and analytics company helping publishers thrive in the new media landscape. Our solutions make users smarter and more efficient at building out valuable audience and advertiser relationships across the rapidly expanding universe of new screens, formats and customer behaviours.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Burt' LIMIT 1)),
('Buto','We help professional organisations engage, retain and build their audiences using online video. If you need to deliver internal content securely, or take real control of how your video is presented and measured on your dotcom site, we''re here to make it easy.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Big Button' LIMIT 1)),
('BuySellAds','Automated Guaranteed Advertising Software | BuySellAds.com Online Advertising Network',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'BuySellAds' LIMIT 1)),
('BuzzFeed','BuzzFeed is the leading independent digital media company delivering news and entertainment to hundreds of millions of people around the world.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social News' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'BuzzFeed' LIMIT 1)),
('Business Week','Bloomberg Business delivers business and markets news, data, analysis, and video to the world, featuring stories from Businessweek and Bloomberg News.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Newsfeed Provider' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Bloomberg' LIMIT 1)),
('HP Optimost','HP Optimost empowers you to deliver more engaging and profitable websites and digital marketing campaigns by optimizing your online presence. Delivered through a hybrid model of managed services and self-service tools, HP Optimost enables you to test with confidence when the stakes and complexity are highest, and immediately when speed is of the essence.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Hewlett-Packard Development Company' LIMIT 1)),
('BySide','Fully integrated services to create a single view of the customer - with every bit of data being actionable, in real-time.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'BySide' LIMIT 1)),
('Genesis Media','At Genesis Media, we analyze how each piece of content is consumed, across 28 million publisher pages. Our platform looks at time spent and interaction with articles to determine the amount of attention each one receives. We use this unique insight to make more intelligent decisions regarding how advertising messages are delivered to readers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Yield Optimisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Genesis Media' LIMIT 1)),
('Compete','VOID - On December 31st 2016 Compete.com will be shutting down the PRO platform.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Millwood Brown Digital' LIMIT 1)),
('C1X','C1X utilizes the power of data science to provide marketers with the ideal mix of direct and auction-based buys to meet campaign goals, and to allow publishers to unleash the potential of their inventory and audiences.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'C1X' LIMIT 1)),
('C3 Metrics','C3 Metrics offers advertisers, agencies, and advertising networks analytical tools that enable our business customers to better understand advertising campaign performance and consumer behaviour in connection with ad campaigns and activities undertaken on their behalf.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'C3 Metrics' LIMIT 1)),
('Twenga','The biggest choice online. Find the best prices from top brands and UK retailers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Price Comparison' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Twenga' LIMIT 1)),
('Cachefly','CacheFly is the world''s first TCP-anycast based CDN, and the only network built for high throughput performance.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Cachefly' LIMIT 1)),
('Charities Aid Foundation','Connecting donations with charities. We create greater value for charities by transforming the way donations are made online.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Payment Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Charities Aid Foundation' LIMIT 1)),
('Calendly','Say goodbye to phone and email tag for finding the perfect meeting time with Calendly. It''s 100% free, super easy to use and you''ll love our customer service.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Connectivity' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Calendly' LIMIT 1)),
('CallRail','Call tracking, recording, and analytics. Optimize your marketing and increase ROI with call tracking. Metrics for PPC, SEO, and offline ad campaigns.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Call Tracking' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'CallRail' LIMIT 1)),
('ICF Technology','We deliver stunning high-definition video on the internet. We can distribute your content on any platform: tablets, PCs, Macs and any mobile device.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Platform (Streaming)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ICF Technology' LIMIT 1)),
('j2 Cloud Services','Is your email marketing producing the revenue you expect? Learn how to easily send email campaigns that deliver results with Campaigner.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'j2 Cloud Services' LIMIT 1)),
('Customer Acquisition Cloud','A suite of marketing technology solutions that enable marketers to better connect with and influence consumers at every touch point.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Real-time Bidding' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = '[24]7' LIMIT 1)),
('CANDDi','Our software can track existing customers and groups of customers'' web visits. With this data, we can email the relevant sales people as soon as they interact with your site, providing you with leads you would never have known about. You can target specific customer types and once they''ve visited certain sections on your site, our web tools will email your sales people with hot leads. They spend less time searching for leads, giving your business more time to sell. CANDDi Capture communicates at the exact time your web visitors are invested in your site. With this traction in place, your sales people will know a customer is ready to make a purchase and they can get in touch straight away.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Campaign and Digital Intelligence' LIMIT 1)),
('Canned Banners','Canned Banners provides advertisers, ad networks, and agencies with technology and tools that streamline the process of designing display ads. We think a key component of any successful display ad strategy is the ability to generate new ads quickly and easily.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Dynamic Display' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Canned Banners' LIMIT 1)),
('Canopy Labs','Personalize your marketing and sales. Our platform helps businesses increase their sales by predicting customer behavior and trends.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Canopy Labs' LIMIT 1)),
('Captiify','Forward thinking, Hindsight Optimized... A London based Digital Media company generating relevant and engaging advertising opportunities for global brands.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Captiify' LIMIT 1)),
('Captivate Ai','PERSONALIZE OPPORTUNITIES with 1-1 automated emails that feel human and sell more.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Captivate Ai' LIMIT 1)),
('Captora','Captora helps marketing teams intelligently scale and optimize marketing campaigns accelerating pipeline across digital channels.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Captora' LIMIT 1)),
('Carcloud','The car rental eCommerce platform that works with your car rental software or fleet management system to give you a fully customisable eCommerce website.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Car Rental Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Carcloud' LIMIT 1)),
('Cardlytics','Explore Cardlytics makes all marketing more relevant and measurable, enabling you to make smarter business decisions and more meaningful customer connections.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Loyalty and Referral Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Cardlytics' LIMIT 1)),
('Index Exchange','Index engineers its technology to create a neutral, transparent exchange that enables digital publishers and suppliers to sell their ad impressions programmatically and in real-time. An evolution of online media technology pioneer, Casale Media, Index equips enterprise sellers with custom architected solutions, fully transparent sell-side management technology, and access to programmatic demand that has been organized and certified by humans. We create our solutions with you in mind.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'WPP' LIMIT 1)),
('Caspian Media','We believe in the power of content, whether online, mobile, face-to-face or in print. We create award-winning content that informs, inspires and engages audiences worldwide. We build events that encourage the conversations our clients want to have.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Caspian Media' LIMIT 1)),
('Cast','Record, edit, publish, and host your podcast.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Cast' LIMIT 1)),
('Cavisson','A Leading provider of performance testing, monitoring and diagnostics software to improve quality, performance and availability of enterprise applications.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Performance Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Cavisson' LIMIT 1)),
('CCM benchmark Group','Whether you&#039;re dealing with a computer crash, a problem with your Internet connection, or jargon being tossed around by tech support, CCM is your gateway into the high-tech world.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Online Community (Forums)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'CCM benchmark Group' LIMIT 1)),
('Experian Cross-Channel Marketing Platform','Cross-Channel Marketing Platform. Engage your customer with the right message, through the right channel, every time.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Experian' LIMIT 1)),
('Conductrics','Serve up the Right Variation. Conductrics V3 helps you deliver the most proven digital experience to each customer, across every channel, in real time.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'A-B Testing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Conductrics' LIMIT 1)),
('CNET Content Solutions','CNET Content Solutions is the global leader in the exchange of product information, rich content and ecommerce solutions that powers ecommerce sites from SMB to Enterprise',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Product Search' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'CBS Interactive' LIMIT 1)),
('Kaizen Platform','Kaizen Platform allows brands, agencies, and freelancers to collaborate, create, and test the best experiences across the digital customer journey. Kaizen provides a full-service conversion optimization solution; strategy, creative, analytics, and experiments—all in a single platform.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Kaizen Platform' LIMIT 1)),
('GitHub','RawGit serves raw files directly from GitHub with proper Content-Type headers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'GitHub' LIMIT 1)),
('Truefit','Personalisation',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Truefit' LIMIT 1)),
('Datacamp','Content Delivery Network - website speed acceleration with CDN77. 28+ PoPs, Pay-as-you-go prices, no commitments.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Datacamp' LIMIT 1)),
('Betfair','The Sporting Exchange Limited, doing business as Betfair, provides online sports betting and gaming products in the United Kingdom, Gibraltar, Malta, Spain, Italy, the United States, Australia, Bulgaria, Denmark, and internationally.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Betting & Gambling' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Betfair' LIMIT 1)),
('Hearst Communications','Hearst is one of the nation''s largest diversified media, information and services companies with more than 360 businesses.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Hearst Communications' LIMIT 1)),
('Instagram','Instagram is a fast, beautiful and fun way to share your life with friends and family. Take a picture or video, choose a filter to transform its look and feel, then post to Instagram; it&#039;s that easy. You can even share to Facebook, Twitter, Tumblr and more. It&#039;s a new way to see the world.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Photographic Gallery' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Instagram' LIMIT 1)),
('cdnjs','cdnjs.com - The best FOSS CDN for web related libraries to speed up your websites! CDNJS is one of the most famous free and public web front-end CDN services which is used by ~1,143,000 websites worldwide.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN JSLib' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Cloudflare' LIMIT 1)),
('Blogg.se','Blogg.se is Scandinavia''s largest blog platform where millions of blogs are collected.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Internet Hosting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Blogg.se' LIMIT 1)),
('CDN Planet','No CDN is the same. With useful, factual information and handy tools we want to help you select the right CDN.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Opinions and Reviews' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'CDN Planet' LIMIT 1)),
('Kaltura Video Platform','Video solutions for media, service providers, enterprises, and education - OTT TV, Webcasting, Enterprise YouTube, VPaaS – live and VOD.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Platform (Streaming)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Kaltura' LIMIT 1)),
('Slate Group','Slate is a daily magazine on the web. Founded in 1996, we are a general-interest publication offering analysis and commentary about politics, news, business, technology, and culture.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Publisher' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Slate Group' LIMIT 1)),
('Celebrus Technologies','Celebrus provides real-time feeds of individual-level big data from websites, mobile apps &amp; social media to power advanced analytics &amp; transform customer relationships.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Celebrus Technologies' LIMIT 1)),
('Celtra','Celtra provides the most advanced and complete SaaS platform for creative production, management, distribution and optimization of display, video and native ads',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Native Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Celtra' LIMIT 1)),
('Ceros','Interactive content marketing software to create catalogs, lookbooks, magazines, infographics, and more without developers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Dynamic Content' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ceros' LIMIT 1)),
('Certona','The leader in omnichannel personalization, Certona delivers the most personalized customer experiences tailored to each individual using continuous behavioural profiling and predictive technology, resulting in increased engagement and conversions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Certona' LIMIT 1)),
('Certum','Electronic Signatures.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Certificate Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Certum' LIMIT 1)),
('Crazy Egg','Through Crazy Egg''s heat map and scroll map reports you can get an understanding of how your visitors engage with your website so you can boost your conversion rates.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Crazy Egg' LIMIT 1)),
('Commission Factory','Commission Factory is everything you would expect from the fastest growing Performance Marketing and Affiliate Network.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Affiliate Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Commission Factory' LIMIT 1)),
('Cgrdirect','Cgrdirect is the leading player in the UK online search market.The Company has pioneered the delivery of online marketing solutions for businesses,including its own extensive portfolio of websites and a far reaching web partner network.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Search Engine Optimisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Cgrdirect' LIMIT 1)),
('The Rubicon Project','Rubicon Project is a leading technology company automating the buying and selling of advertising.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Exchange' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'The Rubicon Project' LIMIT 1)),
('Channel.me','Cobrowsing for Live Chat. For the design of our new Live Chat software, we took an approach that centered around agent performance. We made it easier to handle multiple chats at the same time, and still keep an overview of all active chats.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Channel.me' LIMIT 1)),
('ChannelAdvisor','Search Marketing Strategies is an internet marketing blog brought to you by the search engine marketing and PPC team at ChannelAdvisor.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ChannelAdvisor' LIMIT 1)),
('Chargeads Oscar','Discover Oscar - a bold new digital Demand Side Platform (DSP) that challenges the way Advertisers, Agencies and Publishers connect, across world''s most dynamic trading infrastructure.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Demand Side Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Chargeads' LIMIT 1)),
('Chartbeat','Chartbeat provides real-time analytics for publishers and media content creators. Get live real-time data about your website performance.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Chartbeat' LIMIT 1)),
('Checkfront','Smart, Simplified Online Bookings for Tours, Activities and Rentals.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Bookings and Reservations' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Checkfront' LIMIT 1)),
('CheckM8','High-Impact Rich Media Advertising Creative &amp; Technology &raquo; Feed',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'CheckM8' LIMIT 1)),
('CheckRate','CheckRate is a new division of Freestart plc and, as such, is part of an organisation that is ranked in the top twenty UK providers of online solutions. Established in 1999, Freestart offers a range of solutions that are designed to work on multiple levels. With a bespoke service that can handle all of your company''s needs, Freestart has experience significant growth in recent years due to the ever-demanding and changing online market place.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Credit Reports' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'FreeStart' LIMIT 1)),
('MailChimp','MailChimp provides email marketing for more than 15 million people globally. Send better emails, connect your e-commerce store, and sell more stuff.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'The Rocket Science Group' LIMIT 1)),
('Chitika','At Chitika, we only show ads to users when and where they want to see them. It&#039;s one of many things that set us apart from the competition with proprietary targeting and optimization technology that leverages the power of programmatic buying to serve precisely the right ad, at the right time.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Chitika' LIMIT 1)),
('ChoiceStream','ChoiceStream improves ad relevance and digital advertising campaign performance by programmatically selecting optimum advertising opportunities based on a dynamic understanding of consumers active preferences.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Creative Optimisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ChoiceStream' LIMIT 1)),
('CheetahMail','Cross-Channel Marketing Platform. Engage your customer with the right message, through the right channel, every time.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Experian' LIMIT 1)),
('Cint','Hosting 25 million registered consumers worldwide, Cint maintains an online insights exchange that connects community and panel owners to researchers, agencies and brands, for the sharing and accessing of consumer data.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Community & Discussion' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Cint' LIMIT 1)),
('LiveRamp IdentityLink','LiveRamp provides omnichannel identity resolution to agencies, brands, data owners, publishers, and technology platforms with IdentityLink. By tying data back to real people, IdentityLink makes it possible to build an omnichannel view of the consumer, and then onboard that to use in people-based marketing initiatives across digital channels.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Customer Identity Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'LiveRamp' LIMIT 1)),
('Civic','CIVIC is an industry leader in web development and web design Edinburgh. We provide strategy, design, development, marketing and hosting services.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Civic' LIMIT 1)),
('CJ Affiliate','CJ Affiliate Solutions can help you expand your reach, deepen customer relationships and grow your brand. CJ Affiliate is the most respected and productive affiliate network in the world, offering more of the industry''s best publishers, brands and programmes. Our renowned service, unique category and programme insights and relentless innovation are just a few of the reasons why brands who switch to CJ enjoy unprecedented growth.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Affiliate Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Conversant' LIMIT 1)),
('YuMe','A multi-screen video advertising company providing digital video brand advertising solutions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'YuMe' LIMIT 1)),
('ClearRise','Behavioural Messaging Automation for eCommerce Brands',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Customer Engagement' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ClearRise' LIMIT 1)),
('Clerk.io ApS','One tool to increase your conversion rate, average order value and customer retention. Clerk.io makes it easier for your customers to find what they seek by personalising every step of their shopping experience.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Clerk.io ApS' LIMIT 1)),
('Click4Assistance','Live Chat Software for UK Business Websites by Click4Assistance,Mobile Compatible,Fully Featured Customisable,Competitive no Lengthy contracts.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Click4Assistance' LIMIT 1)),
('Upland Software','Clickability is a leading software-as-a-service (SaaS) Web Content Management platform that empowers digital success by providing services to efficiently manage content globally for all web, mobile, and social initiatives.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Upland Software' LIMIT 1)),
('Syncapse','VOID - Syncapse, the social media marketing management company',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Syncapse' LIMIT 1)),
('Clickadu (Winner Solutions)','Clickadu provides high quality services and tools to those in advertising and publishing, enabling them to take their business to the next level by earning additional revenue from every click. We use the best industry ad server technology that let advertisers to maximize the income and let publishers get payout much higher than anywhere else.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Clickadu (Winner Solutions)' LIMIT 1)),
('Click Density','Clickdensity isn''t just another statistics or web analytics tool - instead it allows you to analyse user behaviour, and identify usability and information architecture issues...The Clickdensity heat map shows at a glance the relative popularity of components on your pages.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Click Density' LIMIT 1)),
('ClickDesk','ClickDesk is the top online chat software because it is a combined live chat and helpdesk software. Small businesses use ClickDesk to boost user engagement through live chat, voice chat, video chat, social media management, real-time analytics and an integrated help desk to manage support tickets and offline chats. Instantly answer questions from your web visitors, analyze user behavior, increase social traffic and drive conversions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ClickDesk' LIMIT 1)),
('ClickDimensions','ClickDimensions is the top-rated marketing automation solution for Microsoft Dynamics 365. ClickDimensions provides email marketing, forms, surveys and more.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ClickDimensions' LIMIT 1)),
('ToneMedia','Make money from our highly relevant ads on your site',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ToneMedia' LIMIT 1)),
('Clicktale','Clicktale, a SaaS leader in Digital Customer Experience, helps over 100,000 businesses create revenue-winning customer experience for web and mobile.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Clicktale' LIMIT 1)),
('Lyris','Lyris HQ empowers marketers to quickly and easily create content, automate multiple complex campaigns simultaneously, and interact with customers and prospects more effectively using personalized and targeted messaging.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Lyris' LIMIT 1)),
('Likelihood','Likelihood Intelligent Creative helps brands produce more relevant, engaging and inspiring visual content for their customers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'LIkeihood' LIMIT 1)),
('Clik.com Websites','Clikpic provide professional websites for photographers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Photographic Gallery' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Clik.com Websites' LIMIT 1)),
('cloudIQ','Simple, step-by-step analysis of your cart abandonment data. Get insights into how much cart abandonment is costing you. Calculate how much revenue you could recover every month.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'cloudIQ' LIMIT 1)),
('Amazon CloudFront','Amazon CloudFront is a content delivery web service. It integrates with other Amazon Web Services to give developers and businesses an easy way to distribute content to end users with low latency, high data transfer speeds, and no commitments.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Amazon' LIMIT 1)),
('Cloudinary','Cloudinary seamlessly delivers your website&#039;s assets from the Cloud to your users. This improves the visitor experience while reducing coding time and ongoing costs. Integrate with your new or existing website in a snap!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN Images' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Cloudinary' LIMIT 1)),
('CloudSponge','CloudSponge provides an interface to easily enable your users to import contacts from a variety of the most popular webmail services including Yahoo, Gmail and Hotmail/MSN as well as popular desktop address books such as OS X Contacts and Outlook.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'CloudSponge' LIMIT 1)),
('Cloudqp','WordPress, WooCommerce, program installation, web shop, theme technical support, SEO and VPS server optimization and other related complete services.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Cloud Access Solutions' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Cloudwp' LIMIT 1)),
('Clearstream','Our goal is to equip advertisers with a well-rounded look at the video content they purchase by going beyond page level and metadata and journeying into the actual video stream. Using a combination of object and audio detection, ground- breaking viewability technology, and comprehensive content and audience targeting capabilities, we provide brands with a TV-like buying experience in a progressive, digital world.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Clearstream' LIMIT 1)),
('Cludo','Cludo provides cloud-based search solutions which are flexible, easy to use and fast to set up. Get in control of your site search today.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Site Search' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Cludo' LIMIT 1)),
('Doubleclick AdX','DoubleClick Ad Exchange connects ad networks, agencies and third-party demand-side platforms with a vast global inventory in real time. Find the choice, quality and scale you need to drive results.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Exchange' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Google' LIMIT 1)),
('IBM Digital Analytics','IBM Coremetrics products, now IBM marketing software, can analyse data from customer behavior to uncover trends and insights for more targeted, effective marketing.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'IBM' LIMIT 1)),
('CNBC','In-depth world business news from Europe, the Asia-Pacific, Africa, the Middle East, Latin America and global market coverage.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Business News' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'CNBC' LIMIT 1)),
('Constructor.io','Adds autocomplete to your site with just two lines of code.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Constructor.io' LIMIT 1)),
('Buyapowa','Your customers have friends. Let''s make them customers too. Our refer-a-friend platform is simple to integrate, customisable and fully responsive.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Loyalty and Referral Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Buyapowa' LIMIT 1)),
('CogoCast','CogoCast is the display advertising platform of Cogo Labs. Use of CogoCast is restricted to businesses in the Cogo Labs/Link Ventures portfolio.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Cogo Labs' LIMIT 1)),
('Colbenson','SearchBroker ecommerce SiteSearch resolves findability and internal Site Search with a unique combination of cutting edge Information Retrieval technologies and the power of the Empathy Project by Colbenson.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Site Search' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Colbenson' LIMIT 1)),
('Collective','It&#039;s the one thing that every advertiser, publisher and agency in our industry is seeking: Audiences. Analyzing the billions of data points in our vast audience cloud and finding the right, top-tier inventory on the Internet takes experience and know-how.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Collective' LIMIT 1)),
('Comm100','Engage website visitors in real time; improve sales and support.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Comm100' LIMIT 1)),
('TagCommander','TagCommander is the leading enterprise tag management system (TMS) that helps global organizations better manage technical resources, accelerate marketing activities and improve campaign performance.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Tag Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'TagCommander' LIMIT 1)),
('Communicator','We''re Communicator. We love technology and marketing that engages and excites. For over a decade we''ve helped marketers to build longer and more profitable relationships with their customers; through the use of targeted, relevant communications.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Communicator' LIMIT 1)),
('Comodo','Comodo, the leading Internet Security Provider offers Free Antivirus, SSL Certificate and other Internet Security related products with complete protection.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Certificate Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Comodo' LIMIT 1)),
('IPONWEB','IPONWEB has a vision for RTB and Media Trading that is open, transparent and allows many different kinds of businesses to trade and sell media in real-time. All in their own unique way.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Real-time Bidding' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'IPONWEB' LIMIT 1)),
('Advance Magazine Group','Content for Vogue, Glamour, GQ, GQ Style, CN Traveller, Easy Living, Tatler, House and Garden, Brides, World Of Interiors, Vanity Fair, Johansens, CN Contract Publishing, Wired, Love, CN College.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Advance Magazine Group' LIMIT 1)),
('Confirmit','Confirmit helps businesses capture feedback with our extensive Voice of the Customer and Market Research programs using online survey software.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Confirmit' LIMIT 1)),
('Connatix','Connatix is a smart solution allowing brands to feature their content across web and mobile media properties in a real native way. Content is displayed with a similar look and feel of other story items and users view it on the same platform. Using Connatix marketplace, brands can target their relevant audience while optimizing their budget for best results.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Exchange' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Connatix' LIMIT 1)),
('Facebook Connect','Facebook Connect makes it easier for you to take your online identity with you all over the Web, share what you do online with your friends and stay updated on what they&#039;re doing. You won&#039;t have to create separate accounts for every website, just use your Facebook login wherever Connect is available.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Retargeting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Facebook' LIMIT 1)),
('Connect Events','Connect Events is an experiential media company based in Sydney, Australia. We are committed to producing superior quality yet realistically priced events serving key industry communities with a focus on innovative content delivery, effective networking and distinctive style.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Event and Presentation Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Connect Events' LIMIT 1)),
('Connexity','Our audience activation platform studies the products they buy, the sites they visit, as well as audience attributes like demographics - giving us valuable insights to connect with your audience.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Connexity' LIMIT 1)),
('Betgenius','Genius Sports is a global leader in sports data technology, distribution and commercialisation services. We provide innovative and data-driven solutions to sports, media and regulated betting markets.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Sports News' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Genius Sports' LIMIT 1)),
('Digital Remedy','Digital Remedy is a digital media solution company leading the tech enabled marketing space. Unprecedented access delivers performance-based innovation and maximizes your business potential through superior customer service, diverse strategic solution sets and flawless execution. Digital Remedy enables publishers, advertisers and influencers to access the full potential of their digital assets.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Digital Remedy' LIMIT 1)),
('ContentSquare','ContentSquare is a software company specialising in the optimisation of web and mobile websites. As a complete solution to support decisionmaking, ContentSquare allows you to justify your optimisation choice using the data displayed. Designed to empower marketing teams, the solution enables you to boost your online performance.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ContentSquare' LIMIT 1)),
('content.ad','Content.ad seamlessly integrates branded content into web publishers'' environments enhancing revenue, performance and user experience for publishers, advertisers, and consumers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'content.ad' LIMIT 1)),
('JuggCash','Juggcash team has built up the best converting adult affiliate program for you to make money on the internet. Enjoy the Brazzers team top ranked service that makes you easy money online in a variety of specific porn niches.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Affiliate Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'JuggCash' LIMIT 1)),
('Content Media Corporation','Content Media Corporation Ltd is a London and LA based private company that owns and distributes a significant library of film, television, and digital assets.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Media Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Content Media Corporation' LIMIT 1)),
('Overdrive','Content Reserve delivers thousands of digital titles to customers from the world''s top publishers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Overdrive' LIMIT 1)),
('media.ventive','Your agency for online marketing and web development.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'media.ventive' LIMIT 1)),
('ContextWeb','ContextWeb is a leading integrated digital media services company that delivers consistent, measurable online ad performance on hundreds of millions of real-time impressions every day. ContextWeb layers online and offline audience data with highly relevant content to deliver unique audiences at scale. Its proprietary page-level contextual technology delivers brand-safe environments and ranks among the top 20 ad-supported properties, according to comScore.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Real-time Bidding' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ContextWeb' LIMIT 1)),
('Conversio','Conversio is an all-in-one Ecommerce toolkit that will help optimize your recurring revenue &amp; get the money in the bank. Sell more. Do less.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing and Promotion' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Conversio' LIMIT 1)),
('Conversion Labs','Advanced system for converting anonymous users. We save lost conversions while increasing our customers'' sales.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Retargeting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Conversion Labs' LIMIT 1)),
('Conversion Logic','Easy to use SaaS platform for actionable, accurate marketing insights. Our experienced team, predictive modeling and simple UI provides unbiased results.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Attribution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Conversion Logic' LIMIT 1)),
('Convert Insights','A/B testing is one of the fastest methods to learn more about your visitors and their preferences. Our service is primarily used for conversion optimization onsite and in landing pages. Convert Experiment is A/B testing software used by many conversion experts by agencies, in-house talent, and consultants to support their testing and conversion needs.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'A-B Testing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Convert Insights' LIMIT 1)),
('MotionPoint','MotionPoint&#39;s platform powers new market growth for world-class brands.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Globalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'MotionPoint' LIMIT 1)),
('Convertro','Convertro was founded by marketers obsessed with measuring true ROI. Our job is help advertisers optimize media mix to increase sales, not provide numbers to justify old decisions. We work well with smart brands and agencies that want to drive growth with data-driven marketing, in a scalable way.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Attribution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Convertro' LIMIT 1)),
('Conviva','Convivas real-time big data processing platform enables the delivery of a TV-quality experience over the Internet. Any network. Any device. Any time.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Platform (Streaming)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Conviva' LIMIT 1)),
('Cookie-Script.com','Free EU Cookie Law solution. Make your website compliant with EU Cookie Directive. No programming skills required.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Cookie Compliance Solutions' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Cookie-Script.com' LIMIT 1)),
('CookieQ','CookieQ server-side tracking protection platform. Block malware and invisible tracking, while complying with data protection regulations using the only fully configurable cross-domain platform available, which can actively manage both first-party cookies and any embedded third-party content. CookieQ was the first EU ePrivacy solution, the first with the ability to register consent across multiple website domains managed by the same data controller, the first to do this without UIDs or persistent cookies, the only one to offer complete control over embedded third-parties and control the cookies on your site automatically .',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Privacy' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Baycloud Systems' LIMIT 1)),
('Cookie Reports','Cookie Reports Limited, the only fully automated risk assessment and monitoring tool to help organisations manage their websites within the bounds of the European Union&#039;s Privacy and Electronic Communications Directive. Website cookies audits, reviews and reports. Support for Article 5(3) of the e-Privacy Directive on cookies.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Cookie Compliance Solutions' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Cookie Reports' LIMIT 1)),
('CoolaData','The big data behavioral analysis solution A cloud based solution which covers all big data infrastructure components for data...',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Behavioral Automation Platform (Exit Intent)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'CoolaData' LIMIT 1)),
('CopperEgg','Monitor all of your servers, all of your web apps, and all of your databases all of the time from the cloud. Unlike other leading APM products, CopperEgg Real User Monitoring (RUM) integrates tightly with operations-essential tools including deep server monitoring, synthetic website monitoring and custom application metrics and is priced and packaged to cover entire production environments versus single development systems.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Performance Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'CopperEgg' LIMIT 1)),
('Council Advertising Network','Council advertising network. Providing a trusted network for advertisers and councils.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Council Advertising Network' LIMIT 1)),
('Covert Pics','Covet Pics - Shopify Galleries that sell.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Photographic Gallery' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Covert Pics' LIMIT 1)),
('CPEx','The Czech association of leading operators of online media: Czech News Center, Economia, Mafra, Mlada fronta Labe and Vltava Media, which makes advertising space to advertisers using technology RTB.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'CPEx' LIMIT 1)),
('Captify Media','Captify is a British-founded, leading ad tech company pioneering search retargeting, the fastest-growing segment of display advertising and programmatic buying. Captify targets users at scale by using search behaviours as the key indicator of intent ensuring that users are shown highly relevant ads that are likely to lead to conversion. Captify is the leading holder of Search Data in Europe and our technology uses its proprietary algorithm and intelligent analysis to combine these searches with other data points such as context, browsing activity, social and recency. Captify works with the biggest brands in the world in all main verticals/categories running UK and international campaigns.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Retargeting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Captify Media' LIMIT 1)),
('CPXi','CPXi is a global digital media holding company with over a decade of experience connecting consumers with brands. The company has four primary divisions: bRealTime, offering programmatic solutions for both demand and supply side partners; Simplixity, providing full service media execution for brands, agencies and direct marketers; Affiture, an affiliate network driving performance objectives, and; AdReady, providing a self-serve platform for programmatic creative and media placement. CPXi provides multi-screen messaging, leveraging display, social, mobile and video advertising at scale, serving billions of managed impressions daily. CPXi is a privately held company.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'CPXi' LIMIT 1)),
('Cybernet Quest','With our service you place a small image on your web-site and we''ll register information such as when, from where and by using what your visitors have visited your site.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Hit Counter' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Cybernet Quest' LIMIT 1)),
('Salesforce Commerce Cloud','With the industry&#039;s most agile and scalable ecommerce platform, Commerce Cloud enables an ecommerce strategy that drives growth.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'ECommerce Solution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Demandware' LIMIT 1)),
('Creafi Online Media','Creafi provides high quality online media solutions to advertisers and publishers like web banners, video ads, internet for advertising and business marketing.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Creafi Online Media' LIMIT 1)),
('GSkinner','CreateJS is a JavaScript suite for developers looking to control the true power of HTML5''s canvas element.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'GSkinner' LIMIT 1)),
('IS Group','numberly is a 1000mercis Group brand, a pioneer in interactive advertising and marketing, providing innovative solutions for companies willing to optimise their customer acquisition and retention through interactive media (Internet, mobile phones and tablets).',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Internet Hosting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'IS Group' LIMIT 1)),
('MediaMath','MediaMath is a global provider of digital advertising media and data management technology.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'MediaMath' LIMIT 1)),
('RTB House AdPilot','Retargeting. Real-time Bidding. Real Results. For everyone from large e-commerce, to small startups and manufacturers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Real-time Bidding' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'RTB House' LIMIT 1)),
('Mediasyndicator','Mediasyndicator provides advertisers access to passionate & engaged audiences across best-of-breed digital properties in sport, technology, automotive and more.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Mediasyndicator' LIMIT 1)),
('Creators','Here at Creators, we help writers, artists and video creators get their content seen. Become a Creator today!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Publisher' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Creators' LIMIT 1)),
('Criteo','Criteo offers a full-service solution that extends the performance, simplicity and control of search to display.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Retargeting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Criteo' LIMIT 1)),
('Crowd Ignite','Crowd Ignite is a link exchange that actually works because of a lot of geeky-science stuff used to find the best way to get you a lot of traffic',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Link Exchange' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Crowd Ignite' LIMIT 1)),
('Crowdskout','Crowdskout is a data management and marketing platform that brings all of your data under one roof, allowing for better and smarter decisions. We connect, match and integrate all of your data sources together, allowing you to search, segment, visualize and analyze. Then, we help you to take action.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Data Management Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Crowdskout' LIMIT 1)),
('CrowdTwist','CrowdTwist is an industry-leading provider of comprehensive multichannel loyalty and engagement solutions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Loyalty and Referral Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'CrowdTwist' LIMIT 1)),
('Cross Pixel Media','Cross Pixel is the leading provider of high performance audience data and information for the real time advertising industry. We build data-driven custom audiences build for high performance in the RTB advertising space.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Real-time Bidding' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Cross Pixel Media' LIMIT 1)),
('Comodo Certificate Authority','Comodo, the leading Internet Security Provider offers Free Antivirus, SSL Certificate and other Internet Security related products with complete protection.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Certificate Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Comodo' LIMIT 1)),
('Crowd Control','Lotame, a leading data management company, helps you make smarter, more profitable marketing &amp; business decisions with its Data Management Platform (DMP).',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Data Management Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Lotame' LIMIT 1)),
('Geniee','Japanese SSP/Adnetwork, helps maximize customer revenue with leading-edge ad technology.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Geniee' LIMIT 1)),
('eBay Enterprise','eBay Enterprise (formerly GSI Commerce) is an eBay company specializing in creating, developing and running online shopping sites for brick and mortar brands and retailers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'eBay Enterprise' LIMIT 1)),
('Constant Contact','With Constant Contact, you can create effective email marketing and other online marketing campaigns to meet your business goals.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Constant Contact' LIMIT 1)),
('Windows','Microsoft Windows certificate trust lists (CTLs).',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Certificate Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Microsoft' LIMIT 1)),
('Crimtan','Crimtan&#40s fully independent technology stack is built on an anonymous user profiling and audience modelling platform that is integrated with our proprietary ad server and bidder to work in real-time and make sure campaign results exceed expectations.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Server' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Crimtan' LIMIT 1)),
('Neiman Marcus','Neiman Marcus is an American luxury specialty department store owned by the Neiman Marcus Group, headquartered in Dallas, Texas. The company also owns the Bergdorf Goodman department stores and operates a direct marketing division, Neiman Marcus Direct, which operates catalogue and online operations under the Horchow, Neiman Marcus and Bergdorf Goodman names.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Hosted Media' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Neiman Marcus' LIMIT 1)),
('Curalate','Curalate is the all-in-one visual marketing platform for Pinterest, Instagram, Tumblr and Facebook. Run contests, schedule posts and analyze images.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Curalate' LIMIT 1)),
('Oracle','With so many customer demands and service channels, find out how Oracle can help you delight customers and develop outstanding modern customer service.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Oracle' LIMIT 1)),
('Customer.io','We make it easy to send emails triggered by user behavior. Build, measure and improve your emails to activate and retain users.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Customer.io' LIMIT 1)),
('Custora','Custora is an advanced customer analytics platform built for retailers. Our software helps retailers acquire valuable customers and improve customer retention. Lifecycle Marketing, Customer Lifetime Value (CLV), Cohort Analysis.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Custora' LIMIT 1)),
('Cxense','EmediateAd is the Ad Serving solution that boosts the revenue of publishers&#039; digital advertising. Designed for publishers of all sizes or networks with multiple websites and platforms, EmediateAd offers a tailor-made setup with a high degree of support.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Cxense' LIMIT 1)),
('Adthink','ADTHINK has become an expert in audience monetization and reconciles the interests of advertising partners and site publishers by connecting the former with millions of web users and providing the latter with a way of optimising monetization of their audiences.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Creative Optimisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adthink Media' LIMIT 1)),
('Lucky Orange','Get into the minds of your customers by watching them navigate your site and chatting with them as they do so.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Lucky Orange' LIMIT 1)),
('SaleCycle','The Global Leader in Email and On-Site Remarketing, SaleCycle helps turn your website visitors into customers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SaleCycle' LIMIT 1)),
('Snowplow','Snowplow, the event analytics platform. Have every single event, from your websites, mobile apps, desktop applications and server-side systems, stored in your own data warehouse and available to action in real-time.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Snowplow Analytics' LIMIT 1)),
('SiteGainer','Experience the next generation A/B testing &amp; conversion optimization platform. A/B testing, personalization, high converting popups, heatmaps &amp; surveys in one place!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'A-B Testing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SiteGainer' LIMIT 1)),
('IcoMoon','IcoMoon provides a package of vector icons, along with a free HTML5 app for making custom icon fonts or SVG sprites. Browse among thousands of pixel perfect icons or import your own vectors.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN Fonts' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'IcoMoon' LIMIT 1)),
('GoSquared','GoSquared is the real-time analytics service that helps you act now, not tomorrow.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'GoSquared' LIMIT 1)),
('Qubit Deliver','Qubit Deliver – A/B Testing',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'A-B Testing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Qubit' LIMIT 1)),
('SmarterHQ','SmarterHQ is the leading multi-channel behavioral marketing platform, empowering B2C marketers to personalize individual customer interactions in real-time.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SmarterHQ' LIMIT 1)),
('Webtrends','Webtrends is both the pioneer of digital analytics and a leader of digital marketing solutions today. We''ve been around since 1993, but stay far ahead of the curve when it comes to helping brands reach customers in a meaningful way.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Webtrends' LIMIT 1)),
('Fanplayr','Fanplayr helps eCommerce retailers convert browsers into buyers with real-time offers & messaging responding dynamically to shopping behavior.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Fanplayr' LIMIT 1)),
('Retention Science','Retention Science empowers marketers through Artificial Intelligence. Our technology combines deep machine learning and true automation, turning data-driven insights into intelligent actions that further customer retention. We help build the lasting relationships that build your business.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing and Promotion' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Retention Science' LIMIT 1)),
('Bluegg','Bluegg is a web design and brand design company based in Cardiff Bay. We help companies all over the world tell their story and promote their brand both online and offline.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Bluegg' LIMIT 1)),
('feedoptimise','We help online shops manage and optimise their product data feeds performance in real-time.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'feedoptimise' LIMIT 1)),
('Fresh Relevance','The Real-Time Marketing Company. We power real-time multi-channel personalization and automated communications for leading brands.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Fresh Relevance' LIMIT 1)),
('Parse.ly','Parse.ly provides digital publishers with clear audience insights to answer questions about how readers are responding to content.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Parse.ly' LIMIT 1)),
('Tag Inspector','Tag Inspector, is a Tag Auditing tool that is used by some of the largest companies and brands in the world to scan, monitor and report on their tag coverage across their many websites.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'InfoTrust' LIMIT 1)),
('WebEngage','Improve user engagement via communication channels like mobile push, email, web push, in-app and SMS. Orchestrate and implement user journeys using a drag-n-drop workflow designer.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Customer Engagement' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'WebEngage' LIMIT 1)),
('Tailored','Tailored organises the world''s information about every product to tailor the best three to your own personal needs. You can buy instantly from any retailer or watch for price changes and deals.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Dynamic Content' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Tailored' LIMIT 1)),
('Keen IO','Keen IO is a set of powerful APIs that allow you to collect, analyze, and visualize events from anything connected to the internet.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Keen IO' LIMIT 1)),
('Reflektion','Reflektion''s platform understands and influences the intent of each customer in real time to deliver relevant content across touchpoints that matter most.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Reflektion' LIMIT 1)),
('LiftSuggest','Our mission is to revolutionize the way pricing is carried out and thus make a dent in the eCommerce Industry. To this aim, we''ve built the Price Discovery Engine to help e-commerce retailers increase their profits by using low hanging fruits for pricing their products correctly.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'A-B Testing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'LiftSuggest' LIMIT 1)),
('Flipp','Flipp - Reimagine the Weekly Shopping Experience. We''re helping retailers transform circulars to the personalized, digital future.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Flipp' LIMIT 1)),
('Moz Recommended Companies','Moz has maintained this list of recommended firms providing services in the web marketing field since 2005.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Opinions and Reviews' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Moz' LIMIT 1)),
('TraceView','Get insight beyond averages and understand application performance trends over multiple releases. Use advanced visualizations to see every call, at every layer, for 90 days.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Performance Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Solarwinds' LIMIT 1)),
('VisScore','VisScore provides accurate marketing and customer reporting that is both affordable and accessible, based around and including the foundations of algorithmic attribution modelling.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'VisScore' LIMIT 1)),
('FLXone','The FLXone Data Management Platform helps you better understand your customers and drive marketing effectiveness. Collect and unify data from your website, mobile apps, CRM, advertising platforms and marketing systems in one place. We take care of the technology so you can create and target relevant audiences across display, mobile, video and offline channels.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Data Management Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Teradata' LIMIT 1)),
('Justuno','Conversion Optimization Platform to increase sales, build email list and reduce cart abandonment.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Lead Generation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Justuno' LIMIT 1)),
('Talkable','Talkable enables e-commerce companies to easily launch referral marketing programs',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Loyalty and Referral Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Talkable' LIMIT 1)),
('Sourcepoint','A platform built for publishers, providing the data needed to make informed decisions about content compensation and offering consumers multiple options of paying for the content they love.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad-block Detection' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Sourcepoint' LIMIT 1)),
('JustPremium','Our High Impact Rich Media ad formats offer advertisers more creative possibilities, such as video and rich media.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'JustPremium' LIMIT 1)),
('Schuh (image shard)','Image shard',(SELECT idcategory FROM thirdpartydb.category WHERE name = '1st Party' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Schuh' LIMIT 1)),
('SessionCam','Session replay, Heatmaps. Funnels, Form analytics, Drop-off',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Usability Research (Customer Experience)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ServiceTick' LIMIT 1)),
('CleverTap','CleverTap integrates app analytics and mobile engagement. Engage and retain users through personalized Push, In-App, Email and Web messaging.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'CleverTap' LIMIT 1)),
('Omniconvert','Omniconvert is an award winning CRO software that can be used for A/B testing, online surveys, traffic segmentation and web personalization.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'A-B Testing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Omniconvert' LIMIT 1)),
('Bugsnag','Bugsnag - Detect and diagnose crashes in your applications',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Event Logging Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Bugsnag' LIMIT 1)),
('Unbounce','Since 2009, Unbounce has helped marketers and digital agencies increase website and campaign conversions. Unbounce''s landing page and conversion marketing platform allows marketers to quickly create, launch and test high-converting landing pages and website overlays without developers. With unrivalled customer support, global hosting and 99.95% server uptime, Unbounce has powered over 250 million conversions for marketers around the world.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing and Promotion' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Unbounce' LIMIT 1)),
('TrackJS','JavaScript Error and Event Tracking for Modern JavaScript Websites and Applications.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Performance' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'TrackJS' LIMIT 1)),
('Scoota','Scoota is an online advertising technology company that enables advertisers to create, activate, measure and optimise brilliant brand campaigns at scale. We offer a single programmatic platform for the creation and delivery of rich, high-impact formats via open real-time bidding and private marketplaces, without compromising creative execution or brand safety.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Scoota' LIMIT 1)),
('Alexa Certified Metrics','Our tools will help you understand who comes to your site, from where, and for how long so your content can engage them more effectively and turn them into loyal readers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Alexa (Amazon)' LIMIT 1)),
('DialogTech SourceTrak','Track phone calls back to specific ads, keyword searches, web pages, social media and digital ads, mobile, and offline campaigns with SourceTrak call tracking software from DialogTech. Capture complete session-based data on every call, including the caller''s activity on your website, for insights into what content converts visitors to phone leads.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Attribution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'DialogTech' LIMIT 1)),
('TINT','Display user-generated content into every aspect of your marketing efforts in minutes.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'TINT' LIMIT 1)),
('Yieldify','Yieldify is an eCommerce solution that converts visitors into customers. We harness our multi-channel abandonment analytics platform to mould personalised buyer journeys for the modern, always-on consumer. Our expert teams build, manage and measure tailored on-site and email campaigns, across every channel. Our technology creates incremental value for top global brands by optimising their online conversion rates and driving lead generation.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Retargeting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Yieldify' LIMIT 1)),
('Pusher','Real-time features made easy. Stop reinventing the wheel. Add interactive and engaging features to your apps with APIs, libraries and developer tools in a matter of minutes, not weeks.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Push Notifications' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Pusher' LIMIT 1)),
('Permutive','We enable publishers, marketers & digital product mangers to customize user experience in real-time on every device, across every channel.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Publisher Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Permutive' LIMIT 1)),
('Opentag','Our tag manager, Opentag, is the most advanced tag management solution on the market, used by leading brands to optimize their web technology deployment.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Tag Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Qubit' LIMIT 1)),
('Magnetic','Magnetic enables advertisers to reach new and existing customers through search retargeting and other data-driven advertising strategies.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Retargeting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Magnetic' LIMIT 1)),
('Ecwid','Ecwid is a leading choice for small business merchants to easily set up a store and start selling fast. No need to abandon your existing site — Ecwid can be added virtually anywhere you have an online presence. You have the freedom to operate multiple online stores including on your website, social media channels, and mobile devices. So stop reading and start selling from your new online store!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'ECommerce Solution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ecwid' LIMIT 1)),
('Janrain','Janrain specializes in customer identity data management and social login systems so businesses know their customers and leverage data to deliver personalized marketing.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Janrain' LIMIT 1)),
('Vero','The event driven email platform for product focused teams.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Semblance' LIMIT 1)),
('d3 Media','d3 - the visual production suite for video professionals',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'd3 Technologies' LIMIT 1)),
('Sidecar','Hands off your product listing ads! Sidecar''s technology assigns the right bid to each product every day, so you don''t have to. Sidecar is a Google Partner.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Dynamic Content' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Sidecar' LIMIT 1)),
('Usabilla','Collect continuously visual feedback on your website, visualize results, and improve your user experience. Happy users convert.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Usabilla' LIMIT 1)),
('SimpleReach','SimpleReach provides content creators with universal measurement and optimized distribution for all their content campaigns. We provide real-time visibility and detailed historical reporting into how content performs across a number of metrics like reach, engagement, and social activity.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Measurement and Distribution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SimpleReach' LIMIT 1)),
('Loggly','The world&#039;s most popular cloud log management service delivers application intelligence. No Software. No Downloads. No Sweat.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Event Logging Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Loggly' LIMIT 1)),
('Atom Content Marketing','Atom Content Marketing was created to give clients a way to communicate effectively with the hard-to-reach small business market.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Atom Content Marketing' LIMIT 1)),
('Unknown','unknown',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Connectivity' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Unknown' LIMIT 1)),
('CUBED Attribution','CUBED Attribution is a platform that allows you a new approach to understand your marketing effectiveness.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Attribution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'CUBED' LIMIT 1)),
('Tealium','Enterprise tag management and digital data distribution (D3P). Streamline digital marketing and take action on your most valuable audiences in real-time.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Tag Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Tealium' LIMIT 1)),
('Remarketing Pixel','Reach your audience no matter where it is. Remarketing Pixel provides you with highly targeted, real time digital advertising solutions and the best account management in the industry.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adsterra Network' LIMIT 1)),
('HotelsCombined','Compare all the top travel sites in just one search to find the best hotel deals at HotelsCombined.co.uk - awarded world''s best hotel price comparison site.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Travel Search Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'HotelsCombined' LIMIT 1)),
('Kakao','Combining the expertise and experience behind Korea''s first free email service Daum Mail and the world''s first mobile social platform messenger KakaoTalk, Kakao is working non-stop to drive innovation in the way people communicate and socialize online.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Media' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Kakao' LIMIT 1)),
('Rakuten DC Storm','DC Storm&#039;s Measured Success arms digital businesses with marketing measurement, attribution, analysis and reporting to power data driven decisions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Rakuten' LIMIT 1)),
('Realytics','The TV tracking reference platform to measure the online impact of your TV advertising campaigns.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Realytics' LIMIT 1)),
('DCSL Software','Award winning London Bespoke Software Development company, developing custom software applications, mobile apps and offering software consultancy across the UK.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'DCSL Software' LIMIT 1)),
('SundaySky','SundaySky powers personalized video experiences in real time throughout the customer lifecycle.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Monetization' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SundaySky' LIMIT 1)),
('Delta Projects AB','Delta Projects offers a one-stop-shop for media planning and buying. We call it Smart Campaign Management. It includes everything you need: Planning, Buying, Optimization and Reporting - all in real time. And it doesn&#039;t stop there, we include free Ad Hosting, tracking and personalized support. And it&#039;s all combined with a one-of-a-kind targeting technique. We think that&#039;s kind of a big deal.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Delta Projects AB' LIMIT 1)),
('Dealtime','DealTime helps you save time and money every time you shop online. DealTime has it all; millions of products, unbiased reviews and the comparison tools you need to find great deals.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Price Comparison' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Dealtime' LIMIT 1)),
('Decibel Insight','Decibel Insight solves problems for the world''s largest websites by revealing exactly how their online visitors behave.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Decibel Insight' LIMIT 1)),
('DeepIntent','Serving generic ads is a thing of the past. DeepIntent allows brands to build contextual campaigns to deliver ads that fit the specific sentiment around the brands, people, places, and things of interest to your audience.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'DeepIntent' LIMIT 1)),
('Delicious Media','Keep, share, and discover the best of the Web using Delicious, the world&#039;s leading social bookmarking service.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Media' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Delicious Media' LIMIT 1)),
('OpenX Technologies','With OpenX, publishers make more money by maximizing ad inventory and content engagement. Advertisers reach targeted audiences at scale and improve ROI.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Exchange' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'OpenX Technologies' LIMIT 1)),
('Limelight Networks','Limelight Orchestrate is a cloud-based platform that provides a suite of tools to create, manage, deliver, and optimize your engagement across touchpoints.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Limelight Networks' LIMIT 1)),
('DemandBase','The first-ever target account marketing platform for B2B marketers. Key in on your key targets like never before.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'DemandBase' LIMIT 1)),
('DemandJump','DemandJump shows marketers exactly where to drive traffic and revenue.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'DemandJump' LIMIT 1)),
('Adobe Audience Manager','Demdex provides Audience Management solutions for powering dynamic, multi-channel data strategies online. Having pioneered the SaaS Audience Management market since 2008, Demdex&#039;s services are continually being embraced by some of the world&#039;s most recognized brands across diverse industries. As the best alternative to homegrown systems which are expensive to build, operate and maintain, Demdex&#039;s enterprise-level technology provides the scale, reliability, insight and performance necessary for businesses to succeed online.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Data Management Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adobe Systems' LIMIT 1)),
('Sortable','Sortable&#039;s ad technology works intelligently behind the scenes to optimize your ad impressions so you can focus on creating great content for your audience.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Optimisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Sortable' LIMIT 1)),
('Devatics','The Devatics technology allows marketers to be flexible in optimising sales, that previously has shown increases of over 20%. Every month, more than 10 million visitors enjoy a real time personalized visit, courtesy of Devatics technology!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Devatics' LIMIT 1)),
('Developer Media','The leading digital marketing solution for technology focused advertisers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Developer Media' LIMIT 1)),
('dexiMEDIA','dexiMEDIA is a next generation performance based advertising marketplace utilizing proprietary smart technology that delivers effective and efficient marketing solutions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'dexiMEDIA' LIMIT 1)),
('LoyaltyLion','Increase customer lifetime value. Reward customer activity and gain valuable insights.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Loyalty and Referral Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'LoyaltyLion' LIMIT 1)),
('DialogTech','DialogTech provides marketers call tracking, call attribution and insights to improve customer journey optimization.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Attribution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'DialogTech' LIMIT 1)),
('dianomi','dianomi performance marketing enables global brands in financial services to target the affluent and acquire customers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'dianomi' LIMIT 1)),
('DigiCert','Wildcard SSL Certificates &amp; 2048-Bit Extended Validation SSL Certificate Authentication. Strong Secure Sockets Layer Https Encryption for Network Security.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Certificate Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'DigiCert' LIMIT 1)),
('Digital Look','Digital Look: share prices, live trading charts, international company research and market news alerts for investors and financial media.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Business News' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Digital Look' LIMIT 1)),
('DigitalScirocco','DigitalScirocco assembles and places personalized, relevant, and complementary sets of content for each page view.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'DigitalScirocco' LIMIT 1)),
('Pulsepoint','PulsePoint helps brands engage the right consumers at scale by fusing the science of programmatic distribution with the art of content marketing.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Pulsepoint' LIMIT 1)),
('Disqus','If you&#039;re passionate about writing and sharing, Disqus helps you build a community of active readers and commenters.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Community & Discussion' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Disqus' LIMIT 1)),
('TVTY','TVTY is the leading brands and agencies platform for triggering online campaigns with offline moments. Trigger campaigns in real-time with TV ad context, sport events or weather.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'TVTY' LIMIT 1)),
('District M','District M is a digital media company that provides programmatic solutions for advertisers and publishers. Discover Boost our monetization platform for proprietary publishers and learn more about our data targeting and data platform!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'District M' LIMIT 1)),
('Divido','Divido lets customers spread the cost of any purchase over a period of time while the merchant gets paid in full right away, it''s a win-win.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Payment Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Divido' LIMIT 1)),
('Friendbuy','Customer referral program software and email opt ins for ecommerce. We make customer acquisition software for savvy marketers!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Loyalty and Referral Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Friendbuy' LIMIT 1)),
('Qubit QTracker','Qubit QTracker – Data Collector',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Qubit' LIMIT 1)),
('Dynamic Logic','An online research company that specializes in measuring the effectiveness of online communications.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Dynamic Logic' LIMIT 1)),
('Digital Millennium Copyright Act Services','DMCA.com is the #1 provider of Digital Millennium Copyright Act (DMCA) Takedown Services &amp; Website Content Protection tools.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Website Content Protection' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Digital Millennium Copyright Act Services' LIMIT 1)),
('Demand Media','At Demand Media, we live up to our name by first listening to what our more than one hundred million monthly visitors want and then delivering the content and rich online experiences they crave. Whether people use our content to help plan a celebration, prepare a healthy meal, or navigate new technology - we''re behind some of the great moments in life every day.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Demand Media' LIMIT 1)),
('dotMailer','Simple and fast, powerful and sophisticated - the email marketing automation platform that transforms your vision into reality.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'dotMailer' LIMIT 1)),
('Adometry','Adometry solves a problem that the world&#039;s top advertisers and agencies face everyday: How do I know what is really influencing customer conversions? We enable marketers to reach higher and achieve more in their advertising campaigns than previously possible. Whether the goal is increased conversions or a more efficient approach, Adometry clients experience a level of success that is both significant and enduring.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Attribution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Google' LIMIT 1)),
('Targetix Alliance','Targetix Alliance defines the products that the user may be interested in, based on an analysis of its behavior: queries, product study is an Internet store, the duration and the number of contacts with the goods, sex and age of the user',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Real-time Bidding' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Targetix' LIMIT 1)),
('HookLogic','HookLogic partners with the world''s leading retailers, online travel agencies, and automotive companies to provide marketers unprecedented access to bottom of funnel shoppers and a clear view into resulting sales attribution. The company''s high-performance vertical marketing programs accelerate sales for product brands, marketplace sellers, hoteliers, and automotive marketers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing and Promotion' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'HookLogic' LIMIT 1)),
('Team Internet Tonic','TONIC. Your global Marketplace for brand-safe Desktop and Mobile Traffic.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Team Internet' LIMIT 1)),
('Tonic','TONIC. Your global Marketplace for brand-safe Desktop and Mobile Traffic.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Team Internet' LIMIT 1)),
('donReach','Increase your social reach and drive more traffic with our free social tools & widgets.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Plugins' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'donReach' LIMIT 1)),
('Reklama','Reklama.pl is a meeting place for people from the advertising industry and marketing.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Reklama' LIMIT 1)),
('dotMailer Surveys','Collect customer data faster and smarter with our drag & drop survey and form builder.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'dotMailer' LIMIT 1)),
('Conversant','As the industry leader in personalized digital marketing, there''s always something happening at Conversant. See what''s newsworthy about our latest technological advancements and innovations, recent business acquisitions, industry thought leadership and our ongoing participation in consumer rights advocacy.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Conversant' LIMIT 1)),
('AdSupply','AdSupply. Top ad network. World class ad tech. We deliver viewable, high impact ads for brands, agencies &amp; publishers. Moat verified. comScore ranked.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AdSupply' LIMIT 1)),
('DoubleVerify','Delivering accountable performance in a brand safe environment is critical to the growth of digital advertising. DV is the proven market innovator with the technology and insights that assure brand performance and effectiveness for the world&#039;s largest advertisers online.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Attribution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'DoubleVerify' LIMIT 1)),
('KISSmetrics','Giving you the knowledge you need to make better decisions. KISSmetrics is a revolutionary person-based analytics platform for your whole team. Get product, sales, marketing, customer support working together to improve the metrics that matter.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'KISSmetrics' LIMIT 1)),
('Dow Jones','Dow Jones publishes the worlds most trusted business news and financial information in a variety of media. It delivers breaking news, exclusive insights, expert commentary and personal finance strategies.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Business News' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Dow Jones' LIMIT 1)),
('Deep Forest Media','A programmatic mobile marketing company and demand-side platform (DSP).',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Demand Side Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Rakuten' LIMIT 1)),
('Audience 360','Collect, analyze and target your ideal audience across all screens and devices using one central platform.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Datapoint Media' LIMIT 1)),
('Digitial Point','Digital Point is the largest webmaster community in the world. Includes tools and a large marketplace.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Digitial Point' LIMIT 1)),
('J.D. Williams & Co','A domain used by JD Williams to serve content relating to their products across multiple websites.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Hosted Media' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'J.D. Williams & Co' LIMIT 1)),
('Sunday Times Driving','Sunday Times Driving is the home of Jeremy Clarkson&#039;s car reviews. Motoring advice, news, tips and views to help you research and buy your next car.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Car Search Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Sunday Times Driving' LIMIT 1)),
('Dropbox','Dropbox is a service that keeps your files safe, synced and easy to share. Take your photos, docs and videos anywhere and never lose a file again.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'File Sharing and Synchronisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Dropbox' LIMIT 1)),
('Piwik','Piwik is the leading open source web analytics platform that gives you valuable insights into your website''s visitors, your marketing campaigns and much more, so you can optimize your strategy and online experience of your visitors.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Piwik' LIMIT 1)),
('Akamai Real User Monitoring','Akamai''s real user monitoring solution gathers data about individual web page requests and deliveries, and then aggregates and reports back to you what we''ve discovered about your site''s performance.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Performance Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Akamai Technologies' LIMIT 1)),
('Shareaholic','Drive pageviews to your website with Shareaholic''s industry leading share buttons, related content plugins, analytics, and browser extensions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Shareaholic' LIMIT 1)),
('iotec','iotec are intent marketing specialists, applying machine learning to identify consumer intent without assumptions. We provide transparent media buying, smart insights and expertise to enable brands to understand and intelligently act in real context and in real time.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Behavioral Automation Platform (Exit Intent)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'iotec' LIMIT 1)),
('dstillery','Find out how we can build new custom audiences for your campaign, using our unique targeting and activation system that looks at customers'' digital and physical.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'dstillery' LIMIT 1)),
('VideoHub','We are the premium video marketplace for brand-effective advertising. Brands around the world use our software to sell and buy cross-screen video advertising any way they want and to meet any video goal.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Monetization' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Tremor Video' LIMIT 1)),
('MarketGuide','MGID''s native advertising technologies help acquire visitors, monetize websites, bulid new audiences, grow traffic and increase conversions, using non-intrusive practices based on genuine engagement.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'MarketGuide' LIMIT 1)),
('PluginDetect','User License Privacy Policy Change Log Bug Reports / Contact Browser Detect Internet Explorer ActiveX (IE) Components (IE) All Plugins Deval VR Flash Java (Detector) Java (Tester) PDF Reader (Adobe) PDF Reader (Adobe+) PDF Reader (Firefox) PDF Reader (Generic) QuickTime RealPlayer Shockwave Silverlight VLC Player Windows Media Player window.navigator object Browser Plugin Detection with PluginDetect PluginDetect is a Javascript library that detects browser plugins.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Browser Advice' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'PluginDetect' LIMIT 1)),
('Distribute Travel','Our distribution technology empowers travel advertising with products providing live availability, pricing trends & precision personalisation.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Distribute Travel' LIMIT 1)),
('DTSCOUT','DTSCOUT (DTS) acts as a single point of contact- bringing together data-driven marketing leaders and data from millions of small-medium publishers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Lead Generation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'DTSCOUT' LIMIT 1)),
('Qubit Exit Feedback','Qubit Exit Feedback',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Behavioral Automation Platform (Exit Intent)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Qubit' LIMIT 1)),
('Dynamic Dummy Image Generator','Free online dummy image generator.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Image Generation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Open Source' LIMIT 1)),
('Datawrapper','Datawrapper is an open source tool helping everyone to create simple, correct and embeddable charts in minutes.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Datawrapper' LIMIT 1)),
('Affiliate Window','Affiliate network offering tracking and management solutions for maintaining an affiliate program.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Affiliate Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Digital Window' LIMIT 1)),
('Optilead','Optilead''s shopping cart abandonment recovery software is unique. Using a multi-channel approach, we help you retarget your most valuable prospects and convert abandoned carts into paying customers. Our real-time remarketing system recognises when people leave your website and uses a combination of phone, email and SMS to reconnect you with them.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Behavioral Automation Platform (Exit Intent)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Optilead' LIMIT 1)),
('Dynamic Converter','Dynamic Converter multi-currency display allows you to show your prices in multiple currencies.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Currency Conversion' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Dynamic Converter' LIMIT 1)),
('Dynamic Yield','Personalization, Recommendations, 1:1 Messaging and Yield Optimization Across Web, Mobile and Email.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Customer Engagement' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Dynamic Yield' LIMIT 1)),
('DynAdmic','DynAdmic created a unique way for brands to connect to their audience. It takes a simple and straightforward approach, laying out all the basics of targeting: personalized video ads. The right ad to the right person at the right moment!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'DynAdmic' LIMIT 1)),
('Amadeus','Amadeus travel technology helps businesses connect to the global travel ecosystem, manage operations more effectively and serve travellers better than ever.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Travel Search Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Amadeus' LIMIT 1)),
('MEC WebTrack','IAB / MEC WebTrack is a joint project by IAB Poland, MEC Analytics &amp; Insight, MEC Interaction and a group of publishers of online advertising. The main objective of the project is to measure the effectiveness of building a brand image by advertising online.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Verification / Atrribution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'MEC' LIMIT 1)),
('Invodo','Measure the ability to engage and convert shoppers using data and analytics with Invodo video for e-commerce.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Invodo' LIMIT 1)),
('ObjectPlanet','Create free online polls using the intuitive and easy-to-use EasyPolls.net from ObjectPlanet. You can share your polls on Facebook, Twitter, or embed the poll on your page. You can create web polls for free in minutes.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ObjectPlanet' LIMIT 1)),
('eBay','At eBay Enterprise Display and Retargeting (formerly Fetchback), our goal is to provide you with customized campaigns, world-class tools and unmatched expertise to help you every step of the way. You&#039;ll have access to our award-winning creative team, high-touch account management and expert optimization to help grow your brand and ensure your success.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Retargeting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'eBay' LIMIT 1)),
('Ebiquity','At Ebiquity, we help brands exploit the evolving marketing landscape to achieve business success. We provide customized data analytics, online tools and consultancy services. We recommend optimization strategies to improve our clients'' performance throughout the consumer path to purchase. This is possible thanks to our unique expertise and objective data insights.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ebiquity' LIMIT 1)),
('eBuzzing','Monetize your site with great branded content encouraging engagement, conversation and sharing.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Teads Managed Services' LIMIT 1)),
('ecommercefeed.net','A White Label Ecommerce Marketing Platform. An easy way to provide ecommerce marketing services to your clients.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ecommercefeed.net' LIMIT 1)),
('Eco Rebates','Tools for retailer, brands and utilities to optimize customer engagement with product offers and deliver increased sales.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing and Promotion' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Eco Rebates' LIMIT 1)),
('ECT News Network','ECT News Network is one of the largest e-business and technology news publishers in the United States. Our network of business and technology news publications attracts a targeted audience of buyers and decision-makers who need timely industry news and reliable analysis.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'News Provider' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ECT News Network' LIMIT 1)),
('eDigital Research','eDigitalSurvey is a fast, cost-effective method of getting accurate feedback from your online, mobile or high street customers - so you can create an improved customer experience, increase conversion, reduce churn and foster brand advocacy.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'eDigital Research' LIMIT 1)),
('European Interactive Digital Advertising Alli','The European Interactive Digital Advertising Alliance is the organisation responsible for enacting key aspects of the self-regulatory initiative for Online Behavioural Advertising (OBA) across Europe.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Industry Association' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'European Interactive Digital Advertising Alli' LIMIT 1)),
('MovingIMAGE24','The innovative Managed Video Platform of MovingIMAGE24 allows you to publish videos quickly and flexibly on nearly any internet-capable device.Via the web browser you are hosting your videos, embed them in websites and stream them in superior quality. A highly developed video technology enables the supply of your videos on online portals, intranet or social networks - without any additional software. Last but not least the integration in all common systems (CMS, DAM, PIM) is assured by means of the API. Distribute and manage your video files in compliance with the highest security standards and start to optimize your workflows.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Platform (Streaming)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'MovingIMAGE24' LIMIT 1)),
('Digital Media Services','Verizon Digital Media Services offers a next generation platform for all of your online video streaming and content delivery network (CDN) needs.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN Media' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Verizon' LIMIT 1)),
('eDigitalResearch','Leading provider of digital market research, helping businesses to grow by building bespoke insight programmes with passionate researchers, technical specialists and graphic designers all under one roof.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Customer Engagement' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'eDigitalResearch' LIMIT 1)),
('Edition Digital','Edition Digital publishing software unifies all crucial points of effective digital publishing; creating, managing, distributing, monetising and analysing.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Publishing Solution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Edition Digital' LIMIT 1)),
('Edot Web Technologies','We offer Premium Web Design, Personalised Web Consulting and Online Marketing Services, Google Adwords to SME''s in South Africa.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Edot Web Technologies' LIMIT 1)),
('D.A. Consortium','Online media representative business, ad technology business, ad operations business, etc.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'D.A. Consortium' LIMIT 1)),
('Effective Measure','Effective Measure is a leading provider of digital audience, brand and advertising effectiveness measurement and targeting solutions, bringing best practice online measurement data to premium publishers, agencies, networks, advertisers and researchers. The EM solutions offer brands, media and agencies invested in Oceania, Southeast Asia, Europe, Middle East North Africa and South Africa, a clear insight into their online audience and the ever-growing Internet population.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Effective Measure' LIMIT 1)),
('Effiliation sa','An independent production consultancy wholly owned by its executives, Effiliation federates skill clusters that allow it to work on all conceptual aspects of client marketing based on performance.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Affiliate Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Effiliation sa' LIMIT 1)),
('Interview','Interview SA publishes and markets software solutions for statistical surveys and analyses.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Interview' LIMIT 1)),
('GainCloud','Gaincloud Systems provides productivity business apps cloud for small businesses including eIdentity, eSSO, Emails, eList, ePay, ePDF, eForms, eInvoice, eShare and eFiles. All in one private cloud.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Cloud Access Solutions' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'GainCloud Systems' LIMIT 1)),
('eHost','Small business web hosting offering additional business services such as: domain name registrations, email accounts, web services, FrontPage help, online community resources and various small business solutions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Internet Hosting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'eHost' LIMIT 1)),
('Ekm Systems','ekmPowershop is the quickest, simplest and most powerful way to setup your own online shop. Its clutter-free interface was built with simplicity in mind so you''ll find it a doddle. If you get stuck at any point, you can speak to our friendly ecommerce advisers via live chat, local rate telephone or email.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ekm Systems' LIMIT 1)),
('eKomi','ekmPowershop is the quickest, simplest and most powerful way to setup your own online shop. Its clutter-free interface was built with simplicity in mind so you''ll find it a doddle. If you get stuck at any point, you can speak to our friendly ecommerce advisers via live chat, local rate telephone or email.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Opinions and Reviews' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'eKomi' LIMIT 1)),
('Elastera','Magento Hosting Company',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Internet Hosting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Elastera' LIMIT 1)),
('Elastic Ad','We want to create the biggest native advertising marketplace putting together multiple ad networks like yours. Enable your publishers to sell native advertising and enable your advertisers to buy inside your network or inside the ElasticAd marketplace.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Native Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Elastic Ad' LIMIT 1)),
('Elevate','Elevate is an award-winning provider of mission critical technology solutions to the federal marketplace and industries like financial services, healthcare, technology and energy',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Application and System Development' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Elevate Technology Solutions' LIMIT 1)),
('Elicit','Every keystroke is an opportunity. elicit gives marketers control over the single most-used feature on a website.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Site Search' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Elicit' LIMIT 1)),
('ELITechGroup','The ELITechGroup is a privately held group of worldwide manufacturers and distributors of in vitro diagnostic equipment and reagents.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Tracking' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ELITechGroup' LIMIT 1)),
('Elogia','We are a digital marketing agency specializing in ecommerce marketing. SEO, SEM, Social Media, ASO, Display and RTB ...',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Elogia' LIMIT 1)),
('SFR','SFR is a French telecommunications company that provides voice, video, data, and Internet telecommunications and professional services to consumers and businesses.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Connectivity' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SFR' LIMIT 1)),
('Email Attitude','Email Attitude is constantly searching for the best offers around. Promotional offers including leisure activities, discount vouchers, gift vouchers, new products.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = '1000mercis' LIMIT 1)),
('EmailCenter','Emailcenter specialise in making advanced email marketing simple and easy to use. Our Clients use our platform to engage with their subscribers via automated, relevant and highly targeted email campaigns.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'EmailCenter' LIMIT 1)),
('EMAP','EMAP is a content, subscription and networking business. We connect influential people &amp; organisations to a high-value network of decision-makers, data and ideas through our industry-leading portfolio of brands including Retail Week, Health Service Journal, MEED, Architects&#039; Journal and Drapers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Publisher' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'EMAP' LIMIT 1)),
('Embedly','Embedly delivers the ultra-fast, easy to use products and tools for richer sites and apps.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Media Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Embedly' LIMIT 1)),
('Capita','Capita plc is a UK leader in technology-enabled business process management and outsourcing solutions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Credit Reports' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Capita' LIMIT 1)),
('EmpathyBroker Site Search','EmpathyBroker powers the Search & Navigation of many online stores, sites and apps, utilising the cloud. We help people find exactly what they are looking for once on site or in an App.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Site Search' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'EmpathyBroker' LIMIT 1)),
('Selligent','Each customer is on a unique digital journey. Our integrated, omnichannel marketing engagement platform makes it easy to be present—and persuasive—at every twist and turn.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Selligent' LIMIT 1)),
('SmartFocus','SmartFocus empowers you to deliver omni-channel marketing campaigns with true personalization. Get intelligent digital marketing insights today from SmartFocus.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SmartFocus' LIMIT 1)),
('Enfusen','A marketing analytics platform for digital marketing agencies, Enfusen provides data driven marketing insights to help you drive engagement and conversion.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Enfusen' LIMIT 1)),
('Engagio','Marketing software purpose-built to help companies with complex, enterprise sales to engage target accounts and deepen sales-and-marketing alignment.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Engagio' LIMIT 1)),
('Ensighten','Ensighten offers the industrys first Real-Time Enterprise Tag Management System built for the needs of sophisticated enterprise websites.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Tag Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ensighten' LIMIT 1)),
('EntityLink','EntityLink identifies the connection between companies, people and existing CRM systems over time; connecting and enriching disparate datasets to enable businesses to make better informed decisions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Connectivity' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'EntityLink' LIMIT 1)),
('Eulerian Technologies','Based around proprietary data collection, our suite offers you a solution to fulfill your key digital marketing needs in real time, such as analytics, cross-device attribution, DMP, data activation and TMS. With our technology, you make the most of your data.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Data Management Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Eulerian Technologies' LIMIT 1)),
('EpiServer','Episerver connects digital commerce and digital marketing to help organizations create unique digital experiences for their customers, with measurable business results.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'EpiServer' LIMIT 1)),
('epoq internet services','epoq internet services GmbH develops intelligent, cloud-based software solutions for optimizing online shops, emails, etc. epoq is renowned as a leader for cross-channel services, supporting retailers and brand-name manufacturers in individualizing their e-commerce at the decisive points of customer interaction. With the implementation of cross-channel intelligence solutions, not only are the sales per visit boosted, the overall purchase experience for the consumer is also significantly enhanced.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'epoq internet services' LIMIT 1)),
('EQ works','EQ Works is a North American leader in targeted mobile, web, social and video advertising and digital marketing solutions. A smarter way to target customers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'EQ works' LIMIT 1)),
('Equiniti','Equiniti is a leading specialist in technology, finance and administrative services in complex or regulated markets.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Financial Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Equiniti' LIMIT 1)),
('Errorception','Log JavaScript errors as they happen in your users'' browsers in real-time, without any effort.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Event Logging Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Errorception' LIMIT 1)),
('ESV Digital','ESV Digital is a digital performance agency that specializes in collecting, analyzing and managing data to improve its client''s digital marketing performance. Our data collection expertise allows us to offer high end web analytics, media buying, and digital consulting services.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ESV Digital' LIMIT 1)),
('Ethnio','Ethnio is an research recruiting tool for intercepting people that use your interface from your web site or app, and then conducting some kind of research with them - moderated or automated - and scheduling them or paying them incentives automatically if you''d like.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Usability Research (Customer Experience)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ethnio' LIMIT 1)),
('etracker','Web analytics and website optimisation solutions for every business model. Fast and easy integration',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'etracker' LIMIT 1)),
('Euroland','Euroland IR has been assisting companies in improving their Investor Relations by providing Best Practice tools and outstanding 24/7 service for years. Euroland.com provides investors with free delayed share prices, news, portfolio, watchlist, currency converter and charts on major European Stock Exchanges in nine different languages to help investors to make informed investment decisions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Financial Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Euroland' LIMIT 1)),
('Eventbrite','Eventbrite brings people together through live experiences. Discover events that match your passions, or create your own with online ticketing tools.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Event and Presentation Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Eventbrite' LIMIT 1)),
('Adobe Scene7','Adobe Scene7 allows to deliver dynamic marketing assets to web, mobile, social, email and print. Scene7 is part of the Adobe Experience Manager solution.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN Images' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adobe Systems' LIMIT 1)),
('Everest Technologies','Everest Technologies is a leading Information Technology solutions provider based in Worthington, Ohio. We deliver top quality systems and software design, architecture, development, testing, and implementation services to clients in a variety of industrial, commercial, and governmental environments.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Everest Technologies' LIMIT 1)),
('Evergage','Evergage''s real-time personalization platform enables marketers to improve website engagement, customer experience, and conversion rate optimization.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Evergage' LIMIT 1)),
('Evidon','Evidon enables organizations to optimize their Digital Governance Strategy with industry leading consent and monitoring solutions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Evidon' LIMIT 1)),
('Maxsi','eVisit Analyst is a comprehensive analytics product used by retail, banking, higher education and local government websites. By giving you the power to see how visitors are using your site, eVisit Analyst enables you to improve visitor interaction, smooth out sticking points in your visitor paths and raise your ROI on online marketing. eVisit Analyst can offer a JavaDcript tagging solution that does not rely on cookies or log files to function but still provides a full suite of advanced web analytics reporting.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Maxsi' LIMIT 1)),
('Evolve Media','We publish the content people are passionate about - from MMA, movies and gaming to beauty, parenting and pets. With more than 150 editors and writers producing content across more than 40 enthusiast lifestyle sites, we engage and connect people with what they are most passionate about.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Evolve Media' LIMIT 1)),
('Everquote','EverQuote.com is a free service that helps consumers compare quotes on American auto insurance.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Price Comparison' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Everquote' LIMIT 1)),
('OverStream','We designed and built Coull OverStream to create a way for publishers to fund content creation, for advertisers to have access to high quality inventory, and for everybody to continue enjoying free content online.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Monetization' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Coull' LIMIT 1)),
('Exactag','Exactag combines classic marketing mix modeling and digital marketing attribution into a new, revolutionary and cross-media approach: the Marketing Mix Attribution.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing and Promotion' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Exactag' LIMIT 1)),
('exebid.DCA','exebid is a programmatic advertising platform by DCA (Data-Centric Alliance). Data-Centric Alliance is the one-stop-shop for Big Data. Our team consists of data scientists, skilled developers and successful managers aiming to transform the understanding, acceptance and real-time application of Big Data into useful innovation and economic growth tools for our clients.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Data-Centric Alliance' LIMIT 1)),
('eXelate','eXelate is the smart data and technology company that powers smarter digital marketing decisions worldwide. eXelate exists to make digital media more relevant for consumers and more effective for marketers. Through software and data services, eXelate provides centralized data management, better consumer insights and more accurate ad targeting across all platforms.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Data Supplier' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'eXelate' LIMIT 1)),
('ExoClick','The number 1 ad network in the entertainment sector serving 125+ billion geo-targeted ads to web and mobile advertisers and publishers worldwide.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ExoClick' LIMIT 1)),
('Exponea','Exponea seamlessly combines real time analytics with engagement automation to deliver results much faster.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Exponea' LIMIT 1)),
('Exponential Interactive','Exponential Interactive is a global provider of advertising intelligence and digital media solutions to brand advertisers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Exponential Interactive' LIMIT 1)),
('zypmedia','zypmedia is the premier programmatic media-buying platform built with proprietary technology and efficient campaign management tools that are specially-designed to optimize performance and delivery of local advertising.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'zypmedia' LIMIT 1)),
('Symantec','Attract more customers to your website and give them the confidence to complete their transactions online with Extended Validation (EV) SSL from Symantec.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Certificate Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Symantec' LIMIT 1)),
('Extole','Extole has powered successful referral programs for 300+ brands. Our platform distills years of experience and millions of conversions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Loyalty and Referral Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Extole' LIMIT 1)),
('eXTReMe digital','Learn about the visitors of your website. Collect Information. Find Patterns. Understand.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'eXTReMe digital' LIMIT 1)),
('Eyeota','Eyeota is the global leader for audience data with 2 billion unique profiles in Europe, APAC and the Americas. We provide marketers with the data they need to reach the right online audiences and cut campaign waste whilst also enabling publishers to monetize their audiences more widely.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Eyeota' LIMIT 1)),
('eyeReturn Marketing','Eyereturn Marketing builds and delivers technology that integrates each part of your digital advertising campaign in one system, in real-time. From ad serving to optimization and real-time bidding to fraud verification.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'eyeReturn Marketing' LIMIT 1)),
('EyeView','Eyeview is the world&#039;s leading personalized video solutions provider. We create and execute broadcast-quality online video campaigns from start to finish. By transforming brand assets into limitless personalized video messages and targeting each one of them to the right person at the right time and place, we help marketers move products off shelves and drive increased returns on ad spend and sales.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'EyeView' LIMIT 1)),
('Ezakus Pretargeting','Ezakus Pretargeting matches advertiser data with publisher data in real time, to predictively target a Brand''s best potential customers across the web and across screens.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Lead Generation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ezakus' LIMIT 1)),
('Ezoic','Ezoic is a Google award-winning platform that includes apps designed to automatically test ads, leverage premium ad partners, and optimize websites to increase revenue and improve user experiences at the same time.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'A-B Testing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ezoic' LIMIT 1)),
('Forward Internet Group','Forward creates, acquires and invest in great companies. Our portfolio of over 20 companies is spread across 3 investment vehicles: Forward Labs, Forward Private Equity and Forward Investment Partners. And we like giving back too through Forward Foundation',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Forward Internet Group' LIMIT 1)),
('Facebook Custom Audiences','With Custom Audiences, you can reach customers you already know with ads on Facebook. Just upload a list of contact info like email addresses or phone numbers. You can also use info from your website or app. We''ll deliver your ad to those people if they''re on Facebook.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Facebook' LIMIT 1)),
('FBX','Ad Exchange for buying media on Facebook Programitically.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Exchange' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Facebook' LIMIT 1)),
('Fast Thinking','The Fast Thinking platform helps you to create more relevant, joined up user journeys across your advertising and website content. Design tailored customer journeys or tell more relevant stories and drive the performance of your marketing.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'NE Marketing' LIMIT 1)),
('AdInMedia','Ad mutual advertising, core products, including traffic trading platform, adx, ssp, and has a vast number of customers and many media resources!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AdInMedia' LIMIT 1)),
('Fastly','We''re the smartest CDN on the planet. That means microsecond response. Unheard of extensibility. Flexibility.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Fastly' LIMIT 1)),
('Feedbackify','Your site visitors can come up with some really great suggestions. Feedbackify allows their valuable contributions to be heard without the risk of a vocal minority dictating the future direction of your products or services to the detriment of the silent majority, or your business objectives.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'InsideMetrics' LIMIT 1)),
('Feefo.com','Global ratings and reviews provider, offering genuine feedback as used by the world''s most trusted brands.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Opinions and Reviews' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Feefo' LIMIT 1)),
('Newzulu','Scale your content and audience engagement. Newzulu Platform is web-based software for organizing, broadcasting and amplifying user-generated and social content at scale.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'User Generated Content' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Newzulu' LIMIT 1)),
('Finsbury Media','Finsbury Media is a full service digital agency offering PPC, SEO, Social Media, Reputation Management and Digital Consultancy to assist in creating cost effective and profitable digital campaigns.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Finsbury Media' LIMIT 1)),
('Firepush','Remind and re-engage your customers, even after they''ve left your store.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Push Notifications' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Firepush' LIMIT 1)),
('FirstImpression','FirstImpression allows the dynamic creation of 20 different ad products on desktop and mobile-web sites without coding.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Creative Optimisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'FirstImpression' LIMIT 1)),
('Fits Me','Turn browsers into shoppers. Fits.me combines shopper information with clothing fit so your customers can see exactly how the garment will look and feel.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Fits Me' LIMIT 1)),
('Channel 5 Media','Channel 5 is a television network that broadcasts in the United Kingdom. It was launched in 1997, and was the fifth and final national terrestrial network.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Channel 5 Media' LIMIT 1)),
('Fivetran','Fivetran integrates data from all your cloud services and databases into a single data warehouse.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Business Intelligence' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Fivetran' LIMIT 1)),
('Simplicity Marketing','Flashtalking is an independent ad serving, tracking and technology company, providing best-in-class digital advertising products, service and support for online.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Simplicity Marketing' LIMIT 1)),
('IT Dienstleistungen Tim Prinzkosky','FlatIcons.net is a free flat icon maker. You can create your own royalty free flat icons for your web-projects within seconds! Just choose an icon shape out of 2,500+ available and customize it to your needs to download the free flat icon as png!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Image Generation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'IT Dienstleistungen Tim Prinzkosky' LIMIT 1)),
('Bing Ads Universal Event Tracking','Track what your customers are doing after they click on your ad. Universal Event Tracking (UET) is a powerful tool that records what customers do on your website. By creating one UET tag and placing it across your website, Bing Ads will collect data that allows you to track conversion goals and target audiences with remarketing lists.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Tracking' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Microsoft' LIMIT 1)),
('FlexShopper','FlexShopper provides a flexible and easy way for you to get the furniture, electronics, appliances and other popular brand name goods with affordable, weekly payments. Our goal is to get you approved for the lease amount you need, so you can take home the products you want.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Financial Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'FlexShopper' LIMIT 1)),
('Flickr','Flickr is almost certainly the best online photo management and sharing application in the world. Show off your favorite photos and videos to the world, securely and privately show content to your friends and family, or blog the photos and videos you take with a cameraphone.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Photographic Gallery' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Flickr' LIMIT 1)),
('Flipboard','FLIPBOARD. YOUR PERSONAL MAGAZINE. Find, follow and flip stories that change your world.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Flipboard' LIMIT 1)),
('Flite','Flite offers the leading creative management platform to empower professional advertisers to deliver HTML5 ads that live up to the expectations of today''s consumers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Flite' LIMIT 1)),
('Flixmedia','Flix360.com is Flixmedia''s powerful Shopper Analytics and Content Management portal.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Flixmedia' LIMIT 1)),
('Flockler','Flockler platform enables brands and publishers to create, customize and publish social magazines, applications and websites combining editorial, curated and social content. Sites are optimized for all platforms, including iPad and other tablets, mobile and desktop browsers. Flockler not only serves your existing reader base on any available device, but will also be finding new readers everywhere and anywhere driving the growth of reader base and reach.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Flockler' LIMIT 1)),
('Flowplayer','Flowplayer lets you unleash the full power of HTML5 video. From video encoding and streaming to beautiful playback on all devices. All from one simple, yet powerful user interface.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN Video' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Flowplayer' LIMIT 1)),
('DoubleClick Bid Manager','Invite Media is a high impact demand-side platform that enables advertisers, agencies and agency trading desks to use real-time bidding to buy and optimize online media. Buyers can use Invite Media&#039;s technology to set up and manage automated strategies to help facilitate intelligent buying across all major sources of real-time bidded inventory, all in a single interface. With the ability to apply data from any major source, plus the freedom to create business rules for bidding and optimization, Invite Media gives buyers flexible control over campaign performance. Top agencies and advertisers rely on Invite Media&#039;s transparent universal buying platform, Bid Manager, to use their own and third-party data while gaining efficiency and scale from an integrated workflow and reporting system.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Demand Side Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Google' LIMIT 1)),
('Google Doubleclick Floodlight','Floodlight tag is a tracking tag for DoubleClick platforms that is typically used to measure conversions resulting from users seeing or interacting with certain ads.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Attribution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Google' LIMIT 1)),
('FlxOne','The FLXone Data Management Platform helps you better understand your customers and drive marketing effectiveness. Collect and unify data from your website, mobile apps, CRM, advertising platforms and marketing systems in one place. We take care of the technology so you can create and target relevant audiences across display, mobile, video and offline channels.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Data Management Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Teradata' LIMIT 1)),
('Fontdeck','Fontdeck is standards compliant, accessible and uses a pure CSS @font-face solution. No JavaScript required.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN Fonts' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Fontdeck' LIMIT 1)),
('Monotype','Fonts.com provides the biggest and best selection of high quality desktop and web fonts. Try, buy and download classics like Helvetica, Univers, Frutiger, Trade Gothic and Avenir along with popular new fonts like Soho and Neo. Find your type!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN Fonts' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Monotype' LIMIT 1)),
('Google Fonts','Google Fonts provides high-quality fonts that you can include in your pages using the Google Fonts API.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN Fonts' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Google' LIMIT 1)),
('Foodity Technologies','Foodity connects publishers, brands and retailers to create instantly shoppable content, ads or applications.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Foodity Technologies' LIMIT 1)),
('Level 3 Communications','Level 3''s CDN helps you succeed by leveraging our network scalability, global footprint and proven customer service.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Level 3 Communications' LIMIT 1)),
('Salesforce.com','CRM software solutions and enterprise cloud computing from Salesforce, the leader in customer relationship management (CRM) and PaaS.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Customer Relationship Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Salesforce.com' LIMIT 1)),
('Force24','Marketing Automation made easy with Force24 | UK marketing automation vendor',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Force24' LIMIT 1)),
('LeadLander','LeadLander''s real-time analytics easily allows you to determine the value you''re getting from your marketing automation efforts. LeadLander delivers online and email-based reports that will tell you who is clicking through on your email campaigns, who is clicking on your Google AdWords, and who is visiting your site organically or through paid search.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'LeadLander' LIMIT 1)),
('Fort Awesome','Like Font Awesome. But Better. Build and manage icons and typefaces in a single place, then serve them with a single line of code.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN Fonts' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Fort Awesome' LIMIT 1)),
('Forter','Forter provides accurate frictionless fraud prevention for enterprise online retail. 100% automated, 100% real-time, 100% guaranteed.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Fraud Prevention' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Forter' LIMIT 1)),
('Forward3D','We run search and display marketing campaigns with industry-leading data science, technology and performance linguistics.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Forward3D' LIMIT 1)),
('Fospha','Understand customer experience on your website with Fospha&#039;s web analytics tool. Improve your conversion rate through web analytics from Fospha.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Fospha' LIMIT 1)),
('Foursixty','Foursixty turns your brand and customer-generated social content into shoppable galleries for your online store.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Customer Engagement' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Foursixty' LIMIT 1)),
('FreakOut','Since releasing the domestic first DSP in January 2011, freak out has developed the highest quality advertising product, sometimes by providing its advertising technology as an OEM, and has led the Japanese ad technology industry.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Demand Side Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'FreakOut' LIMIT 1)),
('FoxyCart','FoxyCart helps developers create powerful, custom ecommerce in less time, while equipping merchants with the fastest checkout flow available to their customers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Merchant Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'FoxyCart' LIMIT 1)),
('Forensiq','With our advanced technology plus an obsessive team of data scientists we help you eliminate impression fraud, click fraud, affiliate fraud and cookie stuffing.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Fraud Prevention' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Forensiq' LIMIT 1)),
('freegeoip.net','freegeoip.net is a public REST API for searching geolocation of IP addresses and host names.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Geo-location' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = '(community-funded)' LIMIT 1)),
('SlimCut Media Outstream','SlimCut Media is the global leader in customized outstream video advertising solutions for publishers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SlimCut Media' LIMIT 1)),
('Fresh 8 Gaming','A next generation ad serving platform that connects publisher content with operator CRM and bet data, to create personalised display campaigns across the web.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Server' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Fresh 8 Gaming' LIMIT 1)),
('Freshdesk','Cloud-based customer support software &amp; helpdesk ticketing system that assists customers over email, phone and social channels.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Helpdesk Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Freshdesk' LIMIT 1)),
('Frienefit','frienefit is not only for ecommerce stores but can be used by any website looking to build a loyal user base, increase conversions (sales or otherwise) and/or drive additional traffic. Our platform pairs extensive functionality and customization with simple set-up and management.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Loyalty and Referral Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Frienefit' LIMIT 1)),
('VisualVisitor','Visual Visitor, Virtual Visitor, anonymous web visitor identification, identify web visitors, web visitor tracking, website visitor tracking.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Lead Generation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'VisualVisitor' LIMIT 1)),
('Six Degrees Group','Six Degrees Group offers integrated managed communication services like datacenter co-location, managed hosting, cloud computing, Leased lines &amp; MPLS and IP Voice services for all your business needs.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Internet Hosting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Six Degrees Group' LIMIT 1)),
('CJ Affiliate by Conversant','At CJ Affiliate by Conversant, we do things differently. We not only operate the most highly regarded affiliate marketing network in the world, we also deliver a wide range of pay for performance-based advertising opportunities to help companies drive growth. As a result, retailers on the Internet Retailer Top 500 list are 2X more likely to choose CJ over any other affiliate marketing provider. In fact, Internet Retailer recently ranked CJ as the No. 1 affiliate marketing provider &#039;by a long shot&#039; in the 2013 edition of their Leading Vendors To The Top 1000 E-Retailers ranking.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Affiliate Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Conversant' LIMIT 1)),
('Teedhaze','The TeedHaze Group makes up one of the top real estate teams globally, having sold almost 300 million dollars in property this year alone. They proudly combine a unique skill set with this prestigious global brand – the result takes Real Estate up several notches',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Real Estate Marketplace' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Teedhaze' LIMIT 1)),
('FuelX','FuelX is a leading direct response video platform. We''ve built our video advertising technology with conversion in mind. Traditionally, video has been used for branding. FuelX goes one step further to maximize your video assets and drive sales. If you''re spending on brand already, wouldn''t you want to invest in video campaigns that convert?',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'FuelX' LIMIT 1)),
('freewheel.tv','FreeWheel gives enterprise-level media companies the infrastructure they need to create scaled, profitable content businesses in the new media landscape.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Platform (Streaming)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'freewheel.tv' LIMIT 1)),
('Fyber','We solve the business challenge faced by freemium app and game developers, generating sustainable revenue streams through ad monetization.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Mobile Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Fyber' LIMIT 1)),
('Livefyre','Livefyre helps you discover original content about your brand from anywhere and use it everywhere. Real-time content marketing made simple.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Livefyre' LIMIT 1)),
('AdWords Remarketing','Google AdWords is Google&#039;s online advertising programme that lets you reach new customers and grow your business.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Google' LIMIT 1)),
('Fastest Forward','Analyze all your traffic in real time with our beautiful, easy to understand interface. Gauges helps you focus on the most actionable website traffic metrics - how many visitors come to your site, where they come from, and where they go.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Fastest Forward' LIMIT 1)),
('CD Networks','CDNetworks is the highest performing global content delivery network (CDN), providing websites with the best performance, security and reliability.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'CD Networks' LIMIT 1)),
('Com Laude','Com Laude registers, maintains and renews domain names around the world for leading intellectual property owners and the law firms that support them.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Domain Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Com Laude' LIMIT 1)),
('Global Digital Markets','GDM is a biddable media company. We help advertisers engage with their audience in real time, on a massive scale and across all connected devices.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Media Buying Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Global Digital Markets' LIMIT 1)),
('Gecko Tribe','RSS &amp; Atom tools, iMovie &amp; FileMaker Pro plug-ins and solutions, online chess, web design and more.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Newsfeed Provider' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Gecko Tribe' LIMIT 1)),
('Gemius','Gemius is a research and technology company, providing data, business consultations, solutions and recommendations in the area of online business. We offer comprehensive solutions for e-commerce, publishers, advertising agencies and advertisers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Gemius' LIMIT 1)),
('Geniuslink','Geniuslink: The world&#x27;s most intelligent link shortener for marketing products across a fragmented audience. Create links that dynamically route users to different destinations based off their devices, operating systems, countries, and even date of click.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Geniuslink' LIMIT 1)),
('Genie Ventures','Genie Ventures is digital marketing and publishing company based in Cambridge, UK. We operate a network of high-performance websites including Broadband Genie and Office Genie.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Genie Ventures' LIMIT 1)),
('Geoplugin','geoPlugin is a free and easy webmaster resource to provide geolocation technology to your pages.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Geo-location' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Geoplugin' LIMIT 1)),
('Georeferencer','Georeferencer is an online tool that assigns geographical location to any image.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Geo-location' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Klokan Technologies' LIMIT 1)),
('GeoRiot','GeoRiot automatically globalizes your links across countries, devices, affiliate programs and storefronts to help you earn more from every link.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Globalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'GeoRiot' LIMIT 1)),
('GeoTrust','Ensure SSL security with SSL certificates from GeoTrust. View our range of identity validation & document security services.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Certificate Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'GeoTrust' LIMIT 1)),
('Ambassador','Ambassador leads the world in referral software, running today''s most popular referral marketing programs.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Customer Acquisition (Referrals)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ambassador' LIMIT 1)),
('Roxr Software','Clicky Web Analytics is simply the best way to monitor, analyze, and react to your blog or web site''s traffic in real time.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Roxr Software' LIMIT 1)),
('Drip','HitTail, the long tail keyword tool, guarantees to increase your organic traffic by focusing on the most promising keywords in your existing traffic.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'The Numa Group' LIMIT 1)),
('Letter Press','Managing direct mail campaigns is as easy and effective as your search and social marketing.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Letter Press' LIMIT 1)),
('GET ME IN! (TicketMaster)','Buy and sell concert tickets, theatre tickets, sports tickets and exclusive event tickets on GET ME IN! the leading ticket marketplace.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ticketing Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'GET ME IN! (TicketMaster)' LIMIT 1)),
('GetResponse','Email marketing from GetResponse. Send email newsletters, campaigns, online surveys and follow-up autoresponders. Simple, easy interface.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'GetResponse' LIMIT 1)),
('Scenario','Influence your Customers'' Behaviour WITHOUT a Psychology Degree. Scenario selects effective persuasion tactics based on your audience and context.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Scenario' LIMIT 1)),
('Sentry','Sentry''s real-time error tracking gives you insight into production deployments and information to reproduce and fix crashes.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Event Logging Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Functional Software' LIMIT 1)),
('GetSiteControl','GetSiteControl is an easy-to-use set of smart widgets for website optimization. It lets a website owner quickly add elements that engage website visitors and help to increase conversions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'GetWebCraft' LIMIT 1)),
('GetSocial','GetSocial helps digital marketers at Adobe, Forbes & Sky measure, promote and amplify their best content.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'GetSocial' LIMIT 1)),
('Getty Images','Find high resolution royalty-free images, editorial stock photos, vector art, video footage clips and stock music licensing at the richest image search photo library online.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Photographic Gallery' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Getty Images' LIMIT 1)),
('Google Analytics Experiments','The Google Analytics experiments framework enables you to test almost any change or variation to a website or app to see how it performs in optimizing for a specific goal.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'A-B Testing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Google' LIMIT 1)),
('G-Forces Web Management','GForces work with more of the UK&#039;s leading automotive groups than any other company. We are a leading provider of internet software and services.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'G-Forces Web Management' LIMIT 1)),
('Gfycat','Create, discover and share GIFs, amazing moments and funny reactions with Gfycat',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Image Generation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Gycat' LIMIT 1)),
('Youtube','YouTube allows billions of people to discover, watch and share originally-created videos. YouTube provides a forum for people to connect, inform and inspire others across the globe and acts as a distribution platform for original content creators and advertisers large and small.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN Video' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Google' LIMIT 1)),
('Groovy Gecko','Groovy Gecko: World class video and audio streaming for both live and on-demand content. Free streaming video consultancy.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Platform (Streaming)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Groovy Gecko' LIMIT 1)),
('Gigya','Using Social Login, RaaS and other features, we help companies build better customer relationships with Customer Identity Management.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Customer Identity Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Gigya' LIMIT 1)),
('GIPHY','GIPHY is your top source for the best &amp; newest GIFs &amp; Animated Stickers online. Find everything from funny GIFs, reaction GIFs, unique GIFs and more.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN Images' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'GIPHY' LIMIT 1)),
('Github','GitHub is the best place to build software together. Over 4 million people use GitHub to share code.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Github' LIMIT 1)),
('Glassdoor','Glassdoor is one the fastest growing jobs and recruiting sites.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Recruitment Services (Job Search)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Glassdoor' LIMIT 1)),
('Gleam','We have over 1,000 businesses from around the world using Gleam to power their campaigns, in the last year these campaigns have generated over 20 Million actions on average our campaigns generate 1.4 actions for every single page impression.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Gleam' LIMIT 1)),
('Global-e','Our solution enables you to deliver a world-class localized cross-border shopping experience for your global clients as simple and safe as selling domestically.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'ECommerce Solution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Global-e' LIMIT 1)),
('GlobalSign','GlobalSign is an identity services company providing cloud and on-premise IAM and PKI solutions for enterprises needing to conduct safe commerce, communications, content delivery and community interactions. Our identity platform allows enterprises to deploy secure e-services, manage employee and extended enterprise identities, and automate PKI deployments for the hyper-connected world of mobile devices, users and machines.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Certificate Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'GlobalSign' LIMIT 1)),
('GlobalWebIndex','GlobalWebIndex is the world''s largest study on the digital consumer. Get the insight you need to execute powerful marketing campaigns.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'GlobalWebIndex' LIMIT 1)),
('Globase International','Globase International has provided and developed one of the market&#039;s leading online marketing technologies for customer segmentation and automated campaign management online, offline and SMS.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Globase International' LIMIT 1)),
('gnatta','Gnatta is the more intelligent customer service software solution, designed with your business in mind.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'gnatta' LIMIT 1)),
('mPulse','RUM - Real User Monitoring, delivered by SOASTA mPulse. mPulse captures and aggregates the performance and engagement metrics most important to your business in real time, giving you the real-user intelligence you need to correlate the impact of performance on your bottom line, alert you with contextual information so you can take appropriate action, and feed critical information back into the development lifecycle.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Performance Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Soasta' LIMIT 1)),
('Has Offers','TUNE delivers the most complete set of products for marketers to drive superior results in mobile and beyond. Manage marketing campaigns, engage the right audiences, optimize app store performance, and grow your business with the partners and channels that make it possible.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Mobile Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'TUNE' LIMIT 1)),
('YoYo','IT / Programming, Internet / E-Commerce, IT / Administration company in Poland.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Application and System Development' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'YoYo' LIMIT 1)),
('GoDataFeed','Product feed automation and optimization platform for Amazon, Google, Walmart and 200+ e-commerce channels.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Dynamic Content' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'GoDataFeed' LIMIT 1)),
('Media Temple','We offer world-class web hosting and website domain solutions for websites and businesses of all sizes. Oh, did we mention unrivaled 24/7/365 support?',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Internet Hosting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Media Temple' LIMIT 1)),
('Google Analytics','Google Analytics lets you measure your advertising ROI as well as track your Flash, video, and social networking sites and applications.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Google' LIMIT 1)),
('Google Display Network','The Google Display Network lets you place ads on a variety of news sites, blogs and other niche sites across the Internet to reach more potential customers',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Google' LIMIT 1)),
('Google Loader','The Google+ API is the programming interface to Google+. You can use the API to integrate your app or website with Google+. This enables users to connect with each other for maximum engagement using Google+ features from within your application.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Hosted Libraries' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Google' LIMIT 1)),
('Google Dynamic Remarketing','The Google Display Network lets you place ads on a variety of news sites, blogs and other niche sites across the Internet to reach more potential customers',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Retargeting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Google' LIMIT 1)),
('AdWords','Google AdWords is Google&#039;s online advertising programme that lets you reach new customers and grow your business.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Google' LIMIT 1)),
('Google APIs','googleapis.com is a domain used by Google APIs which is an widget company that is part of a network of sites, cookies, and other technologies used to track you, what you do and what you click on, as you go from site to site, surfing the Web',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Google' LIMIT 1)),
('Google Trusted Stores','Help increase your conversion rates, build customer trust, and offer purchase protection for your customers by becoming a Google Trusted Store.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Website Security' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Google' LIMIT 1)),
('Google AdSense','AdSense is a free, simple way to earn money by displaying targeted ads next to your online content. With AdSense, you can show relevant and engaging ads to your site visitors and even customize the look and feel of ads to match your website.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Google' LIMIT 1)),
('Google Tag Manager','Google Tag Manager makes it easy for marketers to add and update website tags -- including analytics, remarketing, and more.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Tag Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Google' LIMIT 1)),
('Google Video','Search millions of videos from across the web.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN Video' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Google' LIMIT 1)),
('Marcaria.com','Marcaria.com is a company specialized in the global registration and protection of trademarks and domain names, with presence in more than 220 countries and territories in the five continents.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Domain Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Marcaria.com' LIMIT 1)),
('Roost','Engage your site visitors with web push notifications by Roost. Currently supporting Chrome and Safari push. Firefox coming soon',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Push Notifications' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Roost' LIMIT 1)),
('Bloomreach','We give ecommerce merchants an intelligent way to optimize and manage promotions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Bloomreach' LIMIT 1)),
('ASP','We provide websites and online marketing, mainly for the event, exhibition and conference market.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ASP' LIMIT 1)),
('Bloomberg','As the needs of the marketplace have evolved, rich data content and low latency market data have become important factors that determine success in high frequency algorithmic trading. Bloomberg is addressing this need by providing secure and reliable colocation, connectivity choice and interconnection services for Bloomberg&#039;s data services and Bloomberg Tradebook in third party data centers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Business News' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Bloomberg' LIMIT 1)),
('GovMetric','Customer satisfaction measurement at the point of contact.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ROL Solutions' LIMIT 1)),
('Granify','Granify flags your visitors while they shop. We identify with 95% accuracy which visitors are going to leave your site without buying and more importantly the reason why. Granify learns from your traffic and gets smarter and smarter over time.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Behavioral Automation Platform (Exit Intent)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Granify' LIMIT 1)),
('Grapeshot','We make advertising welcome, helping advertisers match their messages to related online content, ensuring the viewer will be interested in the advertising they see.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Grapeshot' LIMIT 1)),
('Automattic','We are a distributed company, democratizing publishing and development. The people behind WordPress.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Automattic' LIMIT 1)),
('Interest Graph','We&#039;ve built a personalization engine framework called the Interest Graph, which is the set of things you care about and how much you care about them.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AOL' LIMIT 1)),
('Web Dissector','Gridsum Web Dissector is the world''s leading online marketing effectiveness optimization and user behavior analysis system, for the first time professional OLAP data mining technology applied to the online marketing effectiveness of the measurement, analysis and click fraud monitoring, it can accurately monitor the page every pixel Of the flow, conversion and sales effects and other indicators.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Beijing Gridsum Technologies' LIMIT 1)),
('Gravity (AOL)','We''ve built a personalization engine framework called the Interest Graph, which is the set of things you care about and how much you care about them.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Gravity (AOL)' LIMIT 1)),
('Guardian Media','Essential information, tools and resources for media agencies.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Guardian Media' LIMIT 1)),
('GumGum','GumGum is a new kind of display advertising platform, built on the fundamental belief that to be effective, ads must be relevant, engaging and viewable. Known best for its invention of in-image advertising, GumGum''s products have since grown to include several display, mobile and video solutions to help brands tell their stories and publishers unlock new sources of revenue.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'GumGum' LIMIT 1)),
('Gumtree','Gumtree is the first site for free classifieds ads in the UK. Buy and sell items, cars, properties, and find or offer jobs in your area.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Classified Ads' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Gumtree' LIMIT 1)),
('RadiumOne','RadiumOne touches millions of engaged consumers every day through RadiumOne Engage, a leading network of social media games and applications. With a value-exchange focus for Brand and Direct-response advertisers, we&#039;re able to drive hard completions and full brand engagement. The value to users? Premium content that they were otherwise never going to purchase. With over 90% of users never getting monetized, this offers a full circle opportunity for brands to directly engage with users and for users to continue engaging in their game.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Real-time Bidding' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'RadiumOne' LIMIT 1)),
('Hola Networks','Hola gives you the freedom to browse the web without censorship and to watch videos with less buffering and faster start time',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Connectivity' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Hola Networks' LIMIT 1)),
('Hawk Search','Increase conversions with Hawk Search, the responsive e-commerce site search software includes smart auto-complete, faceted navigation, and dynamic merchandising.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Site Search' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Hawk Search' LIMIT 1)),
('Thanx Media','Thanx Media has helped hundreds of customers enhance their websites for an improved user experience resulting in higher conversions and revenues.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Site Search' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Thanx Media' LIMIT 1)),
('Heap','Heap is web and mobile analytics that automatically captures everything. You can analyze data instantly and retroactively. No shipping code. No waiting for data.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Heap' LIMIT 1)),
('Heatmap','Know how users are interacting with your pages right now. Get the data you need, right on your content, with our technology inspired by augmented reality',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Heatmap' LIMIT 1)),
('ADNOLOGIES','ADNOLOGIES is a leading independent technology company in the field of data-driven advertising. Our platform enables publishers, agencies and their clients to maximize the business opportunity provided by digital marketing. ADNOLOGIES'' technologies provide data to inform smart advertising decisions, and the tools to act on them both strategically and tactically.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ADNOLOGIES' LIMIT 1)),
('Heroku','A platform as a service (PaaS) that enables developers to build and run applications entirely in the cloud.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Cloud Access Solutions' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Heroku' LIMIT 1)),
('Crimson Hexagon Analytics','Crimson Hexagon is an enterprise social media analytics company providing insights for brand strategy, market research, and more.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Media Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Crimson Hexagon' LIMIT 1)),
('Hexton','We are based in Toronto Canada, specialized in App development, theme customization, and e-commerce website setup for Shopify stores. Our focus is on providing effective and user-friendly products to help online store owners run and grow their business.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Hexton' LIMIT 1)),
('Hibernia Networks','Hibernia Networks CDN Services provide a high performance turn-key solution, while retaining the ease-of-use and direct control that today''s market demands. We''ve created a winning combination based on a custom-built software solution, our global fiber infrastructure, and our IP backbone to maximize the performance and availability of your content.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Hibernia Networks' LIMIT 1)),
('Continental Exchange Solutions','Every year we help more than 100,000 people and 6,000 businesses exchange currencies and transfer money around the world quickly, easily, securely and at bank-beating exchange rates, 24 hours a day, seven days a week.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Payment Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Continental Exchange Solutions' LIMIT 1)),
('Highcharts','Highcharts - Interactive JavaScript charts for your web pages.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Highcharts' LIMIT 1)),
('Histats','Histats.com Counter, the free web stats and stat counter, hit counter, free web tracker and tracking tools, professional and free!!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Histats' LIMIT 1)),
('Semantics3','Understand and grow your ecommerce business with in-depth insights into your customer behavior.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Semantics3' LIMIT 1)),
('HitsLink','Web analytics and website statistics',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'HitsLink' LIMIT 1)),
('Net Applications','Net Applications is a leader in digital performance solutions by enhancing impression quality and brand safety. Our suite of products is powered by science and built on best practices. We create value for media buyers and sellers by bringing accountability to the market. To ensure performance, Net Applications utilizes accurate analytics, ad viewability, anti-fraud protection, and audience quality across campaigns.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Net Applications' LIMIT 1)),
('The Numa Group','HitTail, the long tail keyword tool, guarantees to increase your organic traffic by focusing on the most promising keywords in your existing traffic.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Search Engine Optimisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'The Numa Group' LIMIT 1)),
('Hootsuite','Hootsuite&#039;s social media analytics let you measure your social media outreach and and unlock insights from social media listening.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Media Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Hootsuite' LIMIT 1)),
('Hotjar','See how visitors are really using your website, collect user feedback and turn more visitors into customers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Hotjar' LIMIT 1)),
('HotUKDeals','HotUKDeals is the UK&#039;s largest site for member submitted deals, voucher codes and bargains. No spam, no nonsense, just sharing and discussion on the hottest UK deals.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Opinions and Reviews' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'HotUKDeals' LIMIT 1)),
('HotWords','HOTWords is AD NETWORK leader in Portuguese and Spanish speaking countries.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Media Response Group' LIMIT 1)),
('Hoverr','Hoverr helps publishers generate incremental revenues by monetizing their unused and high performing inventory. Our proprietary technology dynamically loads native ad units based on audience and layout of the page.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Native Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Hoverr' LIMIT 1)),
('Hubspot','HubSpot is an inbound marketing software platform that helps companies attract visitors, convert leads, and close customers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Hubspot' LIMIT 1)),
('HubSpot','HubSpot is an inbound marketing and sales platform that helps companies attract visitors, convert leads, and close customers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'HubSpot' LIMIT 1)),
('mainADV','Monetize your online traffic through creative solutions customised for your websites audience.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Retargeting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'mainADV' LIMIT 1)),
('Mediahub','Mediahub is the &ldquo;Hub&rdquo; of products and services designed to increase growth online.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Exchange' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Mediahub' LIMIT 1)),
('Hull.js','hull.js lets you authenticate users and perform API calls from your browser.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Hull.js' LIMIT 1)),
('Hupso Website Analyzer','Hupso is a free website analyzer. It provides free reports for thousands of websites. For every website in our extensive database you can see detailed analysis, including traffic statistics, monthly earnings, facebook sharing information, web server location and website value estimates.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Hupso' LIMIT 1)),
('Highwinds','Highwinds is the fastest content delivery network (CDN) on the planet. See how our content delivery distribution network can work for your company today.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Highwinds' LIMIT 1)),
('hyfn','We are a digital solutions agency and multi-platform social advertising partner to some of the world''s top agencies and brands. We offer strategic solutions that drive business objectives—whatever form that may take.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'hyfn' LIMIT 1)),
('UPS i-parcel','UPS i-parcel is a cost effective, end-to-end solution allows you to easily adopt a localized look and feel on your website. International shoppers can see all costs related to their order, choose from a variety of local payment options, select a shipping option that balances cost and speed, and track their delivery. And UPS i-parcel ensures that international orders move smoothly through customs, eliminating unexpected costs upon delivery.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Globalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'UPS' LIMIT 1)),
('Response Team','The only sales house in the country exclusively selling online media opportunities from leading e-commerce brands. We sell to advertisers who want to target online shoppers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Response Team' LIMIT 1)),
('Photon','Photon, the image acceleration and editing service for WordPress.com and Jetpack-connected WordPress sites.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Image Acceleration' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Wordpress' LIMIT 1)),
('iAdvize SAS','iAdvize is a real-time online customer service solution (Click to Chat, Click to Call, Click to Video), combined with a behavioural targeting engine. Chosen by more than 1000 companies throughout Europe, iAdvize increases conversion rates and optimises customer satisfaction and loyalty.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'iAdvize SAS' LIMIT 1)),
('I-Behavior','I-Behavior helps merchants market more effectively through its innovative co-operative database which includes over 8 billion purchase transactions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Data Aggregator' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'WPP' LIMIT 1)),
('iBillboard','iBILLBOARD is an international umbrella brand consisting of various products, all of which allow both Advertisers and Publishers to gain the most benefits. In order to distinguish the brand, we have created unique products which can be used separately. Providing a complete, fully automated advertising platform allows us to be the biggest RTB oriented technology provider in Central East European region.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'iBillboard' LIMIT 1)),
('Internet Brands','Since launching in 1998 as CarsDirect.com, Internet Brands has grown to become a fully integrated online media and client services organization focused on four high-value vertical categories: Automotive, Health, Legal and Home / Travel.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Internet Brands' LIMIT 1)),
('iCrossing','iCrossing is a global digital marketing agency that combines proprietary technology with top-notch talent to build connected brands that delight customers and deliver results.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'iCrossing' LIMIT 1)),
('WebWombat','Web Wombat is the original Australian search engine. We have Australian web search, motoring news, funny photos and more. Search Australia with Web Wombat.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Search Engine' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'WebWombat' LIMIT 1)),
('Trinity Mirror Digital Media','All the latest news, sport and celebrity gossip at Mirror.co.uk. Get all the big headlines, pictures, analysis, opinion and video on the stories that matter to you.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Newsfeed Provider' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Trinity Mirror Digital Media' LIMIT 1)),
('IdenTrust','IdenTrust is the global standard in b2b e-commerce trust, providing an integrated platform that provides secure e-payments -- authentication, confidentiality, non-repudiation and message integrity.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Website Security' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'IdenTrust' LIMIT 1)),
('Ido','Unlock individual audience interests, manage and improve your Content Marketing strategy and increase customer engagement with idio''s Content Intelligence.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Customer Engagement' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ido' LIMIT 1)),
('Realtime Targeting','Realtime Targeting Management. Bring back your lost customers and boost your search with our simple retargeting platform. Find your lost customers today!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Retargeting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Realtime Targeting' LIMIT 1)),
('iovation','iovation&#039;s fraud prevention platform helps businesses implement an effective enterprise risk management system with actionable intelligence.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Fraud Prevention' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'iovation' LIMIT 1)),
('iFactory','Innovative interactive solutions for higher education, publishing, not-for-profit, and healthcare.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'RDW Group' LIMIT 1)),
('IFDNRG','IFDNRG web and video servers host a wide range of online content. We help agency campaigns, political organisations, corporate events, charities, musicians, national sports clubs and many others ensure their content gets reliably seen online.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Internet Hosting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'IFDNRG' LIMIT 1)),
('iGoDigital','iGoDigital is the leading provider of ecommerce personalization solutions that support online retail. Request a demo of our ecommerce solutions and start increasing conversions and customer engagement.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'iGoDigital' LIMIT 1)),
('iJento','To enable you to fully understand customer behaviour across all touchpoints, Fospha''s platform breaks down barriers to consolidate customer data from all available sources across all devices, sessions and channels such as web, mobile, email, social, store and contact centre. In addition, other data feeds such as CRM, Advertising, etc., can be easily integrated.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Attribution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Fopsha' LIMIT 1)),
('Improvely','Improvely identifies the source of every signup and sale, whether it''s from a marketing campaign or any other channel.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Improvely' LIMIT 1)),
('AudienceSearch','A company specialized in DMP. Using about 400 million audience data and high analytical skill that boasts one of the largest in Japan, we mainly do DMP construction of national clients and large-scale portal sites and support data marketing of client companies and distributors.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Data Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Intimate Merger' LIMIT 1)),
('Online republic','Online Republic is a global travel group specialising in cruise, car rental and motorhome travel bookings. Our angle is simple. Give customers better value, better advice and better service than they can find anywhere else, on or offline.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Travel Search Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Online republic' LIMIT 1)),
('Seznam','The biggest Czech internet portal offering search engine, e-mail, the latest news, weather and links that you may find useful.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Search Engine' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Seznam' LIMIT 1)),
('imgix','imgix solves images. We tackle the complexity of responsive imagery to help you deliver the highest value image to the right device, at the right time, every time. On-demand image processing, optimization and delivery.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Image Generation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Zebrafish Labs' LIMIT 1)),
('Img Safe','Host JPG, GIF and PNG images up to 20MB each. Drag and Drop, browse or upload images from the web. Files are kept until you delete them.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Hosted Media' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Img Safe' LIMIT 1)),
('Imgur','Imgur is the best place to share and enjoy the most awesome images on the Internet. Every day, millions of people use Imgur to be entertained and inspired by funny, heartwarming and helpful images and stories from all around the world.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Image Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Imgur' LIMIT 1)),
('Digital Advertising Consortium','Digital Advertising Consortium (DAC) is one of Japan''s leading company in online advertising focusing on Agent, Diversified Advertising Service and Media fields.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Digital Advertising Consortium' LIMIT 1)),
('Infectious Media','We combine expert agency service with proprietary technology to manage the programmatic advertising of some of the world&#039;s largest advertisers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Infectious Media' LIMIT 1)),
('NetRatings SiteCensus','The Nielsen Company, a leading global information and measurement company, provides market research, insights &amp; data about what people watch and what people buy.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'The Nielsen Company' LIMIT 1)),
('Inbenta','Artificial Intelligence and Semantic Search Technology for Customer Support and ticketing applications.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Helpdesk Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Inbenta' LIMIT 1)),
('Incisive Media','Incisive Media, one of the world&#039;s fastest growing B2B information providers, delivers world class content in print, in person and online.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Business News' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Incisive Media' LIMIT 1)),
('Indeed','ob Search by Indeed. one search. all uk jobs. Search millions of jobs from thousands of job boards, newspapers, classifieds and company websites.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Recruitment Services (Job Search)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Indeed' LIMIT 1)),
('Indoona','Chat with people, web, services and objects directly from your address book thanks to the connected applications and the powerful Chat/VoiP technology!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Connectivity' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Indoona' LIMIT 1)),
('Inference Mobile','Inference is the advertising markets most advanced real time bidding engine. It allows advertisers to use complex data and prediction algorithms to pinpoint mobile consumers at scale. Fully transparent and flexible it has been designed to maximise campaign conversions for blue chip companies in real time.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Real-time Bidding' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Inference Mobile' LIMIT 1)),
('Infinity Tracking','Infinity Call Tracking is a complete analytics tracking service with integrated call tracking capabilities. With Infinity Call Tracking, you can track calls from your website and know exactly what marketing activity brought them there; whether it was from another website, Google or your PPC campaign.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Call Tracking' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Infinity Tracking' LIMIT 1)),
('Tactics bvba','Dutch Company - Web design, content management system.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Tactics bvba' LIMIT 1)),
('infogr.am','Infogram is an easy to use infographic and chart maker. Create and share beautiful infographics, online charts and interactive maps.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'infogr.am' LIMIT 1)),
('Infolinks','Infolinks is a global advertising platform offering ad solutions for both publishers and advertisers. Online advertisers utilize the Infolinks Self-Serve Marketplace to customize their own campaign. Advertising with Infolinks means delivering brand messages to engaged users.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Infolinks' LIMIT 1)),
('Infusionsoft','Sales and marketing automation software built exclusively for small business success.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Infusionsoft' LIMIT 1)),
('Ink','Ink is a global leader in Travel media. We are experts in producing inflight media and inflight advertising, which includes inflight magazines and targeted advertising',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ink' LIMIT 1)),
('Inktel Contact Center Solutions','We specialize in managing both inbound and outbound multi-channel sales and service environments within multiple contact center locations.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Helpdesk Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Inktel' LIMIT 1)),
('InMobi','InMobi enables consumers to discover new products and services by providing contextual and personalized ad experiences on mobile devices.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Mobile Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'InMobi' LIMIT 1)),
('Inneractive','Inneractive is a global mobile ad exchange focused on powering video and native ads.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Exchange' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Inneractive' LIMIT 1)),
('APSIS Profile Cloud','APSIS Profile Cloud puts the power in your hands. Break your customer data out of its silo, and feed rich customer intelligence to all your marketing systems at once.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'APSIS' LIMIT 1)),
('Video Media Groep','Video Media Group is a Dutch company that stands for the development and exploitation of innovative digital video advertisement formats for publishers, brand advertisers, and media agencies. Apart from knowledge and resources, we offer unique and innovative video commercial formats. These are attached to our exclusive network of premium publishers. Our sales team works with media agencies as well as direct with advertisers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Monetization' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Video Media Groep' LIMIT 1)),
('Touch Commerce','TouchCommerce enables you to engage with your customers anytime, anywhere, on any device they choose. Our omni-channel engagement solutions deliver the experience your customers have come to expect. Learn more about the different ways TouchCommerce can help you meet and exceed your sales and support business goals.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Touch Commerce' LIMIT 1)),
('PowerFront','Integrated solutions & ongoing improvements.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'PowerFront' LIMIT 1)),
('Insight Express','InsightExpress is a leading provider of media analytics and marketing accountability solutions for brand marketers. The company''s proprietary solutions provide a holistic approach to advertising measurement that quantifies the return on marketing investment for online, mobile, tablet and cross-media campaigns.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Insight Express' LIMIT 1)),
('Insipio','Insipio is a Swedish company that provides server-based services in the area of increased information accessibility of electronically stored information, particularly for Internet and mobile solutions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Accessibility' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Insipio' LIMIT 1)),
('InSkin Media','InSkin Media is a market-leading advertising technology business, specialising in high-impact online video &amp; display advertising formats',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'InSkin Media' LIMIT 1)),
('Inspectlet','Inspectlet records videos of your visitors as they use your site, allowing you to see everything they do. See every mouse movement, scroll, click, and keypress on your site. You never need to wonder how visitors are using your site again.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Inspectlet' LIMIT 1)),
('Instembedder','Instembedder is a free, responsive Instagram widget / gallery for your website.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Photographic Gallery' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Instembedder' LIMIT 1)),
('Instansive','Instansive is responsive Instagram widget for Your website or blog.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Image Interactivity' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Instansive' LIMIT 1)),
('Instinctive','Storytelling platform for brands. Syndicate content in real-time on any site, screen or device for massive awareness, engagement and brand lift. 1:1 targeting with full funnel analytics and 100% viewability guaranteed.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Instinctive' LIMIT 1)),
('Cognesia','Cognesia improve client&#039;s marketing, content and ecommerce performance through optimisation, personalisation and testing software and services.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Cognesia' LIMIT 1)),
('Vibrant Media','Vibrant is a world leader in contextual technology aligning billions of words across the Internet with relevant video, information, tools, and advertising. With over 6,000 premium publishers, reaching over 250 million unique users per month (comScore, 2011), Vibrant gives top brand marketers the opportunity to deliver highly targeted advertisements within premium Web content and offers publishers premium editorial tools to re-circulate users throughout their websites. Vibrant works with top brand advertisers such as Microsoft, Unilever, Warner Bros and AT&amp;T. The company was founded in 2000 and has offices in London, New York, Boston, Detroit, Chicago, San Francisco, Los Angeles, Paris, Hamburg, Munich and Dusseldorf. Vibrant''s rapid growth has been recognized by the Inc. 500 and Deloitte Fast 50 lists. Vibrant CEO and co-founder Doug Stevenson was named Ernst &amp; Young Entrepreneur Of The Year&reg; 2010 for Metro New York.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Vibrant Media' LIMIT 1)),
('Intent HQ','Customer segmentation and customer insights audience and customer insight software platform delivering audience intelligence. Increase customer engagement.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Behavioral Automation Platform (Exit Intent)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Intent HQ' LIMIT 1)),
('Intent IQ','Intent IQ is a subsidiary of the AlmondNet Group and a sister company of leading data marketplace Datonics. Established in 1998, the AlmondNet Group is an industry leader and pioneer in privacy-friendly, targeted advertising. Intent IQ''s patented solutions deliver relevant and timely ads to consumers on all of their screens, including laptops, desktops, smartphones, tablets & TVs.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Intent IQ' LIMIT 1)),
('Intercom','Intercom is one place for every team in an internet business to communicate with customers, personally, at scale&mdash;on your website, inside web and mobile apps, and by email.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Intercom' LIMIT 1)),
('Interstate','Interstate is a powerful marketing analytics and attribution platform.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Interstate' LIMIT 1)),
('Intilery','Drive incremental revenue using the most progressive technology in the market. Converse with customers real time across multiple channels. Deliver relevance through a deeper understanding of customer preferences. Use behavioural data to provide a more personal and improved experience. Reduce customer effort, convey sincerity, and you&#039;ll be rewarded with more decisive, driven, loyal customers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Customer Engagement' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Intilery' LIMIT 1)),
('Investis','Digital communication, Corporate website, IR website provider, corporate reputation, Drupal website, Sitecore website, digital strategy.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Communication Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Investis' LIMIT 1)),
('Infoline','Infoline is the provider of Internet audience measurement services in Germany. As a service provider of AGOF and IVW we provide to the online advertising market, the performance values for the use of the medium Internet. The determined on this basis web coverage online deals can be successfully marketed efficiently.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Infoline' LIMIT 1)),
('iPerceptions','iPerceptions provides the capabilities to engage with your customers in the ''Moment of Truth'' on multiple digital touch points. Gain insights from tactical to strategic with methods to collect a random sample and comment cards to connect with individual customers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Customer Engagement' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'iPerceptions' LIMIT 1)),
('ipify','ipify is a simple public IP address API, easy enough to integrate into any application in seconds.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Geo-location' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ipify' LIMIT 1)),
('ipinfo.io','IP Geolocation, Hostname, Network Owner and More. Comprehensive IP Address Information and REST API from ipinfo.io.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Geo-location' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ipinfo.io' LIMIT 1)),
('Adelphic','Adelphic is a real-time mobile DSP that connects between brands &amp; consumers to maximize mobile advertising investments through programmatic advertising.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Demand Side Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adelphic' LIMIT 1)),
('Google IPV6 Metrics','Google collects statistics about IPv6 adoption in the Internet on an ongoing basis.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Google' LIMIT 1)),
('IQ Mobile','IQ Mobile is the conversion specialist for all mobile technologies and communication solutions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Mobile Optimisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'IQ Mobile' LIMIT 1)),
('Issue','Turn your content into mobile magazines that are interactive & shoppable.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Publisher' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Issue' LIMIT 1)),
('issuu','Millions of readers find and share the magazines, catalogs and publications they love on issuu.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Publisher' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'issuu' LIMIT 1)),
('Intelligent Reach','Intelligent Reach''s primary objective is to increase the revenues and profit of its customers, online retailers. Consumer behaviour is changing at a rapid pace, and the places, ways and technologies to sell online are fragmenting.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing and Promotion' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Intelligent Reach' LIMIT 1)),
('LivePerson','Websites use LiveEngages intelligent chat and offer banners to spark conversations. By engaging visitors with targeted offers based on their individual behavior, you can increase conversion rates by as much as 25%.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'LivePerson' LIMIT 1)),
('Gath Adams','The site makes it easy to find the cheapest domestic and international airfares. once you have found the airfare that you want we send you directly to the airline to book, which means no fees or commissions. If a cheaper price for the same airfare can be found through another travel agent, then that is shown as an option as well.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Travel Search Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Gath Adams' LIMIT 1)),
('IXI Digital','Equifax Credit Report & Score offers a comprehensive solution to provide you with your credit rating and the means to help protect you against fraud.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Financial Content Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Equifax' LIMIT 1)),
('Jellyfish','Jellyfish is an award-winning, full-service digital marketing agency. Our client-centric &amp; multi-channel approach focuses on delivering outstanding results.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Jellyfish' LIMIT 1)),
('JivoChat','nstall Live Chat on your website and turn your visitors into paying customers with JivoChat. Easy setup, 5 agents free!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'JivoSite' LIMIT 1)),
('Jivox','Jivox is the leading digital ad platform for personalized advertising.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Jivox' LIMIT 1)),
('Jobvite','Jobvite&#039;s analytics-driven recruiting software accelerates hiring with an applicant tracking system, social recruiting, and mobile solution.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Recruitment Services (Job Search)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Jobvite' LIMIT 1)),
('Johnston Press','Johnston Press is one of the largest local and regional multimedia organisations in the UK. We provide news and information services to local and regional communities through our portfolio of publications and websites - 13 paid-for daily newspapers, 195 paid-for weekly newspapers, 40 free titles, ten lifestyle magazines and 198 local news and e-commerce websites.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Publisher' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Johnston Press' LIMIT 1)),
('JotForm','If you need online forms for generating leads, distributing surveys, collecting payments and more, JotForm is for you. Learn more about how we can help.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'JotForm' LIMIT 1)),
('Flowzymes Ky','A collection of the most important user-interface components for todays websites.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN JSLib' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Flowzymes Ky' LIMIT 1)),
('New Relic Browser','New Relic Browser provides deep visibility and actionable insights into real users&#039; experiences on your website. With standard page load timing (sometimes referred to as real user monitoring or RUM), New Relic measures the overall time to load the entire webpage. However, New Relic Browser goes beyond RUM to also help you monitor the performance of individual sessions, AJAX requests, and JavaScript errorsextending the monitoring throughout the entire life cycle of the page',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Performance' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'New Relic' LIMIT 1)),
('Logentries','Log management and analytics by Logentries for development, IT operations and Security teams. 100% free service trusted by thousands of customers worldwide.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Event Logging Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Rapid' LIMIT 1)),
('jsDelivr','A free super-fast CDN for developers and webmasters.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN JSLib' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'jsDelivr' LIMIT 1)),
('jsonip.com','jsonip.com is a free utility service that returns a client''s IP address in a JSON object with support for JSONP, CORS, and direct requests. It serves millions of requests each day for websites, servers, mobile devices and more from all around the world. jsonip has been in service since November 2010.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Tracking' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'jsonip.com' LIMIT 1)),
('DistroScale','DistroScale is a platform + marketplace for buying, delivering, managing, & measuring native content across websites, mobile web & apps. The company has developed a scalable, easy to use, SaaS platform that works across web, mobile, social, and video.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'DistroScale' LIMIT 1)),
('Join the Dots (Research)','As an innovative, award-winning consumer insight agency, we get you closer to consumers. Our approach goes wider and deeper than just asking how they feel: it brings together rigorous primary research with the latest thinking in psychology, behavioural economics and consumer trends.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Community & Discussion' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Join the Dots (Research)' LIMIT 1)),
('JuicyAds','JuicyAds is an advertising marketplace for publishers to sell ads and earn money, as well as for advertisers looking to buy traffic.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'JuicyAds' LIMIT 1)),
('Millennial Media','Jumptap is a mobile ad network and the leader in targeted mobile advertising. Millennial Media is the leading independent mobile marketplace, making mobile simple for the world''s top brands, app developers, and mobile web publishers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Millennial Media' LIMIT 1)),
('JustPremium Ads','High Impact Rich Media Products Desktop and Mobile that score high on KPI&#039;s like Viewability, Click Through Rate (CTR) and View Through Rate (VTR).',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'JustPremium' LIMIT 1)),
('JustUno','Boost sales & social marketing leads by offering instant coupons for a Facebook Like, Tweet, or Google +1. Don''t buy fans, gain real fans for free with Justuno.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'JustUno' LIMIT 1)),
('LongTail Ad Solutions','JW Player is the web''s most popular online video player providing media solutions to publishers of all sizes.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'LongTail Ad Solutions' LIMIT 1)),
('Kameleoon','Launch your A/B tests easily ... at last! Create variants of your web pages no technical knowledge required: modify text, colour, product images, button sizes, banners, block placement etc. Incredibly simple: 5 min installation. One tag for all your tests, targeting and personalizations.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'A-B Testing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Kameleoon' LIMIT 1)),
('Kampyle','A simple and powerful customer feedback solution for web and mobile. Listen, understand and act on customer feedback to achieve business results with Kampyle',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Usability Research (Customer Experience)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Kampyle' LIMIT 1)),
('Kargo','Big ideas for small screens. Kargo creates mobile advertising strategies that launch brands and publishers to the next level.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Kargo' LIMIT 1)),
('Kauli','VOID - Kauli SSP, running since 2009, was terminated at 12:00 on Thursday, June 30, 2016.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Kauli' LIMIT 1)),
('Kelkoo','The eCommerce advertising platform of choice that connects consumers & products',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'ECommerce Solution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Kelkoo' LIMIT 1)),
('Madmetrics','Keyade is an independent company specializing in performance-based online media acquisition and its conversion using dedicated technologies and services (Madmetrics).',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Keyade' LIMIT 1)),
('Keynote','Dynatrace Synthetic Monitoring',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Performance' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Dynatrace' LIMIT 1)),
('Keywee','Keywee analyzes your content and automatically finds qualified audiences that drive business results.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Keywee' LIMIT 1)),
('KINX (Korea Internet Neutral eXchange)','KINX is global, neutral Infrastructure provider. You can use Network, CDN, Cloud, DDoS/Security. KINX is the choice for Google and Amazon in Korea.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Connectivity' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'KINX (Korea Internet Neutral eXchange)' LIMIT 1)),
('Kiosked','Kiosks are responsive and non-intrusive graphical overlays. Kiosks can be either products or ads. They are automatic and connected to a dynamic database. Kiosks are geo-location aware, customizable and measurable in real-time.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Kiosked' LIMIT 1)),
('Klarna','Klarna makes online shopping simple, You can use your credit or debit cards, or we allow you to buy without the use of cards and only using top of the mind information, you can even pay later!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Shopping Cart Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Klarna' LIMIT 1)),
('Klaviyo','Klaviyo is email platform powered by data built for commerce and web businesses.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Klaviyo' LIMIT 1)),
('Klevu Search','Klevu instant site search solution for eCommerce stores. Most advanced self-learning site search technology for online stores',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Site Search' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Klevu' LIMIT 1)),
('Klick2Contact','The K2C suite of Live Help services via Chat and Call-Back offers, in real time, a way to improve the customer&#039;s experience when they explore, interact and purchase from any company&#039;s website.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Klick2Contact' LIMIT 1)),
('Knight Lab','Northwestern University Knight Lab is a team of technologists and journalists working at advancing news media innovation through exploration and experimentation.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Northwestern University' LIMIT 1)),
('Kodajo','Our networking features allow you to connect with other businesses to ask and answer questions, discuss topics and network online. You can make, and receive, online referrals and introductions to and from other businesses to discover new opportunities for your business.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Connectivity' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Kodajo' LIMIT 1)),
('Komoona','Komoona is a dynamic yield optimization platform working across all major RTB exchanges and demand sources, to ensure maximum revenue for our publishers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Yield Optimisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Komoona' LIMIT 1)),
('Korrelate','Using Korrelate''s insights on consumer online shopping behaviors and PIN data on actual new- and used-vehicle retail transactions, J.D. Power will be able to identify which websites and ad campaigns shoppers are exposed to before they buy their vehicle.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Benchmarking' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'JD Power' LIMIT 1)),
('Krux','Krux''s cloud-based infrastructure helps websites capture, control, and connect consumer data across screens and source, putting data to work delivering web experiences that are cooler, safer, faster, and smarter.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Data Management Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Krux Digital' LIMIT 1)),
('Key CDN','KeyCDN is a high performance Content Delivery Network (CDN). Our global delivery network instantly speed up your websites, online games or live streams.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Key CDN' LIMIT 1)),
('LeadBack','LeadBack allows you to find people online that have already viewed your ads or visited your website, then target them again called retargeting with another ad.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Retargeting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AOL' LIMIT 1)),
('LeasdBoxer','LeadBoxer makes it so that you can find new b2b sales leads for your business, gain valuable insights about your website visitors, speed up lead qualification, and grow your revenue. We do this by giving you advanced, real-time information about who is on and interacting with your website and lead generation assets. Using our proprietary algorithms and data sources, our platform will deliver you impressive results and a very healthy return on investment.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Lead Generation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'LeadBoxer' LIMIT 1)),
('Lead Intelligence','Lead Intelligence is a lead management platform that streamlines the lead buying and management process for agencies and advertisers providing them with significantly more insight and reliability. It has the most comprehensive combination of technologically superior lead management tools of any campaign management system on the market. Lead Intelligence helps you through every stage of your marketing campaign including planning, campaign set-up and management, validation and optimisation, budgeting and billing, fulfilment and conversion, plus reporting and analysis.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Lead Generation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Magnetise Solutions' LIMIT 1)),
('WebpageFX','WebpageFX&trade; provides Internet marketing services for B2C, B2B &amp; Ecommerce clients.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing and Promotion' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'WebpageFX' LIMIT 1)),
('Leaflet','Leaflet is the leading open-source JavaScript library for mobile-friendly interactive maps. Weighing just about 38 KB of JS, it has all the mapping features most developers ever need.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Mapping Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Leaflet' LIMIT 1)),
('Leboncoin','On the site leboncoin.fr, spend free ads without commission. You can see ads from individuals and professionals throughout France.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Classified Ads' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Leboncoin' LIMIT 1)),
('Lengow','Easily manage your product catalogue on ecommerce channels (marketplace, price comparison engines, Google Shopping) in the UK and internationally!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'ECommerce Solution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Lengow' LIMIT 1)),
('Admitad','Admitad connects thousands of satisfied customers across the globe. For us, collaboration is more than just ordinary business relations — we develop close relationships to make your ambitions a reality!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Affiliate Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Admitad' LIMIT 1)),
('Lessbuttons','Lightweight and powerful social bookmarking widget. Buttons are displayed only for those social network services, where the visitor is registered.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Plugins' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Lessbuttons' LIMIT 1)),
('Ensighten Manage','Ensighten offers the industrys first Real-Time Enterprise Tag Management System built for the needs of sophisticated enterprise websites.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Tag Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ensighten' LIMIT 1)),
('Lifestreet Media','LifeStreet Media is the largest social media ad network for Facebook applications, and one of the world''s biggest distributors of Facebook applications.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Lifestreet Media' LIMIT 1)),
('OpenX Ad Exchange','OpenX''s Ad Exchange is not only one of the world''s largest programmatic digital advertising exchanges. It''s the best performing marketplace with the highest-quality, independently-rated inventory.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Exchange' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'OpenX Technologies' LIMIT 1)),
('Ligatus','igatus is Europe''s Native and Performance Network No. 1. The 100% subsidiary of Gruner + Jahr specializes in direct response campaigns and content promotion for mobile and desktop.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Native Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ligatus' LIMIT 1)),
('Digioh','Capture More Emails and Leads, Email Marketing and CRM Integration, Grow Your List, Opt-In Lightbox, Customizable Forms, Get More Subscribers for your Newsletter.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Lead Generation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Digioh' LIMIT 1)),
('LightStep','LightStep is a distributed tracing system built on top of the OpenTracing standard. LightStep collects, analyzes, and presents high-fidelity end-to-end traces for the requests having the largest impact on your business and the user experience of your system.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'LightStep' LIMIT 1)),
('LightWidget','Are you looking for cool, responsive widget for Instagram that you can embed on your website or blog? Easy setup, multiple options and linking to your profile on Instagram? Check out LightWidget!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'LightWidget' LIMIT 1)),
('sovrn','sovrn is an advocate of and partner to almost 20,000 publishers across the independent web, representing more than a million sites, who use our tools, services and analytics to grow their audience, engage their readers, and monetize their site. We own and operate one of the largest global exchanges that connects publishers with a complete range of third-party monetization solutions, including display, video, and mobile, as well as private marketplaces and data-driven yield optimization.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Exchange' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'sovrn' LIMIT 1)),
('Linkcious','Linkcious is an awesome product recommendation engine that helps you show your products like the related products on Amazon.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Linkcious' LIMIT 1)),
('Linking Mobile','Linking Mobile is a mobile performance network. We connect mobile site and app publisher traffic with mobile advertisers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Mobile Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Linking Mobile' LIMIT 1)),
('Rakuten LinkShare','Rakuten LinkShare is a leading provider of full-service online marketing solutions specializing in the areas of Affiliate Marketing and Display and Retargeting. Grow sales and find new customers with Rakuten LinkShare, trusted experts providing the industry with thought leadership, superior service and most importantly.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Affiliate Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Rakuten' LIMIT 1)),
('Listrak','Listrak provides a single, integrated digital marketing platform that allows omnichannel retailers to reach their audience through email marketing, mobile marketing, social marketing and more.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Listrak' LIMIT 1)),
('Mux','Monitor your video streaming performance with just a few lines of code. Get in-depth quality of service analytics on web, mobile, and OTT devices.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Mux' LIMIT 1)),
('LiveBurst','LiveBurst''s goal is to make selling your ad space extremely simple. Our intuitate, easy to use system allows you to sell your ad space in both our marketplace as well as managing your own direct campaigns.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'LiveBurst' LIMIT 1)),
('LiveChat','Live chat software for business. Intelligent customer engagement, real-time website monitoring and live help/live support tools. Increase your sales and ROI with live chat.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'LiveChat' LIMIT 1)),
('LiveClicker','Liveclicker delivers rich customer experiences for leading brands across email and the web. Its RealTime Email solution brings static emails to life with content updated dynamically at the moment of open. Liveclicker&#039;s video commerce solutions help today&#039;s top brands from production through conversion to generate the most ROI from video.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'LiveClicker' LIMIT 1)),
('LiveHelpNow','Best rated Help Desk Software for Customer Service with Live Chat, Ticketing system, Knowledge base/FAQ and Call management. Open the door for customers with live chat, email-ticket and self-service knowledge base.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Helpdesk Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'LiveHelpNow' LIMIT 1)),
('LiveJournal','LiveJournal: Discover global communities of friends who share your unique passions and interests.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Online Community (Forums)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'LiveJournal' LIMIT 1)),
('LiveRail','LiveRail, a Facebook company, is a leading monetization platform for publishers, broadcasters, and mobile app developers, providing them with technology to sell their inventory smarter and safer across devices.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Media Sales Platform (SSP)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Facebook' LIMIT 1)),
('LiveTex','LiveTex - the first company in the Russian market, offering not just a service online counseling and a range of solutions for the communication with the visitors of the site.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'LiveTex' LIMIT 1)),
('Living Map Company','Living Map is a digital map and data platform that delivers off-the-shelf and bespoke location-based services for urban and indoor spaces. We work with cities and venue owners to help them map and visualise their spatial and operational data. We unlock the value of your spaces, allowing you to improve user experience, improve efficiency, reduce costs and generate revenue.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Mapping Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Living Map Company' LIMIT 1)),
('LKQD','Likqid Media''s mission is to solve the problems of the advertising industry through technology solutions. Likqid Media''s leading independent video advertising self-serve platform LKQD, offers best-in-class ad serving, mediation, and programmatic capabilities on all screens.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'LKQD' LIMIT 1)),
('LockerDome','LockerDome helps you personalize the web.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'LockerDome' LIMIT 1)),
('LoginRadius','LoginRadius manages your website registration process, keeps your customer data secure, and integrates seamlessly with your other business tools.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Plugins' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'LoginRadius' LIMIT 1)),
('Soasta','The SOASTA Platform enables developers, QA and IT operations to load and performance test web and mobile apps with speed, scale and precision.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Performance Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Soasta' LIMIT 1)),
('loGo_net','loGo_net is a unique technology platform enabling Local Government to understand and enhance the performance of digital channels. loGo_net automatically classifies every page of content on your website into one of your service areas (schools, planning, housing etc.) and, when possible, a Geo-Zone - a more localised area within your administrative boundary. When a visitor views a page, that classification is referenced to build up a Profile of the services and geo-zones of interest to a visitor. loGo_net then checks what other visitors with a similar profile are currently doing on your site - combines it with your channel shift objectives and priorities for the specific profile - and then presents personalised and optimised recommendations.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'loGo_net' LIMIT 1)),
('Loop11','Loop11 is a remote usability testing tool that enables you to test the user-experience of any website and identify navigational and usability issues. Test the usability of your website quickly, cost effectively and properly!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Usability Research (Customer Experience)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Loop11' LIMIT 1)),
('Loop Commerce','Loop easily integrates into online stores and provides their customers with a simple way for thoughtful gift giving.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Online Gifting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Loop Commerce' LIMIT 1)),
('Looper','Read movie and TV lists, watch film trailers and get breaking news and the latest reviews on your favorite TV shows and blockbuster movies.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Looper' LIMIT 1)),
('LoopMe','LoopMe is the largest mobile video platform, supporting all video and full-screen formats and reaching over 1.25 billion consumers worldwide.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Monetization' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'LoopMe' LIMIT 1)),
('Online Rewards','MasterCard Online Rewards',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Loyalty and Referral Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Mastercard' LIMIT 1)),
('Loyalty Point','Loyalty Point is a place where together with our team we bring almost 20 year of experience in customer, loyalty and marketing business. We''ve done almost every loyalty program out there: big & small, short & long in retail, finance, services, B2B, B2C – you name it.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Loyalty and Referral Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Loyalty Point' LIMIT 1)),
('linkpulse','Linkpulse is logging clicks every second and will instantly tell you the current speed of your front page or articles. We use a sliding window of 60 seconds, so when you change something, you will see the effect within seconds, and the full effect after 60 seconds. This method is faster and more responsive than measuring active visits or pageviews.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'linkpulse' LIMIT 1)),
('LeaseWeb','LeaseWeb Private Cloud offers all the benefits of the Cloud but with dedicated resources in your own private cloud server environment. You can select compute, memory, network and storage packs, and we combine them in a pool of resources to provide a complete suite of private cloud services. With this private cloud computing solution, you have complete control over the allocation of these resources combined with the ability to create your own virtual networks, including selection of IP addresses, creation of subnets, load balancers, and network gateways only limited by your imagination and the capabilities of the platform you selected. Our private clouds are ideal for any type of workload from small websites to large-scale enterprise applications, as well as software development and dynamic transcoding.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Cloud Access Solutions' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'LeaseWeb' LIMIT 1)),
('Luma Tag','unknown',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Tracking' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Luma Tag' LIMIT 1)),
('Luminate','Luminate is the leading in-image advertising and related content network with over 200 million monthly uniques.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Luminate' LIMIT 1)),
('Lynchpin Analytics','Lynchpin is a full service analytics consultancy combining analytics, consulting and engineering disciplines to help organisations make the best decisions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Lynchpin Analytics' LIMIT 1)),
('Lytics','Understanding who your customers are, how they engage with your brand and what content interests them are the building blocks for relevant, one to one marketing campaigns that increase customer lifetime value.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Data Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Lytics' LIMIT 1)),
('Marketing Dashboards','GroupM is the Number One global media investment management group. We offer the intelligence to find or create valuable audiences, the power to engage them most effectively and efficiently, and the ability to create desired marketing outcomes.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'GroupM' LIMIT 1)),
('MonetizeMore','Gain access to Google''s exclusive Doubleclick Ad Exchange. Increase your Ad Revenue by 20-100% via outsourced ad optimization.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Optimisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'MonetizeMore' LIMIT 1)),
('mbr targeting','Machine learning for user centric optimization. real science. real time.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'mbr targeting' LIMIT 1)),
('Yahoo! Japan','Yahoo delivers custom solutions to build your brand and drive the response you want. Yahoo&#039;s industry-leading targeting tools turn audiences into customers, helping you reach the people who matter to your business and deliver the right message.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Lead Generation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Yahoo!' LIMIT 1)),
('Magnetic Platform','Magnetic enables advertisers to reach new and existing customers through search retargeting and other data-driven advertising strategies.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Retargeting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Magnetic' LIMIT 1)),
('MailMunch','MailMunch captures leads from your website and converts visitors into life-long readers, email subscribers and customers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'MailMunch' LIMIT 1)),
('MailPlus','More marketing power with MailPlus. For practical marketing professionals who want to run better email marketing and do not want to waste time with complicated applications.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'MailPlus' LIMIT 1)),
('Mapbox','Anyone can design a map with Mapbox Studio. Our open source design tool allows you to choose what you want on the map and exactly how it looks. Add data, pick fonts and colors &ndash; you have control over every detail.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Mapping Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Mapbox' LIMIT 1)),
('Google Maps','The Google Static Maps API lets you embed a Google Maps image on your web page without requiring JavaScript or any dynamic page loading. The Google Static Map service creates your map based on URL parameters sent through a standard HTTP request and returns the map as an image you can display on your web page.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Mapping Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Google' LIMIT 1)),
('Maptive','Your Data, on a Custom Google Map, Crazy Fast. It''s not always easy to find the answers you''re looking for when you''ve got hundreds of rows of data staring back at you. With Maptive, you can transform raw location data into a beautiful, customized Google map in a matter of seconds.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Mapping Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Maptive' LIMIT 1)),
('Marchex','Marchex provides call analytics and attribution solutions for businesses to track mobile advertising performance.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Marchex' LIMIT 1)),
('Perfect Audience','Perfect Audience gives marketers a complete solution for mobile, web and Facebook retargeting - a fast and easy way to retarget lost customers and bring them back to convert.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Retargeting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Marin Software' LIMIT 1)),
('SharpSpring','Simple Marketing Automation for Agencies and SMBs.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SharpSpring' LIMIT 1)),
('Marketizator','Marketizator is an award winning CRO software that can be used for: A/B testing, online surveys and custom banners (exit-intent popups)',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Behavioral Automation Platform (Exit Intent)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Marketizator' LIMIT 1)),
('Marketo','Marketo provides easy and powerful marketing automation software with everything a marketer needs: email, social, analytics, lead management and more.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Marketo' LIMIT 1)),
('The Wall Street Journal','MarketWatch provides the latest stock market, financial and business news. Get stock market quotes, personal finance advice, company news and more.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Business News' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'The Wall Street Journal' LIMIT 1)),
('Brandscreen','Brandscreen Adserver - Brandscreen offers a media-buying platform that empowers marketers to more effectively invest in programmatic digital media. Brandscreen has led innovation in technology-enabled digital media buying since creating one of the first demand side platforms (DSPs) in 2007. Since then, Brandscreen has continued to innovate - most recently delivering the industry''s first digital-out-of-home (DOOH) marketplace! Brandscreen is well positioned to continue its innovation through agile and responsive collaboration with existing customers as well as proactive development of our market leading platform.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Real-time Bidding' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Brandscreen' LIMIT 1)),
('MatchWork','Mobile friendly job board software and CV Match solutions. MatchWork designs, develops and hosts advanced job portal software.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'MatchWork' LIMIT 1)),
('Mather Economics','Let Mather do the heavy lifting of analyzing data. Outsourcing your analytics to business economists can help you use data to optimize your operations, increase revenue and add value to your business.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Mather Economics' LIMIT 1)),
('MathJax','Beautiful math in all browsers. A JavaScript display engine for mathematics that works in all browsers. No more setup for readers. It just works.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'MathJax' LIMIT 1)),
('Allyde','Mautic.com is the best place for automating your marketing.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Allyde' LIMIT 1)),
('MaxMind','Use GeoIP intelligence for content personalization, ad targeting, traffic analysis, digital rights management, and more.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Geo-location' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'MaxMind' LIMIT 1)),
('Maxymiser','Maxymiser enables marketers to increase the effectiveness of websites by using A/B and multivariate testing with personalization to proactively manage conversion rates by adapting content to respond to live visitors.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'A-B Testing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Maxymiser' LIMIT 1)),
('Interpublic Group','Interpublic Group is a global leader in modern marketing solutions. With offices in all major world markets, our companies specialize in consumer advertising, digital marketing, communications planning and media buying, public relations and specialty marketing.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing and Promotion' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Interpublic Group' LIMIT 1)),
('Yandex','Website designers can load a variety of JavaScript-frameworks and &amp; library and open source from Yandex on permanent links,',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN JSLib' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Yandex' LIMIT 1)),
('McAffee','Website security that turns shoppers into buyers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Website Security' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'McAffee' LIMIT 1)),
('MECLABS Institute','MECLABS Institute is the largest independent research facility focused on how people make choices.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'MECLABS Institute' LIMIT 1)),
('Engadget','Tech news and reviews from the UK Engadget team. Stay up to date with the latest gadgets and consumer electronic releases.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Media Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Engadget (AOL)' LIMIT 1)),
('Media.net','Yahoo! Bing Network Contextual Ads powered by Media.net gives you instantaneous access to one of the world''s largest marketplaces for advertisers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Creative Optimisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Media.net' LIMIT 1)),
('Mediabong','Mediabong is a video ad platform providing content and ad videos on a premium publishers network. Our technology designed a unique targeting system, taking into account context, user profile, behaviour and attention level.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Mediabong' LIMIT 1)),
('US Media Consulting','US Media Consulting is a leading media services firm specialized in reaching Brazil, Latin America and US Hispanics. Our team executes media strategies, plans and campaigns for Internet, print, TV, radio, OOH and mobile that are customized to every client to deliver maximum ROI.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'US Media Consulting' LIMIT 1)),
('Rakuten MediaForge','Rakuten MediaForge&#039;s most distinguishing mark is our award-winning ad technology. Our ads are a personalized extension of the shopping experience on your site, so consumers will engage with your brand without having to leave the site they were browsing.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Rakuten' LIMIT 1)),
('Mediahawk','Call tracking software tracks online and offline advertising performance. Attribute ad revenue to optimise marketing for agencies, businesses, SEO and PPC.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Call Tracking' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Mediahawk' LIMIT 1)),
('Media IQ','Media iQ is a global analytics technology company that provides high performance trading and analytics to deliver powerful insights to drive business growth.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Media IQ' LIMIT 1)),
('360 picnic platform','360 search promotion with a wide coverage, targeted, pay-by-effect, flexible management and other advantages. You can show your results to a large number of users free of charge, but only pay for click-through visits to prospective potential customers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Paid Search' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'MediaV' LIMIT 1)),
('Mediavine','Mediavine is the publisher ad network. Full service ad management including display ad optimization, video monetization and sponsored influencer marketing.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Mediavine' LIMIT 1)),
('Polar Mobile Group','MediaVoice is used by premium publishers around the world to create, present, service, and report their direct-sold native ad programs.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Native Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Polar Mobile Group' LIMIT 1)),
('HERE','Postcode Anywhere offers web services and software to lookup UK and international addresses, provide a store locator function, validate bank details, cleanse data, plan routes and more.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'HERE' LIMIT 1)),
('Medium','Welcome to Medium, a place to read, write, and interact with the stories that matter most to you. Every day, thousands of voices read, write, and share important stories on Medium.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'News Provider' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Medium' LIMIT 1)),
('Meetrics','Meetrics is a leading company on the European market for technical solutions which increase the quality and effectiveness of advertising campaigns and online editorial content. Alongside the verification of the visibility of online ads, Meetrics provides the opportunity to review and verify the environments and target groups.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Verification / Atrribution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Meetrics' LIMIT 1)),
('PopAds','Smart Network, Powerful Solutions. See what is possible with PopAds, re-discover potential. PopAds is simply the best paying advertising network specialized in popunders on the Internet. We guarantee you that no other popunder ad network will pay better than us!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'PopAds' LIMIT 1)),
('Melt','Through the innovative model Real-time Bidding, Melt optimizes your media buying dynamically, delivering your ads to a qualified and targeted audience.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Real-time Bidding' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Melt' LIMIT 1)),
('Meltwater Group','Meltwater helps companies drive growth and build brands by better understanding and engaging their customers, markets and social business communities.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Customer Engagement' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Meltwater Group' LIMIT 1)),
('MentAd','MentAd is a predictive marketing platform that identifies the most profitable opportunities to help you acquire your next customers',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'MentAd' LIMIT 1)),
('CommerceHub','CommerceHub helps retailers and brands grow online product assortments, promote &amp; sell on the channels that matter and fulfill &amp; deliver orders seamlessly.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'CommerceHub' LIMIT 1)),
('Merchant Equipment Store','Receive high quality Merchant Services and a low cost, hassle-free Merchant Account when you process credit cards with Merchant Equipment Store.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Merchant Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Merchant Equipment Store' LIMIT 1)),
('Merchenta','Unlike traditional retargeters, Merchenta focuses on the metric that matters most; consumer engagement. By focussing on consumer engagement, we&#039;re able to optimise campaigns to those high-value consumers who drive the greatest results. By using this insight, we drive great results for our clients.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Customer Engagement' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Merchenta' LIMIT 1)),
('Business Message','The unified emailing solution to differentiate itself from the competition and make your teams happy. Easily create responsive email campaigns and responsive newsletters with the Exclusive Editor. Many models of emailing made by talented artistic directors. Test, measure and follow the evolution of performance to bring together beauty, deliverability and productivity.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Business Message' LIMIT 1)),
('NetAffiliation','International affiliate marketing network specialized in the management of CPA, CPL and CPC campaigns. Advertisers, Editors, join the NetAffiliation network!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Affiliate Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Kwanco' LIMIT 1)),
('Addoox MetaNetwork','Addoox a.k.a Meta Network, have been changing together with the online advertising industry. As a part of the strategy, Addoox decided to build in-house top of the Art technology that allows to be more brand safe, give full transparency and most important be able to add the “special sauce” to the advertising process.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Real-time Bidding' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Addoox' LIMIT 1)),
('Met Office','Met Office weather and climate change forecasts for the UK and worldwide. World leading weather services for the public, business, and government.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Weather Reports' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Met Office' LIMIT 1)),
('Admetrics','We develop and manage complex, business-critical online applications for global, market leading corporations. We also build all kinds of web-assets for small businesses and get subcontracted by reputable agencies and partner with artists and non-profits. Our product Admetrics is an ad analytics suite which provides deep insight into online campaign performance.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Next Tuesday' LIMIT 1)),
('metrigo','metrigo provides solutions for performance display advertising via its proprietary real time bidding platform.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Real-time Bidding' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'metrigo' LIMIT 1)),
('Mega','Mega focuses on solutions to campaign performance and end-user experience improvement with our experiential internet marketing tactics, in terms of Email Marketing, Online Advertising Campaigns, Search Engine Optimization, Search Keyword Listings, Data Analysis and more.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Search Engine Optimisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Mega Information Technology' LIMIT 1)),
('Supertool Network Technology','Supertool Network offers media measurement services in China.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Supertool Network Technology' LIMIT 1)),
('Movable Ink','We Help Marketers Create Personal Experiences at Massive Scale. We believe that marketing can delight, compel, and engage. But all too often, that opportunity is lost with one-size-fits-all messaging delivered to masses. It is our mission to broaden the possibilities in the way we communicate, and create truly personalized, one-to-one interactions between brands and their customers at a massive scale.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Movable Ink' LIMIT 1)),
('Microad','In the field of Internet advertising, expand the ad platform business and the ad network business has been. In the ad platform business, we are developing the most advanced display advertisement distribution technology DSP MicroAd BLADE and SSP MicroAd COMPASS, which are mainstream in the United States.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Microad' LIMIT 1)),
('Compatibility View List','The Compatibility View List contains a number of websites known to have problems when viewed, by default, with Internet Explorer; when Internet Explorer opens a webpage from a site on the Compatibility View List, it automatically displays the page in a way that allows it to be viewed correctly.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Browser Advice' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Microsoft' LIMIT 1)),
('Mightypop','Email marketing for booking of shows for Newfoundland touring artists.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Mightypop' LIMIT 1)),
('Mirror Image Internet','Mirror Image provides dynamic delivery network services to organizations worldwide.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Mirror Image Internet' LIMIT 1)),
('minicabit.com','Get the best price on a minicab or taxi by comparing cabs across 300 towns and cities nationwide!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Price Comparison' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'minicabit.com' LIMIT 1)),
('Trinity Mirror','All the latest news, sport and celebrity gossip at Mirror.co.uk. Get all the big headlines, pictures, analysis, opinion and video on the stories that matter to you.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'News Provider' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Trinity Mirror' LIMIT 1)),
('Mixpanel','Mixpanel is the most advanced analytics platform in the world for mobile & web.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Mixpanel' LIMIT 1)),
('Silverpop','Silverpop is a cloud-based digital marketing platform that provides email marketing, lead management and mobile engagement solutions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'IBM' LIMIT 1)),
('Madison Logic','Madison Logic is the largest provider of full funnel marketing solutions for 1,000+ of the world&#039;s leading B2B brands. Our intent data fuels our ability to get the right message to the right person at the right time.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Madison Logic' LIMIT 1)),
('Bombora','Bombora is the largest aggregator of B2B intent data, providing B2B marketing and sales teams insights about when their customers are actively in market.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Data Aggregator' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Bombora' LIMIT 1)),
('Numberly','numberly is a 1000mercis Group brand, a pioneer in interactive advertising and marketing, providing innovative solutions for companies willing to optimise their customer acquisition and retention through interactive media (Internet, mobile phones and tablets).',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing and Promotion' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = '1000mercis' LIMIT 1)),
('Moat','Moat Ad Search is a search engine for online display ads, making it easy to find your favorite brands and to discover what banner ads are running on top sites. Moat is focused on building easy-to-use products that help advertisers build and sustain their competitive advantage through better creative.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Moat' LIMIT 1)),
('Mobify','Mobify is a mobile e-commerce optimization platform used by leading online retailers to deliver exceptional responsive shopping experiences.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Mobile Optimisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Mobify' LIMIT 1)),
('Mobile Nations','Mobile Nations attracts the most passionate tech influencers and enthusiasts, and through its media platform empowers consumers to make smarter purchase decisions and get the most out of their tech-enabled lives.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Community & Discussion' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Mobile Nations' LIMIT 1)),
('mobiManage','Every device gets a unique experience, has specific functionality, carefully thought out UX and marketing tools associated with it. Take it one step further and look at the industries we work with. Whatever your current needs are, envision having a single platform that integrates with any existing system and provides you the ability to send content and information to any device that comes to the party.It&#039;s not as classy as BYOB, but BYOD is the future.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'mobiManage' LIMIT 1)),
('Mobivate','Mobivate is a leading global mobile messaging company, specializing in bulk SMS, mobile marketing, premium rate SMS, shortcodes and mobile billing services.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Mobile Messaging' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Mobivate' LIMIT 1)),
('Momondo','momondo.dk is a free and independent travel search engine that finds and compares the best prices on flights, hotels and rental cars worldwide.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Travel Search Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Momondo' LIMIT 1)),
('Cheapflights Media','momondo.co.uk is a free, independent global travel search site comparing billions of cheap flights, hotels and car hire deals',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Travel Search Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Momondo' LIMIT 1)),
('Momondo Group','Momondo Group is here to make travel simpler and smarter. We build businesses that create products users love, and which put the world within everyone''s reach.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Travel Search Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Momondo Group' LIMIT 1)),
('Monarch Ads','Monarch works with advertisers to achieve a variety of KPI''s through audience targeting, custom-designed creatives, and strategic buys from a portfolio of exclusive publishers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Monarch Ads' LIMIT 1)),
('Monetate','Interact. Engage. Reach. Turn real-time big data into personalized digital experiences with the Monetate Acceleration Cloud, Services, and Content Marketing',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Monetate' LIMIT 1)),
('Monkey Frog Media','Monkey Frog Media is a premium web publisher creating the most compelling content on the web attracting visitors from around the globe.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Monkey Frog Media' LIMIT 1)),
('Moovweb','No matter how your mobile site is performing today, Moovweb can increase your conversion rates and overall mobile performance. Our customers have seen mobile revenue increases over 200% and conversion rate lift as high as 150%. Moovweb''s enterprise cloud solutions solve your mobile web and app challenges in weeks with no re-writes and minimal IT support.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Mobile Optimisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Moovweb' LIMIT 1)),
('Mopinion','At Mopinion we make breakthrough software that changes the way enterprises use customer feedback from websites and apps. We truly believe customer feedback is a crucial ingredient for Digital-First enterprises to succeed. Mopinion powers these companies by offering an analysis and reporting solution that supports users'' desires for data discovery. All in a delightful user experience.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Mopinion' LIMIT 1)),
('Mouse3K','Mouse3K is visual web analytics. Mouse tracking lets you understand what your visitors actually do on your website!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Mouse3K' LIMIT 1)),
('Mouseflow','Mouseflow lets you record website visitors and generate instant heatmaps showing where they click, scroll and even pay attention.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Mouseflow' LIMIT 1)),
('MouseStats','MouseStats Website Heatmaps, Visitor Playback, Form Analytics, Visitor Recording: UX Analysis Suite.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'MouseStats' LIMIT 1)),
('Qzzr','Qzzr is a simple online quiz tool that allows you to quickly create beautiful quizzes, post them anywhere on the web, view on any device, and track results.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Qzzr' LIMIT 1)),
('moving-pictures','As one of the market leader, we will introduce you to our services. We create 360 ° panoramas, virtual interactive tours, videos of all kinds and deliver portals with content. Also compatible with smartphones, tablets and Facebook.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'moving-pictures' LIMIT 1)),
('Moxielinks','Moxie Links vision is to increase our partner''s sales & revenue by creating highly valuable monetization solutions and connections between the best advertisers and premium publishers. We aimed to help publishers around the world to take the best out of the online monetization and provide the best user experience at their website & platform by providing the right ads to the right users. With innovative retargeting, contextual solutions and outstanding APIs, we help publishers and advertisers around the world leverage and scale their business model.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Retargeting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Moxielinks' LIMIT 1)),
('Conversant Tag Manager','Conversant Tag Manager is a leading-edge tag management system that eliminates the pain points of manual tag management. Conversant Tag Manager replaces all of the tags on your site with a single, lightweight piece of code. Once in place, the Conversant Tag Manager radically simplifies data collection while ensuring maximum data accuracy.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Tag Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Conversant' LIMIT 1)),
('Mashable','The latest happenings in social media, plus tips on using Twitter, Facebook, YouTube, Foursquare and other social tools on the web.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Media' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Mashable' LIMIT 1)),
('Microsoft Certificate Services','Microsoft Certificate Services',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Certificate Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Microsoft' LIMIT 1)),
('Viacom','Viacom connects with our diverse audiences everywhere they are. As a leading global entertainment content company, we know what our viewers want and proudly deliver it across the globe through television, motion pictures and a wide range of digital media.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Viacom' LIMIT 1)),
('Multiview','MultiView is the number one publisher of association-branded B2B digital media.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Publisher' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Multiview' LIMIT 1)),
('NaviStone','NaviStone website visitor tracking technology is changing the way retail and eCommerce companies find new direct mail marketing prospects.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'NaviStone' LIMIT 1)),
('Moore-Wilson','We are a London and Salisbury based agency offering a full range of services, from web design, development & hosting to digital marketing & graphic design. Our digital teams are specialists in open-source content management systems, including Drupal, Umbraco & WordPress.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Moore-Wilson' LIMIT 1)),
('MaxPoint Interactive','Hyperlocal online advertising from MaxPoint helps advertisers move crowds of shoppers to local stores.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'MaxPoint Interactive' LIMIT 1)),
('MyBuys','With decades of experience in eCommerce and analytics, our team of personalization experts is passionate about success.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'MyBuys' LIMIT 1)),
('MyFonts','MyFonts, the #1 place to download great @font-face webfonts and desktop fonts: classics (Baskerville, Futura, Garamond) alongside hot new fonts (Choplin, Sanelma, True North).',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN Fonts' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'MyFonts' LIMIT 1)),
('mymovies','We provide the UK''s leading range of movie content services, delivering official assets for every theatrical release to a network of leading entertainment brands and cinema chains.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Media Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'mymovies' LIMIT 1)),
('my6sense','my6sense provides an end-to-end platform for ad networks, group publishers and DSPs to easily enter the programmatic native advertising market.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'my6sense' LIMIT 1)),
('Mynewsdesk','Discover the impact of Digital PR! Monitor what is being said about your brand, create your story, identify and engage your audience and analyse the results',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Communication Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Mynewsdesk' LIMIT 1)),
('MyRegistry','The #1 Universal Wedding Registry, Baby Registry and Gift Registry for all occasions! Create a wedding wish list! Add gifts from any store to this online multistore bridal registry.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Online Gifting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'MyRegistry' LIMIT 1)),
('MySpace','Myspace (stylized as myspace) is a social networking service with a strong music emphasis owned by Specific Media LLC and pop music singer and actor Justin Timberlake.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Media' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Specific Media' LIMIT 1)),
('myThings','myThings? offering is answering two pains of marketers who run real time programmatic ad campaigns: lack of transparency and template-based automation. It empowers advertisers by providing them with full visibility into the performance patterns of their audience, while creating fully customized programmatic campaigns capable of meeting their specific business goals.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'myThings' LIMIT 1)),
('Unidays','FREE, instant access to student discount. Join us today, and start saving with big retailers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing and Promotion' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Unidays' LIMIT 1)),
('Visual IQ','Visual IQ',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Attribution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Visual IQ' LIMIT 1)),
('iTunes','iTunes is the best way to organise and enjoy the music, films and TV programmes you already have — and shop for the ones you want to get. It''s home to Apple Music, which gives you unlimited access to millions of songs, curated playlists,1 and Beats 1 radio, hosted by Zane Lowe and a team of acclaimed DJs. Enjoy all the entertainment iTunes has to offer on your Mac and PC.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Media Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Apple' LIMIT 1)),
('CyberKnight','Namogoo - Real-time protection against client-side injected malware, unauthorized ads and spyware, to ensure a safe, distraction-free customer journey.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Website Content Protection' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Namogoo' LIMIT 1)),
('Nanigans','Nanigans'' Ad Engine is built for scale with workflow automation, predictive optimization, deep data integrations, and real-time and lifetime reporting tools. Using predictive logic, machine learning algorithms and other technology, Nanigans'' Ad Engine offers performance marketers a comprehensive SaaS platform to help maximize return on ad spend by identifying high value audiences and managing the workflow involved to optimize ad spend to meet true business goals.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Nanigans' LIMIT 1)),
('Nanorep','Nanorep provides personalized customer self-service, virtual assistant and chatbot solutions, accessible at any touchpoint along the customer journey.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Nanorep Technologies' LIMIT 1)),
('Narrative','Narrative''s data commercialization platform connects buyers and sellers of raw data events.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Data Exchange' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Narrative' LIMIT 1)),
('Native Ads','Native Ads is the Leading Native Ad Exchange for Content Publishers, Brands and Agencies',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Exchange' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Native Ads' LIMIT 1)),
('Toms Native Ads','Tom''s Native ads platform allows distribution of sponsored content.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Native Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Purch' LIMIT 1)),
('Navegg','The Navegg is an audience segmentation company whose goal is to make the interactions between brands and smarter consumers. We are a technology company that works to enhance and personalize the online experience of Internet users and so they do not receive intrusive and irrelevant advertising.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Data Management Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Navegg' LIMIT 1)),
('NAVIS','The NAVIS Sales & Marketing System is the hospitality industry''s most powerful, most complete solution for optimizing your sales and marketing, driving more demand, converting more demand, and increasing revenue - dramatically.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Hotel Reservations' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'NAVIS' LIMIT 1)),
('Naytev','A/B test content for social media, get more traffic. Naytev automatically drives more clicks from social media sharing.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'A-B Testing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Naytev' LIMIT 1)),
('Web Security and Performance','NCC Group is a FTSE 250 listed global expert in cyber security and risk mitigation, working with businesses to protect their brand, value and reputation against the ever-evolving threat landscape.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Fraud & Security' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'NCC Group' LIMIT 1)),
('Needle','Needle&#039;s unique customer experience and CRM tools help increase customer loyalty and engagement.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Usability Research (Customer Experience)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Needle' LIMIT 1)),
('Nend','We will aim to become an ad network that will change in response to market needs and will be trusted by all smartphone users.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Mobile Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Nend' LIMIT 1)),
('Neodata','Neodata was founded in 2003, with the belief that our new technology could change the online publishing world by marrying both editorial and advertising needs.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Data Management Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Neodata' LIMIT 1)),
('NetDirector','NetDirector Software Driving the Digital Dealership',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'G-Forces Web Management' LIMIT 1)),
('MaxCDN Enterprise','Secure Trailblazing Content Delivery Network - Affordable and Lightening fast CDN services.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'MaxCDN' LIMIT 1)),
('Netmining','IgnitionOne brings together the most important pieces of marketing within a single platform. Built upon a world-class marketing hub, the flexible system allows marketers to integrate with their existing tools or use the powerful native solutions already baked in the system. You decide based on the needs of your enterprise.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Data Management Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ignition One' LIMIT 1)),
('Netop','Netop is a worldwide leader in Remote Support Software, Classroom Management Software and Live Chat Software.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Netop' LIMIT 1)),
('NetSeer','NetSeer&#039;s patented ConceptGraph intent engine delivers exceptional ad performance across desktop, mobile, and video inventory.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'NetSeer' LIMIT 1)),
('NetShelter','Ziff Davis Tech offers programmatic marketing solutions that deliver the scale and efficiency required by today''s advertisers. With 2 billion desktop and 100MM+ mobile impressions available per month, Ziff Davis Tech enables advertisers to target their own data or leverage our 1st party data to reach tech intenders in context on high-quality sites.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Server' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ziff Davis Tech' LIMIT 1)),
('Network Solutions','Secure your domain and keep customers safe with SSL security certificates and SLL security solutions through Network Solutions. Protection options for any business.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Certificate Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Network Solutions' LIMIT 1)),
('New Approach Media','New Approach Media is the online marketing firm consistently adapting to stay at the top.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'New Approach Media' LIMIT 1)),
('New Relic','Gain insights into the actual experience your users are having on your site in real time with New Relic Browser real user monitoring (RUM).',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Performance' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'New Relic' LIMIT 1)),
('News','Australia&#039;s number one news site in 2013 and 2014, news.com.au reaches over 3.7m Australians, delivering extensive breaking news and national interest stories thanks to our team of dedicated journalists plus the strength of the News Corp Australia network.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Newsfeed Provider' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'News' LIMIT 1)),
('NewShareCounts','You can get back your Twitter share counts and display them on your website. Setup is very easy and requires no coding or serious changes.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Plugins' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'NewShareCounts' LIMIT 1)),
('Digital Media Exchange','The Digital Media Exchange drives audience engagement, increases traffic and generates new revenue through free access to the broadest offering of premium content, cutting-edge player products and reliable ad operations support. Content creators exponentially increase their audience reach by showcasing video in premium positions on top publisher sites while benefiting from NDN&#039;s revenue generation. For national advertisers, NDN&#039;s Digital Media Exchange is a transparent, brand safe platform designed to reach a highly engaged, premium audience.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'News Provider' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'NDN' LIMIT 1)),
('Newsquest','We are one of the largest regional news publishers in the UK and have a portfolio of more than 165 news brands and over 40 magazines, published in print and online. With an audience of almost 30 million users a month online and six million readers a week in print, our content is read by a substantial proportion of the UK population.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Publisher' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Newsquest' LIMIT 1)),
('Datalogix','Leverage the power of purchase-based audience targeting to drive measurable online, mobile and offline sales.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Datalogix' LIMIT 1)),
('Nexcess.Net','Since 2000, we''ve groomed the best team and technology that a site owner could dream up. Whether you''re a Magento operator bent on maximizing revenue with our famous 13X performance boost, or a WordPress fanatic that rests easy having an expert care team that understands how to scale with your success; Nexcess is the right host for you.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Internet Hosting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Nexcess.Net' LIMIT 1)),
('neXeps','neXeps recognizes your next customer, before he or she has even seen your shop for the first time!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Retargeting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'neXeps' LIMIT 1)),
('NetFlix','Watch Netflix movies &amp; TV shows online or stream right to your smart TV, game console, PC, Mac, mobile, tablet and more. Start your free trial today.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Platform (Streaming)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'NetFlix' LIMIT 1)),
('ninemsn Pty.','ninemsn Pty. Ltd. operates as an online media company, provides MSN online services with TV and magazine brands in Australia.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Search' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ninemsn Pty.' LIMIT 1)),
('NitroSell','NitroSell creates high quality ecommerce sites for you, the small and medium retailer, that integrate into your point of sale system in order to simplify maintaining sales, inventory and customer information both online and in-store. We have a well-trained, friendly staff that can assist you through the entire process of getting an ecommerce webstore up and running.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'NitroSell' LIMIT 1)),
('SpaceNet','SpaceNet is an independent Munich Internet provider. We realize (from concept to operation) individual hosting solutions for companies.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Internet Hosting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SpaceNet' LIMIT 1)),
('Nochex','Nochex - a leading online payments provider. Send money and accept payment online with Nochex online payment systems. Pay online fast with our accounts.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Payment Gateway' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Nochex' LIMIT 1)),
('PICnet','PICnet is a Web development consulting firm for non-profits and socially responsible businesses.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'PICnet' LIMIT 1)),
('Northern &amp; Shell Media Group','Northern &amp; Shell Media Group has experienced almost four decades of expansion, becoming a significant force in British and worldwide media, with a portfolio of newspapers and magazines.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Publisher' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Northern &amp; Shell Media Group' LIMIT 1)),
('Nosto','Nosto enables online retailers to deliver their customers a personalised shopping experience, increasing conversion, average order value and customer retention as a result. Free to install, the solution works with any online store and e-commerce platform.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Nosto' LIMIT 1)),
('Fomo','Convert more customers with Fomo, the first social proof marketing automation platform.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Fomo' LIMIT 1)),
('Now Interact','Drive sales with Now Interact''s predictive omnichannel insight technology. We connect online & offline channels to deliver a better customer experience.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Now Interact' LIMIT 1)),
('unpkg','unpkg is a fast, global content delivery network for stuff that is published to npm',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'unpkg' LIMIT 1)),
('nRelate-VOID','VOID',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'nRelate' LIMIT 1)),
('home.pl','home.pl existed since 1997 and is the largest provider of Internet services for small and medium-sized enterprises in Central and Eastern Europe. We specialize in the registration of Internet domain names, hosting Web sites, maintaining e-mail accounts and provision of business applications over the Internet.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Internet Hosting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'home.pl' LIMIT 1)),
('nToklo','nToklo provides the next generation of recommendation systems, leapfrogging competitors with its ultra high performance, scalability and flexibility without any of the usual cost, lead times and complexity.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'nToklo' LIMIT 1)),
('nugg.ad','nugg.ad EUROPE''S AUDIENCE EXPERTS. We offer pioneering real-time solutions for audience targeting, efficient brand advertising and an ideal data management platform &#40; DMP &#41;. Smart data for direct sales campaigns, real time bidding and programmatic buying. Our technology stands for maximum data protection.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'nugg.ad' LIMIT 1)),
('numero interactive','numero interactive is a comprehensive multi-channel customer interaction management solution designed to help you improve the efficiency, responsiveness, quality and consistency with which you manage customer contacts.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Customer Relationship Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'numero' LIMIT 1)),
('NextPerf','Nextperf''s product suite is built to help marketers achieve greater performance results, increasing the efficiency of your display media, and the return on your ad spend.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Retargeting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Rakuten Marketing' LIMIT 1)),
('Ruler Analytics','Ruler Analytics is a visitor level analytics product that tracks customer journeys, conversions, phone calls &amp; companies looking at your site.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ruler' LIMIT 1)),
('Trust Services','Amazon is a CA that issues digital certificates. As a CA, Amazon performs functions associated with Public Key operations, including receiving certificate requests, issuing, revoking and renewing a digital certificate, and maintaining, issuing, and publishing CRLs and OCSP responses.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Certificate Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Amazon' LIMIT 1)),
('Comodo Certficate Authority','Comodo, the leading SSL Provider offers Free Antivirus, Internet Security, Firewall, Endpoint Security and other PC Security software for Windows & all OS.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Certificate Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Comodo' LIMIT 1)),
('Entrust Datacard','We design Entrust SSL Certificates to meet a full range of enterprise requirements. With unique features including strong encryption and browser trust, they provide enhanced security in the increasingly challenging and dangerous cyber world. No matter how many or what type of servers you have, Entrust Datacard offers the right SSL certificate for you.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Certificate Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Entrust Datacard' LIMIT 1)),
('OCSP','Applications are configured to verify a certificate using Online Certificate Status Protocol, or Certificate Revocation Lists.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Certificate Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'GoDaddy' LIMIT 1)),
('Omniroot','Managed Cetificate Services',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Certificate Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Verizon' LIMIT 1)),
('Starfield Services Root Certificate Authority','Starfield Technologies is a business entity related to GoDaddy, the American internet domain registrar and web hosting company that also sells e-business related software and services. Starfield handles research and design for GoDaddy''s web based services, developing technologies and tools to support the company and their customers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Certificate Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Starfield Technologies' LIMIT 1)),
('Thawte','Thawte - the global certificate authority providing ssl certificates (SSL) products, 128-bit encryption and extended validation SSL certificates.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Certificate Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Thawte' LIMIT 1)),
('Vacaciones eDreams','an e-commerce travel agency that offers services in Spain and internationally. It offers eDreams, an online agency that is used by customers to book flights, book hotels, plan and book vacation packages, and book cars for rental. The company also provides online marketing and advertising services to other businesses.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Travel Search Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Vacaciones eDreams' LIMIT 1)),
('Wyng','A marketing platform for brands &amp; agencies. Build and run social &amp; digital campaigns that drive participation and elevate consumer influence.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Campaign Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Wyng' LIMIT 1)),
('Okas Concepts','We provide software services and work on all kinds of most popular platforms. We love what we do and thats what is reflected in our work.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Application and System Development' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Okas Concepts' LIMIT 1)),
('Okta','Provide secure identity management and single sign-on to any application, whether in the cloud, on-premises or on a mobile device for your employees, partners and customers with Okta.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Customer Identity Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Okta' LIMIT 1)),
('Olark','Answer customers immediately and monitor website visitor behavior in real time for higher conversions, soaring sales and easy support. Make customers smile!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Olark' LIMIT 1)),
('Ometria','Key features include customer lifetime values, advanced customer segmentation, product conversion insights, funnel analysis and real time data.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ometria' LIMIT 1)),
('Optimise Media Group','Optimise is an international Performance Marketing network. Optimise your performance marketing with our world-class Affiliate, Mobile &amp; Reward solutions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Mobile Optimisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Optimise Media Group' LIMIT 1)),
('AVG','We are a security pioneer, offering a wide range of protection, performance and privacy solutions for consumers and businesses. We are now a part of the Avast family of world leading digital security products, dedicated to keeping people around the world safe.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Website Security' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AVG Technologies' LIMIT 1)),
('OnAudience','Cloud Technologies is the online advertising leader in the segment of Big Data Cloud Computing. The company has unique competencies in optimizing advertising campaigns based on automated media buying (Programmatic Buying, Real-Time Bidding).',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad-block Detection' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Cloud Technologies' LIMIT 1)),
('OneAll','OneAll Social Login is used by more than 250,000 websites worldwide, including small blogs, growing startups and large corporate enterprises.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Customer Identity Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'OneAll' LIMIT 1)),
('Webcore','Onefeed offers a wealth of feed creation services that enables all kinds of merchants to create the perfect feed for all comparison shopping engines, affiliate networks and retargetting partners.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Webcore' LIMIT 1)),
('OneSignal.','OneSignal provides Push Notification delivery and automation. We have SDKs for iOS, Android, Amazon, Windows Phone, Unity 3D, Phonegap, Marmalade & more!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Push Notifications' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'OneSignal.' LIMIT 1)),
('Onet','Today in Onet.pl: news from the country and the world; business, sports, entertainment and weather. Check e-mail, Blog this, chat and arrange to dating.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Onet' LIMIT 1)),
('OneTag','We aim at providing Publishers with the best tools to increase the quality of their traffic. This allows Buyers to include our Publishers as top-performing inventory that can make the difference in reaching their ROI and KPI goals',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'OneTag' LIMIT 1)),
('Drifty Co','Free and open source, Ionic offers a library of mobile-optimized HTML, CSS and JS components, gestures, and tools for building highly interactive apps. Built with Sass and optimized for AngularJS.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Drifty Co' LIMIT 1)),
('ThreatMetrix','ThreatMetrix is a security technology company headquartered in San Jose, California, with offices in New York City, Hong Kong, Sydney, London and Amsterdam.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Website Security' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ThreatMetrix' LIMIT 1)),
('Servo','Today Xervo is a premier Node.js hosting platform, offering features to address the needs of individual developers and enterprises alike. Xervo is the best way to deploy, scale, and monitor your Node.js applications in the cloud, on-prem, or a hybrid of the two.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Internet Hosting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Xervo' LIMIT 1)),
('OnScroll','Today, ad pricing is based on perceived value, ad positioning on legacy assumptions and campaigns evaluated on broken attribution models. As we progress towards the age of programmatic trading, we need to evolve the metrics used in media decision making. OnScroll is leading this movement and is developing the future''s currencies of evaluation. Everything we build has the same core aim to increase the overall quality and effectiveness of online ads.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'OnScroll' LIMIT 1)),
('OnState','We deliver class-leading digital experiences for some of the world''s best brands.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'OnState' LIMIT 1)),
('Ontame.io','Ontame.io is the leading recruitment marketing and analytics platform, enabling recruiters to reduce time to hire & cost per hire by using predictive analytics to make smarter recruitment marketing decisions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Job Search (Recruiment Services)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ontame.io' LIMIT 1)),
('OnYourMap','OnYourMap is a solution provider leading the Locations-Based and M2M Industry.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Mapping Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'OnYourMap' LIMIT 1)),
('Vestorly','The Vestorly platform combines artificial intelligence and content marketing for the financial services industry.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Vestorly' LIMIT 1)),
('Ooyala','Ooyala offers leading cross-device video analytics and monetization solutions, streaming over 1 billion videos to nearly 200 million unique viewers per month.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ooyala' LIMIT 1)),
('H264 Codec','Cisco has taken their H.264 implementation, and open sourced it under BSD license terms.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Cisco' LIMIT 1)),
('OpenTable','Make online reservations, read restaurant reviews from diners, and earn points towards free meals. OpenTable is a real-time online reservation network for fine dining restaurants. OpenTable is part of The Priceline Group, the world leader in online travel and related services.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Restaurant Reservations' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Priceline Group' LIMIT 1)),
('The Guardian','Real-time feedback from the Guardian''s in-house ''attention data'' tool Ophan. It tracks all of the Guardian''s traffic and makes it available to journalists, editors and developers with a time-lag of less than five seconds. Users can see what''s being read most on the Guardian''s various home pages. The data can be filtered by country, time period, section, mobile app and devices, browsers, referral sources, and more.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'The Guardian' LIMIT 1)),
('OpinionBar','With OpinionBar, millions of people express their opinion every year and tell the large organizations what they think of their products, services, websites and advertisements.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'OpinionBar' LIMIT 1)),
('Opta','Live sports performance data.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Sports News' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Perform Group' LIMIT 1)),
('Datalicious','Supertag is Australia''s leading tag management platform that enables digital marketers and agencies to manage a wide range of digital analytics and optimisation technologies through an easy to use drag and drop online interface.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Tag Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Datalicious' LIMIT 1)),
('Optimatic','Proprietary Video Advertising Platform with Advanced Yield Management and Latency Reduction Technology.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Monetization' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Optimatic' LIMIT 1)),
('Optimizely','Improve conversions through A/B Testing, Split Testing and Multivariate Testing with Optimizely!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'A-B Testing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Optimizely' LIMIT 1)),
('OptiMonk','OptiMonk uses powerful onsite retargeting technology that converts more of your visitors into sales and leads. You get a second chance to present a message to your visitors, effectively doubling your chances of conversion.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Retargeting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'OptiMonk' LIMIT 1)),
('Optimost','OpenText Optimost uses analytics, experimentation, and OpenText expertise to maximize the value of your websites, mobile experiences, and campaigns.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing and Promotion' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'OpenText' LIMIT 1)),
('Optimove','Optimove is a customer retention automation platform powered by predictive micro-segmentation technology. The software personalizes every campaign, to maximize revenues and customer lifetime value.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Mobius Solutions' LIMIT 1)),
('OptinMonster','Powerful lead generation software that converts abandoning visitors into subscribers with our dynamic marketing tools and Exit Intent® technology.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'A-B Testing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Retyp' LIMIT 1)),
('optMD','OptMD (Optimax Media Delivery) is an ad server that delivers online advertisements to many of the websites you visit online. As part of this process, OptMD places a cookie on your computer.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Server' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Optimax Media Delivery' LIMIT 1)),
('Pagely','Pagely is the premier Managed WordPress Hosting Service in the Amazon cloud. We deliver Enterprise-grade hosting for WP sites that scale.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Cloud Access Solutions' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Pagely' LIMIT 1)),
('Optorb','No longer trading',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Optorb' LIMIT 1)),
('Order Security-VOID','VOID',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Tracking' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Order Security' LIMIT 1)),
('Oriel','Empowering publishers with tools to analyse, communicate and re-establish a fair value exchange proposition with their ad-blocking audiences.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad-block Detection' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Oriel' LIMIT 1)),
('Overstock','Let Overstock.com help you discover designer brands and home goods at the lowest prices online. See for yourself why shoppers love our selection and award-winning customer service.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Overstock' LIMIT 1)),
('otracking.com','Information is collected for the purpose of tracking our clients click campaigns and user navigation throughout their respective sites.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Tracking' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'otracking.com' LIMIT 1)),
('Outbrain','Outbrain is the world''s largest and most trusted content discovery platform.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Outbrain' LIMIT 1)),
('OwnerIQ','OwnerIQ is transforming consumer''s interactions with products and brands along the Path to Purchase into powerful new online advertising solutions and marketing channels.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'OwnerIQ' LIMIT 1)),
('OzCart','Ozcart is Australian owned and operated. With 10+ years experience helping Australians open online stores, we know Aussie Ecommerce and we genuinely care about your Business. Ozcart is a hosted online store solution with all features on all plans, no transaction fees and made for Australian businesses. Suitable for retail or wholesale businesses.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Payment Gateway' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'OzCart' LIMIT 1)),
('Accuen Media (Omnicom Media Group)','Accuen delivers market-leading solutions across channels, transforming data into competitive media advantage.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Media Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Accuen Media (Omnicom Media Group)' LIMIT 1)),
('Crosswise','Crosswise works with partners to enable them to break the multi-screen gap and unleash the full potential of their data.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Crosswise' LIMIT 1)),
('AnswerDash','AnswerDash self-service contextual help cuts support tickets and increases customer satisfaction, reducing web support costs while empowering your customers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Helpdesk Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AnswerDash' LIMIT 1)),
('Pagefair','Detect visitors to your website who use ad blockers such as adblock plus',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad-block Detection' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Pagefair' LIMIT 1)),
('Pagesuite','PageSuite is a digital publishing company enabling publishers to create market-leading desktop, tablet and mobile solutions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Publishing Solution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Pagesuite' LIMIT 1)),
('Red Eye International','We are RedEye - A Digital Marketing Company specialising in Marketing Automation, CRO and Email Marketing Solutions. Find out how we can help your business.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Customer Relationship Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Red Eye International' LIMIT 1)),
('Wix','Create a free website with Wix.com. Customize with Wix'' free website builder, no coding skills needed. Choose a design, begin customizing and be online today!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Wix' LIMIT 1)),
('Pardot','Marketing automation made simple. Make sales and marketing teams best friends with our no-hassle marketing automation platform. Gain greater insight into ROI, increase marketing accountability, and more. Automate your marketing with Pardot.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Pardot' LIMIT 1)),
('Payments','Pay with Amazon by Amazon Payments is your convenient, fast and secure way to pay.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Payment Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Amazon' LIMIT 1)),
('Amazon Payments','Accept online payments on your ecommerce site easily and securely with Amazon Payments.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Payment Gateway' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Amazon' LIMIT 1)),
('PayPal','PayPal is the safer, easier way to pay online without revealing your credit card number.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Payment Gateway' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'PayPal' LIMIT 1)),
('paysafecard','paysafecard is a simple and safe prepaid payment method that allows you to make payments online without the use of a bank account or credit card information.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Payment Gateway' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Paysafe Group' LIMIT 1)),
('PebblePost','Digital marketers use our platform to transform real-time online activity into dynamically rendered, personalized direct mail delivered into a postal hub within 12–24 hours, every day.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'PebblePost' LIMIT 1)),
('Datonics','atonics monetizes your data by packaging your users into over 400 categories. We distribute these segments to our 70+ data user partners for targeted advertising and the earnings that are generated are shared with you.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Data Aggregator' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Datonics' LIMIT 1)),
('PCA Predict','Leading providers of International Address Verification, Cleansing and Data Quality services to improve user experience and increase conversion rates.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Address Verification' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Postcode Anywhere' LIMIT 1)),
('Picreel','Powerful Conversion Rate Optimization Software. RECOVER ABANDONING VISITORS AND TURN THEM INTO CUSTOMERS.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Behavioral Automation Platform (Exit Intent)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Picreel' LIMIT 1)),
('PEER 1 Hosting','The highly secure, redundant IT infrastructure of PEER 1 Hosting 18 data centres data centres in 13 cities across North America and Europe protect your servers and web presence, and ensures you are running online, all of the time.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Internet Hosting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'PEER 1 Hosting' LIMIT 1)),
('Sizmek','Sizmek, formally MediaMind, is a leading global provider of digital advertising campaign management solutions to advertising agencies and advertisers. MediaMind provides media and creative agencies, advertisers and publishers with an integrated platform to manage campaigns across digital media channels and a variety of formats, including rich media, in-stream video, display and search.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Sizmek' LIMIT 1)),
('Peerius','The trusted partner for personalisation and recommendations. Creating individualised user experiences that drives engagement and increase sales.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Peerius' LIMIT 1)),
('Peermap','Peermap is an automated benchmarking system for online retailers. It allows you to track key online metrics and map your performance against your sector peer. From IMRG (Interactive Media in Retail Group).',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Benchmarking)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'IMRG' LIMIT 1)),
('47Line Technologies','47Line - Simplify Cloud Access with products; Batchly : Cloud Scale Scheduler &amp; PriorityEngine : Handle Heavy Website Traffic for Airline, Ticketing, E-Commerce.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Cloud Access Solutions' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = '47Line Technologies' LIMIT 1)),
('Pepper','Pepper Corporation - We launch and build global brands. We do... Whatever it takes.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Pepper' LIMIT 1)),
('Perfect Market','Perfect Market, Inc. is the leading provider of digital publishing software solutions for driving traffic, engagement and revenue.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Publishing Solution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Perfect Market' LIMIT 1)),
('Perform Group','Live sports performance data.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Sports News' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Perform Group' LIMIT 1)),
('PERFORM','PERFORM commercialises multimedia sports content across internet-enabled digital platforms, driving revenues through a mix of Content Distribution, Advertising & Sponsorship and developing Subscription Platforms.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Sports News' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'PERFORM' LIMIT 1)),
('PerimeterX Bot Defender','PerimeterX Bot Defender is the easiest to integrate and most accurate service to detect and mitigate automated web attacks.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Website Security' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'PerimeterX' LIMIT 1)),
('Periscope','Periscope was founded on the belief that live video is a powerful source of truth and connects us in an authentic way with the world around us. We are fascinated by the idea of discovering the world through someone else''s eyes.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN Video' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Periscope' LIMIT 1)),
('Science Rockstars','Our API analyzes customer data to show how customers can be influenced - the messages that make them move into action, how much they spend, even how they use your webstore. These behavioral customer-specific insights enable businesses to advertise and communicate in more effective and meaningful ways.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Science Rockstars' LIMIT 1)),
('Petametrics','LiftIgniter is a platform for large-scale machine learning. It enables engineers and data-scientists to rapidly build, test, and tune predictive models on high traffic websites and other massive data sets.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Petametrics' LIMIT 1)),
('PriceGrabber','PriceGrabber is the leader in distributed ecommerce content, connecting millions of shoppers each month with thousands of merchants. We reach our consumer audience via desktop and mobile devices through a network of over 400 digital publisher partners as well as through our owned and operated web properties. Together with our distribution partners, we drive over $1 billion in annual sales for our retailer partners.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Price Comparison' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'PriceGrabber' LIMIT 1)),
('PhotoBucket','Free image hosting, easy photo sharing, and photo editing. Upload pictures and videos, create with the online photo editor, or browse a photo gallery or album.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Photographic Gallery' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'PhotoBucket' LIMIT 1)),
('Olapic','With over 100 successful implementations and integrations with leading ecommerce platforms, Olapic provides the most flexible and robust solution for bringing customer-generated visual content into ecommerce.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'User Generated Content' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Olapic' LIMIT 1)),
('piclike','We take engaging visual marketing and build viable sales channels through Instagram.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'piclike' LIMIT 1)),
('Pictela (AOL)','Pictela is a framework that enables and encourages creativity. We want designers to use the tools they''re comfortable with to produce exciting and innovative designs and not restrict them by enforcing the use of rigid build processes. Our only requirements, covered in the the five rules of ad building, are the use of a simple, lightweight component or library within the ads and rules to ensure that the ad behaves and tracks correctly when being served live.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'A-B Testing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Pictela (AOL)' LIMIT 1)),
('Pingdom Website Monitoring','Pingdom Website Monitoring. With Pingdom&#039;s website monitoring you&#039;ll be the first to know when your website is down.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Performance' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Solarwinds' LIMIT 1)),
('Pinterest','Pinterest is a visual discovery tool that you can use to find ideas for all your projects and interests.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Media' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Pinterest' LIMIT 1)),
('Press+','As the leading provider of online subscription services for news websites, Press+ has helped over 500 publishers around the world create new revenue streams from their most engaged digital readers - while preserving all of their existing advertising revenue and online audience.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Press+' LIMIT 1)),
('Arbor','Maximize your data revenues and gain actionable customer insights. And do it all in a secure, privacy-friendly manner.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Dynamic Content' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'LiveRamp' LIMIT 1)),
('Penton','Penton is an information services company that drives performance for more than eighteen million professionals each and every day. They rely on us to deliver insights and opportunities that inform critical business decisions, help them to engage with their community, advance the way they work, and leverage their potential.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Application and System Development' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Penton' LIMIT 1)),
('PistonHeads','The UK&#39;s biggest motoring forum, plus the best selection of cars for sale with car news and features. PistonHeads is where speed matters.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Online Community (Forums)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'PistonHeads' LIMIT 1)),
('SiteScout','SiteScout is the leading self-serve ad platform for marketing professionals and agencies.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Centro' LIMIT 1)),
('AdMedia','We are a national media owner which offers exciting advertising solutions at the UK''s top leisure & travel destinations, which see millions of consumers visiting them every day.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AdMedia' LIMIT 1)),
('Wordpress','WordPress.com is the best place for your personal blog or business site.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Internet Hosting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Wordpress' LIMIT 1)),
('Pixlee','Leading Visual Marketing Platform for Brands using user-generated content from Instagram, Facebook, Twitter and more.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Pixlee' LIMIT 1)),
('Pay per Click','The Pay Per Click service is a unique approach to direct traffic to websites faster, more efficient and more effective using our own bespoke technology - maximising return on investment.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Dynamic Display' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Eysys' LIMIT 1)),
('Placed','Placed is the leader in location-driven insights and ad intelligence. Measuring billions of locations across the world''s largest opt-in mobile location panel, Placed provides the most complete understanding of consumers'' offline behaviors.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Placed' LIMIT 1)),
('placehold.it','A quick and simple image placeholder service.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Image Generation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'placehold.it' LIMIT 1)),
('Planning-inc','We turn data into opportunities to talk to customers, nurture individual relationships, gain trust and loyalty and to get the most from every single interaction.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Planning-inc' LIMIT 1)),
('Playbuzz','Playbuzz is an authoring platform that empowers brands, publishers and content creators worldwide to create engaging editorial and commercial content via multiple interactive formats.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Playbuzz' LIMIT 1)),
('Simplestream','Simplestream is a leading provider of Live Streaming, CatchupTV and Media Management solutions for broadcast and media clients.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Media Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Simplestream' LIMIT 1)),
('Pleenq','PLEENQ lets you tag items and link them to where they can be purchased. When someone purchases through that link, you get paid! PLEENQ works on any image on the internet, such as a Facebook feed, Pinterest board, or Reddit image post.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Affiliate Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Pleenq' LIMIT 1)),
('Plentific','Home improvements made simple. Find reliable local Pros near you and get your job done. Find, book and pay your Pro while being protected by the Plentific Guarantee.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Real Estate Marketplace' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Plentific' LIMIT 1)),
('plista','plista is a pioneer when it comes to innovative solutions for native advertising and content distribution in premium environments.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'plista' LIMIT 1)),
('Google Plus','With Google+, you can discover things you''re into and meet people who share your interests. You can follow topics you care about with Collections, and connect with other people interested in similar things through Communities.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social News' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Google' LIMIT 1)),
('Penske Media','PMC is a constellation of global media brands fueled by remarkable content across our digital, video, print, &amp; event properties.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Publisher' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Penske Media' LIMIT 1)),
('Po.st','Po.st, the leading social sharing platform, is an advanced link shortener and an aggregated sharing tool for publishers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'URL Shortening' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'RadiumOne' LIMIT 1)),
('Pointpin','Pointpin is a simple API that gives your sites and apps fast, reliable IP geolocation (and useful location data, too).',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Geo-location' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Pointpin' LIMIT 1)),
('Pointroll (Garnett)','Great ads know how to go with the flow. We serve dynamic brand content via intelligent ads a la product availability, pricing or promotions, local messaging and imagery that change based on geography, day part, publisher, placement or individual user behavior.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Pointroll (Garnett)' LIMIT 1)),
('PollDaddy (Automattic)','Polldaddy: Online survey software.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Loyalty and Referral Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'PollDaddy (Automattic)' LIMIT 1)),
('Polldaddy','Create stunning surveys, polls, and quizzes in minutes. Collect responses via your website, e-mail, iPad, Facebook, and Twitter. Generate and share easy-to-read reports.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Automattic' LIMIT 1)),
('SodaHead','Pollware for publishers to generate revenue with custom polling',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SodaHead' LIMIT 1)),
('Polyfill service','Polyfill.io reads the User-Agent header of each request and returns polyfills that are suitable for the requesting browser.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Browser Advice' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Polyfill.io' LIMIT 1)),
('Populis','Combining leading media brands with a wide network of influencers connected to our platform, and providing a wide range of advertising and content marketing solutions, Populis is an innovative and effective solution to connect with your audience.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Populis' LIMIT 1)),
('Postcode Anywhere (Holdings)','Postcode Anywhere offers web services and software to lookup UK and international addresses, provide a store locator function, validate bank details, cleanse data, plan routes and more.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Geo-location' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Postcode Anywhere (Holdings)' LIMIT 1)),
('Postimage.org','Postimage.org was founded in 2004 to provide message boards with an easy way to upload images for free. Postimage is a very simple, fast and reliable free image service. It''s perfect for linking to auctions, message boards, blogs and other websites. Postimage guarantees maximum uptime and performance so that your image will be here whenever you need it.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Hosted Media' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Postimage.org' LIMIT 1)),
('Nativo','Nativo enables you to get more out of your content marketing by making it easy to distribute your content to highly targeted audiences across forums, blogs, and content sites. It''s the control of display advertising with the deeper engagement of content.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Nativo' LIMIT 1)),
('BoostSuite','BoostSuite is a unique approach to online advertising that lets you combine forces with like-minded businesses to share customers and achieve big-time marketing results.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'BoostSuite' LIMIT 1)),
('Powerlinks.com','PowerLinks is the only open technology platform powering the creation, transaction and management of native advertising.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Native Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Powerlinks.com' LIMIT 1)),
('PowerReviews','PowerReviews is trusted by more than 1,000 global brands &amp; retailers to collect &amp; display customer ratings and reviews to drive traffic and increase sales.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Opinions and Reviews' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'PowerReviews' LIMIT 1)),
('OhMyAd','Advertising',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'OhMyAd' LIMIT 1)),
('prebid.org','A free and open source library for publishers to quickly implement header bidding.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'prebid.org' LIMIT 1)),
('Pretio Interactive','By aggregating engagement programs and reward networks together with our technology, Pretio is able to bring placement power to brands who want to reach those hard-to-get consumers. Where they want to be reached. Not with ads. With rewards.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Pretio Interactive' LIMIT 1)),
('Prezi','Prezi, the presentation software that uses motion, zoom, and spatial relationships to bring your ideas to life and make you a great presenter.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Prezi' LIMIT 1)),
('PriceRunner','Compare prices, read user reviews, expert product reviews and online shopping guides. PriceRunner help you find the best price, latest products and online shopping deals.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Price Comparison' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'PriceRunner' LIMIT 1)),
('PrintFriendly','Make a Printer Friendly &amp; PDF version of any webpage.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Printing Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'PrintFriendly' LIMIT 1)),
('Privy','Your email list growth platform. Build relationships, incentivize conversions, and drive revenue.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Privy' LIMIT 1)),
('Shopify','Shopify is a powerful ecommerce platform that includes everything you need to create an online store and sell online.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Shopify' LIMIT 1)),
('Profitshare','Profitshare is an affiliate marketing platform, which is a performance-based marketing tool. This means there are three key players: Advertiser, Affiliate and Customer.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Affiliate Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Profitshare' LIMIT 1)),
('Programattik','Programattik is a digital advertising product that delivers secure, targeted advertising for your brand with artificial intelligence-driven programmable advertising technology. Turkey''s leading publisher of data.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Programattik' LIMIT 1)),
('Proper Media','Proper Media is a digital media company that owns, operates and represents web properties that provide unique news &amp; entertainment-based content.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Hosted Media' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Proper Media' LIMIT 1)),
('APSIS Lead','Lead Management gives you more and better leads. Use APSIS Lead to automate critical processes in your B2B marketing and sales.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Lead Generation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'APSIS International AB' LIMIT 1)),
('Provide Support','Live Chat Software from Provide Support is a leading solution for online customer support and website monitoring.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Provide Support' LIMIT 1)),
('Proweb Uk','Proweb for Reliable Web Hosting &amp; custom CMS systems. Click here for great online storefront software for your ecommerce development. We provide CMS management system &amp; inexpensive web hosting, domains &amp; broadband services.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Internet Hosting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Proweb Uk' LIMIT 1)),
('Proximic (ComScore)','comScore, Inc. is the cross-platform measurement company that precisely measures audiences, brands and consumer behavior everywhere.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Proximic (ComScore)' LIMIT 1)),
('Vergic AB','The Vergic Engage Platform allows site owners and customer service agents to engage with individual customers, prospects or visitors online and in real-time trough Chat, Co-browsing and Video.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Vergic AB' LIMIT 1)),
('Proclivity Media','Pswec.com is a domain used by Proclivity Media, Inc. to support some of its products and services. Proclivity rapidly collects and scores your website, in-store, merchandise, and consumer data to compute the expected ROI of each impression so you can identify the ads that will drive conversions and sales.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Proclivity Media' LIMIT 1)),
('Psyma','We are an international market research company conducting research in over 40 countries with passion and enthusiasm. We deliver tailor-made solutions for all your research needs. People and their motives in terms of market relevant behavior across cultural borders, are our focal point. Personal service, commitment, flexibility, sustainability and expertise are more important to us than just standard solutions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Psyma' LIMIT 1)),
('DoubleClick Spotlight','DoubleClick connects the right people, in the right moments, to make digital advertising work better. Learn more about the latest technology today.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Attribution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Google' LIMIT 1)),
('PubFactory','PubFactory is built from the ground up to support books, reference works and journals in a variety of XML formats, with full support for PDF, images and other rich media. It offers a full array of features for users, management tools for librarians and administrators, and a complete suite of back-end controls for publishers to control their content and manage relationships with their customers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Hosted Media' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Safari Books Online' LIMIT 1)),
('Publicidad.net','Publicidad.net is a company dedicated to the planning of online marketing campaigns. It began operating in early 2004 and soon became an important Hispanic Media Network.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Campaign Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Publicidad.net' LIMIT 1)),
('PublishThis','PublishThis helps businesses produce better content more often for the web, email, &amp; social so they can achieve content marketing &amp; digital publishing goals.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Publishing Solution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ultra Unlimited' LIMIT 1)),
('Pubmatic','PubMatic enables publishers to realize the full potential of their digital assets. Since its founding in 2006, PubMatic has consistently been first-to-market with industry-changing products, services and systems for publishers. Our products are supported by always-on consulting and services that reflect our belief in putting publishers'' needs first.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Media Buying Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Pubmatic' LIMIT 1)),
('PubNation','PubNation offers a suite of tools to make ad quality management easy.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Publisher Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'PubNation' LIMIT 1)),
('Pulse Insights','Our micro survey platform helps clients gain rapid insights from their web and mobile sites to continually drive customer experience and conversion rates.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Pulse Insights' LIMIT 1)),
('BuySight (AOL)','Buysight has developed an innovative suite of targeted display advertising products, building on our partnerships with online retailers, and rooted in our understanding of shopper purchase intent. Our retargeting and customer acquisition solutions have helped hundreds of clients increase their sales and realize a stellar return on their advertising dollar. Today we take the next step toward providing those clients with even more value and opportunities.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Retargeting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'BuySight (AOL)' LIMIT 1)),
('Pure Chat','Simple live chat software for websites. Chat with website visitors. Capture more leads. Improve conversion. 200,000+ live chat accounts and growing. Get it free!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Pure Chat' LIMIT 1)),
('PushCrew','PushCrew lets you send off-site push notifications on your subscribers'' Chrome &amp; Firefox browsers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Retargeting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'PushCrew' LIMIT 1)),
('Tradedoubler','Tradedoubler is an affiliate and performance based marketing community. We bring together advertisers, publishers, agencies and developers to share profitable connections and drive growth and revenue for their different businesses.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Affiliate Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Tradedoubler' LIMIT 1)),
('Q1Media','Q1Media is a digital media company with some of the most viewable, impactful, premium quality ad units on the web. Always in view and impossible to miss.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Q1Media' LIMIT 1)),
('Qeryz','Qeryz is an on-site survey tool for webmasters. Gather 700% more customer insights than traditional surveys.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Qeryz' LIMIT 1)),
('ABAResearch','We''re an award-winning market research agency - we help brands grow. Bright dedicated and human, choose us as your market research company.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ABAResearch' LIMIT 1)),
('Qode Interactive','Qode Themes was founded in 2013 by Qode Interactive agency. With a growing team of 38 professionals we are setting new standards in WordPress themes and template business.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Qode Interactive' LIMIT 1)),
('Tencent','Tencent (www.QQ.com) is China''s most visited Chinese portal, Tencent launched a set of news and information, interactive communities, entertainment products and basic services as one of the major integrated portal. Tencent services in the global Chinese users, to become the most spread and interactive, authoritative, mainstream, modern Internet media platforms. Through powerful real-time news and in-depth information information services, providing innovative new online life as hundreds of millions of Chinese Internet users.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Tencent' LIMIT 1)),
('Qrius','Feed your brain with new news, meaty articles or great blogs, wherever you are, forever more.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Newsfeed Provider' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Qrius' LIMIT 1)),
('GroupM','GroupM is the world''s largest media investment group. We''re responsible for one in three ads globally.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'GroupM' LIMIT 1)),
('Qualaroo','Analytics tell you what people are doing, Qualaroo website surveys tell you why. Uncover customer insights that lead to better business results.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Qualaroo' LIMIT 1)),
('Qualtrics','Qualtrics is the industry-leading provider of Online Survey Software. See how we can help you build an Online Survey.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Qualtrics' LIMIT 1)),
('Investis Flife','Investis is a digital corporate communications company. Helping over 2,000 companies to communicate, engage and understand their audience better.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Investis Flife' LIMIT 1)),
('Qubit','Qubit''s platform helps you find non-converters so that you can identify the best opportunities for website optimization. You can then serve a personalization through our platform without changing a single line of code.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Qubit' LIMIT 1)),
('QuestionPro','Create professional online surveys - fast, easy, and free. Online survey software, customer satisfaction, market research, employee satisfaction surveys.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'QuestionPro' LIMIT 1)),
('Queue-it','Queue-it is an online queue system designed to manage website overload during extreme end-user peaks.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Online Queuing System' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Queue-it' LIMIT 1)),
('QuoVadis','QuoVadis Trust/Link provides managed digital certificate services for enterprises and governments. QuoVadis identity services include Public Key Infrastructure (PKI); Digital Certificates for authentication, encryption, and digital signature; SSL Certificates and Extended Validation SSL for websites; Time-stamping; and Root Signing for internal PKI. QuoVadis is a Qualified Certification Services Provider (CSP) in Switzerland, the Netherlands, Belgium, and Bermuda and holds the WebTrust seal. The QuoVadis Root Certificates are trusted in major browsers and operating systems.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Certificate Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'QuoVadis' LIMIT 1)),
('Rackspace','Over 200,000 businesses trust Rackspace, the managed cloud company. We design, build, and run the best cloud for your needs, and back it with Fanatical Support.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Internet Hosting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Rackspace' LIMIT 1)),
('Rakuten Marketing','Rakuten Marketing is a global digital marketing company whose services encompass affiliate, attribution &amp; display.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Rakuten' LIMIT 1)),
('Rambler','Rambler is a Russian search engine and one of the biggest Russian web portals.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Search Engine' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Rambler & Co' LIMIT 1)),
('Ranker','Ranker goes far beyond Top 10 lists with deep rankings about everything, voted on by everyone. Make lists, add your votes, and enjoy the best rankings on the web.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'User Generated Content' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ranker' LIMIT 1)),
('Ravelin','Ravelin''s fraud detection reduces chargebacks to 0.1% while increasing conversion on site or in app. From taxis to takeaways, t-shirts to tickets; whatever you sell online, sell it with confidence.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Fraud Prevention' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ravelin' LIMIT 1)),
('Raygun','Error and Crash Reporting Software and Real User Monitoring tools. Raygun gives developer teams actionable insights into problems affecting their applications.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Event Logging Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Raygun' LIMIT 1)),
('RebelMouse','RebelMouse builds technology that enables companies to succeed in the world of distributed publishing. By using either our groundbreaking Distributed Content Management System (DCMS) for natively-social publishing or by extending their existing CMS, our customers launch fully-distributed web properties in a matter of days. At the core of the platform are smart distribution tools which help to increase organic reach that help boost organic reach across social and search, along with built-in publishing to native content formats like Facebook Instant Articles and Google Accelerated Mobile Pages (AMP). Our technology makes it easy to find and grow relationships with social influencers, and connect your content with its maximum audience.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Publisher Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'RebelMouse' LIMIT 1)),
('RCS Media Group','an Italian publishing and advertising business.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'RCS Media Group' LIMIT 1)),
('ReachDynamics','Reach your customers and website visitors through targeted ads.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Retargeting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ReachDynamics' LIMIT 1)),
('ReachForce','Our mission is to help B2B marketers increase their revenue contribution by solving their toughest data quality, data completeness and data integration.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Data Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ReachForce' LIMIT 1)),
('ReachMee','We offer you a smarter recruiting software that is simple yet powerful. ReachMee is the solution for organizations in every size and industry who wish to have a more effective recruitment process and improve their competitive advantage. Secure your next top talents today!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Recruitment Services (Job Search)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ReachMee' LIMIT 1)),
('Reactful','Powerfully simple technology and expert knowledge that enables you to easily react to digital body language in real time on your sites, landing pages and blogs. So you can convert like a boss.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Behavioral Automation Platform (Exit Intent)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Reactful' LIMIT 1)),
('High Impact Media','ReactX enables the programmatic buying and selling of high impact, large canvas type ads in RTB platforms like Appnexus. ReactX is insuring that brands and publisher can leverage at scale adaptive'' creative programmatically on whatever platforms and devices their intended audience uses.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'High Impact Media' LIMIT 1)),
('Realtime','Realtime - the worldwide leader in real-time cloud Pub/Sub messaging for web, tablet and mobile devices',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'internet business technologies' LIMIT 1)),
('Receiptful','Receiptful helps you send beautiful and engaging e-mail receipts that includes upsells and marketing messages which make you more money.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Payment Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Receiptful' LIMIT 1)),
('Recite Me','Recite is an innovative Cloud based web accessibility solution which allows your visitors to customise your site the way they need it to work for them. Easy to use, our software includes text to speech functionality, dyslexia software, an interactive dictionary, a translation tool with up to 52 languages and many other features.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Accessibility' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Recite Me' LIMIT 1)),
('RecoBell','Recovers exist for our customers and their customers. In order to increase customer satisfaction by presenting customized recommendation results for customers, we will make sure that IT technology that is dedicated to applying customer''s technology to customer''s company will increase sales by using the main site as wide as the number of customers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'RecoBell' LIMIT 1)),
('ReCollect','ReCollect Systems is a technology company that combines deep expertise in solid waste and recycling with technology that works for government. Our team is composed of leaders in public policy, recycling and solid waste communications, behavior change and technology.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ReCollect' LIMIT 1)),
('Recommend','Increase your revenue, drive conversions and transform your eCommerce site today with Recommend, our easy to use retail personalisation platform. Deliver highly personalised, targeted content directly to your users for a fraction of the cost of any other similar software on the market.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Recommend' LIMIT 1)),
('Lumesse','Lumesse is an independent human capital management (HCM) software vendor. Our products support various elements of talent management such as onboarding, recruiting, applicant tracking, a learning management system (LMS), course authoring, 360 degree feedback, performance management, compensation management and succession planning in order to deliver alignment with business strategy and improve efficiencies within the organisation.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Recruitment Services (Job Search)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Lumesse' LIMIT 1)),
('reddit','A type of online community where users vote on content.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Community & Discussion' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'reddit' LIMIT 1)),
('Reach Group','We are online marketers with a passion for the interests, concerns, wishes and needs of their customers. We want to make digital communication better and design marketing campaigns based on the User Centered Marketing Lifecycle (UCML) developed by us.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Reach Group' LIMIT 1)),
('Understand Digital','We Understand Digital. Our team have been working within the digital space since the original dot.com boom. The fundamentals of a digital agency haven''t changed as we live in an industry with incredible technology.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Understand Digital' LIMIT 1)),
('Skimbit','Realize a new revenue stream with automated affiliate marketing: install Skimlinks in minutes to effortlessly and subtly earn from your website&#039;s content.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Affiliate Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Skimbit' LIMIT 1)),
('reEmbed','reEmbed supports embeds from YouTube, Vimeo, and Dailymotion as well as HTML5 videos. Choose a style, add your logo, and pick your colours. Match your site&#039;s look &amp; feel, and spread your brand when your videos are shared. Monitor video performance by tracking impressions, plays &amp; completions using the reEmbed analytics suite.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'reEmbed' LIMIT 1)),
('Reevoo','Reevoo is a pioneer of Ratings and Reviews services for multichannel brands and retailers. Our services and solutions harvest the voice of the consumers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Opinions and Reviews' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Reevoo' LIMIT 1)),
('Refersion','Create, manage and grow your own affiliate program.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Affiliate Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Refersion' LIMIT 1)),
('Refined Ads','Refined Ads is the next-generation performance marketing software with integrated bid management - from performance marketing professionals to performance marketing professionals. Our focus is to simplify your online marketing and increase efficiency as a single integrated solution. We consider individual channels not isolated, but holistically as fixed components of the performance marketing mix.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing and Promotion' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Refined Ads' LIMIT 1)),
('Reflow','At Scenestealer, we know that the right data powers the right creative - and that personalises your digital marketing. Our management platform, Reflow, provides you with efficient and relevant creative to maximise the effectiveness of your spend.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Scenestealer' LIMIT 1)),
('Relevad ReleStar','Relevad Corporation is a global provider of real-time bidding (RTB) technology for programmable advertising. We own and operate scalable, unified ad placement platforms providing solutions for publishers, advertisers, agencies, and ad networks.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Real-time Bidding' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Relevad' LIMIT 1)),
('Remintrex','Multichannel retargeting with email, postcards or telephone! More than 300 advertisers are using Remintrex already!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SmartUp Venture' LIMIT 1)),
('Resonance Insights','Powerful toolkit including primary research methods, analytical models, business models and benchmarks.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Resonance Insights' LIMIT 1)),
('Research Now','Research Now gives you the expertise, passion and commitment to achieve the best online research possible.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Research Now' LIMIT 1)),
('Resonate Networks','Only Resonate connects traditional market research, big data, data science, advanced analytics and digital media activation in a single integrated platform.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Resonate Networks' LIMIT 1)),
('ResponsiveVoice','ResponsiveVoice',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Accessibility' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ResponsiveVoice' LIMIT 1)),
('ReSRC','ReSRC optimizes and delivers perfect images on any device. Link your images to our super simple service - we take care of everything.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Image Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ReSRC' LIMIT 1)),
('SLI Systems','SLI Systems helps you increase e-commerce revenue by connecting your online and mobile shoppers with the products they''re most likely to buy. SLI solutions include SaaS-based learning search, navigation, merchandising, mobile, recommendations and user-generated SEO.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Site Search' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SLI Systems' LIMIT 1)),
('ReTargeter','ReTargeter is a full-service display advertising platform specializing in audience targeting and retargeting. We offer a full suite of targeted display solutions that we can customize to meet your needs.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Retargeting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ReTargeter' LIMIT 1)),
('affilinet','affilinet is one of Europe''s leading affiliate marketing networks, with more than 2,500 advertisers and 500,000 publishers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Affiliate Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'affilinet' LIMIT 1)),
('Revcontent','With Revcontent, sites can monetize content featuring the highest eCPM''s in the industry with increased audience engagement and 100% Ad Fill.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Revcontent' LIMIT 1)),
('Revee','Smarter Revenue. Content + Yield. Analytics, Data and tools to gain insight on the monetary value of content in real time.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Yield Optimisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Revee' LIMIT 1)),
('Revenue Conduit','Revenue Conduit provides a deep, seamless integration between Infusionsoft and shopping carts Magento, Shopify, BigCommerce and Volusion.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Revenue Conduit' LIMIT 1)),
('RevenueMantra','Revenuemantra is one of the leading cross-channel digital advertising networks of the country and established in 2008. A core team with over 40 years of experience in digital media & advertising and over 50 years in information technology across 4 continents. We are available on-demand, work transparently and communicate frequently with our customers to deliver results that exceed their expectations. online advertising, ad network company, digital media, online ads, display ads, mobile ads, video ads.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'RevenueMantra' LIMIT 1)),
('Reviews.co.uk','Reviews.co.uk is the UK''s leading website for genuine user reviews of UK businesses and websites.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Opinions and Reviews' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Reviews.co.uk' LIMIT 1)),
('Reviews.io','Reviews.io | Read Genuine Reviews From Real Customers',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Opinions and Reviews' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Reviews.io' LIMIT 1)),
('REVIVVE','Recover abandoned shopping carts and retarget lost customers with Revivve. Harness the power of smarter email remarketing today.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Retargeting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'REVIVVE' LIMIT 1)),
('Revolver Maps','Revolvermaps are a collection of real-time visitor statistics widgets for your website or blog.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Revolver Maps' LIMIT 1)),
('Audience Science','AudienceScience has transformed how global advertisers connect their consumers, data and media with a transparent Enterprise Advertising Management system.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Audience Science' LIMIT 1)),
('Revv','Revv is a one-tap donation platform designed to help your cause reach its true online fundraising potential.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Payment Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Revv' LIMIT 1)),
('rewardStyle.com','rewardStyle is an invitation-only web tool that helps top tier style publishers find and monetize their content.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'rewardStyle.com' LIMIT 1)),
('Rocket Fuel','Rocket Fuel delivers a leading programmatic media-buying platform at Big Data scale that harnesses the power of artificial intelligence (AI) to improve marketing ROI in digital media across web, mobile, video, and social channels. Rocket Fuel powers digital advertising and marketing programs globally for customers in North America, Europe, and Japan.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Rocket Fuel' LIMIT 1)),
('Elastic Load Balancing','Elastic Load Balancing automatically distributes incoming application traffic across multiple Amazon EC2 instances. It enables you to achieve fault tolerance in your applications, seamlessly providing the required amount of load balancing capacity needed to route application traffic.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Internet Hosting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Amazon Web Services' LIMIT 1)),
('Zenovia Digital Exchange','The Zenovia Exchange real-time bidding advantage is that our technology delivers buyers clean impressions at scale. We also provide buyers with the technology to track users and signals from across our 7.5 billion daily requests. The Result? Zenovia exchange?s RTB advertisers get higher performance for their investment.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Real-time Bidding' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Zenovia Digital Exchange' LIMIT 1)),
('RichRelevance','As the global leader in omnichannel personalization, RichRelevance partners with the most innovative brands and retailers. Our fully integrated product suite and proven, real-time infrastructure were built from the ground up to enable brands and retailers to deliver products, messages, and experiences in a way that is relevant, meaningful and memorable to consumers across every channel.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'RichRelevance' LIMIT 1)),
('RightNow Service Cloud','RightNow Service Cloud combines Web, Social and Contact Center experiences for a unified, cross-channel service solution in the Oracle Cloud.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Helpdesk Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Oracle' LIMIT 1)),
('Riskified','Fraud prevention and chargeback guarantee for eCommerce merchants. Increase your sales and eliminate ecommerce fraud from your business.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Fraud Prevention' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Riskified' LIMIT 1)),
('Merkle Paid Search','Performance-driven paid search marketing requires highly skilled analysts and powerful technology. Merkle leads the field in both. Merkle has more IR 500 clients than any other paid search firm, as well as deep experience in travel, finance and B2B lead generation. We manage more Product Listing Ad spend than any other agency.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Paid Search' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Merkle' LIMIT 1)),
('Rapleaf','Real-Time Data on 80% of U.S. Emails. We provide charts and graphs to show the breakdown of your email list by income, presence of children, marital status, and other premium data fields so you can learn more about your customer base. Get a quick understanding of your audience in seconds.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Rapleaf' LIMIT 1)),
('RomanCart','Paste Add to Basket buttons onto any website. Shopping Cart ecommerce software with email marketing built in.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Shopping Cart Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'RomanCart' LIMIT 1)),
('Rondavu','The company provides online event marketing services.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Rondavu' LIMIT 1)),
('Tivo','Software and solutions for TV inventory management, revenue measurement and advanced, in-guide advertising.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Tivo' LIMIT 1)),
('rss2json','Free online API to convert RSS to JSON.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'rss2json' LIMIT 1)),
('RSSinclude','The RSS Feed Widget brings fresh content to your website every hour. Just plain colors (adjustable) and borders (optional). There are several types of RSSboxes. They meet the requirements of a great number of webmasters and bloggers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Newsfeed Provider' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'RSSinclude' LIMIT 1)),
('Undertone','The leader in beautiful, bold, and engaging digital advertising. Everything Undertone does starts with creative and is designed for maximum user interest and engagement across screens.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Perion' LIMIT 1)),
('RTB Media','The Trading Desk & Demand Side Platform solution is designed to help digital marketers and agencies manage social, search, and display ad campaigns with greater efficiency.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Demand Side Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'RTB Media' LIMIT 1)),
('Realtime Media (Brian Communications)','An integrated, data-driven marketing and promotion agency innovating in sweepstakes, contests and acquisition programs for leading brands.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing and Promotion' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Realtime Media (Brian Communications)' LIMIT 1)),
('ReachLocal','ReachLocal offers a total digital marketing system for local businesses to help them get more customers online.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing and Promotion' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ReachLocal' LIMIT 1)),
('Rubikloud.com','Rubikloud is a retail intelligence platform focused on turning retail data into revenue. Using modern data science techniques we help retailers optimize their business for every channel (e-commerce, mobile, and brick and mortar).',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Rubikloud.com' LIMIT 1)),
('Seldon','Open source recommendation engine, predictive analytics &amp; machine learning. Turbocharge engagement &amp; conversion with content discovery &amp; personalization.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Seldon' LIMIT 1)),
('RUN','ShopRunner is a members-only service for online shoppers that provides unique benefits across hundreds of the best online stores.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'RUN' LIMIT 1)),
('Segmento','Advertisement on the basis of data. Using the unique combination of offline and online data for effective media advertising.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Segmento' LIMIT 1)),
('Dynatrace','Full stack performance management, powered by artificial intelligence (Dynatrace SaaS and Managed were developed under the name Dynatrace Ruxit).',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Performance Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Dynatrace' LIMIT 1)),
('Roxot','Roxot develops technology solutions for data-driven optimization of your header bidding setup. We are an official partner of Prebid - one of the most popular header bidding frameworks. Our products help prebid.js users quickly adapt to fluid market conditions and maximize website revenue.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Real-time Bidding' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Roxot' LIMIT 1)),
('ShopRunner','ShopRunner is a members-only service for online shoppers that provides unique benefits across hundreds of the best online stores.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ShopRunner' LIMIT 1)),
('Shopify Stats.','Shopify is a powerful ecommerce platform that includes everything you need to create an online store and sell online.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Shopify' LIMIT 1)),
('SinnerSchrader Deutschland','SinnerSchrader is one of Europe''s leading digital agencies. With a focus on e-commerce, strategy and communication, SinnerSchrader offers the full range of digital agency services: conception, design, development and hosting of web platforms, mobile apps, service design, campaigns, media, analytics and audience management.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SinnerSchrader Deutschland' LIMIT 1)),
('Sophus3','Sophus3 tailored services to approach clients in a targeted way, to improve the online customers experience and boost leads. 80% of carmakers work with Sophus3.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Sophus3' LIMIT 1)),
('sage Pay','Accept payments securely online, over the phone or using card machines with 24/7 telephone support.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Payment Gateway' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Sage Pay Europe' LIMIT 1)),
('Sailthru','Sailthru allows marketers to manage consumer relationships at the individual user level across all channels. It&#039;s the realization of a promise that has been made to marketers for more than a decade. Sailthru&#039;s ability to deliver personal communications and experiences to every unique individual is driving lift and creating revenue where marketers, like you, want it most.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Sailthru' LIMIT 1)),
('Sailthru Sightlines','Sailthru Sightlines is the first and only predictive intelligence tool built directly into a marketing automation and personalization platform.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Sailthru' LIMIT 1)),
('Sajari Pty','Quick integration of personalized search and powerful content recommendation technology into your website or applications',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Site Search' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Sajari Pty' LIMIT 1)),
('Salesforce Live Agent','Live Agent is Salesforce''s live chat support software. See how visitors are interacting with your site to predict questions so agents can quickly resolve cases.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Salesforce.com' LIMIT 1)),
('S4M','S4M is a mobile native ad tech company founded in 2011 by a team of mobile pioneers. We offer a unique fully integrated stack technology with the mission to transform the mobile advertising industry.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Mobile Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'S4M' LIMIT 1)),
('Samba TV','Samba is the source for what you need to know about television. We are the Pulse of TV.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Platform (Streaming)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Samba' LIMIT 1)),
('Samplicio.us','Federated Sample: market research technology, data collection',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Samplicio.us' LIMIT 1)),
('Amelia Communication','Amelia communication, online marketing company. Amelia communication is developing websites and advertising solutions to expend online marketing possibilities.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Amelia Communication' LIMIT 1)),
('SmartAdServer','The full stack ad technology platform. Best way to manage all your campaigns in one interface. Best local support.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Server' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SmartAdServer' LIMIT 1)),
('Smart AdServer','The only fully-integrated ad server for managing RTB, Mobile, Video & Web display. Best manage all your campaigns in one interface.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Smart AdServer' LIMIT 1)),
('Say Media','At Say Media, we build digital magazines, we develop state-of-the-art technology, and we partner with advertisers. Our unique ecosystem for brands engages audiences and provides exceptional reader experiences.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Say Media' LIMIT 1)),
('Smart Insight Tracking','Smart Insight is an integrated solution for marketers that utilizes customer data from various touch points in order to provide actionable intelligence focused on customer engagement.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Emarsys' LIMIT 1)),
('ScorecardResearch','ScorecardResearch, a service of Full Circle Studies, Inc., is part of the comScore, Inc. market research community, a leading global market research effort that studies and reports on Internet trends and behavior. ScorecardResearch conducts research by collecting Internet web browsing data and then uses that data to help show how people use the Internet, what they like about it, and what they do not.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Full Circle Studies' LIMIT 1)),
('ServiceSource International','Scout is a customer lifecycle management solution that aligns all of your teams, processes, and systems behind that single goal.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ServiceSource International' LIMIT 1)),
('ScribbleLive','ScribbleLive combines content workflow and publishing technology with deep attention and influence analytics to give the first end-to-end SaaS content marketing platform for the modern, data-driven marketer.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ScribbleLive' LIMIT 1)),
('Infopark','Infopark develops powerful content management and online marketing solutions for &quot;websites of the next generation&quot;. More than 100,000 users.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Infopark' LIMIT 1)),
('SDL Media Manager','SDL is the international innovator of translation technology, services and content. SDL transforms over 20 years of business results by delivering nuanced digital experiences for customers around the world.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Globalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SDL' LIMIT 1)),
('Starfield Technologies','Confidence in your site turns visitors into customers. The Website Protection seal tells the web that your site passes the most stringent of security standards.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Website Security' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Starfield Technologies' LIMIT 1)),
('SearchForce','SearchForce is a digital advertising technology and services company that helps enterprise businesses reach the right person at the right time with the most relevant message.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SearchForce' LIMIT 1)),
('Ignition One','IgnitionOne brings together the most important pieces of marketing within a single platform. Built upon a world-class marketing hub, the flexible system allows marketers to integrate with their existing tools or use the powerful native solutions already baked in the system. You decide based on the needs of your enterprise.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ignition One' LIMIT 1)),
('SearchSpring','SearchSpring provides advanced site search and category navigation solutions to the worlds&#039; top e-commerce retailers. Delivering the best possible results!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Site Search' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SearchSpring' LIMIT 1)),
('Secomapp','We build useful Shopify apps. Our mission is to provide customers new experiences along with new worthy features. We concentrate on developing apps for increasing sale. Everything we do is to support the best for your business. That''s why our apps are friendly, easily understandable, simply usable and life time supported.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Application and System Development' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Secomapp' LIMIT 1)),
('Level3','Local-to-global connectivity backed by end-to-end reliability and security. For enterprises worldwide, our customer-first approach makes us the trusted connection to the networked world. Level 3. Connecting and Protecting the Networked World.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Connectivity' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Level3' LIMIT 1)),
('SecuredVisit','4Cite Marketing offers a full range of real time, triggered and direct mail marketing services that deliver profitable results.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = '4Cite Marketing' LIMIT 1)),
('Full Circle Studies','Full Circle Studies, Inc. is a leading global market research company that studies and reports on Internet trends and behavior.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Full Circle Studies' LIMIT 1)),
('SecurityMetrics','Protect your network and your customers with PCI and HIPAA compliance assessments from SecurityMetrics. We offer a full line of data security solutions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Website Security' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SecurityMetrics' LIMIT 1)),
('SAP Hybris Marketing Convert','The Hybris Marketing Convert analyzes customer events in real-time. It lets you follow up with one-to-one email and ad promotions, based on an individual''s behavior and interests. Unlike audience- or segment-based technologies, Hybris Marketing Convert optimizes timing, content and channels for every single visitor.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SAP' LIMIT 1)),
('Accordant Media','Programmatic for Humans. Accordant Media&#039;s transparent, data-driven, full-service programmatic advertising solution makes targeting the right audience easy.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketplace' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Accordant Media' LIMIT 1)),
('Segment','Segment is the single hub to collect, translate and route your customer data.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Segment' LIMIT 1)),
('Segmint','Marketing research and consumer research, namely, services to determine the audience for an advertisement and other advertising media content',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Segmint' LIMIT 1)),
('Sekindo','sekindo.com',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN Video' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Sekindo' LIMIT 1)),
('SelectMedia International','SelectMedia is one of the worlds largest and trusted source online video SSP for premium publishers. SelectMedia operates in +47 countries.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Platform (Streaming)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SelectMedia International' LIMIT 1)),
('Sellpoints','Based in Emeryville, Calif., Sellpoints is the only pre-marketing conversion engine that helps brands orchestrate sales online. Our platform builds your custom audience from our network of 251 retailers, touching 130M unique consumers each month. The network, combined with over a decade of consumer behavior patterns, enables us to deliver the right message to the right place before the right time.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Sellpoints' LIMIT 1)),
('Semasio','The Semasio Targeting Technology eliminates premature segmentation in the form of pre-categorisation. This enables it to consider actual user behaviour unfiltered and completely in the targeting process.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Behavioral Automation Platform (Exit Intent)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Semasio' LIMIT 1)),
('Sentifi','Sentifi is the leading platform to access, monitor and collaborate on the wisdom of the financial crowd. This can help participants in the financial markets to be closer to the heartbeat of market stakeholders and eventually do better long- and short term investment decisions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Sentiment Analysis' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Sentifi' LIMIT 1)),
('Best Of Media S.A.','Best of Media S.A. provides online information on technology, consumer electronics, and gaming. It offers unbiased reviews, news, articles, buying guides, and price comparisons. The company''s Web publications covers high tech, consumer electronics, and computer gaming. It serves IT decision makers, business executives and managers, corporate buyers, purchasing influencers, tech enthusiasts, gamers, and consumers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Best Of Media S.A.' LIMIT 1)),
('O2','O2 is a leading provider of mobile phones, mobile broadband and sim only deals.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Connectivity' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'O2' LIMIT 1)),
('ServiceTick','Session replay, Heatmaps. Funnels, Form analytics, Drop-off',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ServiceTick' LIMIT 1)),
('ServMetric','ServMetric is a complete, scalable solution for capturing, analysing and acting on customer feedback, staff insight and social media buzz. Over fifteen million UK citizens come into regular contact with our instantly-recognisable, trademarked ServMetric Smileys, making them synonymous with the act of giving feedback',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Opinions and Reviews' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ServMetric' LIMIT 1)),
('Kantar','Kantar: home to the world''s leading research, data and insight companies. Kantar collects online clickstream data on over two million consumers in the US, UK and France: 23 billion page views per day, 19 billion online minutes per day.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Kantar' LIMIT 1)),
('carrot','Simple, light, flexible, and good-looking share button. Licenced under MIT. Available from GitHub.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Plugins' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'carrot' LIMIT 1)),
('ShareThis','ShareThis'' social media buttons and insights provide a web wide view of social intelligence in real time analytics for brands, publishers and developers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Media' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ShareThis' LIMIT 1)),
('Sharethrough','We are the world&#039;s largest in-feed advertising exchange and the native advertising industry leader.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Media Sales Platform (SSP)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Sharethrough' LIMIT 1)),
('Sears Holdings','Sears Holdings Corporation is a leading integrated retailer focused on seamlessly connecting the digital and physical shopping experiences to serve our members - wherever, whenever and however they want to shop. Sears Holdings is home to Shop Your Way, a social shopping platform offering members rewards for shopping at Sears and Kmart as well as with other retail partners across categories important to them. The company operates through its subsidiaries, including Sears, Roebuck and Co. and Kmart Corporation, with more than 2,350 full-line and specialty retail stores in the United States and Canada.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Hosted Media' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Sears Holdings' LIMIT 1)),
('AdCurve','AdCurve is a tool that helps online retailers maximize their profits from online marketing. With AdCurve you can easily advertise anywhere with data feeds and prosecute AdCurve calculates the ROI of each ad. AdCurve then generates actionable tips, including tips by category, price or brand level.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AdCurve' LIMIT 1)),
('WISHLIST','WISHLIST is the most common feature of any web store, Low cost WISHLIST app, Now your customers can email or share their WISHLIST with friends.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Shopapps' LIMIT 1)),
('Shopatron','Leading retailers use our advanced eCommerce order management solutions to effectively manage inventory across online and offline channels, provide online shoppers with broader delivery options, and drive traffic into local stores.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'ECommerce Solution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Shopatron' LIMIT 1)),
('Shopgate','Create beautiful mobile apps for your store.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Real-Time App. Development' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Shopgate' LIMIT 1)),
('Directed Edge','Our plugin for Shopify automatically pulls your shop''s data into our recommendations engine and allows you to easily get up and going with sophisticated E-Commerce recommendations.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Directed Edge' LIMIT 1)),
('ShopiMind','Shopimind is an automation marketing service coupled with the most customized newsletter delivery system on the market thanks to its unique advanced segmentation system and intelligent algorithms to send the right message to the right person at the right time.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ShopIMind' LIMIT 1)),
('Shopkeeper Tools','Boost your sales and add exciting new features to your Shopify store with quality Shopify apps and tools from Shopkeeper Tools.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Shopkeeper Tools' LIMIT 1)),
('SC ShopMania Net SRL','ShopMania is a price comparison system and a shopping portal offering free shopping resources for you, the consumer. Our aim is to offer you a unique shopping experience and help you make smart and informed purchasing decisions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Price Comparison' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SC ShopMania Net SRL' LIMIT 1)),
('ShopStorm','ShopStorm makes great Shopify apps backed by even better customer service. Our Shopify Apps help to make the Shopify eCommerce experience as flexible as possible.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Application and System Development' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ShopStorm' LIMIT 1)),
('Sidereel','SideReel is a platform that lets TV fans find, track, rate, review, and watch shows online. With more than 22 million monthly unique visitors and over 9 million registered users, SideReel''s community includes fans of popular network and cable TV shows, anime, original web series, and more.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Opinions and Reviews' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Sidereel' LIMIT 1)),
('Sift Science','Sift Science prevents fraud for digital businesses by fusing human intelligence with real-time machine learning.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Website Security' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Sift Science' LIMIT 1)),
('Signyfyd','Fraud protection and chargeback prevention for eCommerce Merchants. Improve your bottom line using our SaaS solution on Magento, Shopify, and other platforms.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Website Security' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Signyfyd' LIMIT 1)),
('Silktide','We''re a small, ambitious software company that makes software to help make the web a better place.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Silktide' LIMIT 1)),
('Simplaex','Powered by first-party data and with simple integration requiring no SDK, Simplaex offers game developers cross-device and personalization targeting capabilities to real players.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Game Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Simplaex' LIMIT 1)),
('Simpli.fi','Simpli.fi is an element level marketing platform specializing in search retargeting, site retargeting, contextual targeting, &amp; demographic targeting.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Retargeting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Simpli.fi' LIMIT 1)),
('Sirv','Responsive and customised images',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Dynamic Content' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Sirv' LIMIT 1)),
('Site24x7 Real User Monitoring','Website Monitoring, Website Monitoring Service, Server Monitoring: Site24x7',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Performance Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Site24x7' LIMIT 1)),
('Blindado','Blindado provides security services to more than 5,000 customers, offering a suite of solutions focused on e-commerce, corporate demands and PCI requirements.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Website Security' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Blindado' LIMIT 1)),
('Siteimprove','Siteimprove is the only web governance software that helps you better manage and maintain your website through quality assurance, accessibility, web analytics, SEO, and response - all in one tool.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Siteimprove' LIMIT 1)),
('Site Meter','A fast, free Web counter that features custom counters styles. Site Meter creates dynamic 3D charts showing visitors, page views, country maps, visit durations and much more!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Site Meter' LIMIT 1)),
('Signal','Signal is the global leader in cross-channel marketing technology. Thousands of brands and digital agencies around the world rely on Signal&#039;s patented technology to transform data into insights and engage with customers across the web, mobile devices and beyond ? all in real time.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Tag Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Signal' LIMIT 1)),
('Skimlinks','Skimlinks helps you make money and gain insights from your commerce-related content',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Affiliate Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Skimlinks' LIMIT 1)),
('Skybet','The best odds and Sky Sports pundits betting tips, plus the latest sports and online betting information.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Betting & Gambling' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Bonne Terre t/a Sky Vegas (Sky)' LIMIT 1)),
('SkyGlue Technology','Best Google Analytics data collection add-on for Event Tracking, Visitor Tracking, Registered user tracking. Automation. No coding needed.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SkyGlue Technology' LIMIT 1)),
('Skype','Make internet calls for free and cheap online calls to phones and mobiles with Skype.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Connectivity' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Skype' LIMIT 1)),
('Socialphotos','Compile your customers'' product photos in real time from popular social networks using a website widget or hashtags. You can create an album of your customers'' best photos to display on your site.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Socialphotos' LIMIT 1)),
('SPX','Earn maximum advertising revenue with a mobile ad server, RTB ad exchange, and an ad network mediation platform connected to 337 Demand Partners',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Smaato' LIMIT 1)),
('SMARTASSISTANT','The SMARTASSISTANT Digital Advice Suite offers varied products to help your customers make more informed and better decisions faster.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Smart Information Systems' LIMIT 1)),
('smartclip','smartclip deploys proprietary, custom-developed technology to distribute video advertising across all platforms and devices, controlled by ad servers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'smartclip' LIMIT 1)),
('Smarter Click','Smarter Click''s Conversion Assist Technology converts browsers in to buyers, increasing conversion rates and revenues.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Lead Generation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Smarter Click' LIMIT 1)),
('Smarttools','Help Desk Software, Live Chat Software and Knowledge Base Software by SmarterTools.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Helpdesk Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Smarttools' LIMIT 1)),
('SMARTSTREAM.TV','SMARTSTREAM.TV extends your classic TV and online video campaigns in the mobile world. With SMARTSTREAM.TV you can easily increase your net coverage and accurately reach your customers with moving image commercials. SMARTSTREAM.TV guarantees 100% Brand Safety and reaches over 50% of mobile Internet users in Germany.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SMARTSTREAM.TV' LIMIT 1)),
('Qbase Software Development','Qbase are one of the longest standing marketing companies in the UK, delivering effective data solutions for marketing teams across the globe.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Qbase Software Development' LIMIT 1)),
('Smartzer','Smartzer brings rich consumer experiences through shoppable and interactive video content. Our innovative and retail focused technology allows a seamless shopping experience from inspirational videos through to purchase. Smartzer''s focus on design, user experience and creating the ultimate consumer journey sets us apart from other companies in this space. We are committed to working with our clients to use our technology in a variety of formats to offer relevant solutions in this ever changing space.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Smartzer' LIMIT 1)),
('Semcasting Site Visitor Attribution','Site Visitor Attribution (SVA) addresses the key challenge of measuring the effectiveness of online marketing campaigns to achieve truly effective closed-loop analytics',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Attribution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Semcasting' LIMIT 1)),
('The Sydney Morning Herald','Breaking news from Sydney, Australia and the world. Features the latest business, sport, entertainment, travel, lifestyle, and technology news.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'News Provider' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Fairfax Media' LIMIT 1)),
('Snack Media','Snack Media is a leading independent sports digital media company with over 20m sports fans. We specialise in multi-channel content creation, distributed at scale. Through data driven engagement strategies Snack Media creates authentic connections between brands & fans.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Sports News' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Snack Media' LIMIT 1)),
('SnapEngage','Highly customizable Live Chat software for Sales and Support. SnapEngage Live Chat converts prospects to customers, and customers to loyal advocates.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SnapEngage' LIMIT 1)),
('SnapWidget','SnapWidget allows you to display a dynamically updated Instagram photo gallery on your website or blog. This can be in the form of a grid layout widget, slideshow or photo map that gives users the ability to explore the places you&#039;ve Instagramed.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Photographic Gallery' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SnapWidget' LIMIT 1)),
('SoundCloud','SoundCloud is the world&#039;s leading social sound platform where anyone can create sounds and share them everywhere. Recording and uploading sounds to SoundCloud lets people easily share them privately with their friends or publicly to blogs, sites and social networks.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN Audio' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SoundCloud' LIMIT 1)),
('Sociable Labs','Shopping interest, such as brand, product category, similar sites, gender and member check are leveraged to recommend the right connections for your shoppers to invite to your site. Shoppers have automatic access to all of their trusted connections from any email or social channel. With this intuitive invite process, there is no friction for your shoppers. Shoppers and their invitees are provided the right offer, messaging and placement. Incentives are integrated into the user flow to ensure sharing and high CTR rates.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Media' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Sociable Labs' LIMIT 1)),
('SociableLabs','Sociable Labs provides Guaranteed ROI Refer a Friend programs that drive new customer acquisition on a pay for performance basis. Pay for results, not features.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Customer Acquisition (Referrals)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SociableLabs' LIMIT 1)),
('Social Annex','Our social commerce platform lives on Ecommerce sites to help engage, incentivize, and learn from shoppers so social actually leads to sales.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Customer Engagement' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Social Annex' LIMIT 1)),
('SocialShopWave','We bring all social apps together to help you drive traffic, increase customer engagement, and sell more. Go from an idea to an optimized marketing strategy in a few minutes.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SocialShopWave' LIMIT 1)),
('Sociomantic Labs','Sociomantic Labs, a dunnhumby company, helps the worlds top advertisers grow reach and increase customer loyalty with programmatic display advertising for desktop, mobile and social.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Demand Side Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'DunnHumby' LIMIT 1)),
('Sojern','Sojern, the world&#039;s leading performance marketing platform for travel brands, puts more heads in beds and travelers in town for its clients worldwide.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Sojern' LIMIT 1)),
('Sokrati','Sokrati&#039;s intelligent digital marketing platform for ecommerce helps online businesses around the globe get real and relevant customers rapidly.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Sokrati' LIMIT 1)),
('Sonobi','Sonobi&#039;s suite of buy and sell-side tools allow our customers to identify, deliver, and manage advertising opportunities through performance filters once absent from programmatic channels',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Sonobi' LIMIT 1)),
('Sooqr Search','Sooqr Search is the fastest, most relevant and innovative site search engine for your website. It comes for ecommerce and content.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Site Search' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Sooqr' LIMIT 1)),
('Sorenson Media','Sorenson Media, the longtime world leader in Video Encoding and Streaming tools has expanded its expertise into Smart Broadcast.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Platform (Streaming)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Sorenson Media' LIMIT 1)),
('Sotic','Sports websites, technologies and e-commerce from Europe''s leading provider to the sports industry.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Sotic' LIMIT 1)),
('Soundest','Create email campaigns with Soundest - email marketing platform for e-commerce. Responsive newsletters, customer segmentation, email automation, and more.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Soundest' LIMIT 1)),
('Sparkflow','Undertone is the leader in digital advertising. We start with creative &amp; then design for reach &amp; engagement through award-winning cross-screen ad formats.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Intercept Interactive' LIMIT 1)),
('SpeedCurve','Monitor the front-end performance and build of your website. Compare yourself to others and beat the competition.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Performance Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SpeedCurve' LIMIT 1)),
('Media Management Technologies','Speed Shift Media''s inventory display advertising technology helps automotive dealerships sell more cars by driving targeted, local, qualified car buyers directly to their Vehicle Detail Pages.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Dynamic Display' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Media Management Technologies' LIMIT 1)),
('Spiceworks','Get everything IT for free from Spiceworks: a community of IT pros, and an app with network monitoring, help desk, active directory, and more!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Connectivity' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Spiceworks' LIMIT 1)),
('Spongecell','Spongecell is a programmatic creative solution that leverages data-driven technology to automate the production and delivery of high quality ads at scale across display, mobile, and video',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Spongecell' LIMIT 1)),
('Spot.IM','Spot.IM is on a mission to empower communities. We enable media companies to take back ownership of their audience and conversations and let go of their reliance on external social networks.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Online Community (Forums)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Spot.IM' LIMIT 1)),
('SpotXchange','SpotXchange is the trusted video advertising platform for premium publishers, connecting them with advertisers, agencies, trading desks, DSPs and ad networks to ensure they achieve maximum revenue for their inventory.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SpotXchange' LIMIT 1)),
('SpringServer','SpringServe was founded to provide a suite of ad serving tools that make digital advertising more efficient. We have designed our products to operate as openly as possible, and to work within the digital advertising ecosystem in a friction-free manner. Customization is at the heart of effective ad serving, and our tools are engineered to adapt to your business environment. With real-time reporting, white box optimization, a blazing-fast user interface, SpringServe is truly ad serving as it was meant to be.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Server' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SpringServer' LIMIT 1)),
('Spylight','Contextual Commerce: Monetize Your Content',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Dynamic Content' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Spylight' LIMIT 1)),
('Squarespace','Squarespace is the easiest way for anyone to create an exceptional website. Pages, galleries, blogs, e-commerce, domains, hosting, analytics, 24/7 support - all included.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Squarespace' LIMIT 1)),
('AKQA','AKQA helps brands to dramatically improve their business performance through innovation.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AKQA' LIMIT 1)),
('Marketplace Web Service','Amazon Web Services offers reliable, scalable, and inexpensive cloud computing services. Free to join, pay only for what you use.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Connectivity' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Amazon' LIMIT 1)),
('Spicy','Spicy is offered on the SaaS (Software as a Service) model, allowing you to choose the optimal set of functions for you. The options for using the Spicy platform are: SSP - selling your ad slots at an open auction RTB; Direct AdServing - the implementation of direct campaigns with premium user targeting; Site Extension - selling a contact with your audience outside your site.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Supply Side Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Data-Centric Alliance' LIMIT 1)),
('StackExchange','Stack Exchange is a network of 150+ Q&A communities including Stack Overflow, the preeminent site for programmers to find, ask, and answer questions about software development',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Online Community (Forums)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'StackExchange' LIMIT 1)),
('StackAdapt','StackAdapt is the leading Native Advertising platform. Brands and Media Buyers promote content and access Native Advertising at scale.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Exchange' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'StackAdapt' LIMIT 1)),
('Stackla PTY','Stackla is the content marketing platform that over 500 of the biggest global brands use to put user-generated content at the heart of their marketing.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Stackla PTY' LIMIT 1)),
('stackpile.io','StackPile allows you to install and use 3rd party apps, tags and integrations on your website in seconds',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Tag Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'StackPile' LIMIT 1)),
('Stailamedia','Stailamedia is the media and data exchange for the DACH region and Italy. The media and data products from Stailamedia guarantee high multi-screen coverage on an integrated platform and thus enable data-driven advertising campaigns across media. Advertising formats with high attention and interaction values ​​are aggregated and programmatically made available on the Stailamedia Media Exchange. On the Stailamedia DMP, data are also aggregated, customer-specific target groups are calculated and, if desired, made available in DSPs independently of media services.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Data Exchange' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Stailamedia' LIMIT 1)),
('Stamped.io','Product Reviews, Question & Answers, Net Promoter Scores | Harness the power of your customer''s words',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Opinions and Reviews' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Stamped.io' LIMIT 1)),
('StatCounter','A free yet reliable invisible web tracker, highly configurable hit counter and real-time detailed web stats.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'StatCounter' LIMIT 1)),
('Statful','Statful is a powerful telemetry system. It allows for the instrumentation of complex and high performance environments capturing and orchestrating metrics from software applications, physical devices.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Statful' LIMIT 1)),
('Twitter Online Conversion Tracking','Twitter''s conversion tracking lets you attribute conversions beyond last link click, to include actions driven by all types of ad engagements (like link clicks, Retweets, or likes) and impressions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Verification / Atrribution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Twitter' LIMIT 1)),
('Clicktripz','We build data-driven technology, empowering the travel industry. Our cloud-based solutions deliver proven results for travelers, advertisers, publishers and suppliers around the globe.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Travel Search Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Clicktripz' LIMIT 1)),
('Steelhouse','One platform for acquisition and retention marketing that consistently keeps the same message in front of your audience through display, onsite, and social.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Steelhouse' LIMIT 1)),
('Steepto','Steepto is a smart digital ad platform which offers services for premium publishers and advertisers, who intend to put their digital business efforts on the cutting edge. Steepto''s eye-catching content makes it easy to engage a web-surfer regardless of their mood and emotional condition.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Steepto' LIMIT 1)),
('StellaService','StellaService objectively measures and rates the customer service performance of online retailers. Our data powers the best customer service teams in retail.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'StellaService' LIMIT 1)),
('StickyADS.tv','Programmatic video platform for premium publishers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'StickyADS.tv' LIMIT 1)),
('Storify','Create stories using social media. Turn what people post on social media into compelling stories. Collect the best photos, video, tweets and more to publish them as simple, beautiful stories that can be embedded anywhere.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adobe Systems' LIMIT 1)),
('Storm Tag Manager','Storm Tag Manager is guaranteed to never break your site or cause it to fail. As well as this, we can kill any slow-loading third party tags to ensure that your website retains optimal speed.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Tag Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Rakuten' LIMIT 1)),
('Strands','STRANDS develops innovative software solutions that enable financial institutions and retailers to offer personalized digital banking and e-commerce experiences.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Application and System Development' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Strands' LIMIT 1)),
('SreamAMG','StreamAMG (Advanced Media Group) provides European companies with online video solutions. By aligning our solutions to your objectives, and pricing accordingly, we can help you increase the ROI into online video. Our experts deal with everything from video production, signal acquisition, project management, webcasting and equipment. They use our award winning OVP and webcasting applications, which are connected to a global CDN.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'StreamAMG' LIMIT 1)),
('Elecard StreamEye','Essential tool for video quality analysis and video compression optimization.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Elecard' LIMIT 1)),
('StreamRail','StreamRail is a video advertising technology platform, which provides over 200K publishers and advertising networks with superior technology, so they can deliver and monetize video on any device.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'StreamRail' LIMIT 1)),
('StrikeAd','StrikeAd is the leader in programmatic advertising across multiple devices. We combine the huge reach of leading SSPs with best in class mobile DMP audience data and our advanced predictive modelling to deliver unparalleled insight and superior ROI.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'StrikeAd' LIMIT 1)),
('Stripe','Stripe is a suite of APIs that powers commerce for businesses of all sizes.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Payment Gateway' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Stripe' LIMIT 1)),
('Ströer Digital Media','Ströer Digital Media is your marketing partner for display advertising and networked, digital advertising concepts. With our attractive portfolio of leading German websites and a wide range of online advertising formats, we reach 33.4 million unique users (AGOF eV / digitalfacts 2016-05, single month May, 14+) monthly through our premium portfolio.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ströer Digital Media' LIMIT 1)),
('Struq','Retargeting',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Retargeting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Quantcast' LIMIT 1)),
('StumbleUpon','StumbleUpon is the easiest way to discover new and interesting web pages, photos and videos across the Web.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'StumbleUpon' LIMIT 1)),
('Sub2 Technologies','At Sub2 our suite of personalisation applications has been designed to improve your website performance and increase your conversion rates. Whats more theres no capital expenditure or IT infrastructure changes required. Implementation is straight forward, so you can start to see results quickly. How? Well we combine multi-channel data with market leading SaaS technology to allow you to target your customers and prospects with exactly the right products, messages and offers at exactly the right time. Our real time technology means you can automatically personalise each visitors journey in under 100 milliseconds.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Sub2 Technologies' LIMIT 1)),
('Perfect Privacy','Private domin registrations',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Domain Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Perfect Privacy' LIMIT 1)),
('Sumo','Sumo is a suite of free tools that can be used to grow your website''s traffic. The Sumo tools are easy to install and work on any website.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Sumo' LIMIT 1)),
('Sumo Logic','Sumo Logic is a cloud log management and metrics monitoring solution used by IT, Security and Development teams across all customer sizes.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Event Logging Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Sumo Logic' LIMIT 1)),
('SumoMe','SumoMe is a suite of free tools that can be used to grow your website''s traffic. The SumoMe tools are easy to install and work on any website.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SumoMe' LIMIT 1)),
('Sunrise Integration','Sunrise Integration Connecting your site, service or application to the data you need.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Application and System Development' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Sunrise Integration' LIMIT 1)),
('Survata','Survata lets you quickly survey your target audience online. We find qualified respondents to answer your survey.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Survata' LIMIT 1)),
('Adobe Surveys','Adobe analytics services help companies measure and understand how you use their apps, websites, social networking pages, and advertising campaigns. Adobe on-site personalization services allow companies to test new content and make their websites, apps, social networking pages, or emails more relevant to you.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adobe Systems' LIMIT 1)),
('SurveyMonkey','SurveyMonkey is the world&#039;s most popular online survey software. We make it easier than ever to create polls and survey questionnaires for learning about anything from customer satisfaction to employee engagement. Sign up to access our library of sample survey questions and expert-certified templates. Customize your survey questions, distribute your questionnaire on the web, and start collecting responses in real time. Our Analyze tool helps you turn survey data into insights and create professional reports.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SurveyMonkey' LIMIT 1)),
('Survicate','survicate.com',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Survicate' LIMIT 1)),
('Sweet Tooth','Sweet Tooth can reward customers for purchases, interactions, social sharing, referrals, and more. See our full feature list and select your platforms here.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Loyalty and Referral Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Sweet Tooth' LIMIT 1)),
('Swiftype','The simplest way to add search to your website or application. Sign up for free.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Site Search' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Swiftype' LIMIT 1)),
('Switch Concepts','Switch is a unique real-time trading platform specifically designed for publishers to supercharge their online ad revenue.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Switch Concepts' LIMIT 1)),
('SwitchAds','SwitchAds is a simple digital advertising solution and part of the comprehensive suite of offerings from Switch Concepts. Switch are a fast growing digital advertising technology company providing clients with a pioneering adserver technology and a data platform to enable website publishers to maximise income from their ad inventory.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Switch Concepts' LIMIT 1)),
('Swoop','Swoop is a search advertising provider based in Cambridge, MA, that brings search spend to publishers, a new selection of biddable search terms to advertisers, and a new, more pleasant reading experience to the millions of Internet users who have become ad-blind due to the constant exposure to more and more annoying and invasive advertisements.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Swoop' LIMIT 1)),
('Synthetix','Multi-channel web self-service, contact-centre knowledge-bases and live web-chat from one of the UK''s leading online customer service software providers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Synthetix' LIMIT 1)),
('Republer','Republer – real time trading platform for publishers based on knowledge',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Real-time Bidding' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Republer' LIMIT 1)),
('Synergetic','Synergetic AG is a company founded in 1993 in the ICT sector (information and communication technology industry) headquartered in Leinfelden-Echterdingen near Stuttgart, and has a history of over 20 years.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Synergetic' LIMIT 1)),
('TicketMaster','Ticketmaster provides integration with 3rd party applications allowing you to have the best of all worlds. This includes, single fan login across multiple ecommerce providers, access control systems, EFT and CRM.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ticketing Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'TicketMaster' LIMIT 1)),
('Twitter Short URL','Measure and learn how to make your Tweets more successful.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Media' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Twitter' LIMIT 1)),
('Wayfair','Shop Wayfair for A Zillion Things Home across all styles and budgets. 5,000 brands of furniture, lighting, cookware, and more. Free Shipping on most items.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Tracking' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Wayfair' LIMIT 1)),
('Batch Media','The firstTAG technology is an in-house development of batch and since 2009 forms the basis of our verification portfolio. The system is subject to strict quality controls, is designed to respond flexibly to peaks. The data centers are distributed among various locations in Germany and Europe.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Batch Media' LIMIT 1)),
('Taboola','Taboola is the world''s leading content discovery platform, serving 200B recommendations to over 550M unique visitors each month on the web''s most innovative publisher sites.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Publisher' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Taboola' LIMIT 1)),
('Trip Advisor','World&#39;s Largest Travel Site. 200 million+ unbiased traveller reviews. Search 200+ sites to find the best hotel prices.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Travel Search Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Trip Advisor' LIMIT 1)),
('Mention Me','Mention Me exists to help businesses to get the referral channel to work for them. Our referral platform has all of the features you need to make referral a success and our team work alongside you to determine how to unlock the potential of the channel for your business.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Lead Generation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Mention Me' LIMIT 1)),
('ARM','ARM is one of the UKs leading customer acquisition agencies, advertising agencies and marketing agencies, delivering successful solutions for clients.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ARM' LIMIT 1)),
('Tagboard','Tagboard uses hashtags to search for and collect public social media within seconds of being posted to networks like Twitter and Facebook, just to name a few. Robust tools offer the power to select specific posts to feature on websites, in broadcast TV, and on large displays',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Plugins' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Tagboard' LIMIT 1)),
('Taggstar','Taggstar is the latest digital marketing tool that helps convert more of your online browsers into online buyers by delivering socially persuasive messages. The patent-pending smarts behind Taggstar is this; we''ve created an analytics platform that harvests and interrogates your website data in real-time, combining this platform with a messaging delivery system which allows you, the retailer, to push the right messages, to the right customers, at the right time in their online journey.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing and Promotion' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Taggstar UK' LIMIT 1)),
('IBM Digital Data Exchange','IBM Digital Data Exchange (included with IBM Digital Analytics) infuses IBM and third party marketing solutions with digital customer insights via both a real-time data syndication API and an enterprise-grade tag management solution. The extensible software platform is integrated with IBM Digital Analytics, IBM Tealeaf, IBM Interact and IBM Silverpop. Digital marketers gain an easy way to take advantage of IBM and third-party solutions through simpler collection and distribution of real-time behavioral digital data.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Tag Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'IBM' LIMIT 1)),
('Tail Target','Tail is the first DMP in Brazil, capable of collecting and organizing consumer data through various points of contact between it and the brand, identifying the ideal profiles to be impacted in real time with much more precise and effective offerings.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Data Management Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Tail' LIMIT 1)),
('Taleo Enterprise Cloud Service','Talent Management for the Enterprise. Leading organizations worldwide use Oracle Taleo Enterprise Cloud Service to hire the best people, align them to corporate objectives, and develop their skills to drive superior business results. Oracle Taleo Enterprise Cloud Service meets the talent management needs of the largest and most demanding enterprises with global consistency and local flexibility.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Recruitment Services (Job Search)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Oracle' LIMIT 1)),
('Tapad','Tapad is the true cross-device marketing partner. Whether the goal is to amplify your message, engage your audience or transform data into dollars, we make it happen. By leveraging the power of our proprietary Tapad Device Graphâ„¢, we unify data across all devices to understand the interests, passions and behaviors of the audiences that matter most.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Mobile Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Tapad' LIMIT 1)),
('TapSense','TapSense - The Leading Mobile Advertising Exchange',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Mobile Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'TapSense' LIMIT 1)),
('tawk.to','tawk.to is a free messaging app that lets you monitor and chat with visitors on your website or from a free customizable page.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'tawk.to' LIMIT 1)),
('CallTrackingMetrics','Call tracking software to track online and traditional advertising. Know which ads are working, which agents are performing, and make the most of every call.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Call Tracking' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'CallTrackingMetrics' LIMIT 1)),
('Teads','Platform for video advertising innovations.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Teads' LIMIT 1)),
('Tealium IQ','Enterprise tag management and digital data distribution (D3P). Streamline digital marketing and take action on your most valuable audiences in real-time.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Tag Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Tealium' LIMIT 1)),
('Technorati','Technorati is a company of advertising technology specialists working toward rewarding the creators of great content. To accomplish this, we build tools and services that accelerate publishers'' programmatic revenues as well as makes partnering in programmatic easier and more effective.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Creative Optimisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Synacor' LIMIT 1)),
('TechTarget','TechTarget is the online intersection of serious technology buyers, targeted technical content and technology providers worldwide. Our media, powered by TechTarget''s Activity Intelligence platform, redefines how technology buyers are viewed and engaged based on their active projects, specific technical priorities and business needs. With more than 100 technology specific websites, we provide technology marketers innovative media that delivers unmatched reach via custom advertising, branding and lead generation solutions all built on our extensive network of online and social media.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'TechTarget' LIMIT 1)),
('Imagen Studio','Imagen Studio Game Web and App Development Studio Game Design &amp; Development Mobile Applications Development Web Design and Development 3D Modeling and Animation Customized Software Web Applications Dedicated Developer',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Application and System Development' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Imagen Studio' LIMIT 1)),
('Tell Apart','Founded and led by the best minds in predictive analytics and marketing technology, TellApart helps retailers leverage their customer data to personalize the customer experience and drive omnichannel commerce.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Tell Apart' LIMIT 1)),
('template-help.com','Web Design Templates',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'template-help.com' LIMIT 1)),
('test','test 1 test 2 test 3',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'All' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'test only' LIMIT 1)),
('The Hut Group','The UK&#039;s leading, multi-website online retailer. Winner of Times Profit Track 100 in 2014.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'The Hut Group' LIMIT 1)),
('The ADEX','The ADEX is reinventing real time advertising! Add a new revenue stream and get to know your audience.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'The ADEX' LIMIT 1)),
('The Best Day','The Best Day makes it easier to lock in your group for your next get-together. It lets you set up options for date, time and venue, and then invites your friends to vote.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Media' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'The Best Day' LIMIT 1)),
('The Filter','The Filter is an enterprise eCommerce merchandising solution for journey optimization, CX, user segmentation, recommendations and personalization.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Exabre' LIMIT 1)),
('TheFind','TheFind applies patented e-commerce technology to make the consumer shopping experience easy, efficient and fun. TheFind works in a multi-channel environment to personalize the shopping experience. We are dedicated to searching all the stores on the web, to find just the right products shoppers are looking to buy. For every search, TheFind shows the most relevant products from top stores right on the first page of results, and delivers a visually compelling, efficient and complete online shopping experience from the browser, smartphone or tablet.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Product Search' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'TheFind' LIMIT 1)),
('Local World','Local World is one of the largest regional media networks in the UK. We serve our communities through a portfolio of around 100 long-standing print titles and more than 70 websites. Local World publishes more content on a daily basis than The Telegraph, Guardian, Daily Mirror and The Times combined. Our digital audience growth is leading the industry and the insight we put at our customers&#039; disposal to access and target this audience is transforming the local media landscape.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Publisher' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Local World' LIMIT 1)),
('Thinglink','ThingLink is the leading platform for creating interactive images for web, social and advertising channels',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Image Interactivity' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Thinglink' LIMIT 1)),
('Thirdpresence','Thirdpresence is video advertising made easy',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Thirdpresence' LIMIT 1)),
('Videology','Videology was founded in 2007 by Scott Ferber, also the co-founder of advertising.com. It is one of the worlds largest video advertising platforms. By simplifying big data, we empower marketers and media companies to make smarter advertising decisions to fully harness the value of their audience across screens. Our math and science-based technology enables our customers to manage, measure and optimize digital video and TV advertising to achieve the best results in the converging media landscape',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Videology' LIMIT 1)),
('Tidio Live Chat','A beautiful Live Chat solution. Talk with your customers in real time and increase your sales. Available in free and paid version.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Tidio' LIMIT 1)),
('United Internet Media AG','With its brands 1&1, GMX, WEB.DE, mail.com, Fasthosts, InterNetX, Fasthosts, united-domains, affilinet, Sedo and United Internet Media, United Internet AG is Europe''s leading internet specialist.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Internet Hosting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'United Internet Media AG' LIMIT 1)),
('Time2Perf','Marketing agency specialized in the purchase of traffic on behalf of third parties.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Time2Perf' LIMIT 1)),
('Time','Time Inc. is one of the largest branded media companies in the world reaching more than 130 million people each month across multiple platforms.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Publisher' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Time' LIMIT 1)),
('piano','Our mission is to help media companies build great brands, dedicated audiences, and sustainable revenues.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Publisher Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'piano' LIMIT 1)),
('TinyURL','Making over a billion long URLs usable! Serving billions of redirects per month.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'URL Shortening' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'TinyURL' LIMIT 1)),
('Accenture','Analytics, part of Accenture Digital, can help you grow your business in entirely new ways.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Accenture' LIMIT 1)),
('TNS (Kantar Group)','It is the leading research company in the field of media audience measurement and advertising, and the only one in the Russian market, which specializes only in this area of research. Since 2001, we enter into the international research group TNS - the largest independent research organization, with offices in 70 countries.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'TNS (Kantar Group)' LIMIT 1)),
('Tom&Co','We are a friendly London based eCommerce Creative Agency with a forward thinking approach to building Magento eCommerce websites.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Tom&Co' LIMIT 1)),
('ToutApp','ToutApp helps salespeople close more deals and increase productivity with the power of tracking, templates and analytics.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Lead Generation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ToutApp' LIMIT 1)),
('ActiveCampaign','Integrated email marketing, marketing automation, and small business CRM. Send beautiful newsletters, setup behavioral based automations, and benefit from sales automation.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing and Promotion' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ActiveCampaign' LIMIT 1)),
('WebInsight','Track your customers and prospects engagement and behavior with your website through a single click from an email campaign or other online marketing activities then send them automated messages. From the duration of their visit, the pages they''ve looked at to the device they used to get there, dotmailer uses this insight to make your messages more targeted and relevant and lets you create decisions in your automation program.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'dotMailer' LIMIT 1)),
('AdJug','The online advertising exchange.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Exchange' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AdJug' LIMIT 1)),
('Tradelab','roprietary multi-devices programmatic platform operated as a Managed Service to agencies and brands.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Tradelab' LIMIT 1)),
('TrafficFactory','TrafficFactory is a global provider of high quality traffic. We''ve harnessed the most up-to-date, accurate Geo-targeting technology , and combined with our Real-Time Bidding model, our clients get the high quality traffic they deserve at a price they can feel good about. We employ some of the most advanced filters in the industry, allowing our clients to target global location AND user behavior across a variety of devices. The result? The money our clients spend yields relevant, tailored traffic with a high rate of conversion.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Real-time Bidding' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'TrafficFactory' LIMIT 1)),
('TrafficHunt','TrafficHunt provides a dynamic advertising platform for both publishers and advertisers. With global reach across web and mobile, TrafficHunt gives publishers the ability to monetize content, while providing advertisers access to premium inventory.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'TrafficHunt' LIMIT 1)),
('TrafficJunky','TrafficJunky is an online advertising network that provides a versatile, intelligent CPM-based advertising platform. Our self-serve, CPM-bidding ad network is designed to help advertisers and publishers alike achieve their most ambitious web marketing goals by serving cost-effective, large volumes of targeted web, mobile and tablet traffic and providing content monetizing solutions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'MG Technologies' LIMIT 1)),
('TrafficStars','TrafficStars is a self serve proprietary ad network which was developed to provide technical and marketing solutions to advertisers and publishers worldwide.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'TrafficStars' LIMIT 1)),
('Transifex','Transifex makes it easy to collect, translate and deliver digital content, web and mobile apps in multiple languages.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Translation Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Transifex' LIMIT 1)),
('Google Translate','The Google Translate API lets websites and programs integrate with Google Translate programmatically.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Translation Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Google' LIMIT 1)),
('Expedia','Expedia, Inc. is an American company that owns and operates several international global online travel brands. Expedia also powers travel bookings for over 10,000 partners such as airlines and hotels, consumer brands, and high traffic websites through Expedia Affiliate Network.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Travel Search Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Expedia' LIMIT 1)),
('Travelzoo','Travel deals and more discount travel packages from Travelzoo.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Travel Search Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Travelzoo' LIMIT 1)),
('Taboola Ads','Taboola is the world''s leading content discovery platform, serving 200B recommendations to over 550M unique visitors each month on the web''s most innovative publisher sites',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Media Sales Platform (SSP)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Taboola' LIMIT 1)),
('Treasure Data','Connect all your customer data and access them now. Over 100+ integrations to unify your data, analyze them in real-time and make data-informed decisions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Treasure Data' LIMIT 1)),
('Tremor Video','The premium video marketplace offers the world''s leading advertisers ways to seamlessly transact any way they want in real time with publishers of must-consume content, and vice versa. Safe, transparent, brand-effective, all-screen video advertising for all.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Tremor Video' LIMIT 1)),
('Trialfire','The customer intelligence and analytics platform that removes obstacles to using data to grow your business.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Trialfire' LIMIT 1)),
('Tribal Fusion','Tribal Fusion is a global performance display advertising provider. We enable advertisers to model, target and optimize online campaigns against our unique, interest-based audiences, which are built to deliver display advertising performance.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Exponential Interactive' LIMIT 1)),
('Triblio','Triblio provides account based marketing (ABM) software that enables marketers to scale 1:1 multichannel campaigns for their target accounts.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Triblio' LIMIT 1)),
('Triggered Messaging','Turbo-charge your ESP. Use cart abandonment and other buying signals to instantly send triggered messages to buyers before they go elsewhere.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Fresh Relevance' LIMIT 1)),
('G4 Native','G4 Native provides native retargeting solutions for Facebook and other leading publishers, enabling advertisers to deliver dynamic, personalized experiences for their customers. G4 Native pioneered native retargeting on the Facebook Exchange, and we consistently achieve unparalleled ROI for our Clients.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Retargeting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Gravity4' LIMIT 1)),
('Logicalis','Trovus are an Award Winning Managed Service Provider in Business Analytics.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Business Intelligence' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Logicalis' LIMIT 1)),
('trueAnthem','Smart Social Publishing. The easiest way to publish your best content at the right time to your social audience.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'trueAnthem' LIMIT 1)),
('TruConversion','TruConversion an all in one analytical application to help identify and fix conversion pain points by finding out the WHY behind visitor/user''s behavior',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'TruConversion' LIMIT 1)),
('Avora','AVORA brings together your data, your staff and provides real-time insight with our Anomaly Detection and Smart Alerts. No more wondering what you''re missing, AVORA will tell you.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Avora' LIMIT 1)),
('Tru Optik','Tru Optik is a digital media intelligence company providing audience insight and advertising solutions that empower brand marketers and media companies.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Demand Side Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Tru Optik' LIMIT 1)),
('Trust Guard','Trust Guard Trust Seals improve credibility, build customer trust, and increase conversions and Sales! Compare us to McAfee Secure (Hacker Safe), Truste and BBB Online and save! A Trust Seal can make a difference on your website!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Website Security' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Trust Guard' LIMIT 1)),
('TRUSTe','Trusted Shops certifies online shops by carefully checking a set of quality criteria before awarding the European trustmark. With the combination of Trusted Shop''s money-back guarantee and the Customer reviews system you are able to order online with confidence.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Website Security' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'TRUSTe' LIMIT 1)),
('Trusted Shops','Trusted Shops certifies online shops by carefully checking a set of quality criteria before awarding the European trustmark. With the combination of Trusted Shop''s money-back guarantee and the Customer reviews system you are able to order online with confidence.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Website Security' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Trusted Shops' LIMIT 1)),
('Trustev','Stop online fraud with Trustev, a new approach to online fraud prevention.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Fraud Prevention' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'TransUnion' LIMIT 1)),
('Trust Pilot','We''re all about consumer reviews. Get the real inside story from shoppers like you. Read, write and share reviews on Trustpilot today.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Opinions and Reviews' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Trust Pilot' LIMIT 1)),
('Trustwave','Trustwave helps businesses fight cybercrime, protect data and reduce security risk. We give organizations the services and technologies they need to transform the way they plan, prepare, integrate and manage their information security and compliance programs.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Website Security' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Trustwave' LIMIT 1)),
('TrustX','Trustx is the cooperative, private marketplace for the world''s most trusted brand marketers and premium publishers. Together we''re rebuilding the digital supply chain with trust and transparency as the foundation.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'TrustX' LIMIT 1)),
('Tryzens TradeState','TradeState is an analytics-as-a-service that is honed for retailers to enhance decision making ability for maximising online trading and optimising customer experience. We achieve this by identifying key performance bottlenecks and opportunities in succinct data summaries that are accessible from any device, anywhere, anytime.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Tryzens' LIMIT 1)),
('Adobe Test & Target','Target provides you with everything you need to tailor and personalize your customers&#039; experiences to maximize revenue on your web and mobile sites, apps, social media, and other digital channels at the segment and individual levels.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'A-B Testing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adobe Systems' LIMIT 1)),
('TubeMogul','TubeMogul is the video advertising platform that puts brands and agencies in control.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'TubeMogul' LIMIT 1)),
('Tumblr','Post anything (from anywhere!), customize everything, and find and follow what you love. Create your own Tumblr blog today.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Media' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Tumblr' LIMIT 1)),
('TyrbooBytes','TurboBytes&#39; intelligent Multi-CDN service prevents outages and slowdowns from hurting your online business. Use our 5 CDNs (mainland China included), or bring your own.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'TyrbooBytes' LIMIT 1)),
('Turn','Turn powers the world&#039;s largest advertisers and trading desks. Our technology delivers real-time data insights and amazing campaign performance.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Demand Side Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Turn' LIMIT 1)),
('Tutorialize','Tutorialize powers website tutorials that guide visitors around your site. Ready in minutes, totally customizable and totally awesome.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'User Interaction' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Tutorialize' LIMIT 1)),
('TV Genius','Cloud-based content discovery across the internet, TV and connected devices.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ericcson Media Services' LIMIT 1)),
('TVSquared','TVSquared helps to measure and optimize TV Ads by using same day insights to improve TV campaign response. We help brands, agencies and networks gain ROI.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Attribution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'TVSquared' LIMIT 1)),
('tweetmeme-VOID','VOID',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Tracking' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'tweetmeme' LIMIT 1)),
('Twitframe','Twitframe allows one to display Embedded Tweets on websites to dynamically show retweet and favorite counts, inline media/card data, and allow users to retweet/reply/favorite Tweets, all while isolating the Javascript and DOM manipulation to an embedded iframe. This increases security and speeds up website page loads.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Superblock' LIMIT 1)),
('Twyn Group','The Twyn Group is a specialist for digital advertising and market leaders in the field of holistic online solutions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Twyn Group' LIMIT 1)),
('Tynt','Generate incremental ad revenue with zero impact on your existing revenue sources. Benefit from user copy &amp; paste activity to drive SEO, traffic, editorial insights, and more.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = '33 Across' LIMIT 1)),
('Adobe Typekit','Typekit is a subscription font service that brings thousands of fonts from foundry partners into one library for quick browsing, easy use on the web or on your desktop, and endless typographic inspiration.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN Fonts' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adobe Systems' LIMIT 1)),
('Typepad','Typad is the reliable, flexible blogging platform that puts the publisher in control.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Internet Hosting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Typepad' LIMIT 1)),
('Cloud.typography','Cloud.typography takes the guesswork out of using fonts online. It starts with one of the worlds most sophisticated type libraries, completely redesigned for the screen, and engineered to be crisp and clear at even the smallest sizes. Managed by a powerful and intuitive web interface, Cloud.typography is a 100% CSS solution thats simple to set up, painless to integrate with your existing site, and designed to grow with you from development through production. Delivered by Akamai, the first name in CDNs, Cloud.typography answers each browser with exactly the right type of webfonts, all with incredible speed and reliability. With advanced typographic controls that designers love, and a cost-effective way to satisfy even the biggest websites, Cloud.typography is a whole new way to make typography a meaningful part of your online experience.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN Fonts' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Hoefler &amp; Co' LIMIT 1)),
('D4t4 Solutions','ALL ABOUT THE DATA. D4t4 Solutions provides comprehensive products and services that enable you to get the most from your data - data collection, data management, data analytics and data solutions that drive value from your information assets.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'D4t4 Solutions' LIMIT 1)),
('Unite','Unite offers marketplace sellers the same online advertising tools that are available to big brands',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Unite' LIMIT 1)),
('Ubertags','UberTags'' cloud-based Tag Management System helps clients launch and manage 3rd party code snippets while improving page load times. UberTags grew up operating enterprise websites which orients the product around improving load time, reducing complexity, and driving website agility. UberTags is trusted by over 100 enterprise, ecommerce, and content websites across the globe.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Tag Management' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ubertags' LIMIT 1)),
('United Card Services','The company provides services for issuing and acquiring cards of major international payment systems.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Payment Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'United Card Services' LIMIT 1)),
('Underdog Media','Underdog Media has stayed true to the vision of powering Internet advertising solutions that increase the consumer base for our advertising partners. Our proprietary Consumer Modeling Approach allows us to define each consumer by gathering statistically relevant first-party data points to create relative proximities of a user''s mindset and intent. We are dedicated to the continued evolution of our Internet Advertising technology.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Underdog Media' LIMIT 1)),
('United Internet Media','With its brands 1&1, GMX, WEB.DE, mail.com, Fasthosts, InterNetX, Fasthosts, united-domains, affilinet, Sedo and United Internet Media, United Internet AG is Europe''s leading internet specialist.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'United Internet Media' LIMIT 1)),
('United Internet','Multi-screen advertising with United Internet Media gives you great opportunities to achieve your advertising goals across all types of devices. We provide everything you need for effective multi-screen marketing.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Internet Hosting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'United Internet' LIMIT 1)),
('@UK','UK Company formation &amp; Company registration agent offering 3hr online company formation, ecommerce, eprocurement, spend analysis, green analysis in green emarketplace, with 3 million carbon footprints',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'ECommerce Solution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = '@UK' LIMIT 1)),
('CDN.net','Leave the shady world of traditional CDN behind. Step into the light with CDN.net – the Uber of CDN! We put a global network of premium CDN providers at your command. Just choose the regions your customers are in, and we''ll guarantee sub-50ms latency in those regions for your web content, files and streams.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'CDN.net' LIMIT 1)),
('uLogin','uLogin - a tool that allows users to get one-stop access to various Internet services without the need for re-registration, and website owners - Get an additional influx of customers in social networks and popular portals (Google, Yandex, Mail.ru, VKontakte, Facebook and others.)',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Unified Registration' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'uLogin' LIMIT 1)),
('uLogix','uLogix effectively allows you to advertise on the RTB Ecosystem... In addition, we have created a unique technology for intelligent retargeting - and through seamless integration with uLogix you will not only return to the site of current users, but also appeal to people with the same patterns of behavior on the Internet, and therefore to your potential audience.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Real-time Bidding' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'uLogix' LIMIT 1)),
('Umbel','Umbel''s vision is to make data the most valuable asset you own. Powered by the Digital Genome technology, Umbel delivers actionable and intelligent insights to prove audience value, acquire high-value segments and maximize revenue. Umbel''s flexible and intuitive interface helps sales, product and marketing teams gain a deeper understanding of their audiences to transform insights into real business results',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Umbel' LIMIT 1)),
('Unanimis','Unify your ad trading with Switch - programmatic advertising''s first party, server to server stack for publishers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Switch' LIMIT 1)),
('Intercept Interactive','Undertone is the leader in digital advertising. We start with creative &amp; then design for reach &amp; engagement through award-winning cross-screen ad formats.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Intercept Interactive' LIMIT 1)),
('Uniqodo','Uniqodo is cloud-based software for coupon, voucher or discount code marketing campaigns. We help retailers to control, track and optimise them more effectively.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Couponing Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Uniqodo' LIMIT 1)),
('Admiral','Detect adblock users on your site with in depth analytics and recover lost publisher revenue today!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad-block Detection' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Admiral' LIMIT 1)),
('Unruly Media','Unruly is the ad tech company that gets videos watched, tracked and shared across the Open Web. Positioned at the intersect of video, social, native & mobile, Unruly uses emotional audience data and user-friendly video formats to massively increase viewer engagement, brand performance & publisher revenues.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Monetization' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Unruly Media' LIMIT 1)),
('up-value','up-value GmbH is an international Digital Marketing AdNetwork with locations in Heidelberg, Cologne and Istanbul. This company accurately markets advertising space for customers on premium websites with a high range of influence. Advertisers also profit from a unique campaign performance: In the context of display, video and mobile advertising, up-value designs targeted and optimized campaigns and implements them successfully for advertising agencies and advertisers. The key to the long range is solid partnerships with high quality publishers and direct connections to global ad exchanges as well as an in-house automated resale – adxvalue. The up-value team consists of experts in digital marketing and performance-oriented campaigns.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'up-value' LIMIT 1)),
('Verizon Uplynk','upLynk is the easiest, most cost-effective way to adaptively stream your live and on demand video to all devices and platforms.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Platform (Streaming)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Verizon' LIMIT 1)),
('Urban Airship','A market-leading mobile app engagement, mobile analytics, mobile data integration and mobile wallet marketing solution.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Mobile Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Urban Airship' LIMIT 1)),
('UsabilityTools','Usability Tools helps optimize websites for better user experience and higher conversion. In other words - we help people make more money.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Usability Research (Customer Experience)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'UsabilityTools' LIMIT 1)),
('Usablenet.net','Usablenet is the leading global mobile and multi-channel technology company. Our mobile technology powers next-gen experiences based on device, context and customer needs.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Mobile Optimisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Usablenet.net' LIMIT 1)),
('IBM Tealeaf','IBM® Tealeaf Customer Experience on Cloud is a software as a service (SaaS)-based analytics solution for web and mobile applications. It can help you understand and improve the overall customer experience by analyzing behavioral problems from large and complex data sets online and on mobile devices. IBM Tealeaf Customer Experience on Cloud includes numerous ready-to-use reports and dashboards and offers customizable reports and dashboards for more specific analytic needs.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'IBM' LIMIT 1)),
('Edge Web Fonts','Edge Web Fonts is a free service that provides access to a large library of fonts for your web site. It''s one of the Edge Tools & Services from Adobe. Use of the service is free and unlimited.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN Fonts' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adobe Systems' LIMIT 1)),
('Font Awesome','Font Awesome gives you scalable vector icons that can instantly be customized — size, color, drop shadow, and anything that can be done with the power of CSS.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN Fonts' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Font Awesome' LIMIT 1)),
('Use It Better','One platform combining qualitative and quantitative analytics with behavioral targeting and A/B testing.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Use It Better' LIMIT 1)),
('Userneeds','Userneeds is your online data provider in the Nordic countries.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Userneeds' LIMIT 1)),
('User Replay','UserReplay is a powerful session recording and reporting engine that drives your understanding of problems in your visitor''s online journeys.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'User Replay' LIMIT 1)),
('UserReport','Free online usability surveys with demographic information. Detailed click tracking for websites and feedback button for online user forum.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'UserReport' LIMIT 1)),
('Userzoom','All-in-one solution to manage digital Customer Experiences by enabling brands to cost-effectively plan, research, design, and measure CX &amp; UX',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Usability Research (Customer Experience)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Userzoom' LIMIT 1)),
('Performio','Our main domain are online campaign performance.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing and Promotion' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Performio' LIMIT 1)),
('V12 Retail Finance','We arrange and administer retail finance loans on behalf of Secure Trust Bank PLC, who is the lender. Secure Trust Bank PLC is authorised by the Prudential Regulation Authority and regulated by the Financial Conduct Authority and the Prudential Regulation Authority.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Financial Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'V12 Retail Finance' LIMIT 1)),
('Throtle','Throtle combines the untapped promise of CRM data with the power of individual-based onboarding. Brands can accurately reach consumers in an online world, no matter the channel or device.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Throtle' LIMIT 1)),
('Imagini Holdings','Imagini Holdings Limited provides psychographic data, data analytics, targeted content and advertising services, and device image-based quizzes for clients and business partners. It offers ValuableMe, a quiz that helps clients to understand their digital identity worth; and VisualDNA Personality Quiz, a personality profiling tool that helps clients to get insight into various areas of their life, such as personality, mindset, attitude towards money, relationships, and more.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Imagini Holdings' LIMIT 1)),
('Vdopia Chocolate','Vdopia is a programmatic platform for mobile video advertising. Chocolate is a leading programmatic marketplace helping brand advertisers connect with quality publishers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Vdopia' LIMIT 1)),
('Vee24','Vee24 provides best in class voice, video, text and co-browsing solutions, used by some of the world&#039;s biggest brands.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Vee24' LIMIT 1)),
('Veeseo','veeseo offers fully automated technologies to increase your video and article views. With our speech recognition, we analyze your videos and articles and place the optimal matching video and article recommendations on your website.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Veeseo' LIMIT 1)),
('Ve','The eCommerce industry&#039;s No.1 dynamic retargeting and re-engagement platform, designed to drive incremental revenue growth.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ve Interactive' LIMIT 1)),
('Veoxa','Veoxa offers a distribution on its proprietary and partner network as well as the media buying on behalf of the advertisers at the expense of Veoxa and all this to performance.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Veoxa' LIMIT 1)),
('everestads.com','everestads.com is a pure classified site.This is totally free site for all users',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Classified Ads' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'everestads.com' LIMIT 1)),
('Vergic Engage Platform','The Vergic Engage Platform allows site owners and customer service agents to engage with individual customers, prospects or visitors online and in real-time through Chat, Co-browsing and Video.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Vergic' LIMIT 1)),
('Verisign (Symantec)','Symantec Authentication Services powered by VeriSign provides solutions that allow companies & consumers to engage in communications & commerce online with confidence. Symantec Authentication Services include SSL Certificates, Extended Validation SSL, two-factor authentication, identity protection, code signing & public key infrastructure (PKI).',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Certificate Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Verisign (Symantec)' LIMIT 1)),
('VertaMedia','VertaMedia Video Supply Side Platform is designed to facilitate publishers'' video ads selling workflow, so they can bring into focus their yield optimization. We help you thrive by creating a perfect match between your web inventory supply and the demand side from our affluent video ad marketplace. Your role? Focus on your inventory development. We''ll do the rest.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Supply Side Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'VertaMedia' LIMIT 1)),
('MyAds','With decades of experience in eCommerce and analytics, our team of personalization experts is passionate about success.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'MyBuys' LIMIT 1)),
('Vextras','Join the thousands of online retailers who use our apps and messaging workflows to generate more sales, help customers and automate tasks.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Connectivity' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Vextras' LIMIT 1)),
('Michelin','World maps, city maps, driving directions, Michelin-starred restaurants, hotel booking, traffic news and weather forecast with ViaMichelin.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Travel Search Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Michelin' LIMIT 1)),
('Giant Media','Giant Media, the leader in premium video distribution for advertisers, delivers more relevant &amp; immersive brand engagement through superior user experiences.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Giant Media' LIMIT 1)),
('Vidible','The Vidible Exchange Platform, VXP, provides clients with full transparency and control and a powerful set of tools to manage and monetize content. Through VXP, clients harness the power of Vidible''s comprehensive yet flexible solutions optimized for controlling and distributing video content. From management and discovery to analytics and syndication, Vidible enables clients to optimize video programming, video management and video monetization.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Monetization' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Vidible' LIMIT 1)),
('VidPulse','Vidpulse helps publishers engage their users and recirculate traffic through its video endscreen recommendations and real-time analytics.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'VidPulse' LIMIT 1)),
('Meme','Meme lives by the saying don''t talk about it, do it. Meme global is passionate about its work and thrives to succeed. We believe that the old fashion TELEVISION IS DEAD and we believe that advertising can be done more efficiently. We believe that we can change the industry. We believe in the digital media revolution.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Meme' LIMIT 1)),
('VigLink','VigLink is the platform on which site-to-site clicks are priced, bought, and sold. Publishers get paid for the sales they drive, advertisers earn new customers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'VigLink' LIMIT 1)),
('Vimeo','Vimeo is the home for high-quality videos and the people who love them.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN Video' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Vimeo' LIMIT 1)),
('Vindico','Powered by Viant''s registered user database of over 1.2 billion people, Vindico enables marketers to manage true reach and frequency, gain unparalleled consumer insights, and measure online and in-store ROI and attribution across all devices.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Viant' LIMIT 1)),
('Viocorp International','Make online video part of your marketing and communications strategy. Viostream your complete cloud based Online Video Platform Solution. Reliable &amp; Secure.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Platform (Streaming)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Viocorp International' LIMIT 1)),
('ViralNinjas','ViralNinjas is the only Customer Acquisition Platform growing eCommerce sites faster for less through referral marketing programs and growth hacking. ViralNinjas helps eCommerce, Daily Deals and Flash Sale sites acquire more customers, faster, for less with our full service ''Refer-a-Friend'' platform.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Customer Acquisition (Referrals)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ViralNinjas' LIMIT 1)),
('Virool','Get your video in front of the right people with Virool''s programmatic video advertising platform.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Virool' LIMIT 1)),
('Virtual Earth','Microsoft Bing Maps is a flexible platform with tools designed for rapid application development and provides seamless integration with other Microsoft software including Windows 8, SharePoint, SQL, Dynamics and Office, as well as external data feeds.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Mapping Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Microsoft' LIMIT 1)),
('Visible Measures','Measurement &amp; Media Activation For Digital Video Advertising. Measure What The Competition Is Doing &amp; How You Compare. Capture Audience Attention For Social Videos. Launch Media Strategies With Ad Formats Designed.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Verification / Atrribution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Visible Measures' LIMIT 1)),
('VisualDNA','We&#039;re the world&#039;s leading provider of psychographic audience data. Our patented technology creates unique, detailed and accurate personality profiles.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Data Supplier' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'VisualDNA' LIMIT 1)),
('Visual Studio','App development made easy with Visual Studio: Developer tools and services for any platform and any language. IDE, Devops, code editor and more',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Microsoft' LIMIT 1)),
('Visual Website Optimizer','VWO is the easiest A/B, Split and Multivariate testing tool.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'A-B Testing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Wingify' LIMIT 1)),
('Vivocha S.p.A','Live Engagement Software. Chat, Call Backs, Click2Call, VoIP, Video. Increase your Sales and ROI with a Proactive Customer Support Tool',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Vivocha S.p.A' LIMIT 1)),
('Vizu (Nielsen)','Measure digital online brand advertising effectiveness. Conduct fast, affordable market research. Free customizable web poll surveys for your site or blog.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Vizu (Nielsen)' LIMIT 1)),
('Vizury','At Vizury, we help bring brands closer to online markets and capture not just eyeballs, but also their attention and imagination. Established in 2008, we work with some of the best known online brands in 27 countries across industries such as travel & hospitality, eCommerce, healthcare, automobile, and classifieds.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Vizury' LIMIT 1)),
('Video.js','Video.js is an open source library for working with video on the web, also known as an HTML video player.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Video.js' LIMIT 1)),
('VK','VK is the largest European social network with over a 100 million active users',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Media' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'VK' LIMIT 1)),
('Varick Media Management','Varick is a boutique advertising company servicing brands, advertising agencies, and online publishers with customized, programmatic campaign strategy and execution.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Varick Media Management' LIMIT 1)),
('Vertical Mass','We enable companies to unlock valuable enterprise data to truly understand and enrich their fan affinities across multiple devices and platforms including social, e-commerce, content streaming and more.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Data Management Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Vertical Mass' LIMIT 1)),
('VoiceFive','VoiceFive, a comScore, Inc. company, is a leading global market research company that studies and reports on Internet trends and behavior. VoiceFive is routinely commissioned to conduct research on numerous topics of concern to industry leaders in diverse fields, including travel, pharmaceuticals, and publishing.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'VoiceFive' LIMIT 1)),
('Meta Broadcast','Built from the ground up for the broadcast industry, Voila uses site activity and social media data to deliver valuable video and audio product features:',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Broadcasting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Meta Broadcast' LIMIT 1)),
('Volvelle','Optomaton is a digital advertising technology and services company for the agile age. We are based on our Volvelle Video Demand Side Platform—a proprietary tech stack built for the realities of video advertising on the European continent. Volvelle is designed by online video veterans to deliver the highest quality video inventory available. Industry leading verification means your ads are shown on select inventory and seen by humans.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Demand Side Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Optomaton' LIMIT 1)),
('VouchedFor','Search 1000s of top-rated Financial Advisers, Mortgage Advisers, Solicitors and Accountants. Over 30000 reviews from genuine clients.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Opinions and Reviews' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'VouchedFor' LIMIT 1)),
('Vox Media','Vox Media is redefining the modern media company by empowering the smartest digital voices with the technology to create and distribute premium content, and connect with an audience of 170 million affluent and educated young adults worldwide.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Vox Media' LIMIT 1)),
('Visual Web Optimizer','VWO is the easiest A/B, Split and Multivariate testing tool.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'A-B Testing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Visual Web Optimizer' LIMIT 1)),
('Dataxu','DataXu transforms how companies build brands in a digital world as the industry&#039;s only fully integrated programmatic marketing solution.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Dataxu' LIMIT 1)),
('WalkMe','WalkMe enables your business to simplify the online experience and eliminate user confusion.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'WalkMe' LIMIT 1)),
('WARPCACHE','WARPCACHE offers content delivery solutions, helping website owners get their content to the consumer at warp speed by combining the strengths of multiple CDN providers into one product and by making it extremely simple to distribute content globally.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'WARPCACHE' LIMIT 1)),
('Watching That','Watching That, Video Platform, Publisher Tools, Video aquisition, Youtube video, facebook video, social video, digital media, app, application.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Watching That' LIMIT 1)),
('Webtrekk','Webtrekk means fast web analytics based on raw data in real-time combined with individual consulting services. Our comprehensive solutions for website optimization have already been recognized with awards in the international web analytics market.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Webtrekk' LIMIT 1)),
('Fonecall','Fonecall is Your Friendly Australian Telco. Providing 1300, 1800 and 13 Numbers. Live Answering. Business VoIP. And More',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Fonecall' LIMIT 1)),
('Ey-Seren','Experience shapes industries, transforms business performance and helps companies build ever deeper and more profitable relationships with customers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Ey-Seren' LIMIT 1)),
('Webcollage','Webcollage provides the tools to create compelling content, help shopper select the right products, answer shoppers questions, display feedback and syndicate it all across a global network of retail sites.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Customer Engagement' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Webcollage' LIMIT 1)),
('Adlead','Adlead Internet SL is an online advertising company specialized in representation of webmasters. Its philosophy is the pursuit of success for all webmasters having a peer-to-peer relationship between advertisers and webmasters.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adlead' LIMIT 1)),
('Web Forensics','Web Forensics enables you to monitor on a real-time basis, which companies are looking at your website, the search engine they used, and the keyword phrase they typed in, in order to find you.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Web Forensics' LIMIT 1)),
('Extensis WebInk','In the exciting world of typography, we&#039;ve decided to take the oracle&#039;s advice and turn the page. WebINK is merely a chapter in the Extensis story, and definitely not the last, in our epic journey with typography and fonts.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN Fonts' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Extensis WebInk' LIMIT 1)),
('Webkul','Webkul is a web and mobile product based organization and develops softwares for enterprise level e-commerce businesses.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Application and System Development' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Webkul Software' LIMIT 1)),
('Webmarked','Webmarked offers ecommerce apps like Smart Wishlist and Smart RSS Feed to hundreds of ecommerce Stores hosted on Shopify.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Webmarked' LIMIT 1)),
('Weborama','Weborama offers a daily ranking of the best sites based on their hearing and on votes of surfers. Go well beyond the counter with Weboscope Free Tool Free statistics for your site developed by Weborama.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Weborama' LIMIT 1)),
('WebPageOne Solutions','WebPageOne Solutions specialise in providing organic search engine optimisation (SEO) and Internet marketing services. Search engine optimisation is the process of improving a websites conversion rates and delivering a measurable return on investment. Our digital marketing and SEO services are bespoke packages, designed to deliver targeted traffic, which will convert into increased sales, business growth and profitability.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Search Engine Optimisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'WebPageOne Solutions' LIMIT 1)),
('Webphone','Webphone is click-to-call. The button that turns click into calls, users into clients, visits into sales. From telephone to telephone. Immediate. Profitable.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'IP WEB SERVICES' LIMIT 1)),
('Webselect selectcommerce','Ecommerce website design using selectcommerce from Webselect. UK based but building websites internationally',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Webselect Internet' LIMIT 1)),
('AliveChat','AliveChat, the world''s favorite live chat solution, gives your website live chat software.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AYU Technology Solutions' LIMIT 1)),
('WebSpectator','Webspectator Network is the world''s first and only real-time Web advertising ad-tech solution to measure and monetize the actual time spent viewing ads or videos. The new technology enables Web publishers to earn up to four times the revenue by monetizing TV-type impressions of 20 seconds or more, not simply the number of clicks.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'WebSpectator' LIMIT 1)),
('A-FIS PTE','Get easy-to-understand data and statistics about your Instagram account and make smart marketing decisions with WEBSTA!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'A-FIS PTE' LIMIT 1)),
('Webthinking','Webthinking are UK-based web designers, specialising in e-commerce and bespoke website design. We can help your business to sell online.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Webthinking' LIMIT 1)),
('WebTuna','Real user monitoring for web sites and web applications. Provides usage and performance analytics. Collects every request from every user.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Performance Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Application Performance' LIMIT 1)),
('Webtype','Webtype provides fonts for the highest quality online typography, including typefaces which were designed from scratch specifically for onscreen reading.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN Fonts' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Webtype' LIMIT 1)),
('WebVideoCore','StreamingVideoProvider offers adaptive streaming or also called multi-bitrate video streaming for your live broadcasts as long as your RTMP encoder can send up to 3 separate RTMP streams with different resolution and bitrate / quality. Our player will automatically and dynamically change the quality depending on the individual viewer''s connection speed. If your viewer starts with a low bandwidth and suddenly gets more the player will bump the user up to a higher quality stream.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Platform (Streaming)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'StreamingVideoProvider' LIMIT 1)),
('Paypal','PayPal is the safer, easier way to pay online without revealing your credit card number.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Paypal' LIMIT 1)),
('Whitespace','We&rsquo;re a creative agency with digital in our DNA. We apply strategic thinking to create effective communications across all media and platforms.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Whitespace' LIMIT 1)),
('WhosOn Live Chat Software','Award winning Live Chat Software from WhosOn. Track, chat and engage with customers on your website with Live Chat. From Parker Software.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'WhosOn Live Chat Software' LIMIT 1)),
('Wibbitz','Automatically create premium videos from text content within seconds.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Wibbitz' LIMIT 1)),
('Wide Area Communications','Wide Area Communications is a web development business that specialises in building content-rich websites, apps and tablet-based products.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Wide Area Communications' LIMIT 1)),
('WillyFogg.com','WillyFogg.com provides a Multilingual International Products Search to connect potential consumers to sellers. Our mission is to make information about products more accessible for people around the world. WillyFogg.com has a large and wide index and provides more relevant and accurate results about products than any other search engine.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Product Search' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'WillyFogg.com' LIMIT 1)),
('WisePops','WisePops is THE tool to create pop-ups for your website. WisePops helps you boost your most important content, with high & immediate ROI.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'WisePops' LIMIT 1)),
('Wishpond Technologies','Create landing pages, contests, promotions, forms, popups, ads &amp; email campaigns using Wishpond.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Wishpond Technologies' LIMIT 1)),
('Wistia','Wistia provides professional video hosting. Engage your prospects, customers, and employees with video.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Platform (Streaming)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Wistia' LIMIT 1)),
('Redfish Group','Redfish Group - The Multichannel Conversion Experts. E-commerce, UX, Analytics, Marketing, Bespoke Websites, Integration, Content, SEO, Branding and more.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Redfish Group' LIMIT 1)),
('World News Media','World News Media is a multi platform media group and publisher of quality financial, business and lifestyle magazines and websites.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'News Provider' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'World News Media' LIMIT 1)),
('Woopra','Track your customers&#039; web and mobile activity, forms, emails, support tickets and more, all in one place with customer analytics. Analyze and take action.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Woopra' LIMIT 1)),
('Woosmap','Our solution allows any eCommerce site to personalize the customer journey based on the users'' locations. Augments the Google Maps platform.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Mapping Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Woosmap' LIMIT 1)),
('WorkCast','WorkCast is a leading Online Event &amp; Presentation Platform providing highly interactive &amp; branded webinars, webcasts, virtual events &amp; e-learning solutions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Event and Presentation Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'WorkCast' LIMIT 1)),
('Worldpay','At Worldpay, we can provide you with card processing services for your business from card machines, online payments to mail and telephone orders.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Payment Gateway' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Worldpay' LIMIT 1)),
('Wow Analytics','WOW Analytics is a platform for B2B sales and marketing teams. It identifies and names prospects visiting a corporate website, tracks their visits and helps build up a lead score for them. Move prospects from cold all the way through to hot leads.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Wow Analytics' LIMIT 1)),
('Wowcher','Deals On Gadgets, Holidays & More. Sign Up & Get New Deals Every Day! Unbeatable Prices · Fantastic Offers · Local Deals · Great Savings',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing and Promotion' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Wowcher' LIMIT 1)),
('WP Engine','WP Engine provides managed WordPress hosting for mission critical sites around the world. Amazing support, enterprise class, &amp; optimized for WordPress.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Internet Hosting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'WP Engine' LIMIT 1)),
('William Reed','William Reed is a leading B2B media company, trusted by businesses since 1862. Our award-winning expertise and global reach extends across Grocery &amp; Retail; Hospitality; Food Manufacturing, Processing &amp; Ingredients; Drinks; Pharmaceuticals &amp; Cosmetics.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Business News' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'William Reed' LIMIT 1)),
('The Wall Street Jounal','Stock Market Quotes, Business News and Financial News.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Business News' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'The Wall Street Jounal' LIMIT 1)),
('Diligent (Adnetik)','In the battle for consumer attention it takes more than technology and data to deliver meaningful results. Digilant''s team of experts go above and beyond, combining ad technology with an approach that helps you uncover unique insights and deliver specific, relevant recommendations. We make it possible to apply your data in real time so you reach your best customers and prospects at the right time to maximize business results.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Real-time Bidding' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Diligent (Adnetik)' LIMIT 1)),
('Wufoo','Wufoo''s HTML form builder helps you create online web forms. Use our web form creator to power your contact forms, online surveys, and event registrations.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Wufoo' LIMIT 1)),
('ScientiaMobile','WURFL.js and Responsive Images based on the powerful WURFL device detection by ScientiaMobile.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Device Recognition' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ScientiaMobile' LIMIT 1)),
('AddEvent','AddEvent is an ''Add to Calendar'' button and event management for websites and newsletters.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AddEvent' LIMIT 1)),
('Adecs','IT support and consultancy (Coventry, UK).',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Helpdesk Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adecs' LIMIT 1)),
('Affiliatly','Start your own affiliate program with Affiliatly, control, track and manage affiliates with ease',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Affiliate Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Affiliatly' LIMIT 1)),
('Aira','Based in Milton Keynes, Aira provide a range of Digital Marketing Services including SEO, PPC, Content, Social, Web Design &amp; Development, and more',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Aira' LIMIT 1)),
('Net Reviews','Net Reviews ( avis-verifies.com ) specializes in the collection, moderation and restitution of consumer reviews for e-merchants',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Opinions and Reviews' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Net Reviews' LIMIT 1)),
('Beetailer','Our software helps you import your existing web store onto FaceBook. We give you tools for promoting it and detailed analytics about how well it is doing. Over a thousand stores, reaching millions of fans are already using our system.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Social Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Beetailer' LIMIT 1)),
('Bluecore','Bluecore delivers behavioral and product data in one system, powering immediate marketing actions as unique as your customers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Bluecore' LIMIT 1)),
('Macropod BugHerd','Bug tracking so simple, it&#x27;s like sticky-notes for your website.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Event Logging Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Macropod' LIMIT 1)),
('Michael Associates','New media agency in the East Midlands, UK.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Michael Associates' LIMIT 1)),
('Delineo','Delineo Is An Award-Winning Manchester Based Digital Marketing Agency. We Offer A Range Of Services Including SEO, PPC, Social &amp; Creative Campaigns. We&#039;re Here To Meet Your Business Needs.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Delineo' LIMIT 1)),
('EMedia Solutions','Eshot is a powerful web based e-Marketing manager solution. Create stunning e-Newsletter!, view reports and analytics, capture contacts with easy to use web forms or sit back and relax with automated responders. With Eshot the power of e-Marketing is at your fingertips!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Email Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'EMedia Solutions' LIMIT 1)),
('Monitor','All evaluations necessary for optimizing webshops; social-media analyses as well as interactive analyses of click paths and buying processes.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Econda' LIMIT 1)),
('etouches','Success oriented, cloud-based platform delivering innovative technology solutions to streamline event management and enhance ROI. From our powerful registration to our venue sourcing tool, etouches event management software is designed to deliver every aspect of the event cycle: marketing, logistics, budget, mobile, networking, and more to enhance productivity and augment user and attendee experiences.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Event and Presentation Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'etouches' LIMIT 1)),
('eWAY','eWAY&#39;s secure online payment gateway makes it easy and hassle free for you to accept credit card payments through your website.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Payment Gateway' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Web Active Pty' LIMIT 1)),
('Expedia Canada','Expedia.ca is Canada''s largest online travel provider, committed to helping Canadians plan and purchase travel by offering the best combination of scheduled and charter flights, car and hotel reservations, vacation packages, destination activities, cruises, trip insurance and traveller-authored content.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Travel Search Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Expedia' LIMIT 1)),
('Expedia Japan','Expedia is one of the fastest growing online travel portals in Asia, offering travellers an extensive selection of hotels, activities and travel services to meet every budget and activities of every kind at competitive rates.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Travel Search Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Expedia' LIMIT 1)),
('Expedia United Kingdom','The award winning, Expedia.co.uk is the largest online travel provider for the UK, serving millions of travellers every year.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Travel Search Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Expedia' LIMIT 1)),
('Expedia USA','Expedia, Inc. is an American company that owns and operates several international global online travel brands. Expedia also powers travel bookings for over 10,000 partners such as airlines and hotels, consumer brands, and high traffic websites through Expedia Affiliate Network.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Travel Search Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Expedia' LIMIT 1)),
('Expedia Australia','Expedia.com.au: your one-stop online travel site for your perfect holiday. Bringing you 1000s of cheap flights, hotels, packages &amp; car hire.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Travel Search Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Expedia' LIMIT 1)),
('Expedia Germany','Expedia, Inc. is an American company that owns and operates several international global online travel brands. Expedia also powers travel bookings for over 10,000 partners such as airlines and hotels, consumer brands, and high traffic websites through Expedia Affiliate Network.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Travel Search Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Expedia' LIMIT 1)),
('Expedia France','Expedia, Inc. is an American company that owns and operates several international global online travel brands. Expedia also powers travel bookings for over 10,000 partners such as airlines and hotels, consumer brands, and high traffic websites through Expedia Affiliate Network.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Travel Search Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Expedia' LIMIT 1)),
('Expedia Italy','Expedia, Inc. is an American company that owns and operates several international global online travel brands. Expedia also powers travel bookings for over 10,000 partners such as airlines and hotels, consumer brands, and high traffic websites through Expedia Affiliate Network.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Travel Search Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Expedia' LIMIT 1)),
('Freetobook','Freetobook an easy to use booking system for your hotel, bed and breakfast, cottage, hostel or guesthouse',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Hotel Reservations' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Freetobook' LIMIT 1)),
('FullStory','FullStory''s pixel-perfect session replay tells you everything you want to know about your customer''s online experience. Capture every click, swipe, and scroll.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'FullStory' LIMIT 1)),
('iPage','www.ipage.com',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Internet Hosting' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'iPage' LIMIT 1)),
('iubenda','Privacy laws require privacy policies on websites and apps: Use our lawyer-crafted, self-updating and international privacy policy generator.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'iubenda' LIMIT 1)),
('Mark and Mini','We offer profiles to use in the various real-time bidding tools. We have more than 60 attributes that you can control your focus target and can eliminate waste. We are integrated with Google Bid Manager, DFP, DFA APPNEXUS, TURN and Adform.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Real-time Bidding' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Mark and Mini' LIMIT 1)),
('MLveda','MLveda creates premium apps for Shopify stores which helps you increase sales globally.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Application and System Development' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'MLveda' LIMIT 1)),
('Opinion Stage','Create polls, quizzes & more formats that convert to engagement, leads, revenue & data.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Opinion Stage' LIMIT 1)),
('BlastCasta','Keep your website or blog fresh with the latest headlines, tweets, or other content with an embedded news widget or a small news ticker.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Newsfeed Provider' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'BlastCasta' LIMIT 1)),
('PressArea','PressArea is a fully customisable, efficient and sophisticated virtual press office for press and communication teams in any company or industry. It offers virtual press offices that combine intuitive functionality for all users with beautiful and personalised design that blends with existing branding. PressArea is fully integrated with Twitter, Campaign Monitor and Gorkana, and includes all the tools required to operate efficiently, including press releases, image library, white papers, an enquiry system, full reporting and many more besides. 100% secure, PressArea is a tool that is an invaluable asset for any press office, with round the clock support from a team of dedicated experts.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Communication Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'PressArea' LIMIT 1)),
('Property Week','The latest property news, events and valuations from the commercial property market. Property week covers property investment, residential and commercial.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'News Provider' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Property Week' LIMIT 1)),
('Verizon','Certificate Policies (CP) & Certificate Practice Statements (CPS)',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Certificate Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Verizon' LIMIT 1)),
('Research Online','Skills Development Scotland''s Sector Development Team manages Research Online. It provides access to the most recent and relevant labour market research and analysis, sourced from around the world.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Skills Development Scotland' LIMIT 1)),
('Roomkey','Book hotel rooms direct with 100+ brands you trust. Always find hotel deals via our hotels'' lowest rates guarantees, avoid hidden fees or penalties plus earn your hotel rewards each time you book direct.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Hotel Reservations' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Roomkey' LIMIT 1)),
('Sabio','An innovative contact centre solutions provider focused on helping businesses reduce costs whilst improving the customer experience.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Sabio' LIMIT 1)),
('Searchanise','The Searchanise analytics shows your most searched products and categories, evaluates search suggestion effectiveness, and helps eliminate zero-result searches.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Searchanise' LIMIT 1)),
('Softwebzone','Softwebzone is a Freelance Web design and Web development company from India with 7 years of experience, have expertise in a wide range of Web Technologies including web application development, content management system, API integration etc. Our expertise are PHP, MYSQL, Joomla, Drupal, WordPress, OpenCart, Codeigniter, jQuery, HTML, API integration, Facebook and other social media integration.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Softwebzone' LIMIT 1)),
('Storygize','Storygize helps brands increase awareness and drive conversions with the most efficient and scalable native advertising solution on the market.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Storygize' LIMIT 1)),
('SurveyGizmo','SurveyGizmo is an advanced (but easy to use) online survey software tool that comes with amazing customer service and every survey feature you can imagine.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Market Research (Surveys)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'SurveyGizmo' LIMIT 1)),
('Travelocity Canada','Plan your trip with Travelocity. Buy airline tickets, read reviews & reserve a hotel. Find deals on vacations & rental cars. Great prices guaranteed!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Travel Search Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Travelocity' LIMIT 1)),
('Travelocity USA','Plan your trip with Travelocity. Buy airline tickets, read reviews & reserve a hotel. Find deals on vacations & rental cars. Great prices guaranteed!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Travel Search Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Travelocity' LIMIT 1)),
('UpBuild','We&#039;re the technical marketer you need on your team for end-to-end optimization (SEO, analytics &amp; CRO).',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Digital Agency' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'UpBuild' LIMIT 1)),
('UpSellit','UpSellit was founded in 2005 with the realization that online businesses didn''t have an effective solution for resolving all of the possible questions or concerns that cause cart abandonment. The needs for scalable, personalized sales support led Chris Wampler to develop a live chat simulation engine that could provide instant answers to thousands of shoppers at the same time. The resulting conversations and insight resulted in the robust suite of conversion optimization solutions we offer today.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Behavioral Automation Platform (Exit Intent)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'UpSellit' LIMIT 1)),
('Web CEO','WebCEO offers 15 online SEO tools for site owners, SEO agencies and in-house SEO teams. Use white-label SEO tools on your domain and offer branded SEO reports.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Search Engine Optimisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Web CEO' LIMIT 1)),
('wywy','We help brands to extend and to analyze the impact of TV advertising in the digital era.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'wywy' LIMIT 1)),
('WizRocket Technologies','WizRocket Technologies Pvt Ltd develops a SaaS-based user behavior and targeting tool that helps websites measure and improve user engagement, visit frequency, retention and conversion. The company was incorporated in 2013 and is based in Mumbai, India.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'WizRocket Technologies' LIMIT 1)),
('Fidelity Media','Online advertising network for publishers and advertisers, that provides optimal advertising solutions and effective inventory monetization options for everyone joined our advertising network.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Network' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Fidelity Media' LIMIT 1)),
('Microsoft XBox Live','Xbox Live is where your gaming life comes together, with the games you love, the friends you play with, and the community that defines you',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Game Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Microsoft' LIMIT 1)),
('NyaConcepts','Data analytics made simple for your website and mobile apps.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'NyaConcepts' LIMIT 1)),
('Kenshoo','Kenshoo is a global software company that engineers cloud-based digital marketing solutions and predictive media optimization technology. Do you Kenshoo?',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Kenshoo' LIMIT 1)),
('XiTi','XiTi is a web analytics tool provided by AT Internet for an introduction to web traffic measurement. Why not also discover AT Internet&#039;s top of the range web, mobile and social analytics solutions?',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'AT Internet' LIMIT 1)),
('JetStream','Jet-Stream, CDN, Content Delivery Network, VDO-X, appliance, Licensed, licensing, software, technology, JetStream, services',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'CDN Media' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'JetStream' LIMIT 1)),
('XMLSHOP','XMLShop.com is an innovative retail system that provides all the participants with the opportunity to achieve their goals. Becoming participating party gives you an opportunity to benefit from expanding your assortment of the merchandise with a minimal effort.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'ECommerce Solution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'XMLSHOP' LIMIT 1)),
('Swogo','Swogo is the world''s first automated bundling solution, increasing margin and sales.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Personalisation' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Swogo' LIMIT 1)),
('Cardosa Enterprises','Cardoso Enterprises Consulting Service is a full service tax, accounting and business consulting firm located in Brockton, MA, USA.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Tracking' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Cardosa Enterprises' LIMIT 1)),
('Fraudlogix','Pre-bid fraud solutions for the Supply Side & DSPs. Identifies when a device has been infected with or is being controlled by script-generated dots or malicious software. Detects fraud committed on a human level.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Fraud Prevention' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Fraudlogix' LIMIT 1)),
('LiveInternet','The largest blogging service in Russia, began its work in July 2002. Service provides a wide range of personal settings, and allows the user to maintain an electronic version of the online diary, to share their experiences, thoughts and opinions with other users, upload photos, favorite music, videos, discuss and comment on entries of other users, exchange private messages, create communities of interest and much more.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Hit Counter' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'LiveInternet' LIMIT 1)),
('Nexstar Media Group','Nexstar''s strategic combination with Media General brings together two powerhouse, local media companies to form Nexstar Media Group, the largest TV station operator in the country. With the reach of 170 full power television stations in 100 markets addressing nearly 38.7% of US television households, and a diversified, growing digital media operation, Nexstar Media Group offers superior audience engagement across all media devices and local broadcast television''s unrivalled influence on consumers'' purchasing and political decisions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Nexstar Media Group' LIMIT 1)),
('ImageShack','Unlimited space to host images, easy to use image uploader, albums, photo hosting, sharing, dynamic image resizing on web and mobile.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Hosted Media' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ImageShack' LIMIT 1)),
('Yieldlab','Yieldlab are specialists in increasing advertiser incomes across digital channels. Our company is trusted by the top premium publishers and media houses. Being first-to-market, our home-grown technology integrates Realtime Bidding and Yield Optimization, helping to maximize our customers&#039; returns.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Real-time Bidding' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Yieldlab' LIMIT 1)),
('Yahoo! Ad Exchange','Maximize ad revenue with effective tools that classify inventory, control which ad content runs on your site, and manage pricing.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Exchange' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Yahoo!' LIMIT 1)),
('Yieldmo','Expect more from mobile advertising. Yieldmo is a private marketplace helping publishers and advertisers reach their audiences in mobile environments. We believe people deserve mobile content and commerce experiences that are seamless and non-interruptive. Through our Ad Format Lab, we are inventing mobile-first ad formats that enhance publisher pages while delivering results for marketers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Mobile Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Yieldmo' LIMIT 1)),
('Adara Media','ADARA and our data partners have created a portfolio of premium consumer data, with billions of pieces of data. Personal information stays private, while purchase and profile data is available to advertisers. Actual travel purchase patterns, individual preferences, and shopping behavior patterns are all at your fingertips. Our data provides knowledge that lets you take action to reach the right audience.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Adara Media' LIMIT 1)),
('YieldPartners','YieldPartners is a young Dutch company that uses technological innovations to generate maximum revenue from online advertising. This includes an optimal use of space for digital publishers and ad targeting for demand partners. Moreover, it is our goal to facilitate the exchange of online advertising with our partners and to make it as easy as possible. Our staff all have many years of technical and commercial experience in this branch of trade. With our offices in Amsterdam and Hamburg, we serve the entire European market.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'YieldPartners' LIMIT 1)),
('Yieldbot','Yieldbot is what online advertising should have been all along: infused with the power of first party data and a realized intelligence engine that drives performance.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Yieldbot' LIMIT 1)),
('Yo','An advanced and beautifully tailored recent orders notification app for Shopify stores. It urges visitors to buy and help store owners to turn their visitors into buyers!',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Development Resources' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Yo' LIMIT 1)),
('Yotpo','Yotpo is a marketing platform for eCommerce stores. Yotpo helps online stores generate reviews for their products and use these reviews to drive sales.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Opinions and Reviews' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Yotpo' LIMIT 1)),
('Yottaa','Yottaa''s eCommerce Acceleration platform enables online retailers to significantly improve website performance across all devices resulting in higher conversions',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'ECommerce Solution' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Yottaa' LIMIT 1)),
('PlayAd Media Group','PlayAd Media Group is a digital media company with a complete solution for online video.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising (Video)' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'PlayAd Media Group' LIMIT 1)),
('YourAmigo','YourAmigo specializes only in organic search because organic search is the toughest and most complex of all online marketing programs to master, it is constantly changing, and YourAmigo has the expertise and artificial intelligence to be able to master it and maximize the volume of traffic and revenue that can be generated through organic search.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Site Search' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'YourAmigo' LIMIT 1)),
('YUDU','We give you the power to publish content through our award-winning platform to white-labeled apps and web browsers at the click of a button',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'YUDU' LIMIT 1)),
('Yummley','Yummly: Personalized Recipe Recommendations and Search',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Dynamic Content' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Yummley' LIMIT 1)),
('Zafu','We analyze your shopper activity. In real-time we translate this into a ranking of your most relevant products.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Zafu' LIMIT 1)),
('Zaius','Take the next step in marketing software. Zaius was built for marketers to drive repeat purchases and maximize customer lifetime revenue.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Programmatic Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Zaius' LIMIT 1)),
('Zamplus Advertising','Zamplus Technology is a leading big-data service company in digital advertising in China.Digital advertising industry in China is going through major evolutions across almost all of the platforms . Zamplus provides professional data services (aggregate, integrate, manage and deploy) to sizable enterprises for multi-channel advertising solution.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Advertising' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Zamplus Advertising' LIMIT 1)),
('Zanox','We offer advertisers and publishers the best products and services to boost their online business on a performance basis. Optimise your ROI.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Affiliate Marketing' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Zanox' LIMIT 1)),
('Zapper','Zapper makes it quicker and easier for your customers to pay for their meals. But besides a great user experience, Zapper also helps increase revenues at your restaurant through greater efficiencies and targeted promotions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Merchant Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Zapper' LIMIT 1)),
('Zarget','Zarget is a website optimization software which provides Heatmaps, A/B Testing, Split URL Testing, Funnels Analysis and Form Analytics for businesses to enhance their website user experience and conversions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Analytics' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Zarget' LIMIT 1)),
('ZenDesk','Award-winning live chat software solution. Chat with visitors in real-time and increase conversions. Sales and support made easy for businesses.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ZenDesk' LIMIT 1)),
('ZEDO','ZEDO is a leading global online ad platform with one of the best ad servers, high-impact ad formats with viewable impressions, and private exchange solutions.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Ad Server' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ZEDO' LIMIT 1)),
('Zemanta','Content Ads, Amplified & Optimized. Our content marketing should be performance driven. Zemanta''s Content Ad DSP provides access to unlimited supply and campaign analytics through one dashboard.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Demand Side Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Zemanta' LIMIT 1)),
('Brightcove ZenCoder','Brightcove Video Cloud is the leading online video hosting platform and online video player solution. Learn how you can leverage the power of Brightcove&#039;s video hosting services for your brand.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Video Tools' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Brightcove' LIMIT 1)),
('Zendesk','Customer service software and support ticket software by Zendesk. Web-based help desk software used by 40,000+ organizations worldwide.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Helpdesk Services' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Zendesk' LIMIT 1)),
('ZergNet','We promote links to your articles on hundreds of partner sites in our private network. Our software is used by many of the largest content sites in the world. When you install our widget, we start promoting your content on them sending you new and interested visitors.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'ZergNet' LIMIT 1)),
('Zerogrey','Zerogrey builds and runs online stores for globally renowned brands. We operate the full range of technologies, services and strong marketing activities needed to create, manage and promote a high-end international online stores.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Web Design' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Zerogrey' LIMIT 1)),
('Zmags','Zmags provides the technology businesses need to deliver instant digital gratification. The Zmags'' content marketing technology is built for marketers who want to create attention-grabbing digital experiences but don''t have time for lengthy technology learning curves and custom development.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Marketing Platform' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Zmags' LIMIT 1)),
('Zoover','Zoover is the online platform in the holiday and leisure sector which brings consumer and market together. Every month millions of visitors consult Zoover for reviews and the best holiday offers.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Travel Reviews' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Zoover' LIMIT 1)),
('Zopim','Award-winning live chat software solution. Chat with visitors in real-time and increase conversions. Sales and support made easy for businesses.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Live Support' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Zopim' LIMIT 1)),
('Zolando','Zalando, Europe''s leading online platform for shoes and fashion.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Content Provision' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Zolando' LIMIT 1)),
('Zen Internet','Award-winning Internet services to the business &amp; home user - broadband, IP VPN, leased lines, domain names, web hosting, dedicated &amp; managed server hosting &amp; telephone lines.',(SELECT idcategory FROM thirdpartydb.category WHERE name = 'Internet Service Provider' LIMIT 1),(SELECT idcompany FROM thirdpartydb.company WHERE name = 'Zen Internet' LIMIT 1));
INSERT IGNORE INTO thirdpartydb.match (domain,regex,productid) VALUES
('0emn.com','0emn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google Ad Block Detection' LIMIT 1)),
('0fmm.com','0fmm\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google Ad Block Detection' LIMIT 1)),
('109.109.138.174','109\.109\.138\.174',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Layershift' LIMIT 1)),
('10cms.com','10cms\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Amplience' LIMIT 1)),
('121d8.com','121d8\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Spoke' LIMIT 1)),
('15gifts.com','15gifts\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = '15gifts' LIMIT 1)),
('176.74.183.134','176\.74\.183\.134',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Debenhams Geo Location' LIMIT 1)),
('185.2.100.179','185\.2\.100\.179',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Contabo' LIMIT 1)),
('1dmp.io','1dmp\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'CleverDATA' LIMIT 1)),
('1e100cdn.net','1e100cdn\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google' LIMIT 1)),
('1rx.io','1rx\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Burst Media' LIMIT 1)),
('1xrun.com','1xrun\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = '1xRUN' LIMIT 1)),
('2-01-49cd-0002.cdx.cedexis.net','2-01-49cd-0002\.cdx\.cedexis\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Radar' LIMIT 1)),
('200summit.com','200summit\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Lead Forensics' LIMIT 1)),
('206ads.com','206ads\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'The Publisher Desk' LIMIT 1)),
('23.62.3.183','23\.62\.3\.183',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Akamai Technologies' LIMIT 1)),
('247-inc.net','247-inc\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = '[24]7' LIMIT 1)),
('247inc.net','247inc\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = '[24]7' LIMIT 1)),
('247realmedia.com','247realmedia\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Xaxis' LIMIT 1)),
('254a.com','254a\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Yieldr' LIMIT 1)),
('2adpro.com','2adpro\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = '2AdPro Media Solutions' LIMIT 1)),
('2mdn.net','2mdn\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'DoubleClick' LIMIT 1)),
('2o7.net','2o7\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adobe Analytics' LIMIT 1)),
('3.com','3\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'JingDong' LIMIT 1)),
('301ads.com','301ads\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = '301 Digital Media' LIMIT 1)),
('301network.com','301network\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = '301 Digital Media' LIMIT 1)),
('33across.com','33across\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = '33Across' LIMIT 1)),
('360yield.com','360yield\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Improve Digital' LIMIT 1)),
('365dm.com','365dm\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = '365 Media Group' LIMIT 1)),
('365webservices.co.uk','365webservices\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = '365 Tech Services' LIMIT 1)),
('3dissue.com','3dissue\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = '3D Issue' LIMIT 1)),
('3lift.com','3lift\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'TripleLift' LIMIT 1)),
('4finance.com','4finance\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = '4finance' LIMIT 1)),
('4seeresults.com','4seeresults\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ForeSee' LIMIT 1)),
('55labs.com','55labs\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'fifty-five' LIMIT 1)),
('5milesapp.com','5milesapp\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = '5miles' LIMIT 1)),
('5min.com','5min\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AOL On' LIMIT 1)),
('682968324.r.cdndelivery.net','682968324\.r\.cdndelivery\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Pacnet' LIMIT 1)),
('77tracking.com','77tracking\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = '77Tool' LIMIT 1)),
('7eer.net','7eer\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Impact Radius' LIMIT 1)),
('95.85.62.56','95\.85\.62\.56',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Digital Ocean' LIMIT 1)),
('9msn.com.au','9msn\.com\.au',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Nine.com.au' LIMIT 1)),
('9xb.com','9xb\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = '9xb' LIMIT 1)),
('Clickio','clickiocdn(i)?\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Clickio' LIMIT 1)),
('Quinstreet.com','Quinstreet\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'QuinStreet' LIMIT 1)),
('a-cedexis.msedge.net','a-cedexis\.msedge\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Radar' LIMIT 1)),
('a.impactradius-go.com','a\.impactradius-go\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Impact Radius' LIMIT 1)),
('a4.tl','a4\.tl',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Ad4Screen' LIMIT 1)),
('aabacosmallbusiness.com','aabacosmallbusiness\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Yahoo! Small Business' LIMIT 1)),
('aamsitecertifier.com','aamsitecertifier\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Alliance for Audited Media' LIMIT 1)),
('abaresearch.uk','abaresearch\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ABA RESEARCH' LIMIT 1)),
('abmr.net','abmr\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adroit Digital Solutions' LIMIT 1)),
('abtasty.com','abtasty\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AB Tasty' LIMIT 1)),
('account.amazon.com','account\.amazon\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Web Services' LIMIT 1)),
('accountkit.com','accountkit\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Account Kit' LIMIT 1)),
('accuweather.com','accuweather\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Accuweather' LIMIT 1)),
('acexedge.com','acexedge\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'White Ops' LIMIT 1)),
('acq.io','acq\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Acquisio' LIMIT 1)),
('actblue.com','actblue\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ActBlue' LIMIT 1)),
('active-agent.com','active-agent\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Active Agent' LIMIT 1)),
('actonsoftware.com','actonsoftware\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Act-On Software' LIMIT 1)),
('acuityplatform.com','acuityplatform\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AcuityAds' LIMIT 1)),
('acxiom-online.com','acxiom-online\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Acxiom' LIMIT 1)),
('acxiomapac.com','acxiomapac\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Acxiom' LIMIT 1)),
('ad-srv.net','ad-srv\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'NEORY Marketing Cloud' LIMIT 1)),
('ad.doubleclick.net','ad\.doubleclick\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'DoubleClick Campaign Manager' LIMIT 1)),
('ad.pxlad.io','ad\.pxlad\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Dailymotion' LIMIT 1)),
('ad6media.fr','ad6media\.fr',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Ad6Media' LIMIT 1)),
('adacado.com','adacado\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adacado' LIMIT 1)),
('adadvisor.net','adadvisor\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Neustar AdAdvisor' LIMIT 1)),
('adadyn.com','adadyn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Ozone Media' LIMIT 1)),
('adalyser.com','adalyser\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'OneSoon' LIMIT 1)),
('adaos-ads.net','adaos-ads\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'epago' LIMIT 1)),
('adap.tv','adap\.tv',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adap.tv' LIMIT 1)),
('adaptive.co.uk','adaptive\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adaptive Web' LIMIT 1)),
('adblade.com','adblade\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adblade' LIMIT 1)),
('adbrn.com','adbrn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adbrain' LIMIT 1)),
('adcmps.com','adcmps\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adapt Services' LIMIT 1)),
('addshoppers.com','addshoppers\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AddShoppers' LIMIT 1)),
('addthis.com','addthis\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AddThis' LIMIT 1)),
('addthiscdn.com','addthiscdn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AddThis' LIMIT 1)),
('addthisedge.com','addthisedge\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AddThis' LIMIT 1)),
('addthisevent.com','addthisevent\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AddThisEvent' LIMIT 1)),
('addtoany.com','addtoany\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Micropat' LIMIT 1)),
('addtocalendar.com','addtocalendar\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'addtocalendar' LIMIT 1)),
('addvantagemedia.com','addvantagemedia\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Addvantage Media' LIMIT 1)),
('adeasy.ru','adeasy\.ru',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AdEasy' LIMIT 1)),
('adentifi.com','adentifi\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AdTheorent' LIMIT 1)),
('adentifi.com','adentifi\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AdTheorent' LIMIT 1)),
('adestra.com','adestra\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adestra' LIMIT 1)),
('adextent.com','adextent\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AdExtent' LIMIT 1)),
('adfarm.mediaplex.com','adfarm\.mediaplex\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Conversant Ad Server' LIMIT 1)),
('adforgeinc.com','adforgeinc\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AdForge Edge' LIMIT 1)),
('adform.net','adform\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adform' LIMIT 1)),
('adformdsp.net','adformdsp\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adform' LIMIT 1)),
('adgear.com','adgear\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AdGear' LIMIT 1)),
('adgenie.co.uk','adgenie\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Ve Interactive' LIMIT 1)),
('adgrx.com','adgrx\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AdGear' LIMIT 1)),
('adhigh.net','adhigh\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'GetIntent RTBSuite' LIMIT 1)),
('adingo.jp','adingo\.jp',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'fluct' LIMIT 1)),
('adinsight.com','adinsight\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ResponseTap' LIMIT 1)),
('adis.ws','adis\.ws',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Amplience' LIMIT 1)),
('adition.com','adition\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adition Technologies' LIMIT 1)),
('adition.com','adition\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adition' LIMIT 1)),
('adizio.com','adizio\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Admedo' LIMIT 1)),
('adkernel.com','adkernel\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'adKernel' LIMIT 1)),
('adkontekst.pl','adkontekst\.pl',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adkontekst' LIMIT 1)),
('adledge.com','adledge\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adledge' LIMIT 1)),
('adlegend.com','adlegend\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Trueffect' LIMIT 1)),
('adlooxtracking.com','adlooxtracking\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adloox' LIMIT 1)),
('adlux.com','adlux\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adlux' LIMIT 1)),
('admailtiser.com','admailtiser\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ConvertMedia' LIMIT 1)),
('admarketplace.net','admarketplace\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'adMarketplace' LIMIT 1)),
('admatic.com.tr','admatic\.com\.tr',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AdMatic' LIMIT 1)),
('admaym.com','admaym\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'WideOrbit' LIMIT 1)),
('admedo.com','admedo\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Admedo' LIMIT 1)),
('admeld.com','admeld\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google DoubleClick Ad Exchange' LIMIT 1)),
('admixer.net','admixer\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Admixer for Publishers' LIMIT 1)),
('admized.com','admized\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ADMIZED' LIMIT 1)),
('adnetwork.vn','adnetwork\.vn',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Ambient' LIMIT 1)),
('adnext.fr','adnext\.fr',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adverline Board' LIMIT 1)),
('adnium.com','adnium\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adnium' LIMIT 1)),
('adnostic.co.uk','adnostic\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adnostic' LIMIT 1)),
('adnxs.com','adnxs\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AppNexus' LIMIT 1)),
('adnxs.com','adnxs\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AppNexus' LIMIT 1)),
('adobe.com','adobe\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adobe Systems' LIMIT 1)),
('adobedtm.com','adobedtm\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adobe Dynamic Tag Manager' LIMIT 1)),
('adobetag.com','adobetag\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adobe Marketing Cloud' LIMIT 1)),
('adocean.pl','adocean\.pl',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adocean' LIMIT 1)),
('adoftheyear.com','adoftheyear\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'CloudVPS' LIMIT 1)),
('adomik.com','adomik\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adomik' LIMIT 1)),
('adotmob.com','adotmob\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adotmob' LIMIT 1)),
('adrdgt.com','adrdgt\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Appnexus' LIMIT 1)),
('adrecover.com','adrecover\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AdRecover' LIMIT 1)),
('adrianquevedo.com','adrianquevedo\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adrian Quevedo' LIMIT 1)),
('adriver.ru','adriver\.ru',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AdRiver' LIMIT 1)),
('adroll.com','adroll\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AdRoll' LIMIT 1)),
('adrsp.net','adrsp\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Oracle Responsys' LIMIT 1)),
('adrta.com','adrta\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Pixalate' LIMIT 1)),
('ads-creativesyndicator.com','ads-creativesyndicator\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Rightster' LIMIT 1)),
('ads.converge-digital.com','ads\.converge-digital\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Converge-Digital' LIMIT 1)),
('ads.fairfax.com.au','ads\.fairfax\.com\.au',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Fairfax Media' LIMIT 1)),
('ads.nexage.com','\.nexage\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'One by AOL:Mobile' LIMIT 1)),
('ads.yahoo.com','ads\.yahoo\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Yahoo!' LIMIT 1)),
('adsafeprotected.com','adsafeprotected\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Integral Ad Science' LIMIT 1)),
('adscale.de','adscale\.de',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adscale' LIMIT 1)),
('adschoom.com','adschoom\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adschoom' LIMIT 1)),
('adscience.nl','adscience\.nl',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adscience' LIMIT 1)),
('adserver01.de','adserver01\.de',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'adnanny' LIMIT 1)),
('adsiduous.com','adsiduous\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adsiduous' LIMIT 1)),
('adsnative.com','adsnative\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AdsNative' LIMIT 1)),
('adsniper.ru','adsniper\.ru',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AdSniper' LIMIT 1)),
('adsonar.com','adsonar\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AOL Sponsored Listiings' LIMIT 1)),
('adspdbl.com','adspdbl\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Avid Media' LIMIT 1)),
('adspeed.net','adspeed\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AdSpeed' LIMIT 1)),
('adspruce.com','adspruce\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AdSpruce' LIMIT 1)),
('adsrvr.org','adsrvr\.org',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'TheTradeDesk' LIMIT 1)),
('adstheaa.com','adstheaa\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'The AA' LIMIT 1)),
('adswizz.com','adswizz\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AdsWizz' LIMIT 1)),
('adsymptotic.com','adsymptotic\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Drawbridge' LIMIT 1)),
('adtech.de','adtech\.de',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'One by AOL' LIMIT 1)),
('adtechjp.com','adtechjp\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'One by AOL' LIMIT 1)),
('adtechus.com','adtechus\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adtech (AOL)' LIMIT 1)),
('adtpix.com','adtpix\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adtegrity' LIMIT 1)),
('adtrue.com','adtrue\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AdTrue' LIMIT 1)),
('adunity.com','adunity\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adunity' LIMIT 1)),
('adventori.com','adventori\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ADventori' LIMIT 1)),
('adverline.com','adverline\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adverline Board' LIMIT 1)),
('advertising.com','advertising\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AOL' LIMIT 1)),
('advertserve.com','advertserve\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AdvertServe' LIMIT 1)),
('adviva.net','adviva\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Specific Media' LIMIT 1)),
('advolution.de','advolution\.de',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Advolution' LIMIT 1)),
('adwise.bg','adwise\.bg',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adwise' LIMIT 1)),
('adx1.com','adx1\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adsty' LIMIT 1)),
('adxpose.com','adxpose\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'comScore' LIMIT 1)),
('adyapper.com','adyapper\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AdYapper' LIMIT 1)),
('adyen.com','adyen\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adyen' LIMIT 1)),
('adyoulike.com','adyoulike\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adyoulike' LIMIT 1)),
('adyoulike.net','adyoulike\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adyoulike' LIMIT 1)),
('adzerk.net','adzerk\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adzerk' LIMIT 1)),
('adziff.com','adziff\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Ziff Davis Tech' LIMIT 1)),
('adzip.co','adzip\.co',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adzip' LIMIT 1)),
('aerserv.com','aerserv\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AerServ' LIMIT 1)),
('affec.tv','affec\.tv',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Affectv' LIMIT 1)),
('affectv.com','affectv\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Affectv' LIMIT 1)),
('affiliatetechnology.com','affiliatetechnology\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Pepperjam' LIMIT 1)),
('affino.com','affino\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Affino' LIMIT 1)),
('affirm.com','affirm\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Affirm' LIMIT 1)),
('afy11.net','afy11\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Cox Digital Solutions' LIMIT 1)),
('ag.innovid.com','innovid\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Innovid' LIMIT 1)),
('agcdn.com','agcdn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Accord Holdings' LIMIT 1)),
('agendamedia.co.uk','agendamedia\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Agenda Media' LIMIT 1)),
('agilitycms.com','agilitycms\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Agility' LIMIT 1)),
('agilone.com','agilone\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AgilOne' LIMIT 1)),
('agkn.com','agkn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Aggregate Knowledge' LIMIT 1)),
('agoramedia.com','agoramedia\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Everyday Health' LIMIT 1)),
('ahalogy.com','ahalogy\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Ahalogy' LIMIT 1)),
('aheadworks.com','aheadworks\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Aheadworks' LIMIT 1)),
('aimatch.com','aimatch\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'SAS Institute' LIMIT 1)),
('aimediagroup.com','aimediagroup\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AI Media Group' LIMIT 1)),
('air.tv','air\.tv',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AIR.TV' LIMIT 1)),
('airpr.com','airpr\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AirPR' LIMIT 1)),
('ajax.aspnetcdn.com','ajax\.aspnetcdn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Microsoft Hosted Libs' LIMIT 1)),
('ajax.cloudflare.com','ajax\.cloudflare\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Cloudflare' LIMIT 1)),
('ajax.googleapis.com','ajax\.googleapis\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google Hosted Libraries' LIMIT 1)),
('ajax.microsoft.com','ajax\.microsoft\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Microsoft' LIMIT 1)),
('akamai.net','akamai\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Akamai Technologies' LIMIT 1)),
('akamaiedge.net','akamaiedge\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Akamai Technologies' LIMIT 1)),
('akamaihd.net','akamaihd\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Akamai Technologies' LIMIT 1)),
('akamaitechnologies.com','akamaitechnologies\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Akamai Technologies' LIMIT 1)),
('akamaitechnologies.fr','akamaitechnologies\.fr',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Akamai Technologies' LIMIT 1)),
('akamaized.net','akamaized\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Akamai Technologies' LIMIT 1)),
('akanoo.com','akanoo\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Akanoo' LIMIT 1)),
('alcvid.com','alcvid\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Venatus Media' LIMIT 1)),
('alephd.com','alephd\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AlephD' LIMIT 1)),
('algovid.com','algovid\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Cedato' LIMIT 1)),
('allaccess.com.ph','allaccess\.com\.ph',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'All Access' LIMIT 1)),
('alphassl.com','alphassl\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AlphaSSL' LIMIT 1)),
('alphr.com','alphr\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Dennis Publishing' LIMIT 1)),
('altitude-arena.com','altitude-arena\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ARENA' LIMIT 1)),
('altitudeplatform.com','altitudeplatform\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Altitude' LIMIT 1)),
('altocloud.com','altocloud(-sdk|cdn)?\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Altocloud' LIMIT 1)),
('amazon-adsystem.com','amazon-adsystem\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Amazon Associates' LIMIT 1)),
('amazon.com','amazon\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Amazon' LIMIT 1)),
('amazonaws.com','amazonaws\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Amazon Web Services' LIMIT 1)),
('amazonwebapps.com','amazonwebapps\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Amazon' LIMIT 1)),
('amazonwebservices.com','amazonwebservices\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Amazon Web Services' LIMIT 1)),
('ambientplatform.vn','ambientplatform\.vn',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Ambient' LIMIT 1)),
('amgdgt.com','amgdgt\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Amobee' LIMIT 1)),
('amplience.com','amplience\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Amplience' LIMIT 1)),
('amplitude.com','amplitude\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Amplitude Mobile Analytics' LIMIT 1)),
('ampproject.org','ampproject\.org',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Accelerated Mobile Pages Project' LIMIT 1)),
('ampxchange.com','ampxchange\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'adMarketplace' LIMIT 1)),
('analytics-egain.com','analytics-egain\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'eGain' LIMIT 1)),
('analytics.fairfax.com.au','analytics\.fairfax\.com\.au',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Fairfax Media Analtics' LIMIT 1)),
('analytics.freespee.com','analytics\.freespee\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Freespee' LIMIT 1)),
('analytics.gateway.net','analytics\.gateway\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Azure Traffic Manager' LIMIT 1)),
('analytics.twitter.com','analytics\.twitter\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Twitter' LIMIT 1)),
('analytics.yahoo.com','analytics\.yahoo\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Yahoo!' LIMIT 1)),
('anametrix.com','anametrix\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Anametrix' LIMIT 1)),
('ancoraplatform.com','ancoraplatform\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Ancora Platform' LIMIT 1)),
('and.co.uk','and\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'DMG Media' LIMIT 1)),
('andbeyond.media','andbeyond\.media',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Alchemy' LIMIT 1)),
('anedot.com','anedot\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Anedot' LIMIT 1)),
('angsrvr.com','angsrvr\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Falk Technologies' LIMIT 1)),
('animatedjs.com','animatedjs\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AnimateJS' LIMIT 1)),
('aniview.com','ani(-)?view\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AniView' LIMIT 1)),
('aniview.hs.llnwd.net','aniview\.hs\.llnwd\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AniView' LIMIT 1)),
('anm.co.uk','anm\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'DMG Media' LIMIT 1)),
('answcdn.com','answcdn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Answers' LIMIT 1)),
('answers.com','answers\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Answers' LIMIT 1)),
('answerscloud.com','gateway\.answerscloud\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ForeSee' LIMIT 1)),
('aol.co.uk','aol\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AOL' LIMIT 1)),
('aol.com','aol\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AOL' LIMIT 1)),
('aolcdn.com','aolcdn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AOL' LIMIT 1)),
('aorta.clickagy.com','aorta\.clickagy\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Clickagy Audience Lab' LIMIT 1)),
('aperfectpocketdata.com','aperfectpocketdata\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'A Perfect Pocket' LIMIT 1)),
('apester.com','apester\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Apester' LIMIT 1)),
('aph.com','aph\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Airport Parking and Hotels' LIMIT 1)),
('api-cdn.amazon.com','api-cdn\.amazon\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Amazon Web Services' LIMIT 1)),
('api.ceros.com','api\.ceros\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Ceros Analytics' LIMIT 1)),
('api.filepicker.io','api\.filepicker\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Filestack' LIMIT 1)),
('api.recaptcha.net','api\.recaptcha\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google reCAPTCHA' LIMIT 1)),
('api.rollbar.com','api\.rollbar\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Rollbar' LIMIT 1)),
('api.skyscanner.net','api\.skyscanner\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'SkyScanner' LIMIT 1)),
('api.travelex.net','api\.travelex\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Travelex' LIMIT 1)),
('apligraf.com.br','apligraf\.com\.br',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Apligraf SmartWeb' LIMIT 1)),
('app.link','app\.link',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Branch Metrics' LIMIT 1)),
('appdynamics.com','appdynamics\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AppDynamics' LIMIT 1)),
('appelsiini.net','appelsiini\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Mika Tuupola' LIMIT 1)),
('appier.net','appier\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Appier' LIMIT 1)),
('appspot.com','appspot\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google' LIMIT 1)),
('apptus.com','apptus\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Apptus eSales' LIMIT 1)),
('aralego.com','aralego\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ucfunnel ucX' LIMIT 1)),
('arcgis.com','arcgis\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Esri ArcGIS' LIMIT 1)),
('arcgisonline.com','arcgisonline\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Esri ArcGIS' LIMIT 1)),
('ardentcreative.co.uk','ardentcreative\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Ardent Creative' LIMIT 1)),
('areyouahuman.com','areyouahuman\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Are You a Human' LIMIT 1)),
('arnoldclark.com','arnoldclark\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Arnold Clark Automobiles' LIMIT 1)),
('asapp.com','asapp\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ASAPP' LIMIT 1)),
('atdmt.com','atdmt\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Atlas' LIMIT 1)),
('atemda.com','atemda\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Admeta' LIMIT 1)),
('atgsvcs.com','atgsvcs\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Oracle Recommendations On Demand' LIMIT 1)),
('ati-host.net','ati-host\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AT Internet' LIMIT 1)),
('atlassbx.com','atlassbx\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Facebook' LIMIT 1)),
('atomdata.io','atom(-)?data\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Atom Data' LIMIT 1)),
('attraqt.com','attraqt\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ATTRAQT' LIMIT 1)),
('attributionapp.com','attributionapp\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Attribution' LIMIT 1)),
('atwola.com','atwola\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AOL Advertising' LIMIT 1)),
('audienceinsights.net','audienceinsights\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AdThink AudienceInsights' LIMIT 1)),
('audienceiq.com','audienceiq\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Experian' LIMIT 1)),
('audiencemanager.de','audiencemanager\.de',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Nano Interactive' LIMIT 1)),
('audioboo.fm','audioboo\.fm',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'audioBoom' LIMIT 1)),
('audioboom.com','audioboom\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'audioBoom' LIMIT 1)),
('audtd.com','audtd\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Auditorius' LIMIT 1)),
('augur.io','augur\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Augur' LIMIT 1)),
('aus5.mozilla.org','mozilla\.org',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Mozilla' LIMIT 1)),
('authorize.net','authorize\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'CyberSource (Visa)' LIMIT 1)),
('autolinkmaker.itunes.apple.com','(auto)?linkmaker\.itunes\.apple\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Auto Link Maker' LIMIT 1)),
('autopilothq.com','autopilothq\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Autopilot' LIMIT 1)),
('avail.net','avail\.net*',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Avail' LIMIT 1)),
('avanser.com.au','avanser\.com\.au',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AVANSER' LIMIT 1)),
('avcosystems.com','avcosystems\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Avco Systems' LIMIT 1)),
('avmws.com','avmws\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AvantLink' LIMIT 1)),
('avocet.io','avocet\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Avocet Systems' LIMIT 1)),
('aweber.com','aweber\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AWeber' LIMIT 1)),
('awempire.com','awempire\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AdultWebmasterEmpire.Com' LIMIT 1)),
('awin1.com','awin1\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Digital Window' LIMIT 1)),
('axf8.net','axf8\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Compuware' LIMIT 1)),
('axs.com','axs\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AXS' LIMIT 1)),
('ayads.co','ayads\.co',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'SublimeSkinz' LIMIT 1)),
('azureedge.net','azureedge\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Azure CDN' LIMIT 1)),
('azurewebsites.net','azurewebsites\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Azure Web Services' LIMIT 1)),
('b2btechleadform.com','b2btechleadform\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'QuinStreet' LIMIT 1)),
('backinstock.org','backinstock\.org',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Yellow Robot' LIMIT 1)),
('baidu.com','baidu\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Baidu' LIMIT 1)),
('baifendian.com','baifendian\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Baifendian Technology' LIMIT 1)),
('bam-x.com','bam-x\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'BAM' LIMIT 1)),
('bankrate.com','bankrate\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Bankrate' LIMIT 1)),
('bannerflow.com','bannerflow\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'BannerFlow' LIMIT 1)),
('bannersnack.com','bannersnack\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Snacktools' LIMIT 1)),
('barclaycardsmartpay.com','barclaycardsmartpay\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Barclaycard SmartPay' LIMIT 1)),
('barilliance.net','barilliance\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Barilliance' LIMIT 1)),
('barnebys.com','barnebys\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Barnebys' LIMIT 1)),
('basebanner.com','basebanner\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ConvertMedia' LIMIT 1)),
('bat.r.msn.com','bat\.r\.msn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Bing Ads' LIMIT 1)),
('bauercdn.com','bauercdn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Bauer Consumer Media' LIMIT 1)),
('baynote.net','baynote\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Baynote' LIMIT 1)),
('bazaarvoice.com','bazaarvoice\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Bazaarvoice' LIMIT 1)),
('bbb.org','bbb\.org',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Better Business Bureau' LIMIT 1)),
('bd4travel.com','bd4travel\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'bd4travel' LIMIT 1)),
('beacon-rumlive.rum.nccgroup-webperf.com','beacon-rumlive\.rum\.nccgroup-webperf\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'NCC Group Real User Monitoring' LIMIT 1)),
('beacon.rum.dynapis.com','beacon\.rum\.dynapis\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Dyn Real User Monitoring' LIMIT 1)),
('beacon.squixa.net','beacon\.squixa\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'section.io' LIMIT 1)),
('beampulse.com','beampulse\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'BeamPulse' LIMIT 1)),
('beeketing.com','beeketing\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Beekeeting' LIMIT 1)),
('begun.ru','begun\.ru',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Runner' LIMIT 1)),
('behavioralengine.com','behavioralengine\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Cloud Technologies' LIMIT 1)),
('behavioralmailing.com','behavioralmailing\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Cloud Technologies' LIMIT 1)),
('bench.cedexis-test.com','bench\.cedexis-test\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Radar' LIMIT 1)),
('benchmarking.imrg.org','benchmarking\.imrg\.org',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'IMRG' LIMIT 1)),
('bestofmedia.com','bestofmedia\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Purch' LIMIT 1)),
('bet365affiliates.com','bet365affiliates\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Bet365' LIMIT 1)),
('betrad.com','betrad\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Ghostery Enterprise' LIMIT 1)),
('betterbannerscloud.com','betterbannerscloud\.co',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Better Banners' LIMIT 1)),
('betweendigital.com','betweendigital\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Between Digital' LIMIT 1)),
('bfmio.com','bfmio\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Beachfront Media' LIMIT 1)),
('bid.g.doubleclick.net','bid\.g\.doubleclick\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google DoubleClick Bid Manager' LIMIT 1)),
('bidr.io','bidr\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Beeswax' LIMIT 1)),
('bidswitch.net','bidswitch\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Bidswitch' LIMIT 1)),
('bidtheatre.com','bidtheatre\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'BidTheatre' LIMIT 1)),
('bigcommerce.com','bigcommerce\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Bigcommerce' LIMIT 1)),
('bigcontent.io','bigcontent\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Amplience' LIMIT 1)),
('bing.com','bing\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Bing Ads' LIMIT 1)),
('bit.ly','bit\.ly',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Bitly' LIMIT 1)),
('bitgravity.com','bitgravity\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'BitGravity' LIMIT 1)),
('bitly.com','bitly\.co',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Bitly' LIMIT 1)),
('bizible.com','bizible\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Bizible' LIMIT 1)),
('bizinformation.org','bizinformation\.org',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'bizinformation-VOID' LIMIT 1)),
('bizographics.com','bizographics\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'LinkedIn' LIMIT 1)),
('bizrate.com','bizrate\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Bizrate' LIMIT 1)),
('bkrtx.com','bkrtx\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'BlueKai' LIMIT 1)),
('blismedia.com','blismedia\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Blis' LIMIT 1)),
('blob.core.windows.net','blob\.core\.windows\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Microsoft Azure Blob Service' LIMIT 1)),
('blogcdn.com','blogcdn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google' LIMIT 1)),
('blogsmithmedia.com','blogsmithmedia\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AOL' LIMIT 1)),
('blogspot.com','blogspot\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Blogger' LIMIT 1)),
('bluecava.com','bluecava\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'BlueCava' LIMIT 1)),
('bluekai.com','bluekai\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'BlueKai' LIMIT 1)),
('bluelithium.com','bluelithium\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Yahoo!' LIMIT 1)),
('bm23.com','bm23\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Bronto Software' LIMIT 1)),
('bnmla.com','bnmla\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'engage:BDR' LIMIT 1)),
('boldapps.net','boldapps\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Bold Commerce' LIMIT 1)),
('boldchat.com','boldchat\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'BoldChat' LIMIT 1)),
('bonniercorp.com','bonniercorp\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Bonnier' LIMIT 1)),
('bookatable.com','bookatable\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Bookatable' LIMIT 1)),
('boomtrain.com','boomtrain\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Boomtrain' LIMIT 1)),
('boomtrain.net','boomtrain\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Boomtrain' LIMIT 1)),
('boostable.com','boostable\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Boostable' LIMIT 1)),
('bootcss.com','bootcss\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Bootstrap Chinese network' LIMIT 1)),
('bootstrapcdn.com','bootstrapcdn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'MaxCDN' LIMIT 1)),
('booxscale.com','booxscale\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Booxscale' LIMIT 1)),
('borderfree.com','borderfree\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Borderfree' LIMIT 1)),
('bounceexchange.com','bounceexchange\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Bounce Exchange' LIMIT 1)),
('box.com','box\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Box' LIMIT 1)),
('boxever.com','boxever\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Boxever' LIMIT 1)),
('bpay.co.uk','bpay\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'bPay by Barclaycard' LIMIT 1)),
('braintreegateway.com','braintreegateway\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Braintree Payments' LIMIT 1)),
('branch.io','branch\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Branch Metrics' LIMIT 1)),
('brand-server.com','brand-server\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Centro' LIMIT 1)),
('brandirectory.com','brandirectory\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Brand Finance' LIMIT 1)),
('brandrepublic.com','brandrepublic\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Haymarket Media Group' LIMIT 1)),
('brandview.com','brandview\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Brand View' LIMIT 1)),
('brcdn.com','brcdn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'BloomReach' LIMIT 1)),
('breakingburner.com','breakingburner\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Crowdynews' LIMIT 1)),
('brealtime.com','brealtime\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'bRealTime' LIMIT 1)),
('bridgetrack.com','bridgetrack\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'BridgeTrack' LIMIT 1)),
('brightcove.com','brightcove\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Brightcove Video Cloud' LIMIT 1)),
('brilig.com','brilig\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Merkle Digital Data Exchange' LIMIT 1)),
('bronto.com','bronto\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Bronto Software' LIMIT 1)),
('brontops.com','brontops\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Bronto Software' LIMIT 1)),
('browsealoud.com','browsealoud\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Texthelp' LIMIT 1)),
('browser-update.org','browser-update\.org',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Browser-Update.org' LIMIT 1)),
('brsrvr.com','brsrvr\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'BloomReach' LIMIT 1)),
('brsvr.com','brsvr\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'BloomReach' LIMIT 1)),
('brtstats.com','brtstats\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Quantcast' LIMIT 1)),
('bsd.net','bsd\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Blue State Digital' LIMIT 1)),
('bstatic.com','bstatic\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Booking.com' LIMIT 1)),
('btncdn.com','btncdn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Button' LIMIT 1)),
('btrll.com','btrll\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'BrightRoll' LIMIT 1)),
('btstatic.com','btstatic\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'BrightTag' LIMIT 1)),
('btstatic.com','btstatic\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'BrightTag' LIMIT 1)),
('bttrack.com','bttrack\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Bidtellect' LIMIT 1)),
('btttag.com','btttag\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Blue Triangle Technologies' LIMIT 1)),
('bufferapp.com','bufferapp\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Buffer' LIMIT 1)),
('bulkstorage.ca','bulkstorage\.ca',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Cloud-A' LIMIT 1)),
('bunchbox.co','bunchbox\.co',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Peaks & Pies' LIMIT 1)),
('burstnet.com','burstnet\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Burst Media' LIMIT 1)),
('burt.io','burt\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Burt' LIMIT 1)),
('business-path-55.com','business-path-55\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Lead Forensics' LIMIT 1)),
('buto.tv','buto\.tv',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Buto' LIMIT 1)),
('bux1le001.com','bux1le001\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Lead Forensics' LIMIT 1)),
('buysellads.com','buysellads\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'BuySellAds' LIMIT 1)),
('buzzfed.com','buzzfe(e)?d\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'BuzzFeed' LIMIT 1)),
('bwbx.io','bwbx\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Business Week' LIMIT 1)),
('by.marketinghub.hp.com','by\.marketinghub\.hp\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'HP Optimost' LIMIT 1)),
('byside.com','byside\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'BySide' LIMIT 1)),
('bzgint.com','bzgint\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Genesis Media' LIMIT 1)),
('c-col.com','c-col\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Compete' LIMIT 1)),
('c1exchange.com','c1exchange\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'C1X' LIMIT 1)),
('c3tag.com','c3tag\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'C3 Metrics' LIMIT 1)),
('c4tw.net','c4tw\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Twenga' LIMIT 1)),
('cachefly.net','cachefly\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Cachefly' LIMIT 1)),
('cafonline.org','cafonline\.org',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Charities Aid Foundation' LIMIT 1)),
('calendly.com','calendly\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Calendly' LIMIT 1)),
('callrail.com','/\.*callrail\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'CallRail' LIMIT 1)),
('camads.net','camads\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ICF Technology' LIMIT 1)),
('campaigner.com','campaigner\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'j2 Cloud Services' LIMIT 1)),
('campanja.com','campanja\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Customer Acquisition Cloud' LIMIT 1)),
('canddi.com','canddi\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'CANDDi' LIMIT 1)),
('cannedbanners.com','cannedbanners\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Canned Banners' LIMIT 1)),
('canopylabs.com','canopylabs\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Canopy Labs' LIMIT 1)),
('captifymedia.com','captifymedia\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Captiify' LIMIT 1)),
('captivate.ai','captivate\.ai',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Captivate Ai' LIMIT 1)),
('captora.com','captora\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Captora' LIMIT 1)),
('carcloud.co.uk','carcloud\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Carcloud' LIMIT 1)),
('cardlytics.com','cardlytics\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Cardlytics' LIMIT 1)),
('casalemedia.com','casalemedia\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Index Exchange' LIMIT 1)),
('caspianmedia.com','caspianmedia\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Caspian Media' LIMIT 1)),
('cast.rocks','cast\.rocks',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Cast' LIMIT 1)),
('cavisson.com','cavisson\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Cavisson' LIMIT 1)),
('ccm2.net','ccm2\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'CCM benchmark Group' LIMIT 1)),
('ccmp.eu','ccmp\.eu',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Experian Cross-Channel Marketing Platform' LIMIT 1)),
('cdn-v3.conductrics.com','conductrics\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Conductrics' LIMIT 1)),
('cdn.cnetcontent.com','cdn\.cnetcontent\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'CNET Content Solutions' LIMIT 1)),
('cdn.kaizenplatform.net','cdn\.kaizenplatform\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Kaizen Platform' LIMIT 1)),
('cdn.rawgit.com','rawgit\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'GitHub' LIMIT 1)),
('cdn.truefitcorp.com','cdn\.truefitcorp\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Truefit' LIMIT 1)),
('cdn77.org','cdn77\.org',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Datacamp' LIMIT 1)),
('cdnbf.net','cdnbf\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Betfair' LIMIT 1)),
('cdnds.net','cdnds\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Hearst Communications' LIMIT 1)),
('cdninstagram.com','cdninstagram\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Instagram' LIMIT 1)),
('cdnjs.cloudflare.com','cdnjs\.cloudflare\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'cdnjs' LIMIT 1)),
('cdnme.se','cdnme\.se',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Blogg.se' LIMIT 1)),
('cdnplanet.com','cdnplanet\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'CDN Planet' LIMIT 1)),
('cdnsecakmi.kaltura.com','kaltura\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Kaltura Video Platform' LIMIT 1)),
('cdnslate.com','cdnslate\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Slate Group' LIMIT 1)),
('cedexis-radar.net','cedexis-radar\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Radar' LIMIT 1)),
('cedexis-test01.insnw.net','insnw\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Radar' LIMIT 1)),
('cedexis.com','cedexis\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Radar' LIMIT 1)),
('cedexis.leasewebcdn.com','cedexis\.leasewebcdn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Radar' LIMIT 1)),
('cedexisakamaitest.azureedge.net','cedexisakamaitest\.azureedge\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Radar' LIMIT 1)),
('cedexispub.cdnetworks.net','cedexispub\.cdnetworks\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Radar' LIMIT 1)),
('celebrus.com','celebrus\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Celebrus Technologies' LIMIT 1)),
('celtra.com','celtra\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Celtra' LIMIT 1)),
('central-core-7.com','central-core-7\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Lead Forensics' LIMIT 1)),
('ceros.com','ceros\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Ceros' LIMIT 1)),
('certona.net','certona\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Certona' LIMIT 1)),
('certum.pl','certum\.pl',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Certum' LIMIT 1)),
('cetrk.com','cetrk\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Crazy Egg' LIMIT 1)),
('cfjump.com','cfjump\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Commission Factory' LIMIT 1)),
('cgrdirect.co.uk','cgrdirect\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Cgrdirect' LIMIT 1)),
('chango.com','chango\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'The Rubicon Project' LIMIT 1)),
('channel.me','channel\.me',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Channel.me' LIMIT 1)),
('channeladvisor.com','channeladvisor\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ChannelAdvisor' LIMIT 1)),
('channelintelligence.com','channelintelligence\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google' LIMIT 1)),
('chargeads.com','chargeads\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Chargeads Oscar' LIMIT 1)),
('chartbeat.com','chartbeat\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Chartbeat' LIMIT 1)),
('chartbeat.net','chartbeat\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Chartbeat' LIMIT 1)),
('checkfront.com','checkfront\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Checkfront' LIMIT 1)),
('checkm8.com','checkm8\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'CheckM8' LIMIT 1)),
('checkrate.co.uk','checkrate\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'CheckRate' LIMIT 1)),
('chimpstatic.com','chimpstatic\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'MailChimp' LIMIT 1)),
('chitika.net','chitika\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Chitika' LIMIT 1)),
('choicestream.com','choicestream\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ChoiceStream' LIMIT 1)),
('chtah.com','chtah\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'CheetahMail' LIMIT 1)),
('cint.com','cint\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Cint' LIMIT 1)),
('circulate.com','circulate\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'LiveRamp IdentityLink' LIMIT 1)),
('civiccomputing.com','civiccomputing\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Civic' LIMIT 1)),
('cj.com','cj\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'CJ Affiliate' LIMIT 1)),
('cks.yumenetworks.com','cks\.yumenetworks\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'YuMe' LIMIT 1)),
('clearrise.com','clearrise\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ClearRise' LIMIT 1)),
('clerk.io','clerk\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Clerk.io ApS' LIMIT 1)),
('click4assistance.co.uk','click4assistance\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Click4Assistance' LIMIT 1)),
('clickability.com','clickability\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Upland Software' LIMIT 1)),
('clickable.net','clickable\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Syncapse' LIMIT 1)),
('clickadu.com','clickadu\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Clickadu (Winner Solutions)' LIMIT 1)),
('clickdensity.com','clickdensity\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Click Density' LIMIT 1)),
('clickdesk.com','clickdesk\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ClickDesk' LIMIT 1)),
('clickdimensions.com','clickdimensions\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ClickDimensions' LIMIT 1)),
('clickfuse.com','clickfuse\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ToneMedia' LIMIT 1)),
('clicktale.net','clicktale\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Clicktale' LIMIT 1)),
('clicktalecdn.sslcs.cdngc.net','clicktalecdn\.sslcs\.cdngc\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Clicktale' LIMIT 1)),
('clicktracks.com','clicktracks\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Lyris' LIMIT 1)),
('client.likelihood.com','client\.likelihood\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Likelihood' LIMIT 1)),
('clikpic.com','clikpic\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Clik.com Websites' LIMIT 1)),
('cloud-iq.com','cloud-iq\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'cloudIQ' LIMIT 1)),
('cloudfront.net','www\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Amazon CloudFront' LIMIT 1)),
('cloudinary.com','cloudinary\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Cloudinary' LIMIT 1)),
('cloudsponge.com','cloudsponge\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'CloudSponge' LIMIT 1)),
('cloudwp.io','cloudwp\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Cloudqp' LIMIT 1)),
('clrstm.com','clrstm\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Clearstream' LIMIT 1)),
('cludo.com','cludo\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Cludo' LIMIT 1)),
('cm.g.doubleclick.net','cm\.g\.doubleclick\.net/pixe',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Doubleclick AdX' LIMIT 1)),
('cmcore.com','cmcore\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'IBM Digital Analytics' LIMIT 1)),
('cnbc.com','cnbc\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'CNBC' LIMIT 1)),
('cnetcontent.com','cnetcontent\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'CNET Content Solutions' LIMIT 1)),
('cnstrc.com','cnstrc\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Constructor.io' LIMIT 1)),
('co-buying.com','co-buying\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Buyapowa' LIMIT 1)),
('cogocast.net','cogocast\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'CogoCast' LIMIT 1)),
('colbenson.com','colbenson\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Colbenson' LIMIT 1)),
('collective-media.net','collective-media\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Collective' LIMIT 1)),
('comm100.com','comm100\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Comm100' LIMIT 1)),
('commander1.com','commander1\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'TagCommander' LIMIT 1)),
('commondatastorage.googleapis.com','commondatastorage\.googleapis\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google Hosted Libraries' LIMIT 1)),
('communicatorcorp.com','communicatorcorp\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Communicator' LIMIT 1)),
('communicatoremail.com','communicatoremail\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Communicator' LIMIT 1)),
('comodo.com','comodo\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Comodo' LIMIT 1)),
('comodo.net','comodo\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Comodo' LIMIT 1)),
('company-target.com','company-target\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'IPONWEB' LIMIT 1)),
('compete.com','compete\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Compete' LIMIT 1)),
('comscore.com','comscore\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'comScore' LIMIT 1)),
('condenast.co.uk','condenast\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Advance Magazine Group' LIMIT 1)),
('condenastdigital.com','condenastdigital\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Advance Magazine Group' LIMIT 1)),
('condenet.com','condenet\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Advance Magazine Group' LIMIT 1)),
('config-rumlive.rum.nccgroup-webperf.com','config-rumlive\.rum\.nccgroup-webperf\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'NCC Group Real User Monitoring' LIMIT 1)),
('confirmit.com','confirmit\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Confirmit' LIMIT 1)),
('connatix.com','connatix\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Connatix' LIMIT 1)),
('connect.facebook.com','connect\.facebook\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Facebook Connect' LIMIT 1)),
('connect.facebook.net','connect\.facebook\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Facebook Connect' LIMIT 1)),
('connectevents.com.au','connectevents\.com\.au',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Connect Events' LIMIT 1)),
('connexity.net','connexity\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Connexity' LIMIT 1)),
('connextra.com','connextra\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Betgenius' LIMIT 1)),
('consumedmedia.com','consumedmedia\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Digital Remedy' LIMIT 1)),
('content-square.net','content(-)?square\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ContentSquare' LIMIT 1)),
('content.ad','content\.ad',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'content.ad' LIMIT 1)),
('contentabc.com','contentabc\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'JuggCash' LIMIT 1)),
('contentmedia.eu','contentmedia\.eu',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Content Media Corporation' LIMIT 1)),
('contentreserve.com','contentreserve\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Overdrive' LIMIT 1)),
('contentspread.net','contentspread\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'media.ventive' LIMIT 1)),
('contextweb.com','contextweb\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ContextWeb' LIMIT 1)),
('conversio.com','conversio\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Conversio' LIMIT 1)),
('conversionlabs.net.pl','conversionlabs\.net\.pl',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Conversion Labs' LIMIT 1)),
('conversionlogic.net','conversionlogic\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Conversion Logic' LIMIT 1)),
('convertexperiments.com','convertexperiments\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Convert Insights' LIMIT 1)),
('convertlanguage.com','convertlanguage\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'MotionPoint' LIMIT 1)),
('convertro.com','convertro\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Convertro' LIMIT 1)),
('conviva.com','conviva\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Conviva' LIMIT 1)),
('cookie-script.com','cookie-script\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Cookie-Script.com' LIMIT 1)),
('cookieq.com','cookieq\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'CookieQ' LIMIT 1)),
('cookiereports.com','cookiereports\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Cookie Reports' LIMIT 1)),
('cooladata.com','cooladata\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'CoolaData' LIMIT 1)),
('copperegg.com','copperegg\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'CopperEgg' LIMIT 1)),
('coremetrics.com','coremetrics\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'IBM Digital Analytics' LIMIT 1)),
('counciladvertising.net','counciladvertising\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Council Advertising Network' LIMIT 1)),
('covet.pics','covet\.pics',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Covert Pics' LIMIT 1)),
('cpex.cz','cpex\.cz',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'CPEx' LIMIT 1)),
('cpx.to','cpx\.to',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Captify Media' LIMIT 1)),
('cpxinteractive.com','cpxinteractive\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'CPXi' LIMIT 1)),
('cqcounter.com','cqcounter\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Cybernet Quest' LIMIT 1)),
('cquotient.com','cquotient\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Salesforce Commerce Cloud' LIMIT 1)),
('crazyegg.com','crazyegg\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Crazy Egg' LIMIT 1)),
('creafi-online-media.com','creafi-online-media\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Creafi Online Media' LIMIT 1)),
('createjs.com','createjs\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'GSkinner' LIMIT 1)),
('creative-serving.com','creative-serving\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'IS Group' LIMIT 1)),
('creative.mathads.com','creative\.mathads\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'MediaMath' LIMIT 1)),
('creativecdn.com','creativecdn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'RTB House AdPilot' LIMIT 1)),
('creativesyndicator.com','creativesyndicator\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Mediasyndicator' LIMIT 1)),
('creators.co','creators\.co',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Creators' LIMIT 1)),
('criteo.com','criteo\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Criteo' LIMIT 1)),
('criteo.net','criteo\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Criteo' LIMIT 1)),
('crowdignite.com','crowdignite\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Crowd Ignite' LIMIT 1)),
('crowdskout.com','crowdskout\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Crowdskout' LIMIT 1)),
('crowdtwist.com','crowdtwist\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'CrowdTwist' LIMIT 1)),
('crsspxl.com','crsspxl\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Cross Pixel Media' LIMIT 1)),
('crt.comodoca.com','crt\.comodoca\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Comodo Certificate Authority' LIMIT 1)),
('crwdcntrl.net','crwdcntrl\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Crowd Control' LIMIT 1)),
('cs.gssprt.jp','cs\.gssprt\.jp',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Geniee' LIMIT 1)),
('cs600.wac.alphacdn.net','cs600\.wac\.alphacdn\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Radar' LIMIT 1)),
('cs600.wpc.alphacdn.net','cs600\.wpc\.alphacdn\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Radar' LIMIT 1)),
('cs600.wpc.edgecastdns.net','cs600\.wpc\.edgecastdns\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Radar' LIMIT 1)),
('csdata1.com','csdata1\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'eBay Enterprise' LIMIT 1)),
('ctasnet.com','ctasnet\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AppNexus' LIMIT 1)),
('ctctcdn.com','ctctcdn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Constant Contact' LIMIT 1)),
('ctldl.windowsupdate.com','windowsupdate\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Windows' LIMIT 1)),
('ctnsnet.com','ctnsnet\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Crimtan' LIMIT 1)),
('ctscdn.com','ctscdn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Neiman Marcus' LIMIT 1)),
('curalate.com','curalate\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Curalate' LIMIT 1)),
('custhelp.com','custhelp\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Oracle' LIMIT 1)),
('customer.io','customer\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Customer.io' LIMIT 1)),
('custora.com','custora\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Custora' LIMIT 1)),
('cxense.com','cxense\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Cxense' LIMIT 1)),
('cxpublic.com','cxpublic\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Cxense' LIMIT 1)),
('d.adxcore.com','adxcore\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adthink' LIMIT 1)),
('d10lpsik1i8c69.cloudfront.net','d10lpsik1i8c69\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Lucky Orange' LIMIT 1)),
('d116tqlcqfmz3v.cloudfront.net','d116tqlcqfmz3v\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Curalate' LIMIT 1)),
('d1447tq2m68ekg.cloudfront.net','d1447tq2m68ekg\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AB Tasty' LIMIT 1)),
('d16fk4ms6rqz1v.cloudfront.net','d16fk4ms6rqz1v\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'SaleCycle' LIMIT 1)),
('d18p8z0ptb8qab.cloudfront.net','d18p8z0ptb8qab\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Snowplow' LIMIT 1)),
('d191y0yd6d0jy4.cloudfront.net','d191y0yd6d0jy4\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'SiteGainer' LIMIT 1)),
('d19ayerf5ehaab.cloudfront.net','d19ayerf5ehaab\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'IcoMoon' LIMIT 1)),
('d1af033869koo7.cloudfront.net','d1af033869koo7\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = '[24]7' LIMIT 1)),
('d1azc1qln24ryf.cloudfront.net','d1azc1qln24ryf\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'IcoMoon' LIMIT 1)),
('d1eoo1tco6rr5e.cloudfront.net','d1eoo1tco6rr5e\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'TheTradeDesk' LIMIT 1)),
('d1fc8wv8zag5ca.cloudfront.net','d1fc8wv8zag5ca\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Snowplow' LIMIT 1)),
('d1gwclp1pmzk26.cloudfront.net','d1gwclp1pmzk26\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ClickDesk' LIMIT 1)),
('d1ivexoxmp59q7.cloudfront.net/','d1ivexoxmp59q7\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Convertro' LIMIT 1)),
('d1l6p2sc9645hc.cloudfront.net','d1l6p2sc9645hc\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'GoSquared' LIMIT 1)),
('d1m54pdnjzjnhe.cloudfront.net','d1m54pdnjzjnhe\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Qubit Deliver' LIMIT 1)),
('d1m6l9dfulcyw7.cloudfront.net','d1m6l9dfulcyw7\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ContentSquare' LIMIT 1)),
('d1n00d49gkbray.cloudfront.net','d1n00d49gkbray\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'SmarterHQ' LIMIT 1)),
('d1q62gfb8siqnm.cloudfront.net','d1q62gfb8siqnm\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Webtrends' LIMIT 1)),
('d1q7pknmpq2wkm.cloudfront.net/','d1q7pknmpq2wkm\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Fanplayr' LIMIT 1)),
('d1stxfv94hrhia.cloudfront.net','d1stxfv94hrhia\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Retention Science' LIMIT 1)),
('d1va5oqn59yrvt.cloudfront.net','d1va5oqn59yrvt\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Bluegg' LIMIT 1)),
('d1w78njrm56n7g.cloudfront.net','d1w78njrm56n7g\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'feedoptimise' LIMIT 1)),
('d1y9qtn9cuc3xw.cloudfront.ne','d1y9qtn9cuc3xw\.cloudfront\.ne',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Fresh Relevance' LIMIT 1)),
('d1y9qtn9cuc3xw.cloudfront.net','d1y9qtn9cuc3xw\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Fresh Relevance' LIMIT 1)),
('d1z2jf7jlzjs58.cloudfront.net','d1z2jf7jlzjs58\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Parse.ly' LIMIT 1)),
('d22j4fzzszoii2.cloudfront.net','d22j4fzzszoii2\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'SaleCycle' LIMIT 1)),
('d22j4fzzszoii2.cloudfront.net','d22j4fzzszoii2\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'SaleCycle' LIMIT 1)),
('d22rutvoghj3db.cloudfront.net','d22rutvoghj3db\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Qubit Deliver' LIMIT 1)),
('d22xmn10vbouk4.cloudfront.net','d22xmn10vbouk4\.cloudfront\.ne',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Tag Inspector' LIMIT 1)),
('d23nd6ymopvz52.cloudfront.net','d23nd6ymopvz52\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'WebEngage' LIMIT 1)),
('d24n15hnbwhuhn.cloudfront.net','d24n15hnbwhuhn\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Amplitude Mobile Analytics' LIMIT 1)),
('d24qm7bu56swjs.cloudfront.net','d24qm7bu56swjs\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Tailored' LIMIT 1)),
('d26b395fwzu5fz.cloudfront.net','d26b395fwzu5fz\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Keen IO' LIMIT 1)),
('d26opx5dl8t69i.cloudfront.net','d26opx5dl8t69i\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Reflektion' LIMIT 1)),
('d26x5ounzdjojj.cloudfront.net','d26x5ounzdjojj\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Snowplow' LIMIT 1)),
('d2blwevgjs7yom.cloudfront.net','d2blwevgjs7yom\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'LiftSuggest' LIMIT 1)),
('d2e0sxz09bo7k2.cloudfront.net','d2e0sxz09bo7k2\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Flipp' LIMIT 1)),
('d2eeipcrcdle6.cloudfront.net','d2eeipcrcdle6\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Moz Recommended Companies' LIMIT 1)),
('d2gfdmu30u15x7.cloudfront.net','d2gfdmu30u15x7\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'TraceView' LIMIT 1)),
('d2gon4a28k2gjc.cloudfront.net','d2gon4a28k2gjc\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Snowplow' LIMIT 1)),
('d2hkbi3gan6yg6.cloudfront.net','d2hkbi3gan6yg6\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'VisScore' LIMIT 1)),
('d2hlpp31teaww3.cloudfront.net','d2hlpp31teaww3\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'FLXone' LIMIT 1)),
('d2j3qa5nc37287.cloudfront.net','d2j3qa5nc37287\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Justuno' LIMIT 1)),
('d2jjzw81hqbuqv.cloudfront.net','d2jjzw81hqbuqv\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Talkable' LIMIT 1)),
('d2lv4zbk7v5f93.cloudfront.net','d2lv4zbk7v5f93\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Sourcepoint' LIMIT 1)),
('d2nvliyzbo36lk.cloudfrontd2nvliyzbo36lk.cloudfront.net.net','d2nvliyzbo36lk\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'JustPremium' LIMIT 1)),
('d2ob0iztsaxy5v.cloudfront.net','d2ob0iztsaxy5v\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Schuh (image shard)' LIMIT 1)),
('d2oh4tlt9mrke9.cloudfront.net','cloudfront\.net/\.*sessioncam\.recorder\.j',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'SessionCam' LIMIT 1)),
('d2oh4tlt9mrke9.cloudfront.net','d2oh4tlt9mrke9\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'SessionCam' LIMIT 1)),
('d2r1yp2w7bby2u.cloudfront.net','d2r1yp2w7bby2u\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'CleverTap' LIMIT 1)),
('d2revdcchyi5lj.cloudfront.net','d2revdcchyi5lj\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Snowplow' LIMIT 1)),
('d2tgfbvjf3q6hn.cloudfront.net','d2tgfbvjf3q6hn\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Omniconvert' LIMIT 1)),
('d2uncb19xzxhzx.cloudfront.net','d2uncb19xzxhzx\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'HP Optimost' LIMIT 1)),
('d2vig74li2resi.cloudfront.net','d2vig74li2resi\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'CopperEgg' LIMIT 1)),
('d2wy8f7a9ursnm.cloudfront.net','d2wy8f7a9ursnm\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Bugsnag' LIMIT 1)),
('d2xxq4ijfwetlm.cloudfront.net','d2xxq4ijfwetlm\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Unbounce' LIMIT 1)),
('d2zah9y47r7bi2.cloudfront.net','d2zah9y47r7bi2\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'TrackJS' LIMIT 1)),
('d30ke5tqu2tkyx.cloudfront.net','d30ke5tqu2tkyx\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'SaleCycle' LIMIT 1)),
('d31i2625d5nv27.cloudfront.net','d31i2625d5nv27\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Scoota' LIMIT 1)),
('d31qbv1cthcecs.cloudfront.net','d31qbv1cthcecs\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Alexa Certified Metrics' LIMIT 1)),
('d31y97ze264gaa.cloudfront.net','d31y97ze264gaa\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'DialogTech SourceTrak' LIMIT 1)),
('d33w9bm0n1egwm.cloudfront.net','d33w9bm0n1egwm\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'TINT' LIMIT 1)),
('d33wq5gej88ld6.cloudfront.net','d33wq5gej88ld6\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Yieldify' LIMIT 1)),
('d36hc0p18k1aoc.cloudfront.net','d36hc0p18k1aoc\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'TINT' LIMIT 1)),
('d36mpcpuzc4ztk.cloudfront.net','d36mpcpuzc4ztk\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Pusher' LIMIT 1)),
('d3701cc9l7v9a6.cloudfront.net','d3701cc9l7v9a6\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'WebEngage' LIMIT 1)),
('d37gvrvc0wt4s1.cloudfront.net','d37gvrvc0wt4s1\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Rollbar' LIMIT 1)),
('d38nbbai6u794i.cloudfront.net','d38nbbai6u794i\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Fanplayr' LIMIT 1)),
('d3alqb8vzo7fun.cloudfront.net','d3alqb8vzo7fun\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Permutive' LIMIT 1)),
('d3c3cq33003psk.cloudfront.net','d3c3cq33003psk\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Opentag' LIMIT 1)),
('d3cxv97fi8q177.cloudfront.net','d3cxv97fi8q177\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Impact Radius' LIMIT 1)),
('d3ezl4ajpp2zy8.cloudfront.net','d3ezl4ajpp2zy8\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Magnetic' LIMIT 1)),
('d3fi9i0jj23cau.cloudfront.net','d3fi9i0jj23cau\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Ecwid' LIMIT 1)),
('d3hmp0045zy3cs.cloudfront.net','d3hmp0045zy3cs\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Janrain' LIMIT 1)),
('d3j0zfs7paavns.cloudfront.net','d3j0zfs7paavns\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Ecwid' LIMIT 1)),
('d3l7tj34e9fc43.cloudfront.net','d3l7tj34e9fc43\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'TINT' LIMIT 1)),
('d3qxef4rp70elm.cloudfront.net','d3qxef4rp70elm\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Vero' LIMIT 1)),
('d3qxwzhswv93jk.cloudfront.net','d3qxwzhswv93jk\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Sourcepoint' LIMIT 1)),
('d3rr3d0n31t48m.cloudfront.net','d3rr3d0n31t48m\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AddShoppers' LIMIT 1)),
('d3sv.net','d3sv\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'd3 Media' LIMIT 1)),
('d3tjaysgumg9lf.cloudfront.net','d3tjaysgumg9lf\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AppDynamics' LIMIT 1)),
('d3v27wwd40f0xu.cloudfront.net','d3v27wwd40f0xu\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Sidecar' LIMIT 1)),
('d3vbj265bmdenw.cloudfront.net','d3vbj265bmdenw\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Omniconvert' LIMIT 1)),
('d5nxst8fruw4z.cloudfront.net','d5nxst8fruw4z\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Alexa Certified Metrics' LIMIT 1)),
('d6tizftlrpuof.cloudfront.net','d6tizftlrpuof\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Usabilla' LIMIT 1)),
('d81mfvml8p5ml.cloudfront.net','d81mfvml8p5ml\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Fresh Relevance' LIMIT 1)),
('d8rk54i4mohrb.cloudfront.net','d8rk54i4mohrb\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'SimpleReach' LIMIT 1)),
('d9hhrg4mnvzow.cloudfront.net','d9hhrg4mnvzow\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Unbounce' LIMIT 1)),
('d9jmv9u00p0mv.cloudfront.net','d9jmv9u00p0mv\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Loggly' LIMIT 1)),
('dailymail.co.uk','dailymail\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'DMG Media' LIMIT 1)),
('danu.atomvault.net','atomvault\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Atom Content Marketing' LIMIT 1)),
('data','data',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Unknown' LIMIT 1)),
('data.coremetrics.com','data\.coremetrics\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'IBM Digital Analytics' LIMIT 1)),
('data.coremetrics.eu','data\.coremetrics\.eu',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'IBM Digital Analytics' LIMIT 1)),
('data.de.coremetrics.com','data\.de\.coremetrics\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'IBM Digital Analytics' LIMIT 1)),
('data.withcubed.com','data\.withcubed\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'CUBED Attribution' LIMIT 1)),
('datacloud.tealiumiq.com','datacloud\.tealiumiq\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Tealium' LIMIT 1)),
('datadbs.com','datadbs\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Remarketing Pixel' LIMIT 1)),
('datahc.com','datahc\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'HotelsCombined' LIMIT 1)),
('daum.net','daum\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Kakao' LIMIT 1)),
('daumcdn.net','daumcdn\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Kakao' LIMIT 1)),
('dbb4j7hgmq4jy.cloudfront.net','dbb4j7hgmq4jy\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Snowplow' LIMIT 1)),
('dc-storm.com','dc-storm\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Rakuten DC Storm' LIMIT 1)),
('dc8xl0ndzn2cb.cloudfront.net','dc8xl0ndzn2cb\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Snowplow' LIMIT 1)),
('dcg3jth5savst.cloudfront.net','dcg3jth5savst\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Checkfront' LIMIT 1)),
('dcniko1cv0rz.cloudfront.net','dcniko1cv0rz\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Realytics' LIMIT 1)),
('dcoengine.com','dcoengine\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adthink' LIMIT 1)),
('dcslsoftware.com','dcslsoftware\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'DCSL Software' LIMIT 1)),
('dd6zx4ibq538k.cloudfront.net','dd6zx4ibq538k\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Qubit Deliver' LIMIT 1)),
('dds6m601du5ji.cloudfront.net','dds6m601du5ji\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'SundaySky' LIMIT 1)),
('de17a.com','de17a\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Delta Projects AB' LIMIT 1)),
('dealtime.com','dealtime\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Dealtime' LIMIT 1)),
('decibelinsight.net','decibelinsight\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Decibel Insight' LIMIT 1)),
('deepintent.com','deepintent\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'DeepIntent' LIMIT 1)),
('delicious.com','delicious\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Delicious Media' LIMIT 1)),
('deliverimp.com','deliverimp\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'OpenX Technologies' LIMIT 1)),
('delivery.net','delivery\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Acxiom' LIMIT 1)),
('delvenetworks.com','delvenetworks\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Limelight Networks' LIMIT 1)),
('demandbase.com','demandbase\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'DemandBase' LIMIT 1)),
('demandjump.com','demandjump\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'DemandJump' LIMIT 1)),
('demandware.edgesuite.net','demandware\.edgesuite\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Salesforce Commerce Cloud' LIMIT 1)),
('demandware.net','demandware\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Salesforce Commerce Cloud' LIMIT 1)),
('demdex.net','demdex\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adobe Audience Manager' LIMIT 1)),
('deployads.com','deployads\.co',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Sortable' LIMIT 1)),
('devatics.com','devatics\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Devatics' LIMIT 1)),
('devatics.io','devatics\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Devatics' LIMIT 1)),
('developer.android.com','developer\.android\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google' LIMIT 1)),
('developermedia.com','developermedia\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Developer Media' LIMIT 1)),
('deximedia.com','deximedia\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'dexiMEDIA' LIMIT 1)),
('dg1f2pfrgjxdq.cloudfront.net','dg1f2pfrgjxdq\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'LoyaltyLion' LIMIT 1)),
('dh48fr8sp13gg.cloudfront.net','dh48fr8sp13gg\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Snowplow' LIMIT 1)),
('dialog.filepicker.io','dialog\.filepicker\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Filestack' LIMIT 1)),
('dialogtech.com','dialogtech\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'DialogTech' LIMIT 1)),
('dianomi.com','dianomi\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'dianomi' LIMIT 1)),
('dianomioffers.co.uk','dianomioffers\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'dianomi' LIMIT 1)),
('digicert.com','digicert\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'DigiCert' LIMIT 1)),
('digitallook.com','digitallook\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Digital Look' LIMIT 1)),
('digitalscirocco.net','digitalscirocco\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'DigitalScirocco' LIMIT 1)),
('direct-azr-78.com','direct-azr-78\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Lead Forensics' LIMIT 1)),
('displaymarketplace.com','displaymarketplace\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Pulsepoint' LIMIT 1)),
('disqus.com','disqus\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Disqus' LIMIT 1)),
('disquscdn.com','disquscdn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Disqus' LIMIT 1)),
('distribeo.com','distribeo\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'TVTY' LIMIT 1)),
('districtm.io','districtm\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'District M' LIMIT 1)),
('divido.com','divido\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Divido' LIMIT 1)),
('djnf6e5yyirys.cloudfront.net','djnf6e5yyirys\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Friendbuy' LIMIT 1)),
('dkl2tqmjys2z2.cloudfront.net','dkl2tqmjys2z2\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Qubit QTracker' LIMIT 1)),
('dkpklk99llpj0.cloudfront.net','dkpklk99llpj0\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Fresh Relevance' LIMIT 1)),
('dl-rms.com','dl-rms\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Dynamic Logic' LIMIT 1)),
('dm.gg','dm\.gg',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Dailymotion' LIMIT 1)),
('dm2vvhbkw22z1.cloudfront.net','dm2vvhbkw22z1\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Snowplow' LIMIT 1)),
('dmca.com','dmca\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Digital Millennium Copyright Act Services' LIMIT 1)),
('dmcdn.net','dmcdn\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Dailymotion' LIMIT 1)),
('dmtracker.com','dmtracker\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Demand Media' LIMIT 1)),
('dmtrk.com','dmtrk\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'dotMailer' LIMIT 1)),
('dmtry.com','dmtry\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adometry' LIMIT 1)),
('dn3y71tq7jf07.cloudfront.net','dn3y71tq7jf07\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Barilliance' LIMIT 1)),
('dnisjsqid2b9p.cloudfront.net','dnisjsqid2b9p\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Targetix Alliance' LIMIT 1)),
('dnisjsqid2b9p.cloudfront.net','dnisjsqid2b9p\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'HookLogic' LIMIT 1)),
('dnn506yrbagrg.cloudfront.net','dnn506yrbagrg\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Crazy Egg' LIMIT 1)),
('dntrax.com','dntrax\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Team Internet Tonic' LIMIT 1)),
('dntx.com','dntx\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Tonic' LIMIT 1)),
('domdex.com','domdex\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Magnetic' LIMIT 1)),
('donreach.com','donreach\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'donReach' LIMIT 1)),
('dot.wp.pl','dot\.wp\.pl',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Reklama' LIMIT 1)),
('dotmailer-surveys.com','dotmailer-surveys\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'dotMailer Surveys' LIMIT 1)),
('dotmailer.com','dotmailer\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'dotMailer' LIMIT 1)),
('dotomi.com','dotomi\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Conversant' LIMIT 1)),
('doubleclick.net','doubleclick\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'DoubleClick' LIMIT 1)),
('doublepimp.com','doublepimp\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AdSupply' LIMIT 1)),
('doubleverify.com','doubleverify\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'DoubleVerify' LIMIT 1)),
('doug1izaerwt3.cloudfront.net','doug1izaerwt3\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'KISSmetrics' LIMIT 1)),
('dowjones.com','dowjones\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Dow Jones' LIMIT 1)),
('dowjoneson.com','dowjoneson\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Dow Jones' LIMIT 1)),
('dpbolvw.net','dpbolvw\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'CJ Affiliate' LIMIT 1)),
('dpclk.com','dpclk\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Deep Forest Media' LIMIT 1)),
('dpmsrv.com','dpmsrv\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Audience 360' LIMIT 1)),
('dpstatic.com','dpstatic\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Digitial Point' LIMIT 1)),
('drct2u.com','drct2u\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'J.D. Williams & Co' LIMIT 1)),
('driving.co.uk','driving\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Sunday Times Driving' LIMIT 1)),
('dropboxusercontent.com','dropboxusercontent\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Dropbox' LIMIT 1)),
('drtvtracker.com','drtvtracker\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Piwik' LIMIT 1)),
('drvizd1lyevz4.cloudfront.net','drvizd1lyevz4\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Snowplow' LIMIT 1)),
('ds-aksb-a.akamaihd.net','ds-aksb-a\.akamaihd\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Akamai Real User Monitoring' LIMIT 1)),
('dsms0mj1bbhn4.cloudfront.net','dsms0mj1bbhn4\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Shareaholic' LIMIT 1)),
('dsp.io','dsp\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'iotec' LIMIT 1)),
('dsply.com','dsply\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Answers' LIMIT 1)),
('dstillery.com','dstillery\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'dstillery' LIMIT 1)),
('dsyszv14g9ymi.cloudfront.net','dsyszv14g9ymi\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'KISSmetrics' LIMIT 1)),
('dt.scanscout.com','dt\.scanscout\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'VideoHub' LIMIT 1)),
('dt07.net','dt0(0|1|2|3|4|5|6|7|8|9)\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'MarketGuide' LIMIT 1)),
('dtlilztwypawv.cloudfront.net','dtlilztwypawv\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'PluginDetect' LIMIT 1)),
('dtmpub.com','dtmpub\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Conversant' LIMIT 1)),
('dtrck.net','dtrck\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Distribute Travel' LIMIT 1)),
('dtscout.com','dtscout\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'DTSCOUT' LIMIT 1)),
('dtxtngytz5im1.cloudfront.net','dtxtngytz5im1\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Qubit QTracker' LIMIT 1)),
('dtxtngytz5im1.cloudfront.net','dtxtngytz5im1\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Qubit Exit Feedback' LIMIT 1)),
('dummyimage.com','dummyimage\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Dynamic Dummy Image Generator' LIMIT 1)),
('dvtps.com','dvtps\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'DoubleVerify' LIMIT 1)),
('dw3vahmen1rfy.cloudfront.net','dw3vahmen1rfy\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Tailored' LIMIT 1)),
('dwcdn.net','dwcdn\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Datawrapper' LIMIT 1)),
('dwin1.com','dwin[1|2]\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Affiliate Window' LIMIT 1)),
('dwmvwp56lzq5t.cloudfront.net','dwmvwp56lzq5t\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Yieldify' LIMIT 1)),
('dyjnzf8evxrp2.cloudfront.net','dyjnzf8evxrp2\.cloudfront\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Scoota' LIMIT 1)),
('dyn-img.com','dyn-img\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Optilead' LIMIT 1)),
('dynamicconverter.com','dynamicconverter\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Dynamic Converter' LIMIT 1)),
('dynamicyield.com','dynamicyield\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Dynamic Yield' LIMIT 1)),
('dynapis.info','dynapis\.info',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Dyn Real User Monitoring' LIMIT 1)),
('dyntrk.com','dyntrk\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'DynAdmic' LIMIT 1)),
('e-travel.com','e-travel\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Amadeus' LIMIT 1)),
('e-webtrack.net','e-webtrack\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'MEC WebTrack' LIMIT 1)),
('e.invodo.com','e\.invodo\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Invodo' LIMIT 1)),
('easypolls.net','easypolls\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ObjectPlanet' LIMIT 1)),
('ebay.com','ebay\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'eBay' LIMIT 1)),
('ebayimg.com','ebayimg\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'eBay' LIMIT 1)),
('ebdr3.com','ebdr\.*\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'engage:BDR' LIMIT 1)),
('ebiquitymedia.com','ebiquitymedia\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Ebiquity' LIMIT 1)),
('ebz.io','ebz\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'eBuzzing' LIMIT 1)),
('eccmp.com','eccmp\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Experian Cross-Channel Marketing Platform' LIMIT 1)),
('ecommercefeed.net','ecommercefeed\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ecommercefeed.net' LIMIT 1)),
('ecorebates.com','ecorebates\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Eco Rebates' LIMIT 1)),
('ectnews.com','ectnews\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ECT News Network' LIMIT 1)),
('ecustomeropinions.com','ecustomeropinions\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'eDigital Research' LIMIT 1)),
('ecwid.com','ecwid\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Ecwid' LIMIT 1)),
('ecx.images-amazon.com','ecx\.images-amazon\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Amazon Web Services' LIMIT 1)),
('edaa.eu','edaa\.eu',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'European Interactive Digital Advertising Alli' LIMIT 1)),
('edge-cdn.net','edge-cdn\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'MovingIMAGE24' LIMIT 1)),
('edgecastcdn.net','edgecastcdn\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Digital Media Services' LIMIT 1)),
('edgecastdns.net','edgecastdns\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Digital Media Services' LIMIT 1)),
('edgefcs.net','edgefcs\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Akamai Technologies' LIMIT 1)),
('edgekey.net','edgekey\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Akamai Technologies' LIMIT 1)),
('edgesuite.net','edgesuite\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Akamai Technologies' LIMIT 1)),
('edigitalresearch.com','edigitalresearch\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'eDigitalResearch' LIMIT 1)),
('edigitalsurvey.com','edigitalsurvey\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'eDigitalResearch' LIMIT 1)),
('editiondigital.com','editiondigital\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Edition Digital' LIMIT 1)),
('edot.co.za','edot\.co\.za',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Edot Web Technologies' LIMIT 1)),
('edrcdn.com','edrcdn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'eDigitalResearch' LIMIT 1)),
('eff1.net','eff1\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'D.A. Consortium' LIMIT 1)),
('effectivemeasure.net','effectivemeasure\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Effective Measure' LIMIT 1)),
('effiliation.com','effiliation\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Effiliation sa' LIMIT 1)),
('efm.me','efm\.met',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Interview' LIMIT 1)),
('egain.com','egain\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'eGain' LIMIT 1)),
('egaincloud.net','egaincloud\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'GainCloud' LIMIT 1)),
('ehosts.net','ehosts\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'eHost' LIMIT 1)),
('ekmpinpoint.co.uk','ekmpinpoint\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Ekm Systems' LIMIT 1)),
('ekmsecure.com','ekmsecure\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Ekm Systems' LIMIT 1)),
('ekomi.com','ekomi\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'eKomi' LIMIT 1)),
('ekomi.de','ekomi\.de',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'eKomi' LIMIT 1)),
('elastera.net','elastera\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Elastera' LIMIT 1)),
('elasticad.net','elasticad\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Elastic Ad' LIMIT 1)),
('elasticbeanstalk.com','elasticbeanstalk\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Amazon Web Services' LIMIT 1)),
('elevaate.technology','elevaate\.technology',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Elevate' LIMIT 1)),
('elicitapp.com','elicitapp\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Elicit' LIMIT 1)),
('elitechnology.com','elitechnology\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ELITechGroup' LIMIT 1)),
('elogia.net','elogia\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Elogia' LIMIT 1)),
('eloqua.com','eloqua\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Oracle' LIMIT 1)),
('elr.sfr.fr','elr\.sfr\.fr',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'SFR' LIMIT 1)),
('email-attitude.com','email-attitude\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Email Attitude' LIMIT 1)),
('emailcenteruk.com','emailcenteruk\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'EmailCenter' LIMIT 1)),
('emailretargeting.com','emailretargeting\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Criteo' LIMIT 1)),
('emap.com','emap\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'EMAP' LIMIT 1)),
('embed.ly','embed\.ly',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Embedly' LIMIT 1)),
('embedly.com','embedly\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Embedly' LIMIT 1)),
('emediate.dk','emediate\.dk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Cxense' LIMIT 1)),
('emediate.eu','emediate\.eu',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Cxense' LIMIT 1)),
('emjcd.com','emjcd\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Conversant' LIMIT 1)),
('emlfiles.com','emlfiles(\d*)\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'dotMailer' LIMIT 1)),
('emmsrep.crcom.co.uk','emmsrep\.crcom\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Capita' LIMIT 1)),
('empathybroker.com','empathybroker\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'EmpathyBroker Site Search' LIMIT 1)),
('emsecure.net','emsecure\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Selligent' LIMIT 1)),
('emv2.com','emv2\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'SmartFocus' LIMIT 1)),
('emv3.com','emv3\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'SmartFocus' LIMIT 1)),
('en25.com','en25\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Oracle' LIMIT 1)),
('enfusen.com','enfusen\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Enfusen' LIMIT 1)),
('engagio.com','engagio\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Engagio' LIMIT 1)),
('ensighten.com','ensighten\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Ensighten' LIMIT 1)),
('entitytag.co.uk','entitytag\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'EntityLink' LIMIT 1)),
('eolcdn.com','eolcdn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Eulerian Technologies' LIMIT 1)),
('episerver.net','episerver\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'EpiServer' LIMIT 1)),
('epoq.de','epoq\.de',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'epoq internet services' LIMIT 1)),
('eqads.com','eqads\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'EQ works' LIMIT 1)),
('equiniti.com','equiniti\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Equiniti' LIMIT 1)),
('erne.co','erne\.co',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'RTB House AdPilot' LIMIT 1)),
('errorception.com','errorception\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Errorception' LIMIT 1)),
('esearchvision.com','esearchvision\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ESV Digital' LIMIT 1)),
('estara.com','estara\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Oracle' LIMIT 1)),
('ethn.io','ethn\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Ethnio' LIMIT 1)),
('etracker.de','etracker\.de',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'etracker' LIMIT 1)),
('eum-appdynamics.com','eum-appdynamics\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AppDynamics' LIMIT 1)),
('euroland.com','euroland\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Euroland' LIMIT 1)),
('evbuc.com','evbuc\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Eventbrite' LIMIT 1)),
('eventbrite.co.uk','eventbrite\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Eventbrite' LIMIT 1)),
('everestads.net','everestads\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adobe Scene7' LIMIT 1)),
('everestjs.net','everestjs\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adobe Scene7' LIMIT 1)),
('everesttech.net','everesttech\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Everest Technologies' LIMIT 1)),
('evergage.com','evergage\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Evergage' LIMIT 1)),
('evidon.com','evidon\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Evidon' LIMIT 1)),
('evisitanalyst.com','evisitanalyst\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Maxsi' LIMIT 1)),
('evolvemediallc.com','evolvemediallc\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Evolve Media' LIMIT 1)),
('evq1.com','evq1\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Everquote' LIMIT 1)),
('ex1.coull.com','coull\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'OverStream' LIMIT 1)),
('exactag.com','exactag\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Exactag' LIMIT 1)),
('exe.bid','exe\.bid',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'exebid.DCA' LIMIT 1)),
('exelator.com','exelator\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'eXelate' LIMIT 1)),
('exoclick.com','exoclick\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ExoClick' LIMIT 1)),
('experian.com','experian\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Experian' LIMIT 1)),
('experianmarketingservices.digital','experianmarketingservices\.digital',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Experian' LIMIT 1)),
('explore-123.com','explore-123\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Lead Forensics' LIMIT 1)),
('exponea.com','exponea\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Exponea' LIMIT 1)),
('exponential.com','exponential\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Exponential Interactive' LIMIT 1)),
('extend.tv','extend\.tv',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'zypmedia' LIMIT 1)),
('extended-validation-ssl.websecurity.symantec.com','extended-validation-ssl\.websecurity\.symantec\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Symantec' LIMIT 1)),
('extole.com','extole\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Extole' LIMIT 1)),
('extreme-dm.com','extreme-dm\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'eXTReMe digital' LIMIT 1)),
('eyeota.net','eyeota\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Eyeota' LIMIT 1)),
('eyereturn.com','eyereturn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'eyeReturn Marketing' LIMIT 1)),
('eyeviewads.com','eyeviewads\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'EyeView' LIMIT 1)),
('ezakus.net','ezakus\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Ezakus Pretargeting' LIMIT 1)),
('ezoic.net','ezoic\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Ezoic' LIMIT 1)),
('f3d.io','f3d\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Forward Internet Group' LIMIT 1)),
('facebook.com','www\.facebook\.com/tr',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Facebook Custom Audiences' LIMIT 1)),
('facebook.com','facebook\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Facebook' LIMIT 1)),
('facebook.com','facebook\.com\.*/u\.',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'FBX' LIMIT 1)),
('facebook.net','facebook\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Facebook' LIMIT 1)),
('fanplayr.com','fanplayr\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Fanplayr' LIMIT 1)),
('fast-thinking.co.uk','fast-thinking\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Fast Thinking' LIMIT 1)),
('fastapi.net','fastapi\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AdInMedia' LIMIT 1)),
('fastclick.net','fastclick\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Conversant' LIMIT 1)),
('fastly.net','fastly\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Fastly' LIMIT 1)),
('fbcdn-photos-e-a.akamaihd.net','fbcdn-photos-e-a\.akamaihd\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Facebook' LIMIT 1)),
('fbcdn-profile-a.akamaihd.net','fbcdn-profile-a\.akamaihd\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Facebook' LIMIT 1)),
('fbcdn.net','fbcdn\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Facebook' LIMIT 1)),
('fbstatic-a.akamaihd.net','fbstatic-a\.akamaihd\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Facebook' LIMIT 1)),
('feedbackify.com','feedbackify\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Feedbackify' LIMIT 1)),
('feedburner.com','feedburner\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google' LIMIT 1)),
('feedmagnet.com','feedmagnet\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Bazaarvoice' LIMIT 1)),
('feedoptimise.com','feedoptimise\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'feedoptimise' LIMIT 1)),
('feefo.com','feefo\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Feefo.com' LIMIT 1)),
('fetchback.com','fetchback\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'eBay' LIMIT 1)),
('fiftyone.com','fiftyone\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Borderfree' LIMIT 1)),
('filemobile.com','filemobile\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Newzulu' LIMIT 1)),
('fimserve.com','fimserve\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'The Rubicon Project' LIMIT 1)),
('finsburymedia.com','finsburymedia\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Finsbury Media' LIMIT 1)),
('firepush.io','firepush\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Firepush' LIMIT 1)),
('firstimpression.io','firstimpression\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'FirstImpression' LIMIT 1)),
('fitrec.truefitcorp.com','fitrec\.truefitcorp\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Truefit' LIMIT 1)),
('fits.me','fits\.me',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Fits Me' LIMIT 1)),
('five.tv','five\.tv',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Channel 5 Media' LIMIT 1)),
('fivetran.com','fivetran\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Fivetran' LIMIT 1)),
('flashtalking.com','flashtalking\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Simplicity Marketing' LIMIT 1)),
('flaticons.net','flaticons\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'IT Dienstleistungen Tim Prinzkosky' LIMIT 1)),
('flex.msn.com','flex\.msn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Bing Ads Universal Event Tracking' LIMIT 1)),
('flexshopper.com','flexshopper\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'FlexShopper' LIMIT 1)),
('flickr.com','flickr\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Flickr' LIMIT 1)),
('flipboard.com','flipboard\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Flipboard' LIMIT 1)),
('flite.com','flite\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Flite' LIMIT 1)),
('flix360.com','flix360\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Flixmedia' LIMIT 1)),
('flixcar.com','flixcar\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Flixmedia' LIMIT 1)),
('flixfacts.co.uk','flixfacts\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Flixmedia' LIMIT 1)),
('flixfacts.com','flixfacts\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Flixmedia' LIMIT 1)),
('flixsyndication.net','flixsyndication\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Flixmedia' LIMIT 1)),
('flockler.com','flockler\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Flockler' LIMIT 1)),
('flowplayer.org','flowplayer\.org',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Flowplayer' LIMIT 1)),
('fls-na.amazon.com','fls-na\.amazon\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Amazon' LIMIT 1)),
('fls.doubleclick.net','fls\.doubleclick\.net\.*/\.*type=invme',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'DoubleClick Bid Manager' LIMIT 1)),
('fls.doubleclick.net','fls\.doubleclick\.net\.*/\.*type=invme',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'DoubleClick Bid Manager' LIMIT 1)),
('fls.doubleclick.net','fls\.doubleclick\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google Doubleclick Floodlight' LIMIT 1)),
('flx1.com','flx1\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'FLXone' LIMIT 1)),
('flxpxl.com','flxpxl\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'FlxOne' LIMIT 1)),
('fontdeck.com','fontdeck\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Fontdeck' LIMIT 1)),
('fonts.com','fonts\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Monotype' LIMIT 1)),
('fonts.googleapis.com','fonts\.googleapis\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google Fonts' LIMIT 1)),
('fonts.gstatic.com','fonts\.gstatic\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google Fonts' LIMIT 1)),
('fonts.net','fonts\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Monotype' LIMIT 1)),
('foodity.com','foodity\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Foodity Technologies' LIMIT 1)),
('footprint.net','footprint\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Level 3 Communications' LIMIT 1)),
('force.com','force\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Salesforce.com' LIMIT 1)),
('force24.co.uk','force24\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Force24' LIMIT 1)),
('forensics1000.com','forensics1000\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Lead Forensics' LIMIT 1)),
('foresee.com','foresee\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ForeSee' LIMIT 1)),
('foreseeresults.com','foreseeresults\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ForeSee' LIMIT 1)),
('formalyzer.com','formalyzer\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'LeadLander' LIMIT 1)),
('fortawesome.com','fortawesome\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Fort Awesome' LIMIT 1)),
('forter.com','forter\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Forter' LIMIT 1)),
('forward3d.com','forward3d\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Forward3D' LIMIT 1)),
('fospha.com','fospha\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Fospha' LIMIT 1)),
('foursixty.com','foursixty\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Foursixty' LIMIT 1)),
('fout.jp','fout\.jp',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'FreakOut' LIMIT 1)),
('foxycart.com','foxycart\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'FoxyCart' LIMIT 1)),
('fqtag.com','fqtag\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Forensiq' LIMIT 1)),
('freegeoip.net','freegeoip\.(net|io|com)',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'freegeoip.net' LIMIT 1)),
('freeskreen.com','freeskreen\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'SlimCut Media Outstream' LIMIT 1)),
('fresh8.co','fresh8\.co',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Fresh 8 Gaming' LIMIT 1)),
('freshdesk.com','freshdesk\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Freshdesk' LIMIT 1)),
('freshrelevance.com','freshrelevance\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Fresh Relevance' LIMIT 1)),
('friendbuy.com','friendbuy\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Friendbuy' LIMIT 1)),
('frienefit.com','frienefit\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Frienefit' LIMIT 1)),
('frontend.id-visitors.com','frontend\.id-visitors\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'VisualVisitor' LIMIT 1)),
('fstech.co.uk','fstech\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Six Degrees Group' LIMIT 1)),
('ftjcfx.com','ftjcfx\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'CJ Affiliate by Conversant' LIMIT 1)),
('fuel451.com','fuel451\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Teedhaze' LIMIT 1)),
('fuelx.com','fuelx\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'FuelX' LIMIT 1)),
('fwmrm.net','fwmrm\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'freewheel.tv' LIMIT 1)),
('fyber.com','fyber\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Fyber' LIMIT 1)),
('fyre.co','fyre\.co',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Livefyre' LIMIT 1)),
('g-ecx.images-amazon.com','g-ecx\.images-amazon\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Amazon Web Services' LIMIT 1)),
('g.doubleclick.net','stats\.g\.doubleclick\.net/r/collec',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'DoubleClick' LIMIT 1)),
('g.doubleclick.net','g\.doubleclick\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AdWords Remarketing' LIMIT 1)),
('gaug.es','gaug\.es',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Fastest Forward' LIMIT 1)),
('gccdn.net','gccdn\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'CD Networks' LIMIT 1)),
('gdimg.net','gdimg\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Com Laude' LIMIT 1)),
('gdmdigital.com','gdmdigital\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Global Digital Markets' LIMIT 1)),
('geckotribe.com','geckotribe\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Gecko Tribe' LIMIT 1)),
('gemius.pl','gemius\.pl',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Gemius' LIMIT 1)),
('genesismedia.com','genesismedia\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Genesis Media' LIMIT 1)),
('genesismediaus.com','genesismediaus\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Genesis Media' LIMIT 1)),
('geni.us','geni\.us',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Geniuslink' LIMIT 1)),
('genieessp.jp','genieessp\.jp',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Geniee' LIMIT 1)),
('genieesspv.jp','genieesspv\.j',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Geniee' LIMIT 1)),
('genieventures.co.uk','genieventures\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Genie Ventures' LIMIT 1)),
('geo.yieldifylabs.com','geo\.yieldifylabs\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Yieldify' LIMIT 1)),
('geoplugin.com','geoplugin\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Geoplugin' LIMIT 1)),
('geoplugin.net','geoplugin\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Geoplugin' LIMIT 1)),
('georeferencer.com','georeferencer\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Georeferencer' LIMIT 1)),
('georiot.com','georiot\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'GeoRiot' LIMIT 1)),
('geotrust.com','geotrust\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'GeoTrust' LIMIT 1)),
('getambassador.com','getambassador\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Ambassador' LIMIT 1)),
('getclicky.com','getclicky\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Roxr Software' LIMIT 1)),
('getdrip.com','getdrip\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Drip' LIMIT 1)),
('getletterpress.com','getletterpress\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Letter Press' LIMIT 1)),
('getmein.com','getmein\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'GET ME IN! (TicketMaster)' LIMIT 1)),
('getresponse.com','getresponse\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'GetResponse' LIMIT 1)),
('getscenario.com','getscenario\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Scenario' LIMIT 1)),
('getsentry.com','getsentry\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Sentry' LIMIT 1)),
('getsidecar.com','getsidecar\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Sidecar' LIMIT 1)),
('getsitecontrol.com','getsitecontrol\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'GetSiteControl' LIMIT 1)),
('getsocial.io','getsocial\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'GetSocial' LIMIT 1)),
('gettyimages.co.uk','gettyimages\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Getty Images' LIMIT 1)),
('getvero.com','getvero\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Vero' LIMIT 1)),
('gexperiments1.com','gexperiments\d\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google Analytics Experiments' LIMIT 1)),
('gforcesinternal.co.uk','gforcesinternal\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'G-Forces Web Management' LIMIT 1)),
('gfycat.com','gfycat\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Gfycat' LIMIT 1)),
('ggpht.com','ggpht\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Youtube' LIMIT 1)),
('ggwebcast.com','ggwebcast\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Groovy Gecko' LIMIT 1)),
('gigya.com','gigya\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Gigya' LIMIT 1)),
('giphy.com','giphy\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'GIPHY' LIMIT 1)),
('github.com','github\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Github' LIMIT 1)),
('github.io','github\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Github' LIMIT 1)),
('glassdoor.com','glassdoor\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Glassdoor' LIMIT 1)),
('gldsta-02-or.com','gldsta-02-or\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Lead Forensics' LIMIT 1)),
('gleam.io','gleam\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Gleam' LIMIT 1)),
('global-e.com','global-e\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Global-e' LIMIT 1)),
('global2.cmdolb.com','global2\.cmdolb\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Radar' LIMIT 1)),
('globalsign.com','globalsign\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'GlobalSign' LIMIT 1)),
('globalsign.net','globalsign\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'GlobalSign' LIMIT 1)),
('globalstats.ekmsecure.com','globalstats\.ekmsecure\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Ekm Systems' LIMIT 1)),
('globalwebindex.net','globalwebindex\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'GlobalWebIndex' LIMIT 1)),
('globase.com','globase\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Globase International' LIMIT 1)),
('gmads.net','gmads\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Xaxis' LIMIT 1)),
('gnatta.com','gnatta\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'gnatta' LIMIT 1)),
('go-mpulse.net','go-mpulse\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'mPulse' LIMIT 1)),
('go2cloud.org','go2cloud\.org',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Has Offers' LIMIT 1)),
('goadservices.com','goadservices\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'YoYo' LIMIT 1)),
('godatafeed.com','godatafeed\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'GoDataFeed' LIMIT 1)),
('goodlayers2.com','goodlayers2\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Media Temple' LIMIT 1)),
('google-analytics.com','google-analytics\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google Analytics' LIMIT 1)),
('google.co.uk','google\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google Display Network' LIMIT 1)),
('google.com','google\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google' LIMIT 1)),
('google.com','google\.com/ads/',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google Display Network' LIMIT 1)),
('google.com','/jsapi\.j',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google Loader' LIMIT 1)),
('google.nl','google\.nl/ads/',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google Display Network' LIMIT 1)),
('googleads.g.doubleclick.net','googleads\.g\.doubleclick\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google Dynamic Remarketing' LIMIT 1)),
('googleadservices.com','googleadservices\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AdWords' LIMIT 1)),
('googleapis.com','googleapis\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google APIs' LIMIT 1)),
('googlecode.com','googlecode\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google' LIMIT 1)),
('googlecommerce.com','googlecommerce\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google Trusted Stores' LIMIT 1)),
('googlesyndication.com','googlesyndication\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google AdSense' LIMIT 1)),
('googletagmanager.com','googletagmanager\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google Tag Manager' LIMIT 1)),
('googletagservices.com','googletagservices\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google Tag Manager' LIMIT 1)),
('googleusercontent.com','googleusercontent\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google' LIMIT 1)),
('googlevideo.com','googlevideo\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google Video' LIMIT 1)),
('gooo.al','gooo\.al',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Marcaria.com' LIMIT 1)),
('goroost.com','goroost\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Roost' LIMIT 1)),
('goshoplogic.com','goshoplogic\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Bloomreach' LIMIT 1)),
('goshowoff.com','goshowoff\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ASP' LIMIT 1)),
('gosquared.com','gosquared\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'GoSquared' LIMIT 1)),
('gotraffic.net','gotraffic\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Bloomberg' LIMIT 1)),
('govmetric.com','govmetric\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'GovMetric' LIMIT 1)),
('granify.com','granify\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Granify' LIMIT 1)),
('grapeshot.co.uk','grapeshot\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Grapeshot' LIMIT 1)),
('graph.facebook.com','graph\.facebook\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Facebook' LIMIT 1)),
('gravatar.com','gravatar\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Automattic' LIMIT 1)),
('gravity.com','gravity\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Interest Graph' LIMIT 1)),
('green-bloc9.com','green-bloc9\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Lead Forensics' LIMIT 1)),
('gridsumdissector.com','gridsumdissector\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Web Dissector' LIMIT 1)),
('groovygecko.net','groovygecko\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Groovy Gecko' LIMIT 1)),
('grvcdn.com','grvcdn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Gravity (AOL)' LIMIT 1)),
('gscontxt.net','gscontxt\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Grapeshot' LIMIT 1)),
('gsipartners.com','gsipartners\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'eBay Enterprise' LIMIT 1)),
('gssprt.jp','gssprt\.jp',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Geniee' LIMIT 1)),
('gstatic.com','gstatic\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google' LIMIT 1)),
('guardian.co.uk','guardian\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Guardian Media' LIMIT 1)),
('gumgum.com','gumgum\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'GumGum' LIMIT 1)),
('gumtree.com','gumtree\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Gumtree' LIMIT 1)),
('gwallet.com','gwallet\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'RadiumOne' LIMIT 1)),
('h-cdn.co','h-cdn\.co',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Hearst Communications' LIMIT 1)),
('h-cdn.com','h-cdn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Hola Networks' LIMIT 1)),
('h4k5.com','h4k5\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Rakuten DC Storm' LIMIT 1)),
('hawksearch.com','hawksearch\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Hawk Search' LIMIT 1)),
('hawksearch.info','hawksearch\.info',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Thanx Media' LIMIT 1)),
('hbpl.co.uk','hbpl\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Haymarket Media Group' LIMIT 1)),
('heapanalytics.com','heapanalytics\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Heap' LIMIT 1)),
('hearst.io','hearst\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Hearst Communications' LIMIT 1)),
('hearstdigital.com','hearstdigital\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Hearst Communications' LIMIT 1)),
('hearstlabs.com','hearstlabs\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Hearst Communications' LIMIT 1)),
('heatmap.it','heatmap\.it',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Heatmap' LIMIT 1)),
('heias.com','heias\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ADNOLOGIES' LIMIT 1)),
('hellobar.com','hellobar\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Crazy Egg' LIMIT 1)),
('herokuapp.com','herokuapp\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Heroku' LIMIT 1)),
('hexagon-analytics.com','hexagon-analytics\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Crimson Hexagon Analytics' LIMIT 1)),
('hextom.com','hextom\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Hexton' LIMIT 1)),
('hiberniacdn.com','hiberniacdn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Hibernia Networks' LIMIT 1)),
('hifx.com','hifx\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Continental Exchange Solutions' LIMIT 1)),
('highcharts.com','highcharts\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Highcharts' LIMIT 1)),
('histats.com','histats\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Histats' LIMIT 1)),
('hits.io','hits\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Semantics3' LIMIT 1)),
('hitslink.com','hitslink\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'HitsLink' LIMIT 1)),
('hitsprocessor.com','hitsprocessor\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Net Applications' LIMIT 1)),
('hittail.com','hittail\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'The Numa Group' LIMIT 1)),
('hlserve.com','hlserve\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'HookLogic' LIMIT 1)),
('hootsuite.com','hootsuite\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Hootsuite' LIMIT 1)),
('hostingprod.com','hostingprod\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Yahoo!' LIMIT 1)),
('hotjar.com','hotjar\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Hotjar' LIMIT 1)),
('hotukdeals.com','hotukdeals\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'HotUKDeals' LIMIT 1)),
('hotwords.com.br','hotwords\.com\.br',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'HotWords' LIMIT 1)),
('hoverr.media','hoverr\.media',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Hoverr' LIMIT 1)),
('href.asia','href\.asia',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Geniee' LIMIT 1)),
('hs-analytics.net','hs-analytics\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Hubspot' LIMIT 1)),
('hs-scripts.com','hs-scripts\.co',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Hubspot' LIMIT 1)),
('hsappstatic,net','hsappstatic\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Hubspot' LIMIT 1)),
('hscollectedforms.net','hscollectedforms\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'HubSpot' LIMIT 1)),
('hscta.net','hscta\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'HubSpot' LIMIT 1)),
('hsforms.net','hsforms\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'HubSpot' LIMIT 1)),
('hsleadflows.net','hsleadflows\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'HubSpot' LIMIT 1)),
('hsstatic.net','hsstatic\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Hubspot' LIMIT 1)),
('http://edrcode.com/','edrcode\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'eDigitalResearch' LIMIT 1)),
('httptrack.com','httptrack\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'mainADV' LIMIT 1)),
('hubspot.com','hubspot\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Hubspot' LIMIT 1)),
('hubspot.net','hubspot\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Hubspot' LIMIT 1)),
('hubverifyandoptimize.com','hubverifyandoptimize\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Mediahub' LIMIT 1)),
('hull.io','hull\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Hull.js' LIMIT 1)),
('hullapp.io','hullapp\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Hull.js' LIMIT 1)),
('hupso.com','hupso\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Hupso Website Analyzer' LIMIT 1)),
('hwcdn.net','hwcdn\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Highwinds' LIMIT 1)),
('hyfn.com','hyfn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'hyfn' LIMIT 1)),
('i-parcel.com','i-parcel\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'UPS i-parcel' LIMIT 1)),
('i-transactads.com','i-transactads\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Response Team' LIMIT 1)),
('i0.wp.com','i0\.wp\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Photon' LIMIT 1)),
('i1.wp.com','i1\.wp\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Photon' LIMIT 1)),
('i2.wp.com','i2\.wp\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Photon' LIMIT 1)),
('iadvize.com','iadvize\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'iAdvize SAS' LIMIT 1)),
('iasds01.com','iasds01\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Integral Ad Science' LIMIT 1)),
('ib-ibi.com','ib-ibi\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'I-Behavior' LIMIT 1)),
('ibillboard.com','ibillboard\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'iBillboard' LIMIT 1)),
('ibpxl.com','ibpxl\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Internet Brands' LIMIT 1)),
('ic-live.com','ic-live\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'iCrossing' LIMIT 1)),
('ic.com.au','ic\.com\.au',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'WebWombat' LIMIT 1)),
('icnetwork.co.uk','icnetwork\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Trinity Mirror Digital Media' LIMIT 1)),
('identrust.com','identrust\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'IdenTrust' LIMIT 1)),
('idio.co','idio\.co',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Ido' LIMIT 1)),
('idsync.rlcdn.com','idsync\.rlcdn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'LiveRamp IdentityLink' LIMIT 1)),
('idtargeting.com','idtargeting\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Realtime Targeting' LIMIT 1)),
('iesnare.com','iesnare\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'iovation' LIMIT 1)),
('ifactory.com','ifactory\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'iFactory' LIMIT 1)),
('ifdnrg.com','ifdnrg\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'IFDNRG' LIMIT 1)),
('igodigital.com','igodigital\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'iGoDigital' LIMIT 1)),
('ijento.com','ijento\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'iJento' LIMIT 1)),
('iljmp.com','iljmp\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Improvely' LIMIT 1)),
('im-apps.net','im-apps\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'AudienceSearch' LIMIT 1)),
('imallcdn.net','imallcdn\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Online republic' LIMIT 1)),
('imedia.cz','imedia\.cz',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Seznam' LIMIT 1)),
('img-cedexis.mncdn.com','img-cedexis\.mncdn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Radar' LIMIT 1)),
('imgix.net','imgix\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'imgix' LIMIT 1)),
('imgsafe.org','imgsafe\.org',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Img Safe' LIMIT 1)),
('imgur.com','imgur\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Imgur' LIMIT 1)),
('imiclk.com','imiclk\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adroit Digital Solutions' LIMIT 1)),
('impact-ad.jp','impact-ad\.jp',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Digital Advertising Consortium' LIMIT 1)),
('impactradius-event.com','impactradius-event\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Impact Radius' LIMIT 1)),
('impdesk.com','impdesk\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Infectious Media' LIMIT 1)),
('impressiondesk.com','impressiondesk\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Infectious Media' LIMIT 1)),
('imrworldwide.com','imrworldwide\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'NetRatings SiteCensus' LIMIT 1)),
('inbenta.com','inbenta\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Inbenta' LIMIT 1)),
('incisivemedia.com','incisivemedia\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Incisive Media' LIMIT 1)),
('indeed.com','indeed\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Indeed' LIMIT 1)),
('indexww.com','indexww\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Index Exchange' LIMIT 1)),
('indoona.com','indoona\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Indoona' LIMIT 1)),
('inferencemobile.com','inferencemobile\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Inference Mobile' LIMIT 1)),
('infinity-tracking.net','infinity-tracking\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Infinity Tracking' LIMIT 1)),
('influid.co','influid\.co',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Tactics bvba' LIMIT 1)),
('infogr.am','infogr\.am',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'infogr.am' LIMIT 1)),
('infolinks.com','infolinks\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Infolinks' LIMIT 1)),
('infusionsoft.com','infusionsoft\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Infusionsoft' LIMIT 1)),
('inktad.com','inktad\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Ink' LIMIT 1)),
('inktel.com','inktel\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Inktel Contact Center Solutions' LIMIT 1)),
('inmobi.com','inmobi\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'InMobi' LIMIT 1)),
('inmz.net','inmz\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Infectious Media' LIMIT 1)),
('inner-active.mobi','inner-active\.mobi',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Inneractive' LIMIT 1)),
('innomdc.com','innomdc\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'APSIS Profile Cloud' LIMIT 1)),
('inpagevideo.nl','inpagevideo\.nl',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Video Media Groep' LIMIT 1)),
('inq.com','inq\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Touch Commerce' LIMIT 1)),
('inside-graph.com','inside-graph\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'PowerFront' LIMIT 1)),
('insightexpressai.com','insightexpressai\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Insight Express' LIMIT 1)),
('insipio.com','insipio\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Insipio' LIMIT 1)),
('inskinad.com','inskinad\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'InSkin Media' LIMIT 1)),
('inskinmedia.com','inskinmedia\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'InSkin Media' LIMIT 1)),
('inspectlet.com','inspectlet\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Inspectlet' LIMIT 1)),
('instaembedder.com','instaembedder\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Instembedder' LIMIT 1)),
('instagram.com','instagram\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Instagram' LIMIT 1)),
('instansive.com','instansive\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Instansive' LIMIT 1)),
('instantservice.com','instantservice\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Oracle' LIMIT 1)),
('instinctiveads.com','instinctiveads\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Instinctive' LIMIT 1)),
('intelli-direct.com','intelli-direct\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Cognesia' LIMIT 1)),
('intellitxt.com','intellitxt\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Vibrant Media' LIMIT 1)),
('intenthq.com','intenthq\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Intent HQ' LIMIT 1)),
('intentiq.com','intentiq\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Intent IQ' LIMIT 1)),
('intercom.io','intercom\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Intercom' LIMIT 1)),
('intercom.io','intercom\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Intercom' LIMIT 1)),
('intercomassets.com','intercomassets\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Intercom' LIMIT 1)),
('intercomcdn.com','intercomcdn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Intercom' LIMIT 1)),
('interstateanalytics.com','interstateanalytics\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Interstate' LIMIT 1)),
('intilery-analytics.com','intilery-analytics\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Intilery' LIMIT 1)),
('investis.com','investis\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Investis' LIMIT 1)),
('invitemedia.com','invitemedia\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google' LIMIT 1)),
('invodo.com','invodo\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Invodo' LIMIT 1)),
('ioam.de','ioam\.de',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Infoline' LIMIT 1)),
('iocdn.coremetrics.com','iocdn\.coremetrics\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'IBM Digital Analytics' LIMIT 1)),
('iperceptions.com','iperceptions\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'iPerceptions' LIMIT 1)),
('ipify.org','ipify\.org',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ipify' LIMIT 1)),
('ipinfo.io','ipinfo\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'ipinfo.io' LIMIT 1)),
('ipredictive.com','ipredictive\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Adelphic' LIMIT 1)),
('ipv6test.net','\.metric\.ipv6test\\.(com|net)',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Google IPV6 Metrics' LIMIT 1)),
('iqm.cc','iqm\.cc',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'IQ Mobile' LIMIT 1)),
('issue.by','issue\.by',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Issue' LIMIT 1)),
('issuu.com','issuu\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'issuu' LIMIT 1)),
('ist-track.com','ist-track\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Intelligent Reach' LIMIT 1)),
('isu.pub','isu\.pub',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'issuu' LIMIT 1)),
('iveperson.com','iveperson\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'LivePerson' LIMIT 1)),
('iwantthatflight.com.au','iwantthatflight\.com\.au',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Gath Adams' LIMIT 1)),
('ixiaa.com','ixiaa\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'IXI Digital' LIMIT 1)),
('janrain.com','janrain\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Janrain' LIMIT 1)),
('janrainbackplane.com','janrainbackplane\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Janrain' LIMIT 1)),
('jd.com','jd\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'JingDong' LIMIT 1)),
('jellyfish.net','jellyfish\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Jellyfish' LIMIT 1)),
('jifo.co','jifo\.co',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'infogr.am' LIMIT 1)),
('jisusaiche.biz','jisusaiche\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Dyn Real User Monitoring' LIMIT 1)),
('jisusaiche.com','jisusaiche\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Dyn Real User Monitoring' LIMIT 1)),
('jivosite.com','jivosite\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'JivoChat' LIMIT 1)),
('jivox.com','jivox\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Jivox' LIMIT 1)),
('jobvite.com','jobvite\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Jobvite' LIMIT 1)),
('johnstonpress.co.uk','johnstonpress\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Johnston Press' LIMIT 1)),
('jotformpro.com','jotformpro\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'JotForm' LIMIT 1)),
('jpress.co.uk','jpress\.co\.uk',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Johnston Press' LIMIT 1)),
('jquery.com','jquery\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'MaxCDN' LIMIT 1)),
('jquerytools.org','jquerytools\.org',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Flowzymes Ky' LIMIT 1)),
('js-agent.newrelic.com','js-agent\.newrelic\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'New Relic Browser' LIMIT 1)),
('js.leadin.com','js\.leadin\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'HubSpot' LIMIT 1)),
('js.logentries.com','js\.logentries\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Logentries' LIMIT 1)),
('jsdelivr.net','jsdelivr\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'jsDelivr' LIMIT 1)),
('jsonip.com','jsonip\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'jsonip.com' LIMIT 1)),
('jsrdn.com','jsrdn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'DistroScale' LIMIT 1)),
('jtdiscuss.com','jtdiscuss\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Join the Dots (Research)' LIMIT 1)),
('juicyads.com','juicyads\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'JuicyAds' LIMIT 1)),
('jump-time.net','jump-time\.net',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'OpenX Technologies' LIMIT 1)),
('jumptap.com','jumptap\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Millennial Media' LIMIT 1)),
('justpremium.com','justpremium\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'JustPremium Ads' LIMIT 1)),
('justuno.com','justuno\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'JustUno' LIMIT 1)),
('jwpcdn.com','jwpcdn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'LongTail Ad Solutions' LIMIT 1)),
('jwplatform.com','jwplatform\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'LongTail Ad Solutions' LIMIT 1)),
('jwplayer.com','jwplayer\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'LongTail Ad Solutions' LIMIT 1)),
('jwpltx.com','jwpltx\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'LongTail Ad Solutions' LIMIT 1)),
('jwpsrv.com','jwpsrv\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'LongTail Ad Solutions' LIMIT 1)),
('kameleoon.com','kameleoon\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Kameleoon' LIMIT 1)),
('kampyle.com','kampyle\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Kampyle' LIMIT 1)),
('kargo.com','kargo\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Kargo' LIMIT 1)),
('kau.li','kau\.li',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Kauli' LIMIT 1)),
('keen.io','keen\.io',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Keen IO' LIMIT 1)),
('kelkoo.com','kelkoo\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Kelkoo' LIMIT 1)),
('keyade.com','keyade\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Madmetrics' LIMIT 1)),
('keynote.com','keynote\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Keynote' LIMIT 1)),
('keywee.co','keywee\.co',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Keywee' LIMIT 1)),
('kinxcdn.com','kinxcdn\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'KINX (Korea Internet Neutral eXchange)' LIMIT 1)),
('kiosked.com','kiosked\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Kiosked' LIMIT 1)),
('kissmetrics.com','kissmetrics\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'KISSmetrics' LIMIT 1)),
('klarna.com','klarna\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Klarna' LIMIT 1)),
('klaviyo.com','klaviyo\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Klaviyo' LIMIT 1)),
('klevu.com','klevu\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Klevu Search' LIMIT 1)),
('klick2contact.com','klick2contact\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Klick2Contact' LIMIT 1)),
('knightlab.com','knightlab\.com',(SELECT idproduct FROM thirdpartydb.product WHERE name = 'Knight Lab' LIMIT 1)),
('kodajo.com','kodajo\.com',(SEL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment