{"id":6240,"date":"2021-05-27T17:19:33","date_gmt":"2021-05-27T14:19:33","guid":{"rendered":"https:\/\/www.aso.com.tr\/?p=6240"},"modified":"2023-11-06T13:22:47","modified_gmt":"2023-11-06T10:22:47","slug":"some-formulas-used-in-barcode-label-pro","status":"publish","type":"post","link":"https:\/\/www.aso.com.tr\/en\/some-formulas-used-in-barcode-label-pro\/","title":{"rendered":"Some formulas used in Barcode Label Pro"},"content":{"rendered":"<p>The barcode label program is very flexible. You can apply a large number of mathematical formulas and print them serially from your printer.<\/p>\n<p>These formulas include text-to-number, number-to-text, number-to-text, time, day, minute and date stamping, currency penny formatting, random number generation, number rounding, currency conversion, logical value assignment, case conversion, left or right cropping, automatic counter.<\/p>\n<hr id=\"system-readmore\" \/>\n<p>You can see how formulas are written and how they produce results in our examples below.<\/p>\n<h3>Type transformation:<\/h3>\n<p>FROM NUMBER TO WRIT(number)<\/p>\n<p>Takes a single numeric parameter and converts the numeric field to a text field.<\/p>\n<p>Example: NUMERICTEXT(123.45) =123.45<\/p>\n<p>INtegerWrite(number)<\/p>\n<p>Takes a single numeric parameter and converts an integer numeric field to a text field.<\/p>\n<p>Example: NUMERICTEXT(123) =123<\/p>\n<p>SUMMERNUMBER(text)<\/p>\n<p>Takes a single text parameter and converts the text to a number.<\/p>\n<p>Example: YAZIDANSAYIYA(\u2018123,45\u2019)=123.45<\/p>\n<p>textNUMBER(text)<\/p>\n<p>Takes a single text parameter and converts the text to integer.<\/p>\n<p>Example: YAZIDANTAMSAYIYA(&#8216;123&#8217;)=123<\/p>\n<h3>Time:<\/h3>\n<p>MONTH( DATE )<\/p>\n<p>Takes a single date parameter and returns the month of the date.<\/p>\n<p>Example: MONTH( DATE )=3<\/p>\n<p>MINUTE(datetime)<\/p>\n<p>Takes a single date parameter and returns the minutes of the date.<\/p>\n<p>Example: MONTH( DATE )=55<\/p>\n<p>GUN(datetime)<\/p>\n<p>Takes a single date parameter and returns the day of the date.<\/p>\n<p>Example: MONTH( DATE )=13<\/p>\n<p>HOURS<\/p>\n<p>It does not take any parameters. Returns back the clock.<\/p>\n<p>Example: 12:15:33.<\/p>\n<p>SECOND<\/p>\n<p>Takes a single date parameter and returns the second of the date.<\/p>\n<p>Example: MONTH( DATE )=55<\/p>\n<p>DATE<\/p>\n<p>Does not take any parameters. Returns a back date.<\/p>\n<p>Example: 25.03.2012.<\/p>\n<p>YEAR(DATE)<\/p>\n<p>Takes a single date parameter and returns the year of the date.<\/p>\n<p>Example: MONTH( DATE )=2012<\/p>\n<h3>Mathematics:<\/h3>\n<p>EUROYAZ(number)<\/p>\n<p>Takes a single numeric parameter and returns formatted.<\/p>\n<p>Example: EUROYAZ(125.33) = \u20ac 125,33<\/p>\n<p>KURUSYAZ(number)<\/p>\n<p>It takes a single numeric parameter and returns the number in cents after the comma.<\/p>\n<p>Example: KURUSYAZ(12.44)=44<\/p>\n<p>MOD(number,number)<\/p>\n<p>It takes two numeric parameters and returns the remainder of the first number divided by the second number.<\/p>\n<p>Example: MOD(12,5)=2<\/p>\n<p>POSITIF(number)<\/p>\n<p>Takes a single numeric parameter and returns the absolute value of the number.<\/p>\n<p>Example: EUROYAZ(-5) = 5<\/p>\n<p>RANDOM(number)<\/p>\n<p>It takes a single numeric parameter and returns a number up to the given number.<\/p>\n<p>Example: EUROYAZ(12) = 5<\/p>\n<p>NUMBERFORMATATE(text,text, number)<\/p>\n<p>Takes two text and an odd number as parameters and formats the number according to the given values.<\/p>\n<p>Example: COUNTIFORMATLA(#0,&#8217; TL&#8217;, 125456.45)=125.456 TL<\/p>\n<p>FULLWRite(number)<\/p>\n<p>Takes a single numeric parameter and returns the whole number.<\/p>\n<p>Example: INTEGER(12.56)=12<\/p>\n<p>TLYAZ(number)<\/p>\n<p>It takes a single numeric parameter and returns 2 penny digits in TL format.<\/p>\n<p>Example: TLYAZ(125.35)=125,35 TL<\/p>\n<p>USDYAZ(number)<\/p>\n<p>It takes a single numeric parameter and returns 2 penny digits in $ format.<\/p>\n<p>Example: TLYAZ(125.35)=$ 125,35<\/p>\n<p>ROUND(number)<\/p>\n<p>Takes a single numeric parameter and returns an integer.<\/p>\n<p>Example: ROUND(12.43)=12<\/p>\n<p>ROUND(12.55)=13<\/p>\n<h3>Interrogation:<\/h3>\n<p>EGER(logical, text, text)<\/p>\n<p>A logical takes 2 text parameters and returns the first text parameter if the logical value is true and the second text parameter if the logical value is false.<\/p>\n<p>Example: EGER(1&gt;0, &#8216;TRUE&#8217;, &#8216;FALSE&#8217;)=TRUE<\/p>\n<h3>Formula:<\/h3>\n<p>ENLARGE(number,&#8230;)<\/p>\n<p>Takes multiple numeric values and returns the larger number.<\/p>\n<p>Example: ENBUYUK(12,5,41)=12<\/p>\n<p>LITTLE(number,&#8230;)<\/p>\n<p>Takes multiple numeric values and returns the smaller number.<\/p>\n<p>Example: ENBUYUK(12,5,41)=5<\/p>\n<p>AVERAGE(number,&#8230;)<\/p>\n<p>It takes multiple numeric values and returns the average number.<\/p>\n<p>Example: AVERAGE(12, 5,4)=7<\/p>\n<p>SUM(number,&#8230;)<\/p>\n<p>Takes multiple numeric values and returns the sum of the numbers.<\/p>\n<p>Example: SUM(12,5,41)=21<\/p>\n<h3>Text:<\/h3>\n<p>BUYUKHARF(text)<\/p>\n<p>Takes a single text parameter and returns the given text value in uppercase.<\/p>\n<p>Example: UPPERCASE(&#8216;text&#8217;)=TEXT<\/p>\n<p>TRIM(text)<\/p>\n<p>Takes a single text parameter and deletes spaces to the left and right of the returned text value.<\/p>\n<p>Example: TRIM(&#8216; text&#8217;)=text<\/p>\n<p>COPY(text, number, number)<\/p>\n<p>Takes a text and two numeric values. Returns the given text value starting from the 1st numeric value and copying it up to the 2nd numeric value.<\/p>\n<p>Example: COPY(&#8216;Barcode Label Pro&#8217;,1,6)=Barcode<\/p>\n<p>KUKUKHARF(text)<\/p>\n<p>Takes a single text parameter and returns the given text parameter in lower case.<\/p>\n<p>Example: LOWERCASE(&#8216;Text&#8217;)=text<\/p>\n<p>LEFTANKIRP(text)<\/p>\n<p>Takes a single text parameter and returns the text value with the spaces to the right of the given text value removed.<\/p>\n<p>Example: LEFTWORDKIRP(&#8216;text &#8216;)=text<\/p>\n<p>LEFTANKIRP(text)<\/p>\n<p>Takes a single text parameter and returns the text value with the spaces to the left of the given text value removed.<\/p>\n<p>Example: LEFTWORDCIRP(&#8216; text&#8217;)=text<\/p>\n<p>RIGHTCOPY(text,number,number)<\/p>\n<p>Takes a text and two numeric values. Returns the given text value starting from the right of the 1st numeric value and copying it up to the 2nd numeric value.<\/p>\n<p>Example: LEFT COPY(&#8216;Barcode Label Pro&#8217;,10,1)=Label Pro<\/p>\n<p>LEFT(text,number)<\/p>\n<p>Takes a text and a numeric value. Returns the given text value by copying the numeric value from the far right.<\/p>\n<p>Example: LAGDAN(&#8220;Barcode Label Pro&#8221;,5)=t Pro<\/p>\n<p>LEFT(text,number)<\/p>\n<p>Takes a text and a numeric value. Returns the given text value by copying the numeric value from the leftmost position.<\/p>\n<p>Example: LEFT(&#8220;Barcode Label Pro&#8221;,5)=Barcode<\/p>\n<p>LEFTFILL(text,text,number)<\/p>\n<p>Takes two text and one numeric value. Returns the text value to the right of the given 1st text value by adding it to the sum of the given numeric value.<\/p>\n<p>Example: SAGINADOLDUR(&#8220;ABC&#8221;,&#8221;0&#8243;,10)=ABC0000000<br \/>\nExample: SAGINADOLDUR(SAYAC(1,1),&#8221;0&#8243;,5)=10000<\/p>\n<p>LEFTFOLD(text,text,number)<\/p>\n<p>Takes two text and one numeric value. Adds the numeric value to the left of the given 1st text value and returns a sum equal to the given numeric value.<\/p>\n<p>Example: SOLUNADOLDUR(&#8220;ABC&#8221;,&#8221;0&#8243;,10)=0000000ABC<br \/>\nExample: SOLUNADOLDUR(SAYAC(1,1),&#8221;0&#8243;,5)=00001<\/p>\n<h3>Counters<\/h3>\n<p>COUNTER(number,number)<\/p>\n<p>It takes two numeric values and counts down starting from the first value and incrementing by the second value.<\/p>\n<p>SAYAC returns the same count for each tag iteration.<\/p>\n<p>Example: SAYAC(1,1)<\/p>\n<p>COUNTERGENERAL(number,number)<\/p>\n<p>It takes two numeric values and counts down starting from the first value and incrementing by the second value.<\/p>\n<p>SAYACGENEL returns a different number for each tag iteration.<\/p>\n<p>Example: COUNTERGENERAL(1,1)<\/p>\n<p>#ETIKETNO<\/p>\n<p>It takes no parameters and gives the number of that label in the printout without looking at the label repeat.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The barcode label program is very flexible. You can apply a large number of mathematical formulas and print them serially from your printer. These formulas include text-to-number, number-to-text, number-to-text, time, day, minute and date stamping, currency penny formatting, random number generation, number rounding, currency conversion, logical value assignment, case conversion, left or right cropping, automatic&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_yoast_wpseo_focuskw":"","_yoast_wpseo_title":"","_yoast_wpseo_metadesc":"","footnotes":""},"categories":[63,64,65],"tags":[],"class_list":["post-6240","post","type-post","status-publish","format-standard","hentry","category-barcode-label-program-help","category-barkod-etiket-pro-en","category-yazilim-en","entry","no-media"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Some formulas used in Barcode Label Pro - Aso Ajans<\/title>\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.aso.com.tr\/en\/some-formulas-used-in-barcode-label-pro\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Some formulas used in Barcode Label Pro - Aso Ajans\" \/>\n<meta property=\"og:description\" content=\"The barcode label program is very flexible. You can apply a large number of mathematical formulas and print them serially from your printer. These formulas include text-to-number, number-to-text, number-to-text, time, day, minute and date stamping, currency penny formatting, random number generation, number rounding, currency conversion, logical value assignment, case conversion, left or right cropping, automatic&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.aso.com.tr\/en\/some-formulas-used-in-barcode-label-pro\/\" \/>\n<meta property=\"og:site_name\" content=\"Aso Ajans\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/asoreklam\" \/>\n<meta property=\"article:published_time\" content=\"2021-05-27T14:19:33+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-06T10:22:47+00:00\" \/>\n<meta name=\"author\" content=\"Aso Ajans\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@asoreklam\" \/>\n<meta name=\"twitter:site\" content=\"@asoreklam\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Aso Ajans\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.aso.com.tr\\\/en\\\/some-formulas-used-in-barcode-label-pro\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.aso.com.tr\\\/en\\\/some-formulas-used-in-barcode-label-pro\\\/\"},\"author\":{\"name\":\"Aso Ajans\",\"@id\":\"https:\\\/\\\/www.aso.com.tr\\\/en\\\/#\\\/schema\\\/person\\\/baf75d37cf009d5cfada685686eac9d0\"},\"headline\":\"Some formulas used in Barcode Label Pro\",\"datePublished\":\"2021-05-27T14:19:33+00:00\",\"dateModified\":\"2023-11-06T10:22:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.aso.com.tr\\\/en\\\/some-formulas-used-in-barcode-label-pro\\\/\"},\"wordCount\":966,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.aso.com.tr\\\/en\\\/#organization\"},\"articleSection\":[\"Barcode Label Program Help\",\"Barkod Etiket Pro\",\"Yaz\u0131l\u0131m\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.aso.com.tr\\\/en\\\/some-formulas-used-in-barcode-label-pro\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.aso.com.tr\\\/en\\\/some-formulas-used-in-barcode-label-pro\\\/\",\"url\":\"https:\\\/\\\/www.aso.com.tr\\\/en\\\/some-formulas-used-in-barcode-label-pro\\\/\",\"name\":\"Some formulas used in Barcode Label Pro - Aso Ajans\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.aso.com.tr\\\/en\\\/#website\"},\"datePublished\":\"2021-05-27T14:19:33+00:00\",\"dateModified\":\"2023-11-06T10:22:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.aso.com.tr\\\/en\\\/some-formulas-used-in-barcode-label-pro\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.aso.com.tr\\\/en\\\/some-formulas-used-in-barcode-label-pro\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.aso.com.tr\\\/en\\\/some-formulas-used-in-barcode-label-pro\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Anasayfa\",\"item\":\"https:\\\/\\\/www.aso.com.tr\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Some formulas used in Barcode Label Pro\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.aso.com.tr\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.aso.com.tr\\\/en\\\/\",\"name\":\"Aso Ajans Medya Ltd Sti\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.aso.com.tr\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.aso.com.tr\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.aso.com.tr\\\/en\\\/#organization\",\"name\":\"Aso Ajans Medya\",\"url\":\"https:\\\/\\\/www.aso.com.tr\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.aso.com.tr\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.aso.com.tr\\\/wp-content\\\/uploads\\\/2021\\\/05\\\/aso-logo-4.jpg\",\"contentUrl\":\"https:\\\/\\\/www.aso.com.tr\\\/wp-content\\\/uploads\\\/2021\\\/05\\\/aso-logo-4.jpg\",\"width\":476,\"height\":477,\"caption\":\"Aso Ajans Medya\"},\"image\":{\"@id\":\"https:\\\/\\\/www.aso.com.tr\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/asoreklam\",\"https:\\\/\\\/x.com\\\/asoreklam\",\"https:\\\/\\\/www.instagram.com\\\/asoajans\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/asoajans\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.aso.com.tr\\\/en\\\/#\\\/schema\\\/person\\\/baf75d37cf009d5cfada685686eac9d0\",\"name\":\"Aso Ajans\",\"sameAs\":[\"https:\\\/\\\/www.aso.com.tr\"],\"url\":\"https:\\\/\\\/www.aso.com.tr\\\/en\\\/author\\\/adminasoajans\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Some formulas used in Barcode Label Pro - Aso Ajans","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.aso.com.tr\/en\/some-formulas-used-in-barcode-label-pro\/","og_locale":"en_US","og_type":"article","og_title":"Some formulas used in Barcode Label Pro - Aso Ajans","og_description":"The barcode label program is very flexible. You can apply a large number of mathematical formulas and print them serially from your printer. These formulas include text-to-number, number-to-text, number-to-text, time, day, minute and date stamping, currency penny formatting, random number generation, number rounding, currency conversion, logical value assignment, case conversion, left or right cropping, automatic&hellip;","og_url":"https:\/\/www.aso.com.tr\/en\/some-formulas-used-in-barcode-label-pro\/","og_site_name":"Aso Ajans","article_publisher":"https:\/\/www.facebook.com\/asoreklam","article_published_time":"2021-05-27T14:19:33+00:00","article_modified_time":"2023-11-06T10:22:47+00:00","author":"Aso Ajans","twitter_card":"summary_large_image","twitter_creator":"@asoreklam","twitter_site":"@asoreklam","twitter_misc":{"Written by":"Aso Ajans","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.aso.com.tr\/en\/some-formulas-used-in-barcode-label-pro\/#article","isPartOf":{"@id":"https:\/\/www.aso.com.tr\/en\/some-formulas-used-in-barcode-label-pro\/"},"author":{"name":"Aso Ajans","@id":"https:\/\/www.aso.com.tr\/en\/#\/schema\/person\/baf75d37cf009d5cfada685686eac9d0"},"headline":"Some formulas used in Barcode Label Pro","datePublished":"2021-05-27T14:19:33+00:00","dateModified":"2023-11-06T10:22:47+00:00","mainEntityOfPage":{"@id":"https:\/\/www.aso.com.tr\/en\/some-formulas-used-in-barcode-label-pro\/"},"wordCount":966,"commentCount":0,"publisher":{"@id":"https:\/\/www.aso.com.tr\/en\/#organization"},"articleSection":["Barcode Label Program Help","Barkod Etiket Pro","Yaz\u0131l\u0131m"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.aso.com.tr\/en\/some-formulas-used-in-barcode-label-pro\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.aso.com.tr\/en\/some-formulas-used-in-barcode-label-pro\/","url":"https:\/\/www.aso.com.tr\/en\/some-formulas-used-in-barcode-label-pro\/","name":"Some formulas used in Barcode Label Pro - Aso Ajans","isPartOf":{"@id":"https:\/\/www.aso.com.tr\/en\/#website"},"datePublished":"2021-05-27T14:19:33+00:00","dateModified":"2023-11-06T10:22:47+00:00","breadcrumb":{"@id":"https:\/\/www.aso.com.tr\/en\/some-formulas-used-in-barcode-label-pro\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.aso.com.tr\/en\/some-formulas-used-in-barcode-label-pro\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.aso.com.tr\/en\/some-formulas-used-in-barcode-label-pro\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Anasayfa","item":"https:\/\/www.aso.com.tr\/en\/"},{"@type":"ListItem","position":2,"name":"Some formulas used in Barcode Label Pro"}]},{"@type":"WebSite","@id":"https:\/\/www.aso.com.tr\/en\/#website","url":"https:\/\/www.aso.com.tr\/en\/","name":"Aso Ajans Medya Ltd Sti","description":"","publisher":{"@id":"https:\/\/www.aso.com.tr\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.aso.com.tr\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.aso.com.tr\/en\/#organization","name":"Aso Ajans Medya","url":"https:\/\/www.aso.com.tr\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.aso.com.tr\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.aso.com.tr\/wp-content\/uploads\/2021\/05\/aso-logo-4.jpg","contentUrl":"https:\/\/www.aso.com.tr\/wp-content\/uploads\/2021\/05\/aso-logo-4.jpg","width":476,"height":477,"caption":"Aso Ajans Medya"},"image":{"@id":"https:\/\/www.aso.com.tr\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/asoreklam","https:\/\/x.com\/asoreklam","https:\/\/www.instagram.com\/asoajans\/","https:\/\/www.linkedin.com\/in\/asoajans\/"]},{"@type":"Person","@id":"https:\/\/www.aso.com.tr\/en\/#\/schema\/person\/baf75d37cf009d5cfada685686eac9d0","name":"Aso Ajans","sameAs":["https:\/\/www.aso.com.tr"],"url":"https:\/\/www.aso.com.tr\/en\/author\/adminasoajans\/"}]}},"_links":{"self":[{"href":"https:\/\/www.aso.com.tr\/en\/wp-json\/wp\/v2\/posts\/6240","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.aso.com.tr\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.aso.com.tr\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.aso.com.tr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.aso.com.tr\/en\/wp-json\/wp\/v2\/comments?post=6240"}],"version-history":[{"count":1,"href":"https:\/\/www.aso.com.tr\/en\/wp-json\/wp\/v2\/posts\/6240\/revisions"}],"predecessor-version":[{"id":6241,"href":"https:\/\/www.aso.com.tr\/en\/wp-json\/wp\/v2\/posts\/6240\/revisions\/6241"}],"wp:attachment":[{"href":"https:\/\/www.aso.com.tr\/en\/wp-json\/wp\/v2\/media?parent=6240"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.aso.com.tr\/en\/wp-json\/wp\/v2\/categories?post=6240"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.aso.com.tr\/en\/wp-json\/wp\/v2\/tags?post=6240"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}