{"id":22723867,"url":"https://github.com/vanbess/plugin-woocommerce-wordpress-landing-page-multi-content-tracker","last_synced_at":"2026-05-01T09:32:39.194Z","repository":{"id":242584433,"uuid":"640890838","full_name":"vanbess/PLUGIN-WooCommerce-WordPress-Landing-Page-Multi-Content-Tracker","owner":"vanbess","description":"Multi landing page content tracker for WordPress/WooCommerce.","archived":false,"fork":false,"pushed_at":"2024-06-03T18:22:18.000Z","size":434,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T22:44:56.926Z","etag":null,"topics":["woocommerce","woocommerce-plugin","wordpress-development","wordpress-plugin"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vanbess.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-15T10:46:48.000Z","updated_at":"2024-06-03T19:23:33.000Z","dependencies_parsed_at":"2024-06-03T22:46:24.255Z","dependency_job_id":"675ed174-e2a4-4544-8398-4ba74d05195d","html_url":"https://github.com/vanbess/PLUGIN-WooCommerce-WordPress-Landing-Page-Multi-Content-Tracker","commit_stats":null,"previous_names":["vanbess/plugin-woocommerce-wordpress-landing-page-multi-content-tracker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vanbess/PLUGIN-WooCommerce-WordPress-Landing-Page-Multi-Content-Tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanbess%2FPLUGIN-WooCommerce-WordPress-Landing-Page-Multi-Content-Tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanbess%2FPLUGIN-WooCommerce-WordPress-Landing-Page-Multi-Content-Tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanbess%2FPLUGIN-WooCommerce-WordPress-Landing-Page-Multi-Content-Tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanbess%2FPLUGIN-WooCommerce-WordPress-Landing-Page-Multi-Content-Tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vanbess","download_url":"https://codeload.github.com/vanbess/PLUGIN-WooCommerce-WordPress-Landing-Page-Multi-Content-Tracker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanbess%2FPLUGIN-WooCommerce-WordPress-Landing-Page-Multi-Content-Tracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32492197,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["woocommerce","woocommerce-plugin","wordpress-development","wordpress-plugin"],"created_at":"2024-12-10T14:12:57.306Z","updated_at":"2026-05-01T09:32:39.180Z","avatar_url":"https://github.com/vanbess.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## PLUGIN: Landing Page Multi Content Tracker for WordPress\n\n### Prerequisites\n- ACF (Advanced Custom Fields) __must__ be installed for this plugin to work\n- SBWC Custom Pages plugin __must__ be installed, or a custom post type \"landings\" must be registered for this plugin to work\n\n### Overview\n- This plugin adds the ability to add rotating content (headings and paragraph content) via the WP admin area to Landings post type\n- Content is randomized and displayed on the front-end via the use of placeholders\n- A particular front-end visitor will be shown the same content on a particular landing page if said visitor returns to said landing page within 24 hours\n- After the 24 hour visitor cookie has expired, a new set of content will be displayed for said user using the same rule as previously mentioned\n- Custom tracking links containing content placeholders for a particular landing is inserted on the page for all href attributes, allowing detailed content effectivity tracking\n- A sample tracking link would be https://yourwebsite.com/en/product/abner-ash/?ct_ids=vh_1_7+cont_1_1+hd_2_2+cont_2_3+hd_3_2+cnt_abc_4+hdng_43_5+cnt_57_c\n\n### Instructions\n- After activating the plugin, navigate to an existing Landing post type, or create a new Landing via the Landing menu item in the WordPress Admin area\n- On the Landing post type edit screen, you will find a metabox named __Landing page convent placeholders and tracking ids__\n- In this metabox you will find inputs where you can define {placeholders}\n- Each {placeholder} can have multiple content sets added, along with the associated tracking_id\n- For example, let's say you've got a {heading_top} placeholder, you can define as many content/tracking sets for {heading_top} as you need; these will be rotated on a per user and page load basis\n- A typical stucture would be\n  - __{heading_top}__ =\u003e placeholder\n    - __Get started today!__ =\u003e placeholder content\n    - __vh_1_1__ =\u003e tracking id\n    - __Unlock your potential now!__ =\u003e placeholder content\n    - __vh_1_2__ =\u003e tracking id\n    - __Join our community today!__ =\u003e placeholder content\n    - __vh_1_3__ =\u003e tracking id\n- In this way, you can add multiple {placeholders} to your page, each with multiple content sets and tracking ids\n- __Please be mindful of the following:__\n  - Placeholders __must__ make use of curly braces ({})\n  - Tracking IDs must __only__ contain underscores (_), letters (a to z, upper or lowercase) and numbers (1 thru 0). No special characters allowed!\n  - The content of your post, whether added via the standard content editing area, or via a page builder such as Elementor, __must__ contain all your {placeholders}; if you do not add said placeholders, your content will not be replaced and/or rotated!\n  - All links on your landing page __must__ have the CSS class _lp_discover_cta_ if you want to replace the link you define with one which contains your content tracking ids\n\n### Sample landing page edit screen\nPlease see below screenshots for reference pertaining to the instructions above.\n\nLanding page/post edit screen:\n\n![Alt Text](assets/landing-page-edit-screen.jpeg)\n\nPlaceholders in editor:\n\n![Alt Text](assets/landing-page-placeholders-elementor.jpeg)\n\nButton with CSS class lp_discover_cta:\n\n![Alt Text](assets/button_link_class.jpeg)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanbess%2Fplugin-woocommerce-wordpress-landing-page-multi-content-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvanbess%2Fplugin-woocommerce-wordpress-landing-page-multi-content-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanbess%2Fplugin-woocommerce-wordpress-landing-page-multi-content-tracker/lists"}