Title: AdMetric
Author: andreysobolev
Published: <strong>19 Ağustos 2026</strong>
Last modified: 30 Ağustos 2026

---

Eklentilerde ara

![](https://ps.w.org/admetric/assets/banner-772x250.png?rev=3653853)

![](https://ps.w.org/admetric/assets/icon-256x256.png?rev=3653853)

# AdMetric

 [andreysobolev](https://profiles.wordpress.org/andreysobolev/) tarafından

[İndir](https://downloads.wordpress.org/plugin/admetric.1.1.0.zip)

 * [Detaylar](https://tr.wordpress.org/plugins/admetric/#description)
 * [Değerlendirmeler](https://tr.wordpress.org/plugins/admetric/#reviews)
 *  [Kurulum](https://tr.wordpress.org/plugins/admetric/#installation)
 * [Geliştirme](https://tr.wordpress.org/plugins/admetric/#developers)

 [Destek](https://wordpress.org/support/plugin/admetric/)

## Açıklama

AdMetric is a marketing analytics and automation platform for small and medium businesses(
[admetric.pro](https://admetric.pro)). This plugin is the connector between your
WordPress site and your AdMetric account. **An AdMetric account is required** — 
the plugin does nothing useful without one.

**What the plugin does**

 * **SEO article publishing.** Your AdMetric content autopilot prepares SEO articles;
   after you connect the site, AdMetric delivers them straight into WordPress as
   regular posts — with title, content, slug, excerpt, tags, categories, featured
   image and FAQ structured data (Schema.org FAQPage). You choose whether articles
   go live immediately or land as drafts for your review.
 * **SEO plugin support.** If Yoast SEO or Rank Math is active, the SEO title, meta
   description and focus keyword are filled in automatically.
 * **Analytics tracker (optional, off by default).** If you enable it and provide
   your Tracking ID, the plugin embeds the AdMetric analytics snippet on your public
   pages.

**How the connection works**

In Settings  AdMetric, click “Connect to AdMetric”, approve the site in your account,
and the plugin completes a short-lived PKCE-protected server-to-server exchange.
The raw site token is never shown and only its SHA-256 hash is stored. Manual token
entry remains available as a fallback. From that point AdMetric can call the plugin’s
REST endpoints (`/wp-json/admetric/v1/…`) to publish articles and check connection
status. Every request is verified against the token; you can disconnect at any time
from either side.

During an administrator-initiated connection, the plugin sends the site URL, a one-
time authorization code and PKCE verifier to AdMetric over HTTPS. Outside that connection
exchange, content is pushed _to_ your site by the AdMetric service over authenticated
REST requests.

**External services**

 * **AdMetric platform** (app.admetric.pro and api.admetric.pro). When an administrator
   clicks the connection button, the plugin sends the site URL, one-time authorization
   data and plugin version to AdMetric to pair and verify the site. Its REST endpoints
   then accept article content and status requests from AdMetric. Operated by AdMetric:
   [Terms of Service](https://admetric.pro/terms), [Privacy Policy](https://admetric.pro/privacy).
 * **AdMetric tracker** (only if you enable the Analytics tracker module). Your 
   public pages load `https://api.admetric.pro/static/tracker.min.js`, which sends
   visitor analytics (page views, referrer, browser data, on-site events) to AdMetric,
   associated with your Tracking ID. Logged-in editors and administrators are not
   tracked. Operated by AdMetric: [Terms of Service](https://admetric.pro/terms),
   [Privacy Policy](https://admetric.pro/privacy). If you enable the tracker, ensure
   your site’s privacy policy reflects this processing.
 * **Featured images.** When a publish request includes a featured image URL, your
   site downloads that image (from AdMetric’s storage) into your Media Library.

## Ekran Görüntüleri

[⌊Settings → AdMetric: connection and publishing options.⌉⌊Settings → AdMetric: 
connection and publishing options.⌉[

Settings  AdMetric: connection and publishing options.

[⌊An SEO article delivered by the AdMetric autopilot as a draft.⌉⌊An SEO article
delivered by the AdMetric autopilot as a draft.⌉[

An SEO article delivered by the AdMetric autopilot as a draft.

## Yükleme

 1. Install and activate the plugin.
 2. In WordPress, go to Settings  AdMetric and click “Connect to AdMetric”.
 3. Sign in to AdMetric if needed and approve the site connection.
 4. AdMetric returns you to WordPress after the connection check completes. Manual 
    token entry is available under “Connect manually” if needed.
 5. (Optional) Choose whether new articles are published immediately or created as 
    drafts, set the default author and category.
 6. (Optional) Enable the Analytics tracker and enter your Tracking ID.

## SSS

### Do I need an AdMetric account?

Yes. The plugin is a connector for the AdMetric platform and does nothing without
an account. Plans and pricing: https://admetric.pro.

### Can I review articles before they go live?

Yes. In Settings  AdMetric set “New articles arrive as” to “Drafts”. Every incoming
article will wait for your approval in Posts  Drafts.

### What data does the plugin send to AdMetric?

None on its own. Content flows one way — from AdMetric to your site. If you enable
the optional analytics tracker, your visitors’ page views and events are sent to
AdMetric as described in the External services section.

### How do I disconnect?

Click “Disconnect” in Settings  AdMetric (or remove the site in your AdMetric account).
Deleting the plugin removes all its settings; published posts remain yours and stay
untouched.

### Does it work with Yoast SEO or Rank Math?

Yes. If either plugin is active, AdMetric fills in the SEO title, meta description
and focus keyword for each delivered article.

## İncelemeler

Bu eklenti için herhangi bir değerlendirme bulunmuyor.

## Katkıda Bulunanlar ve Geliştiriciler

“AdMetric” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.

Katkıda bulunanlar

 *   [ andreysobolev ](https://profiles.wordpress.org/andreysobolev/)

[“AdMetric” eklentisini dilinize çevirin.](https://translate.wordpress.org/projects/wp-plugins/admetric)

### Geliştirmeyle ilgilenir misiniz?

[Kodu görüntüleyin](https://plugins.trac.wordpress.org/browser/admetric/), [SVN deposuna](https://plugins.svn.wordpress.org/admetric/)
göz atın ya da [RSS](https://plugins.trac.wordpress.org/log/admetric/?limit=100&mode=stop_on_copy&format=rss)
ile [geliştirme günlüğüne](https://plugins.trac.wordpress.org/log/admetric/) abone
olun.

## Değişiklik Kaydı

#### 1.1.0

 * Added one-click WordPress connection with one-time state, PKCE S256, short-lived
   server-to-server pairing and activation.
 * Added safe connection result, domain, status and date display while retaining
   manual token entry and existing REST contracts.

#### 1.0.0

 * Initial release: connection token flow, REST publishing endpoint with idempotent
   create/update, featured image sideloading, FAQPage structured data, Yoast SEO/
   Rank Math meta support, optional analytics tracker module.

## Meta

 *  Sürüm **1.1.0**
 *  Son güncelleme **18 saat önce**
 *  Etkin kurulumlar **10dan fazla**
 *  WordPress sürümü ** 6.0 veya üstü **
 *  Test edilen sürüm **7.0.4**
 *  PHP sürümü ** 7.4 veya üstü **
 *  Dil
 * [English (US)](https://wordpress.org/plugins/admetric/)
 * Etiketler
 * [analytics](https://tr.wordpress.org/plugins/tags/analytics/)[automation](https://tr.wordpress.org/plugins/tags/automation/)
   [content](https://tr.wordpress.org/plugins/tags/content/)[publishing](https://tr.wordpress.org/plugins/tags/publishing/)
   [seo](https://tr.wordpress.org/plugins/tags/seo/)
 *  [Gelişmiş görünüm](https://tr.wordpress.org/plugins/admetric/advanced/)

## Puanlar

Henüz inceleme gönderilmedi.

[Değerlendirmeniz](https://wordpress.org/support/plugin/admetric/reviews/#new-post)

[Tüm değerlendirmeleri gör](https://wordpress.org/support/plugin/admetric/reviews/)

## Katkıda bulunanlar

 *   [ andreysobolev ](https://profiles.wordpress.org/andreysobolev/)

## Destek

Söyleyeceğiniz bir şey mi var? Yardım mı lazım?

 [Destek forumunu görüntüle](https://wordpress.org/support/plugin/admetric/)