{"id":11127,"date":"2025-03-21T12:28:27","date_gmt":"2025-03-21T12:28:27","guid":{"rendered":"https:\/\/avelonetwork.com\/?p=11127"},"modified":"2025-03-21T12:28:29","modified_gmt":"2025-03-21T12:28:29","slug":"programmatic-offline-ad-hoc-link-creation","status":"publish","type":"post","link":"https:\/\/avelonetwork.com\/knowledge-base\/affiliate\/programmatic-offline-ad-hoc-link-creation","title":{"rendered":"Programmatic offline ad-hoc link creation"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"11127\" class=\"elementor elementor-11127\" data-elementor-post-type=\"post\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1eacd45a e-flex e-con-boxed e-con e-parent\" data-id=\"1eacd45a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-54a005a7 elementor-widget elementor-widget-bdt-breadcrumbs\" data-id=\"54a005a7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"bdt-breadcrumbs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class='bdt-ep-breadcrumbs-wrapper'><ul class=\"bdt-ep-breadcrumb breadcrumb-align-left  \"><li><a href=\"https:\/\/avelonetwork.com\/\">Avelon<\/a><\/li>\n<\/ul><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-65198f60 elementor-widget elementor-widget-heading\" data-id=\"65198f60\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Programmatic offline ad-hoc link creation<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-758eb4fc elementor-widget elementor-widget-text-editor\" data-id=\"758eb4fc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>To ensure we don&#8217;t create millions of links in one go, we developed ad-hoc links. Ad-hoc links do not exist in Avelon&#8217;s system until they are clicked. On first use (click) an actual affiliate link is created from the data stored in the ad-hoc link.<\/p><p>Our ad-hoc link pattern is below:<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-077cd7b elementor-widget elementor-widget-code-highlight\" data-id=\"077cd7b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"code-highlight.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"prismjs-default copy-to-clipboard \">\n\t\t\t<pre data-line=\"\" class=\"highlight-height language-javascript \">\n\t\t\t\t<code readonly=\"true\" class=\"language-javascript\">\n\t\t\t\t\t<xmp>https:\/\/app.avelonetwork.com\/api\/c\/${retailerPk}\/${affiliatePk}\/${token}<\/xmp>\n\t\t\t\t<\/code>\n\t\t\t<\/pre>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c98b39f elementor-widget elementor-widget-text-editor\" data-id=\"7c98b39f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>You must be approved into a retailer&#8217;s affiliate programme, otherwise the link will fail when clicked.<\/p><p>The &#8216;token&#8217; part of the URL contains a JSON web token (JWT) which is optionally encrypted. In this example, no encryption is used. The JWT is signed by a shared secret, so no parameter spoofing is possible.<\/p><p>You will need to request a JWT secret before you can create your links.<\/p><p>Code example is below:<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e3b9480 elementor-widget elementor-widget-code-highlight\" data-id=\"e3b9480\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"code-highlight.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"prismjs-default copy-to-clipboard \">\n\t\t\t<pre data-line=\"\" class=\"highlight-height language-javascript \">\n\t\t\t\t<code readonly=\"true\" class=\"language-javascript\">\n\t\t\t\t\t<xmp>Map payload = [\n\t\t\"destination\": destination, \/\/ the destination URL on your website (e.g. https:\/\/myshop.com\/shoes)\n\t\t\"alias\"      : alias \/\/ link name, can be anything but cannot be empty\n]\n\nAlgorithm algorithm = Algorithm.HMAC256(JWT_SECRET)\nString encodedPayload = JWT.create().withPayload(payload).sign(algorithm)\n\nString adHocLink = \"https:\/\/app.avelonetwork.com\/api\/c\/${retailerPk}\/${affiliatePk}\/${URLEncoder.encode(encodedPayload, StandardCharsets.UTF_8)}\"<\/xmp>\n\t\t\t\t<\/code>\n\t\t\t<\/pre>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-208202de elementor-widget elementor-widget-heading\" data-id=\"208202de\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Where can I find the retailerPK?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a9d3ba7 elementor-widget elementor-widget-text-editor\" data-id=\"a9d3ba7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>The retailerPK is found on the end of the URL of the retailers profile. It corresponds to the retailers name on Avelon. For example, if the retailers name is Brick Caps, then their retailerPK will most likely be brickcaps.<\/p><p><a href=\"https:\/\/app.avelonetwork.com\/provider\/profile\/\" rel=\"nofollow\">https:\/\/app.avelonetwork.com\/provider\/profile\/<\/a><b>brickcaps<\/b><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8a86dd9 elementor-widget elementor-widget-heading\" data-id=\"8a86dd9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Where can I find the affiliatePK?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a26f9fe elementor-widget elementor-widget-text-editor\" data-id=\"a26f9fe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>The affiliatePK is your PK and can be found in the Account tab under Account information &gt; Affiliate ID.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bb0581a elementor-widget elementor-widget-heading\" data-id=\"bb0581a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Contact support<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1dd11313 elementor-widget elementor-widget-text-editor\" data-id=\"1dd11313\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>If you require any help on this topic, please contact our Support Team.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-75074929 elementor-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"75074929\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/avelonetwork.com\/contact-avelon\/\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-external-link-alt\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Contact Support Team<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Avelon Programmatic offline ad-hoc link creation To ensure we don&#8217;t create millions of links in one go, we developed ad-hoc links. Ad-hoc [&hellip;]<\/p>\n","protected":false},"author":228586669,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"elementor_header_footer","format":"standard","meta":{"content-type":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":true,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[1408],"tags":[],"class_list":["post-11127","post","type-post","status-publish","format-standard","hentry","category-affiliate-support"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Programmatic offline ad-hoc link creation | Avelon<\/title>\n<meta name=\"description\" content=\"Programmatic offline ad-hoc link creation Join Avelon now, the sports specific affiliate, ambassador and publisher platform.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/avelonetwork.com\/knowledge-base\/affiliate\/programmatic-offline-ad-hoc-link-creation\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Programmatic offline ad-hoc link creation | Avelon\" \/>\n<meta property=\"og:description\" content=\"Programmatic offline ad-hoc link creation Join Avelon now, the sports specific affiliate, ambassador and publisher platform.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/avelonetwork.com\/knowledge-base\/affiliate\/programmatic-offline-ad-hoc-link-creation\" \/>\n<meta property=\"og:site_name\" content=\"Avelon\" \/>\n<meta property=\"article:published_time\" content=\"2025-03-21T12:28:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-21T12:28:29+00:00\" \/>\n<meta name=\"author\" content=\"Andrew\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Andrew\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/avelonetwork.com\\\/knowledge-base\\\/affiliate\\\/programmatic-offline-ad-hoc-link-creation#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/avelonetwork.com\\\/knowledge-base\\\/affiliate\\\/programmatic-offline-ad-hoc-link-creation\"},\"author\":{\"name\":\"Andrew\",\"@id\":\"https:\\\/\\\/avelonetwork.com\\\/#\\\/schema\\\/person\\\/c7fc4d724ac32c2d086b6c6c0339353b\"},\"headline\":\"Programmatic offline ad-hoc link creation\",\"datePublished\":\"2025-03-21T12:28:27+00:00\",\"dateModified\":\"2025-03-21T12:28:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/avelonetwork.com\\\/knowledge-base\\\/affiliate\\\/programmatic-offline-ad-hoc-link-creation\"},\"wordCount\":231,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\\\/\\\/avelonetwork.com\\\/#organization\"},\"articleSection\":[\"Affiliate Support\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/avelonetwork.com\\\/knowledge-base\\\/affiliate\\\/programmatic-offline-ad-hoc-link-creation#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/avelonetwork.com\\\/knowledge-base\\\/affiliate\\\/programmatic-offline-ad-hoc-link-creation\",\"url\":\"https:\\\/\\\/avelonetwork.com\\\/knowledge-base\\\/affiliate\\\/programmatic-offline-ad-hoc-link-creation\",\"name\":\"Programmatic offline ad-hoc link creation | Avelon\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/avelonetwork.com\\\/#website\"},\"datePublished\":\"2025-03-21T12:28:27+00:00\",\"dateModified\":\"2025-03-21T12:28:29+00:00\",\"description\":\"Programmatic offline ad-hoc link creation Join Avelon now, the sports specific affiliate, ambassador and publisher platform.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/avelonetwork.com\\\/knowledge-base\\\/affiliate\\\/programmatic-offline-ad-hoc-link-creation#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/avelonetwork.com\\\/knowledge-base\\\/affiliate\\\/programmatic-offline-ad-hoc-link-creation\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/avelonetwork.com\\\/knowledge-base\\\/affiliate\\\/programmatic-offline-ad-hoc-link-creation#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Avelon\",\"item\":\"https:\\\/\\\/avelonetwork.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Programmatic offline ad-hoc link creation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/avelonetwork.com\\\/#website\",\"url\":\"https:\\\/\\\/avelonetwork.com\\\/\",\"name\":\"Avelon | Premium Sports Affiliate Marketing Platform\",\"description\":\"The sports specific affiliate, ambassador and publisher platform\",\"publisher\":{\"@id\":\"https:\\\/\\\/avelonetwork.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/avelonetwork.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/avelonetwork.com\\\/#organization\",\"name\":\"Avelon\",\"url\":\"https:\\\/\\\/avelonetwork.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/avelonetwork.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/avelonetwork.com\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/avelonsmalllogo.png?fit=350%2C100&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/avelonetwork.com\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/avelonsmalllogo.png?fit=350%2C100&ssl=1\",\"width\":350,\"height\":100,\"caption\":\"Avelon\"},\"image\":{\"@id\":\"https:\\\/\\\/avelonetwork.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/avelonetwork.com\\\/#\\\/schema\\\/person\\\/c7fc4d724ac32c2d086b6c6c0339353b\",\"name\":\"Andrew\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d56995e9081b392888016c568ffdc9ad91bbf2d7cc68c05f922012fc3c6e692a?s=96&d=identicon&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d56995e9081b392888016c568ffdc9ad91bbf2d7cc68c05f922012fc3c6e692a?s=96&d=identicon&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d56995e9081b392888016c568ffdc9ad91bbf2d7cc68c05f922012fc3c6e692a?s=96&d=identicon&r=g\",\"caption\":\"Andrew\"},\"description\":\"Co-founder of Avelon. Connect with me on LinkedIn or drop me an email if you fancy a chat!\",\"sameAs\":[\"http:\\\/\\\/andrewavelontest.wordpress.com\"],\"url\":\"https:\\\/\\\/avelonetwork.com\\\/?author=228586669\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Programmatic offline ad-hoc link creation | Avelon","description":"Programmatic offline ad-hoc link creation Join Avelon now, the sports specific affiliate, ambassador and publisher platform.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/avelonetwork.com\/knowledge-base\/affiliate\/programmatic-offline-ad-hoc-link-creation","og_locale":"en_GB","og_type":"article","og_title":"Programmatic offline ad-hoc link creation | Avelon","og_description":"Programmatic offline ad-hoc link creation Join Avelon now, the sports specific affiliate, ambassador and publisher platform.","og_url":"https:\/\/avelonetwork.com\/knowledge-base\/affiliate\/programmatic-offline-ad-hoc-link-creation","og_site_name":"Avelon","article_published_time":"2025-03-21T12:28:27+00:00","article_modified_time":"2025-03-21T12:28:29+00:00","author":"Andrew","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Andrew","Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/avelonetwork.com\/knowledge-base\/affiliate\/programmatic-offline-ad-hoc-link-creation#article","isPartOf":{"@id":"https:\/\/avelonetwork.com\/knowledge-base\/affiliate\/programmatic-offline-ad-hoc-link-creation"},"author":{"name":"Andrew","@id":"https:\/\/avelonetwork.com\/#\/schema\/person\/c7fc4d724ac32c2d086b6c6c0339353b"},"headline":"Programmatic offline ad-hoc link creation","datePublished":"2025-03-21T12:28:27+00:00","dateModified":"2025-03-21T12:28:29+00:00","mainEntityOfPage":{"@id":"https:\/\/avelonetwork.com\/knowledge-base\/affiliate\/programmatic-offline-ad-hoc-link-creation"},"wordCount":231,"commentCount":1,"publisher":{"@id":"https:\/\/avelonetwork.com\/#organization"},"articleSection":["Affiliate Support"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/avelonetwork.com\/knowledge-base\/affiliate\/programmatic-offline-ad-hoc-link-creation#respond"]}]},{"@type":"WebPage","@id":"https:\/\/avelonetwork.com\/knowledge-base\/affiliate\/programmatic-offline-ad-hoc-link-creation","url":"https:\/\/avelonetwork.com\/knowledge-base\/affiliate\/programmatic-offline-ad-hoc-link-creation","name":"Programmatic offline ad-hoc link creation | Avelon","isPartOf":{"@id":"https:\/\/avelonetwork.com\/#website"},"datePublished":"2025-03-21T12:28:27+00:00","dateModified":"2025-03-21T12:28:29+00:00","description":"Programmatic offline ad-hoc link creation Join Avelon now, the sports specific affiliate, ambassador and publisher platform.","breadcrumb":{"@id":"https:\/\/avelonetwork.com\/knowledge-base\/affiliate\/programmatic-offline-ad-hoc-link-creation#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/avelonetwork.com\/knowledge-base\/affiliate\/programmatic-offline-ad-hoc-link-creation"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/avelonetwork.com\/knowledge-base\/affiliate\/programmatic-offline-ad-hoc-link-creation#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Avelon","item":"https:\/\/avelonetwork.com\/"},{"@type":"ListItem","position":2,"name":"Programmatic offline ad-hoc link creation"}]},{"@type":"WebSite","@id":"https:\/\/avelonetwork.com\/#website","url":"https:\/\/avelonetwork.com\/","name":"Avelon | Premium Sports Affiliate Marketing Platform","description":"The sports specific affiliate, ambassador and publisher platform","publisher":{"@id":"https:\/\/avelonetwork.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/avelonetwork.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/avelonetwork.com\/#organization","name":"Avelon","url":"https:\/\/avelonetwork.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/avelonetwork.com\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/avelonetwork.com\/wp-content\/uploads\/2023\/04\/avelonsmalllogo.png?fit=350%2C100&ssl=1","contentUrl":"https:\/\/i0.wp.com\/avelonetwork.com\/wp-content\/uploads\/2023\/04\/avelonsmalllogo.png?fit=350%2C100&ssl=1","width":350,"height":100,"caption":"Avelon"},"image":{"@id":"https:\/\/avelonetwork.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/avelonetwork.com\/#\/schema\/person\/c7fc4d724ac32c2d086b6c6c0339353b","name":"Andrew","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/d56995e9081b392888016c568ffdc9ad91bbf2d7cc68c05f922012fc3c6e692a?s=96&d=identicon&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d56995e9081b392888016c568ffdc9ad91bbf2d7cc68c05f922012fc3c6e692a?s=96&d=identicon&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d56995e9081b392888016c568ffdc9ad91bbf2d7cc68c05f922012fc3c6e692a?s=96&d=identicon&r=g","caption":"Andrew"},"description":"Co-founder of Avelon. Connect with me on LinkedIn or drop me an email if you fancy a chat!","sameAs":["http:\/\/andrewavelontest.wordpress.com"],"url":"https:\/\/avelonetwork.com\/?author=228586669"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_likes_enabled":true,"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/peLSXj-2Tt","jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/avelonetwork.com\/index.php?rest_route=\/wp\/v2\/posts\/11127","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/avelonetwork.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/avelonetwork.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/avelonetwork.com\/index.php?rest_route=\/wp\/v2\/users\/228586669"}],"replies":[{"embeddable":true,"href":"https:\/\/avelonetwork.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=11127"}],"version-history":[{"count":6,"href":"https:\/\/avelonetwork.com\/index.php?rest_route=\/wp\/v2\/posts\/11127\/revisions"}],"predecessor-version":[{"id":11137,"href":"https:\/\/avelonetwork.com\/index.php?rest_route=\/wp\/v2\/posts\/11127\/revisions\/11137"}],"wp:attachment":[{"href":"https:\/\/avelonetwork.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=11127"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/avelonetwork.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=11127"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/avelonetwork.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=11127"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}