var ctPublicFunctions = {"_ajax_nonce":"e80ac69644","_rest_nonce":"dc6856e57d","_ajax_url":"\/wp-admin\/admin-ajax.php","_rest_url":"https:\/\/tekmarkgp.com\/wp-json\/","data__cookies_type":"none","data__ajax_type":"rest","bot_detector_enabled":false,"data__frontend_data_log_enabled":1,"data__bot_detector_enabled":0,"cookiePrefix":"","wprocket_detected":false,"host_url":"tekmarkgp.com","text__ee_click_to_select":"Click to select the whole data","text__ee_original_email":"The complete one is","text__ee_got_it":"Got it","text__ee_blocked":"Blocked","text__ee_cannot_connect":"Cannot connect","text__ee_cannot_decode":"Can not decode email. Unknown reason","text__ee_email_decoder":"CleanTalk email decoder","text__ee_wait_for_decoding":"The magic is on the way!","text__ee_decoding_process":"Please wait a few seconds while we decode the contact data."}
var ctPublic = {"_ajax_nonce":"e80ac69644","settings__forms__check_internal":"1","settings__forms__check_external":"1","settings__forms__force_protection":0,"settings__forms__search_test":"1","settings__forms__wc_add_to_cart":"0","bot_detector_enabled":false,"settings__sfw__anti_crawler":0,"blog_home":"https:\/\/tekmarkgp.com\/","pixel__setting":"3","pixel__enabled":true,"pixel__url":"https:\/\/moderate14-v4.cleantalk.org\/pixel\/167ffad0c9f9869f6ab253fe69f8d879.gif","data__email_check_before_post":"1","data__email_check_exist_post":"0","data__cookies_type":"none","data__key_is_ok":true,"data__visible_fields_required":true,"wl_brandname":"Anti-Spam by CleanTalk","wl_brandname_short":"CleanTalk","ct_checkjs_key":"8c0950ebf1a609fd06676122436ebbd25d56e00bf97e9959ef69809fe2dbd7fd","emailEncoderPassKey":"ceac7f32921cabe4982f886aa2a51a85","bot_detector_forms_excluded":"W10=","advancedCacheExists":true,"varnishCacheExists":false,"wc_ajax_add_to_cart":false}
var mi_version = '11.3.0';
var mi_track_user = true;
var mi_no_track_reason = '';
var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/tekmarkgp.com\/services\/new-business-market-development\/","page_referrer":"https:\/\/tekmarkgp.com\/"};
if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) {
var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations );
} else {
var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations;
}var disableStrs = [
'ga-disable-G-1SZTE04340',
];/* Function to detect opted out users */
function __gtagTrackerIsOptedOut() {
for (var index = 0; index < disableStrs.length; index++) {
if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
return true;
}
}return false;
}/* Disable tracking if the opt-out cookie exists. */
if (__gtagTrackerIsOptedOut()) {
for (var index = 0; index < disableStrs.length; index++) {
window[disableStrs[index]] = true;
}
}/* Opt-out function */
function __gtagTrackerOptout() {
for (var index = 0; index < disableStrs.length; index++) {
document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
window[disableStrs[index]] = true;
}
}if ('undefined' === typeof gaOptout) {
function gaOptout() {
__gtagTrackerOptout();
}
}
window.dataLayer = window.dataLayer || [];window.MonsterInsightsDualTracker = {
helpers: {},
trackers: {},
};
if (mi_track_user) {
function __gtagDataLayer() {
dataLayer.push(arguments);
}function __gtagTracker(type, name, parameters) {
if (!parameters) {
parameters = {};
}if (parameters.send_to) {
__gtagDataLayer.apply(null, arguments);
return;
}if (type === 'event') {
parameters.send_to = monsterinsights_frontend.v4_id;
var hookName = name;
if (typeof parameters['event_category'] !== 'undefined') {
hookName = parameters['event_category'] + ':' + name;
}if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') {
MonsterInsightsDualTracker.trackers[hookName](parameters);
} else {
__gtagDataLayer('event', name, parameters);
}
} else {
__gtagDataLayer.apply(null, arguments);
}
}__gtagTracker('js', new Date());
__gtagTracker('set', {
'developer_id.dZGIzZG': true,
});
if ( MonsterInsightsLocations.page_location ) {
__gtagTracker('set', MonsterInsightsLocations);
}
__gtagTracker('config', 'G-1SZTE04340', {"forceSSL":"true"} );
window.gtag = __gtagTracker; (function () {
/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
/* ga and __gaTracker compatibility shim. */
var noopfn = function () {
return null;
};
var newtracker = function () {
return new Tracker();
};
var Tracker = function () {
return null;
};
var p = Tracker.prototype;
p.get = noopfn;
p.set = noopfn;
p.send = function () {
var args = Array.prototype.slice.call(arguments);
args.unshift('send');
__gaTracker.apply(null, args);
};
var __gaTracker = function () {
var len = arguments.length;
if (len === 0) {
return;
}
var f = arguments[len - 1];
if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
if ('send' === arguments[0]) {
var hitConverted, hitObject = false, action;
if ('event' === arguments[1]) {
if ('undefined' !== typeof arguments[3]) {
hitObject = {
'eventAction': arguments[3],
'eventCategory': arguments[2],
'eventLabel': arguments[4],
'value': arguments[5] ? arguments[5] : 1,
}
}
}
if ('pageview' === arguments[1]) {
if ('undefined' !== typeof arguments[2]) {
hitObject = {
'eventAction': 'page_view',
'page_path': arguments[2],
}
}
}
if (typeof arguments[2] === 'object') {
hitObject = arguments[2];
}
if (typeof arguments[5] === 'object') {
Object.assign(hitObject, arguments[5]);
}
if ('undefined' !== typeof arguments[1].hitType) {
hitObject = arguments[1];
if ('pageview' === hitObject.hitType) {
hitObject.eventAction = 'page_view';
}
}
if (hitObject) {
action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
hitConverted = mapArgs(hitObject);
__gtagTracker('event', action, hitConverted);
}
}
return;
}function mapArgs(args) {
var arg, hit = {};
var gaMap = {
'eventCategory': 'event_category',
'eventAction': 'event_action',
'eventLabel': 'event_label',
'eventValue': 'event_value',
'nonInteraction': 'non_interaction',
'timingCategory': 'event_category',
'timingVar': 'name',
'timingValue': 'value',
'timingLabel': 'event_label',
'page': 'page_path',
'location': 'page_location',
'title': 'page_title',
'referrer' : 'page_referrer',
};
for (arg in args) {
if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
hit[gaMap[arg]] = args[arg];
} else {
hit[arg] = args[arg];
}
}
return hit;
}try {
f.hitCallback();
} catch (ex) {
}
};
__gaTracker.create = newtracker;
__gaTracker.getByName = newtracker;
__gaTracker.getAll = function () {
return [];
};
__gaTracker.remove = noopfn;
__gaTracker.loaded = true;
window['__gaTracker'] = __gaTracker;
})();
} else {
console.log("");
(function () {
function __gtagTracker() {
return null;
}window['__gtagTracker'] = __gtagTracker;
window['gtag'] = __gtagTracker;
})();
}
var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/tekmarkgp.com","hash_tracking":"false","v4_id":"G-1SZTE04340"};
var breeze_prefetch = {"local_url":"https://tekmarkgp.com","ignore_remote_prefetch":"1","ignore_list":["/checkout2/","wp-admin","wp-login.php"]};
//# sourceURL=breeze-prefetch-js-extra
Whether it’s through new technologies, new products, new services, new applications, new markets or new business models, or collaborating with another firm, market leaders continue growing by constantly and pro-actively developing new business opportunities. Our business development programs solve near-term, tactical to long-term, strategic challenges. We provide solutions for the following common scenarios;
Ansoff Matrix, Source: Wikipedia
Need To Generate New Sales NOW! – leads, leads & qualified leads. We have proven programs and processes that quickly; characterizes markets; identifies market leaders and decision makers; conducts pro-active marketing campaigns; and follows up with interested prospects to confirm, qualify and prioritize leads for your team to close. These programs can generate new opportunities as quickly as in ~ 2 months.
Rely on too few customers or markets for the majority of your sales and need to diversify your customer base,
Desire to take existing products into new applications and/or markets,
Need to estimate the opportunities for a new technology to make informed investment and planning decisions,
Want to commercialize technology developed through an SBIR/STTR government award or other funding source
Operate in a relatively mature market with mature products and are experiencing stagnant growth, or
Have a possible “disruptive” technology but are not sure how to package and market it . . .
. . . then you have an opportunity to chart a new course for future growth. TekMark can help you leverage existing products into new applications and markets. We can assess your new technologies and investigate potential markets for technology commercialization and product development. We bring seemingly gray areas of opportunity into clearer view that enables you to make more informed tactical, strategic, investment and organizational decisions.
Whether your need is long term and strategic in nature and/or more tactical in nature and you need to develop new sales opportunities quickly, TekMark can guide and support your goals for new and profitable growth.
Request a Recommended Program Outline and Budgetary Quote
“TekMark’s . . . ability to engage aerospace industry decision makers to obtain critical and sensitive market info enabled us to better evaluate our market opportunities, close on new sales prospects and make more informed decision making to support our strategic growth goals. ”
Takayuki Onogi, Director of Business Development / Mitsui Corporation
“TekMark has been instrumental in developing new applications, new markets and new sales opportunities for our industry leading optical metrology technology. We look forward to our continued relationship and achieving new growth that TekMark’s consulting services will provide.”
Erik Jensen, Director of Sales / Corning Tropel Corporation
var edd_scripts = {"ajaxurl":"https://tekmarkgp.com/wp-admin/admin-ajax.php","position_in_cart":"","has_purchase_links":"0","already_in_cart_message":"You have already added this item to your cart","empty_cart_message":"Your cart is empty","loading":"Loading","select_option":"Please select an option","is_checkout":"0","default_gateway":"paypal","redirect_to_checkout":"1","checkout_page":"https://tekmarkgp.com/checkout2/","permalinks":"1","quantities_enabled":"","taxes_enabled":"0","current_page":"8"};
//# sourceURL=edd-ajax-js-extra