{"id":14269,"date":"2026-08-07T17:36:04","date_gmt":"2026-08-07T17:36:04","guid":{"rendered":"https:\/\/wiki.pontiac.media\/?docs=analytics-documentation\/user-defined-models\/overview"},"modified":"2026-08-07T22:28:36","modified_gmt":"2026-08-07T22:28:36","slug":"overview","status":"publish","type":"docs","link":"https:\/\/wiki.pontiac.media\/?docs=analytics-documentation\/user-defined-models\/overview","title":{"rendered":"Overview"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">For the Targeting Model, report-generated outputs can be easily applied to a campaign, but users are not limited to the exact variables and combinations identified by the model. Users can also create their own custom JSON file using the same general structure as the model outputs.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This allows users to define variables and combinations based on their own campaign learnings, business rules, historical performance, or optimization goals. For example, a user may already know that a certain geography, publisher, device type, content genre, or day of week is strategically important and can build those values into a custom model. The complete model file must be formatted as a JSON array.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Before creating a custom model, review <a href=\"https:\/\/wiki.pontiac.media\/?docs=analytics-documentation\/model-scoring-overview\">Model Scoring Overview<\/a> to understand how model entries are matched, weighted, combined into a request-level score, and evaluated against the threshold selected on the line.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Score Requirements<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Each entry must include a numeric score between -1 and 1.\n<ul class=\"wp-block-list\">\n<li>Scores entered in the JSON file use the \u22121-to-1 model scale. After matching entries are combined, the result is converted to the 0-to-1 bidder scale used by the line threshold. See <a href=\"https:\/\/wiki.pontiac.media\/?docs=analytics-documentation\/model-scoring-overview\">Model Scoring Overview<\/a> for details.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Supported Fields and Expected Values<\/li>\n\n\n\n<li>The required fields depend on whether the entry is a single variable, a 2-way combination, or a 3-way combination. The following fields can be used in custom Targeting Models:<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th class=\"has-text-align-left\" data-align=\"left\">Field<\/th><th class=\"has-text-align-left\" data-align=\"left\">Group<\/th><th class=\"has-text-align-left\" data-align=\"left\">How to write the value<\/th><\/tr><\/thead><tbody><tr><td><code>geo_region<\/code><\/td><td>Geography<\/td><td>Lowercase, exactly as it appears in the logs.<\/td><\/tr><tr><td><code>geo_zip<\/code><\/td><td>Geography<\/td><td>Postal code as it appears in the logs. US ZIPs must keep their leading zero (&#8216;04501&#8217;). Non-US formats are fine (&#8216;1000-001&#8217;, &#8216;SW1A 1AA&#8217;).<\/td><\/tr><tr><td><code>publisher_name<\/code><\/td><td>Inventory<\/td><td>Lowercase, exactly as it appears in the logs.<\/td><\/tr><tr><td><code>site_domain<\/code><\/td><td>Inventory<\/td><td>Lowercase, exactly as it appears in the logs.<\/td><\/tr><tr><td><code>app_bundle<\/code><\/td><td>Inventory<\/td><td>Lowercase, exactly as it appears in the logs.<\/td><\/tr><tr><td><code>exchange<\/code><\/td><td>Inventory<\/td><td>Lowercase, exactly as it appears in the logs.<\/td><\/tr><tr><td><code>deal_id<\/code><\/td><td>Inventory<\/td><td>Lowercase, exactly as it appears in the logs.<\/td><\/tr><tr><td><code>content_channel<\/code><\/td><td>Content<\/td><td>Lowercase, exactly as it appears in the logs.<\/td><\/tr><tr><td><code>content_network<\/code><\/td><td>Content<\/td><td>Lowercase, exactly as it appears in the logs.<\/td><\/tr><tr><td><code>content_series<\/code><\/td><td>Content<\/td><td>Lowercase, exactly as it appears in the logs.<\/td><\/tr><tr><td><code>content_title<\/code><\/td><td>Content<\/td><td>Lowercase, exactly as it appears in the logs.<\/td><\/tr><tr><td><code>content_genre<\/code><\/td><td>Content<\/td><td>Lowercase, exactly as it appears in the logs.<\/td><\/tr><tr><td><code>content_livestream<\/code><\/td><td>Content<\/td><td>&#8216;0&#8217; or &#8216;1&#8217;.<\/td><\/tr><tr><td><code>device_type<\/code><\/td><td>Device<\/td><td>IAB code as a whole number \u2014 &#8216;3&#8217;, never &#8216;3.0&#8217; and never &#8216;Connected TV&#8217;.<\/td><\/tr><tr><td><code>day<\/code><\/td><td>Time<\/td><td>Lowercase three-letter code (mon, tue, wed, thu, fri, sat, sun), in UTC.<\/td><\/tr><tr><td><code>hour<\/code><\/td><td>Time<\/td><td>Whole number 0-23, in the user&#8217;s LOCAL time.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Values should match the format used in the underlying bid request data. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  \"feature\": \"device_type\",\n  \"value\": \"3\",\n  \"score\": 0.80\n}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Use &#8220;3&#8221;, not &#8220;Connected TV&#8221; or &#8220;CTV&#8221;.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Single Variable<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">A single-variable entry must include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>feature:<\/strong>&nbsp;The name of the feature.<\/li>\n\n\n\n<li><strong>value:<\/strong>&nbsp;The specific value associated with the feature.<\/li>\n\n\n\n<li><strong>score:<\/strong>&nbsp;A numeric value between -1 and 1.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  \"feature\": \"geo_zip\",\n  \"value\": \"10025\",\n  \"score\": 0.95\n}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">This example assigns a score of&nbsp;0.95&nbsp;to ZIP Code&nbsp;10025.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">2-Way Combination<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">A 2-way combination must include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>feature1:<\/strong>&nbsp;The name of the first feature.<\/li>\n\n\n\n<li><strong>feature2:<\/strong>&nbsp;The name of the second feature.<\/li>\n\n\n\n<li><strong>combination:<\/strong>&nbsp;The exact values associated with&nbsp;feature1&nbsp;and&nbsp;feature2, provided in the same order and separated by&nbsp;\u00d7.<\/li>\n\n\n\n<li><strong>score:<\/strong>&nbsp;A numeric value between -1 and 1.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Example 1:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  \"feature1\": \"geo_zip\",\n  \"feature2\": \"device_type\",\n  \"combination\": \"10025 \u00d7 4\",\n  \"score\": 0.90\n}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">This represents ZIP Code 10025 + Device Type 4 with a score of 0.90.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Example 2:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  \"feature1\": \"content_genre\",\n  \"feature2\": \"day\",\n  \"combination\": \"news\/talk radio \u00d7 thu\",\n  \"score\": 0.75\n}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">This represents Content Genre = news\/talk radio + Day = Thursday with a score of 0.75.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The values in combination must match the order of the corresponding feature fields.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">3-Way Combination<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">A 3-way combination must include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>feature1:<\/strong>&nbsp;The name of the first feature.<\/li>\n\n\n\n<li><strong>feature2:<\/strong>&nbsp;The name of the second feature.<\/li>\n\n\n\n<li><strong>feature3:<\/strong>&nbsp;The name of the third feature.<\/li>\n\n\n\n<li><strong>combination:<\/strong>&nbsp;The exact values associated with&nbsp;feature1,&nbsp;feature2, and&nbsp;feature3, provided in the same order and separated by&nbsp;\u00d7.<\/li>\n\n\n\n<li><strong>score:<\/strong>&nbsp;A numeric value between -1 and 1.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  \"feature1\": \"geo_zip\",\n  \"feature2\": \"publisher_name\",\n  \"feature3\": \"device_type\",\n  \"combination\": \"10025 \u00d7 iheartmedia \u00d7 4\",\n  \"score\": 0.85\n}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The order of the values in&nbsp;combination&nbsp;must match the order of the corresponding feature fields.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>feature1 = geo_zip<\/code><br><code>feature2 = publisher_name<\/code><br><code>feature3 = device_type<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">must correspond to:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>10025 \u00d7 iheartmedia \u00d7 4<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Users can include one or multiple single variables, 2-way combinations, and 3-way combinations in a custom JSON file to define the optimization logic they want to apply.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Model-generated metrics such as conversion rate, lift, score, and statistical significance apply only to variables and combinations produced and evaluated by the model. User-created variables or combinations should not be assumed to have the same performance unless they are separately analyzed and validated.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Reach out to your Account Manager or contact us through the Pontiac Help Center for assistance creating and implementing a custom JSON model.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Field Weights (Optional)<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">By default, every field in a User Defined Model contributes equally. For example, a match on <code>site_domain<\/code> carries the same influence as a match on <code>hour<\/code>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Optional field weights allow users to change that balance when there is a specific reason to give one attribute more influence than another.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A model file without field weights behaves as an equally weighted model.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">How Field Weights Affect Scoring<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">When a bid request matches multiple model entries, their scores are combined into a single result. With field weights, the classifier calculates a weighted average:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Combined model score =\nSum of (each matching score \u00d7 its weight)\n\u00f7\nSum of all matching weights<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">A field with a higher weight has more influence over the combined result than a field with a lower weight.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If all weights are equal, the calculation is equivalent to the plain average used by an unweighted User Defined Model.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">JSON<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">To provide field weights in JSON, wrap the model entries in an object and add a <code>field_weights<\/code> map:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  \"entries\": &#91;\n    {\n      \"feature\": \"site_domain\",\n      \"value\": \"espn.com\",\n      \"score\": 0.80\n    },\n    {\n      \"feature\": \"hour\",\n      \"value\": \"20\",\n      \"score\": -0.40\n    }\n  ],\n  \"field_weights\": {\n    \"site_domain\": 3.0,\n    \"hour\": 1.0\n  }\n}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The existing plain-array JSON format remains valid when no custom field weights are needed:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;\n  {\n    \"feature\": \"site_domain\",\n    \"value\": \"espn.com\",\n    \"score\": 0.80\n  },\n  {\n    \"feature\": \"hour\",\n    \"value\": \"20\",\n    \"score\": -0.40\n  }\n]<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">CSV<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">For CSV models, add a <code>weight<\/code> column. Add one separate row for each field weight, leaving <code>value<\/code> and <code>score<\/code> empty:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>feature,value,score,weight\nsite_domain,espn.com,0.80,\nhour,20,-0.40,\nsite_domain,,,3.0\nhour,,,1.0<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The JSON and CSV examples above produce the same model.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Field Weight Example<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Assume a request matches:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>site_domain = espn.com<\/code>: score <code>0.80<\/code>, weight <code>3.0<\/code><\/li>\n\n\n\n<li><code>hour = 20<\/code>: score <code>-0.40<\/code>, weight <code>1.0<\/code><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The weighted combined model score is:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>((0.80 \u00d7 3.0) + (-0.40 \u00d7 1.0)) \u00f7 (3.0 + 1.0)\n= 0.50<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The combined model score of <code>0.50<\/code> converts to a bidder score of:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>(0.50 + 1) \u00f7 2 = 0.750<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Without custom weights, the two entries contribute equally:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>(0.80 + -0.40) \u00f7 2 = 0.20<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">which produces a bidder score of:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>(0.20 + 1) \u00f7 2 = 0.600<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Giving <code>site_domain<\/code> more weight therefore shifts the result toward its stronger positive score.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Only the Ratios Matter<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Field weights are normalized so that the average field weight is <code>1<\/code> before the model is built.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><th><strong>Weights supplied<\/strong><\/th><th><strong>Normalized weights<\/strong><\/th><\/tr><tr><td><code>site_domain: 3.0<\/code>, <code>hour: 1.0<\/code><\/td><td><code>site_domain: 1.5<\/code>, <code>hour: 0.5<\/code><\/td><\/tr><tr><td><code>site_domain: 30<\/code>, <code>hour: 10<\/code><\/td><td><code>site_domain: 1.5<\/code>, <code>hour: 0.5<\/code><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">These configurations are equivalent because the relative weighting between the fields is the same.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Increasing all weights by the same factor does not make the model more aggressive. Field weights control the <strong>relative influence of fields<\/strong> when the request-level score is calculated. How the resulting bidder scores affect bidding is controlled separately by the line&#8217;s threshold settings.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Combination Weights<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">A two- or three-variable combination uses the <strong>mean of its component fields&#8217; weights<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example, if:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>site_domain weight = 1.5\nhour weight = 0.5<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">then a matching <code>site_domain \u00d7 hour<\/code> combination receives a weight of:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>(1.5 + 0.5) \u00f7 2 = 1.0<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">A combination does not receive additional weight simply because it contains more variables.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Field Weight Rules<\/h4>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Rule<\/strong><\/td><td><strong>Behavior<\/strong><\/td><\/tr><tr><td>Field not listed<\/td><td>Uses the default field weight of <code>1<\/code><\/td><\/tr><tr><td>Unknown field name<\/td><td>File is rejected<\/td><\/tr><tr><td>Weight is not numeric<\/td><td>File is rejected<\/td><\/tr><tr><td>Negative weight<\/td><td>File is rejected<\/td><\/tr><tr><td>Weight of <code>0<\/code><\/td><td>Accepted with a warning; the field stops contributing to the combined score<\/td><\/tr><tr><td>One field far above the rest<\/td><td>File is rejected if, after normalization, a single field would overwhelm the score<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">If the intent is for a field to have no influence, removing its entries is generally clearer than assigning the field a weight of <code>0<\/code>.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">When to Use Field Weights<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Use field weights when there is a specific reason to believe one supported attribute should have more influence than another.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example, a campaign may have strong evidence that placement domain is more important to performance than time of day. Increasing the relative weight of <code>site_domain<\/code> allows domain matches to contribute more heavily to the combined score.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If there is no clear reason to weight fields differently, leave field weights out. Equal weighting is the default.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Pontiac Analytics-generated models may also contain field weights, but those weights are measured automatically from the campaign&#8217;s training data rather than supplied by the user. When there is not enough data to measure field importance reliably, the Analytics model falls back to equal weighting.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For more information about how field weights are applied during scoring, see <a href=\"https:\/\/wiki.pontiac.media\/?docs=analytics-documentation\/model-scoring-overview\">Model Scoring Overview<\/a>.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Threshold Settings<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">The model file defines the model&#8217;s scoring signals and optional field weights, but it does not define how the resulting bidder score affects bidding.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Threshold settings are selected when the model is associated with a Campaign or Line.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Single Value applies a hard cutoff.<\/li>\n\n\n\n<li>Spread uses separate minimum and maximum thresholds to create a probabilistic bidding band.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">For complete threshold behavior, including how unmatched requests scoring <code>0.5<\/code> are handled, see <a href=\"https:\/\/wiki.pontiac.media\/?docs=analytics-documentation\/model-scoring-overview\">Model Scoring Overview<\/a>.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Next Steps<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">For details about how matching entries are weighted and averaged, why unmatched requests receive a neutral bidder score of <code>0.5<\/code>, and how Single Value and Spread threshold settings affect bidding, continue to <a href=\"https:\/\/wiki.pontiac.media\/?docs=analytics-documentation\/model-scoring-overview\">Model Scoring Overview<\/a>.<\/p>\n","protected":false},"author":17,"featured_media":0,"parent":13913,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_is_vendor_doc":"0","footnotes":""},"doc_tag":[],"class_list":["post-14269","docs","type-docs","status-publish","hentry","no-post-thumbnail"],"comment_count":0,"_links":{"self":[{"href":"https:\/\/wiki.pontiac.media\/index.php?rest_route=\/wp\/v2\/docs\/14269","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wiki.pontiac.media\/index.php?rest_route=\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/wiki.pontiac.media\/index.php?rest_route=\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/wiki.pontiac.media\/index.php?rest_route=\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/wiki.pontiac.media\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=14269"}],"version-history":[{"count":6,"href":"https:\/\/wiki.pontiac.media\/index.php?rest_route=\/wp\/v2\/docs\/14269\/revisions"}],"predecessor-version":[{"id":14320,"href":"https:\/\/wiki.pontiac.media\/index.php?rest_route=\/wp\/v2\/docs\/14269\/revisions\/14320"}],"up":[{"embeddable":true,"href":"https:\/\/wiki.pontiac.media\/index.php?rest_route=\/wp\/v2\/docs\/13913"}],"next":[{"title":"New UDM Set Up","link":"https:\/\/wiki.pontiac.media\/?docs=analytics-documentation\/user-defined-models\/new-udm-set-up","href":"https:\/\/wiki.pontiac.media\/index.php?rest_route=\/wp\/v2\/docs\/14271"}],"wp:attachment":[{"href":"https:\/\/wiki.pontiac.media\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=14269"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/wiki.pontiac.media\/index.php?rest_route=%2Fwp%2Fv2%2Fdoc_tag&post=14269"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}