{"id":25,"date":"2023-03-03T17:44:45","date_gmt":"2023-03-03T15:44:45","guid":{"rendered":"https:\/\/www.genecy.com\/blog\/?p=25"},"modified":"2025-10-14T19:55:07","modified_gmt":"2025-10-14T16:55:07","slug":"how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers","status":"publish","type":"post","link":"https:\/\/www.genecy.com\/resources\/25-how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers\/","title":{"rendered":"How to prepare an HTML5 ad with click tracking for Google Ad Manager (formerly DoubleClick for Publishers)"},"content":{"rendered":"\n<p>Did you receive an HTML5 zip bundle from an advertiser and upload it to Google Ad Manager (GAM) with HTML5 type, only to receive the following message: &#8220;Missing click tag. Add a valid click tag or exit function before uploading the creative to Ad Manager.&#8221;? Don&#8217;t worry, we&#8217;re here to help you add the missing click tag.<\/p>\n\n\n\n<!--more-->\n\n\n\n<p>There are various methods to add click tracking for HTML5 banners, but in this article, we&#8217;ll explain the easiest way we know.<\/p>\n\n\n\n<p><a href=\"https:\/\/support.google.com\/admanager\/answer\/7420753\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">In 2016<\/a>, Google released an option for HTML5 creative uploading in GAM. You can <a href=\"https:\/\/support.google.com\/admanager\/answer\/7046902\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">read more about this feature<\/a> in the Google Ad Manager free version. This feature is very nice and makes HTML5 creative trafficking much easier.<\/p>\n\n\n\n<p>Let&#8217;s update the creative to make it appropriate for GAM&#8217;s HTML5 type. In this tutorial, we&#8217;ll use <a href=\"https:\/\/www.genecy.com\/resources\/wp-content\/uploads\/2016\/11\/creative.zip\">this sample creative<\/a>.<\/p>\n\n\n\n<p><strong>Step 1:<\/strong> Save the received HTML5 zip bundle somewhere on your computer and unzip it (we recommend extracting it to a new directory).<\/p>\n\n\n\n<figure class=\"wp-block-video\"><video height=\"874\" style=\"aspect-ratio: 1354 \/ 874;\" width=\"1354\" controls src=\"https:\/\/www.genecy.com\/blog\/wp-content\/uploads\/2016\/11\/extract_zip.mp4\"><\/video><\/figure>\n\n\n\n<p><strong>Step 2: <\/strong>Find the HTML file (with &#8220;.html&#8221; extension usually) and open it with your favorite text editor.<\/p>\n\n\n\n<p><strong>Step 3:<\/strong> Add this code right before the closing &#8220;&lt;\/body&gt;&#8221; tag. Change the URL (<a href=\"https:\/\/www.genecy.com\/\">https:\/\/www.genecy.com<\/a>) to an appropriate destination URL.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: xml; title: ; notranslate\" title=\"\">\n&lt;script type=&quot;text\/javascript&quot;&gt;\nvar clickTag = &quot;https:\/\/www.genecy.com&quot;;\n&lt;\/script&gt;\n&lt;script type=&quot;text\/javascript&quot;&gt;\nif (document.body.attachEvent) {\n   document.body.attachEvent(&#039;onclick&#039;, function() {window.open(window.clickTag);});\n} else {\n   document.body.addEventListener(&#039;click&#039;, function() {window.open(window.clickTag);}, false);\n}\n&lt;\/script&gt;\n<\/pre><\/div>\n\n\n<figure class=\"wp-block-video\"><video height=\"1572\" style=\"aspect-ratio: 2444 \/ 1572;\" width=\"2444\" controls src=\"https:\/\/www.genecy.com\/blog\/wp-content\/uploads\/2022\/08\/edit_html_file_1.mp4\"><\/video><\/figure>\n\n\n\n<p><strong>Step 4:<\/strong> Save and close the file.<\/p>\n\n\n\n<p><strong>Step 5:<\/strong> Select all the extracted files, including the edited HTML file, and create a new zip file (archive).<\/p>\n\n\n\n<figure class=\"wp-block-video\"><video height=\"866\" style=\"aspect-ratio: 1288 \/ 866;\" width=\"1288\" controls src=\"https:\/\/www.genecy.com\/blog\/wp-content\/uploads\/2022\/08\/make_zip.mp4\"><\/video><\/figure>\n\n\n\n<p><strong>Step 6:<\/strong> Upload the new zip bundle to GAM, and you will see no warning messages about click tag. Instead, you will see the clickTag variable name and the click-through URL you provided in the 3rd step. You can change this URL by clicking on it.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"980\" src=\"https:\/\/www.genecy.com\/blog\/wp-content\/uploads\/2023\/03\/Screenshot-2023-03-03-at-17.51.44-1024x980.png\" alt=\"Successful HTML creative upload in Google Ad Manager, with no missing click tag error message.\" class=\"wp-image-348\" srcset=\"https:\/\/www.genecy.com\/resources\/wp-content\/uploads\/2023\/03\/Screenshot-2023-03-03-at-17.51.44-1024x980.png 1024w, https:\/\/www.genecy.com\/resources\/wp-content\/uploads\/2023\/03\/Screenshot-2023-03-03-at-17.51.44-300x287.png 300w, https:\/\/www.genecy.com\/resources\/wp-content\/uploads\/2023\/03\/Screenshot-2023-03-03-at-17.51.44-768x735.png 768w, https:\/\/www.genecy.com\/resources\/wp-content\/uploads\/2023\/03\/Screenshot-2023-03-03-at-17.51.44-1536x1469.png 1536w, https:\/\/www.genecy.com\/resources\/wp-content\/uploads\/2023\/03\/Screenshot-2023-03-03-at-17.51.44-1200x1148.png 1200w, https:\/\/www.genecy.com\/resources\/wp-content\/uploads\/2023\/03\/Screenshot-2023-03-03-at-17.51.44.png 1614w\" sizes=\"auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 1362px) 62vw, 840px\" \/><\/figure>\n\n\n\n<p><a href=\"https:\/\/www.genecy.com\/resources\/wp-content\/uploads\/2016\/11\/creative_updated-1.zip\">Here, you can download<\/a> the updated HTML5 zip bundle we used in this tutorial.<\/p>\n\n\n\n<p>Do you have any questions? Let us know in the comments below!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Did you receive an HTML5 zip bundle from an advertiser and upload it to Google Ad Manager (GAM) with HTML5 type, only to receive the following message: &#8220;Missing click tag. Add a valid click tag or exit function before uploading the creative to Ad Manager.&#8221;? Don&#8217;t worry, we&#8217;re here to help you add the missing &hellip; <a href=\"https:\/\/www.genecy.com\/resources\/25-how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;How to prepare an HTML5 ad with click tracking for Google Ad Manager (formerly DoubleClick for Publishers)&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":342,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_lmt_disableupdate":"no","_lmt_disable":"","footnotes":""},"categories":[137],"tags":[],"class_list":["post-25","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-gam-guides"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to prepare an HTML5 ad with click tracking for Google Ad Manager (formerly DoubleClick for Publishers) - Google Ad Manager Tutorials &amp; Resources | Genecy<\/title>\n<meta name=\"description\" content=\"Resolve missing click tag errors in HTML5 ads for Google Ad Manager. Learn how to add click tracking and ensure successful creative uploads.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.genecy.com\/resources\/25-how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to prepare an HTML5 ad with click tracking for Google Ad Manager (formerly DoubleClick for Publishers) - Google Ad Manager Tutorials &amp; Resources | Genecy\" \/>\n<meta property=\"og:description\" content=\"Resolve missing click tag errors in HTML5 ads for Google Ad Manager. Learn how to add click tracking and ensure successful creative uploads.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.genecy.com\/resources\/25-how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers\/\" \/>\n<meta property=\"og:site_name\" content=\"Google Ad Manager Tutorials &amp; Resources | Genecy\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/genecycom\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-03-03T15:44:45+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-14T16:55:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.genecy.com\/resources\/wp-content\/uploads\/2023\/03\/Screenshot-2023-03-03-at-17.35.37.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1944\" \/>\n\t<meta property=\"og:image:height\" content=\"1512\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Genecy Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@genecy_com\" \/>\n<meta name=\"twitter:site\" content=\"@genecy_com\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Genecy Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.genecy.com\/resources\/25-how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.genecy.com\/resources\/25-how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers\/\"},\"author\":{\"name\":\"Genecy Team\",\"@id\":\"https:\/\/www.genecy.com\/resources\/#\/schema\/person\/784f000634e575eac8ba17713028c687\"},\"headline\":\"How to prepare an HTML5 ad with click tracking for Google Ad Manager (formerly DoubleClick for Publishers)\",\"datePublished\":\"2023-03-03T15:44:45+00:00\",\"dateModified\":\"2025-10-14T16:55:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.genecy.com\/resources\/25-how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers\/\"},\"wordCount\":317,\"commentCount\":1,\"image\":{\"@id\":\"https:\/\/www.genecy.com\/resources\/25-how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.genecy.com\/resources\/wp-content\/uploads\/2023\/03\/Screenshot-2023-03-03-at-17.35.37.png\",\"articleSection\":[\"GAM Guides\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.genecy.com\/resources\/25-how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.genecy.com\/resources\/25-how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers\/\",\"url\":\"https:\/\/www.genecy.com\/resources\/25-how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers\/\",\"name\":\"How to prepare an HTML5 ad with click tracking for Google Ad Manager (formerly DoubleClick for Publishers) - Google Ad Manager Tutorials &amp; Resources | Genecy\",\"isPartOf\":{\"@id\":\"https:\/\/www.genecy.com\/resources\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.genecy.com\/resources\/25-how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.genecy.com\/resources\/25-how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.genecy.com\/resources\/wp-content\/uploads\/2023\/03\/Screenshot-2023-03-03-at-17.35.37.png\",\"datePublished\":\"2023-03-03T15:44:45+00:00\",\"dateModified\":\"2025-10-14T16:55:07+00:00\",\"author\":{\"@id\":\"https:\/\/www.genecy.com\/resources\/#\/schema\/person\/784f000634e575eac8ba17713028c687\"},\"description\":\"Resolve missing click tag errors in HTML5 ads for Google Ad Manager. Learn how to add click tracking and ensure successful creative uploads.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.genecy.com\/resources\/25-how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.genecy.com\/resources\/25-how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.genecy.com\/resources\/25-how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers\/#primaryimage\",\"url\":\"https:\/\/www.genecy.com\/resources\/wp-content\/uploads\/2023\/03\/Screenshot-2023-03-03-at-17.35.37.png\",\"contentUrl\":\"https:\/\/www.genecy.com\/resources\/wp-content\/uploads\/2023\/03\/Screenshot-2023-03-03-at-17.35.37.png\",\"width\":1944,\"height\":1512,\"caption\":\"Error message in Google Ad Manager: Missing click tag. Add a valid click tag or exit function before uploading the creative to Ad Manager.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.genecy.com\/resources\/25-how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.genecy.com\/resources\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to prepare an HTML5 ad with click tracking for Google Ad Manager (formerly DoubleClick for Publishers)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.genecy.com\/resources\/#website\",\"url\":\"https:\/\/www.genecy.com\/resources\/\",\"name\":\"Google Ad Manager Tutorials &amp; Resources | Genecy\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.genecy.com\/resources\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.genecy.com\/resources\/#\/schema\/person\/784f000634e575eac8ba17713028c687\",\"name\":\"Genecy Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/c21246161fe33fc0f26a360b7c31f84abc26b853013b0eee676ca62c707efc5c?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c21246161fe33fc0f26a360b7c31f84abc26b853013b0eee676ca62c707efc5c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c21246161fe33fc0f26a360b7c31f84abc26b853013b0eee676ca62c707efc5c?s=96&d=mm&r=g\",\"caption\":\"Genecy Team\"},\"url\":\"#\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to prepare an HTML5 ad with click tracking for Google Ad Manager (formerly DoubleClick for Publishers) - Google Ad Manager Tutorials &amp; Resources | Genecy","description":"Resolve missing click tag errors in HTML5 ads for Google Ad Manager. Learn how to add click tracking and ensure successful creative uploads.","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:\/\/www.genecy.com\/resources\/25-how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers\/","og_locale":"en_US","og_type":"article","og_title":"How to prepare an HTML5 ad with click tracking for Google Ad Manager (formerly DoubleClick for Publishers) - Google Ad Manager Tutorials &amp; Resources | Genecy","og_description":"Resolve missing click tag errors in HTML5 ads for Google Ad Manager. Learn how to add click tracking and ensure successful creative uploads.","og_url":"https:\/\/www.genecy.com\/resources\/25-how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers\/","og_site_name":"Google Ad Manager Tutorials &amp; Resources | Genecy","article_publisher":"https:\/\/www.facebook.com\/genecycom\/","article_published_time":"2023-03-03T15:44:45+00:00","article_modified_time":"2025-10-14T16:55:07+00:00","og_image":[{"width":1944,"height":1512,"url":"https:\/\/www.genecy.com\/resources\/wp-content\/uploads\/2023\/03\/Screenshot-2023-03-03-at-17.35.37.png","type":"image\/png"}],"author":"Genecy Team","twitter_card":"summary_large_image","twitter_creator":"@genecy_com","twitter_site":"@genecy_com","twitter_misc":{"Written by":"Genecy Team","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.genecy.com\/resources\/25-how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers\/#article","isPartOf":{"@id":"https:\/\/www.genecy.com\/resources\/25-how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers\/"},"author":{"name":"Genecy Team","@id":"https:\/\/www.genecy.com\/resources\/#\/schema\/person\/784f000634e575eac8ba17713028c687"},"headline":"How to prepare an HTML5 ad with click tracking for Google Ad Manager (formerly DoubleClick for Publishers)","datePublished":"2023-03-03T15:44:45+00:00","dateModified":"2025-10-14T16:55:07+00:00","mainEntityOfPage":{"@id":"https:\/\/www.genecy.com\/resources\/25-how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers\/"},"wordCount":317,"commentCount":1,"image":{"@id":"https:\/\/www.genecy.com\/resources\/25-how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers\/#primaryimage"},"thumbnailUrl":"https:\/\/www.genecy.com\/resources\/wp-content\/uploads\/2023\/03\/Screenshot-2023-03-03-at-17.35.37.png","articleSection":["GAM Guides"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.genecy.com\/resources\/25-how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.genecy.com\/resources\/25-how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers\/","url":"https:\/\/www.genecy.com\/resources\/25-how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers\/","name":"How to prepare an HTML5 ad with click tracking for Google Ad Manager (formerly DoubleClick for Publishers) - Google Ad Manager Tutorials &amp; Resources | Genecy","isPartOf":{"@id":"https:\/\/www.genecy.com\/resources\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.genecy.com\/resources\/25-how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers\/#primaryimage"},"image":{"@id":"https:\/\/www.genecy.com\/resources\/25-how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers\/#primaryimage"},"thumbnailUrl":"https:\/\/www.genecy.com\/resources\/wp-content\/uploads\/2023\/03\/Screenshot-2023-03-03-at-17.35.37.png","datePublished":"2023-03-03T15:44:45+00:00","dateModified":"2025-10-14T16:55:07+00:00","author":{"@id":"https:\/\/www.genecy.com\/resources\/#\/schema\/person\/784f000634e575eac8ba17713028c687"},"description":"Resolve missing click tag errors in HTML5 ads for Google Ad Manager. Learn how to add click tracking and ensure successful creative uploads.","breadcrumb":{"@id":"https:\/\/www.genecy.com\/resources\/25-how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.genecy.com\/resources\/25-how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.genecy.com\/resources\/25-how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers\/#primaryimage","url":"https:\/\/www.genecy.com\/resources\/wp-content\/uploads\/2023\/03\/Screenshot-2023-03-03-at-17.35.37.png","contentUrl":"https:\/\/www.genecy.com\/resources\/wp-content\/uploads\/2023\/03\/Screenshot-2023-03-03-at-17.35.37.png","width":1944,"height":1512,"caption":"Error message in Google Ad Manager: Missing click tag. Add a valid click tag or exit function before uploading the creative to Ad Manager."},{"@type":"BreadcrumbList","@id":"https:\/\/www.genecy.com\/resources\/25-how-to-prepare-an-html5-ad-with-click-tracking-for-google-ad-manager-formerly-doubleclick-for-publishers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.genecy.com\/resources\/"},{"@type":"ListItem","position":2,"name":"How to prepare an HTML5 ad with click tracking for Google Ad Manager (formerly DoubleClick for Publishers)"}]},{"@type":"WebSite","@id":"https:\/\/www.genecy.com\/resources\/#website","url":"https:\/\/www.genecy.com\/resources\/","name":"Google Ad Manager Tutorials &amp; Resources | Genecy","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.genecy.com\/resources\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.genecy.com\/resources\/#\/schema\/person\/784f000634e575eac8ba17713028c687","name":"Genecy Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/c21246161fe33fc0f26a360b7c31f84abc26b853013b0eee676ca62c707efc5c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c21246161fe33fc0f26a360b7c31f84abc26b853013b0eee676ca62c707efc5c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c21246161fe33fc0f26a360b7c31f84abc26b853013b0eee676ca62c707efc5c?s=96&d=mm&r=g","caption":"Genecy Team"},"url":"#"}]}},"modified_by":"Genecy Team","_links":{"self":[{"href":"https:\/\/www.genecy.com\/resources\/wp-json\/wp\/v2\/posts\/25","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.genecy.com\/resources\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.genecy.com\/resources\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.genecy.com\/resources\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.genecy.com\/resources\/wp-json\/wp\/v2\/comments?post=25"}],"version-history":[{"count":19,"href":"https:\/\/www.genecy.com\/resources\/wp-json\/wp\/v2\/posts\/25\/revisions"}],"predecessor-version":[{"id":565,"href":"https:\/\/www.genecy.com\/resources\/wp-json\/wp\/v2\/posts\/25\/revisions\/565"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.genecy.com\/resources\/wp-json\/wp\/v2\/media\/342"}],"wp:attachment":[{"href":"https:\/\/www.genecy.com\/resources\/wp-json\/wp\/v2\/media?parent=25"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.genecy.com\/resources\/wp-json\/wp\/v2\/categories?post=25"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.genecy.com\/resources\/wp-json\/wp\/v2\/tags?post=25"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}