Description
Solvera AI Ads for Google and Meta connects your WordPress site to Solvera — a platform for planning and running performance advertising in Google Ads and Meta (Facebook / Instagram), with AI-assisted workflows.
The plugin slug is solvera-ai-ads-for-google-meta. No Solvera account is required to install the plugin; you create or link an account when you complete the flow on Solvera.
What the plugin does
- Builds a structured snapshot of your site (name, home URL, description or tagline, locale, WordPress version, administration email for account matching, site mode).
- Sends the snapshot when an administrator starts the connection flow (registration or login on Solvera).
- For WooCommerce stores: includes product-related data in the snapshot and can expose a token-protected product feed URL for catalog use on the platform.
- Retrieves a site key after your Solvera account is linked (outbound HTTPS requests only) and can push snapshot updates to Solvera.
- Optional daily snapshot refresh when you enable the advertising schedule (useful for shops).
Who develops this
- Product (platform): Solvera — this plugin connects your site to that service (Plugin URI in the main file).
- Author / company: Solvera Pro — agency behind the product (Author / Author URI in the main file).
- WordPress.org listing: the Contributors field is the WordPress.org username allowed to commit releases (
solvera). For product support, billing, or campaigns, use solvera.cz.
Requirements
- WordPress 6.3+, PHP 7.4+.
- HTTPS recommended so redirects and API calls behave reliably.
- Administrator access to use the plugin screen and start the connect flow.
Technical notes
- Default platform URL is
https://solvera.cz. Developers may override withSOLVERA_CONNECT_PLATFORM_URLinwp-config.php. - All outbound calls use the WordPress HTTP API (
wp_remote_post) and JSON. - User-facing strings are in English (source). A Russian translation source file is included in the
languages/folder. Compile it to.mo(e.g. Poedit ormsgfmt), place it inlanguages/, and set the site language to Russian or use your preferred translation workflow.
External services
This plugin relies on third-party services operated by Solvera.
- Service: Solvera platform API (default host:
solvera.cz, HTTPS only in normal configuration). - Purpose: Signup/login handoff with a one-time token, delivery of site snapshot JSON, polling for the site key after the account is linked, and optional ongoing ingest of snapshot updates.
- Data sent: As assembled by the plugin: site URL, site title, description or tagline, locale, WordPress version, administration email (for matching the account), site mode (simple vs shop), optional WooCommerce-related product summary and public feed URL, plugin version, and similar snapshot fields. Exact fields may evolve with plugin updates; the snapshot is built in code under
includes/collector.php. - When: When an administrator starts the connect flow, when polling for credentials, when pushing snapshot updates, and on optional scheduled refresh if enabled.
- Terms / privacy: Use solvera.cz for terms of use, privacy policy, and support for the Solvera platform.
Privacy
- This plugin stores snapshot and configuration data in your WordPress database on your server.
- It transmits snapshot-related data to Solvera over HTTPS as described under External services.
- If your site needs a privacy policy under GDPR or similar rules, you should mention that you use Solvera for advertising-related services and link to Solvera’s policy where appropriate.
For developers
The plugin exposes filters you can use in a custom plugin or theme:
solvera_connect_intro_html— HTML for the “What you get” block on the admin screen.solvera_connect_pricing_html— HTML for the plans / trial / store summary block.solvera_connect_default_platform_url— Default platform base URL if not overridden by constant or option.solvera_connect_sync_url— Ingest URL and snapshot when pushing data to the platform.
Installation
Automatic installation
- In wp-admin go to Plugins Add New, search if the plugin is listed, or use Upload Plugin and choose the ZIP.
- Click Install Now, then Activate.
Manual installation
- Upload the
solvera-ai-ads-for-google-metafolder to/wp-content/plugins/(or unpack the ZIP so thatsolvera-ai-ads-for-google-meta.phplives insidewp-content/plugins/solvera-ai-ads-for-google-meta/). - Activate the plugin through the Plugins screen.
After activation
- Open Solvera AI Ads in the left admin menu (megaphone icon).
- Optionally set Site type (auto-detect, services, or online store) and save.
- Click Create new Solvera account if you are new to Solvera, or I already have a Solvera account — sign in if you already use Solvera.
- On Solvera, use the same email address as Settings General Administration Email Address in WordPress so the site can be matched to your account.
FAQ
-
Do I need a Solvera account?
-
Yes, to use Solvera’s dashboards and ads tools. You can register during the connect flow or sign in if you already have an account.
-
Why must the email match?
-
The snapshot includes your site’s administration email. Solvera uses it to securely match your WordPress site to your Solvera user when you register or log in. If the emails differ, the site may not link automatically.
-
Both use the same secure handoff token. One opens Solvera registration, the other opens login for existing users. Pick the one that fits you.
-
Does the plugin work without WooCommerce?
-
Yes. Without WooCommerce, the snapshot uses simple/site mode. With WooCommerce active (or if you choose the store site type), shop-related data and the optional feed are included.
-
Where is data stored on my site?
-
A local snapshot (and related options) is stored in your WordPress database. See External services for what is sent to Solvera.
-
Can I point the plugin to another Solvera environment?
-
Yes. Define
SOLVERA_CONNECT_PLATFORM_URLinwp-config.phpto a base URL you control (staging or custom host). See the main plugin file header comment. -
Does the plugin add tracking scripts to my front end?
-
No tracking scripts are added to the public site for this integration. Communication happens server-side via HTTPS.
-
What happens when I uninstall?
-
If the plugin includes an
uninstall.php, removing the plugin via Delete can remove plugin-specific options and tables according to that file. Always back up your site before removing plugins you rely on.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Solvera AI Ads for Google and Meta” is open source software. The following people have contributed to this plugin.
Contributors“Solvera AI Ads for Google and Meta” has been translated into 1 locale. Thank you to the translators for their contributions.
Translate “Solvera AI Ads for Google and Meta” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial public release.
