AMS Genie

AMS Genie is the best tool for book publishers to track their AMS campaigns.

AMS Genie là gì?

AMS Genie là một tiện ích mở rộng Chrome được phát triển bởi amsgenie, và tính năng chính của nó là "AMS Genie is the best tool for book publishers to track their AMS campaigns.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AMS Genie

Tải xuống các tệp mở rộng AMS Genie dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Active management of Amazon Marketing Services (AMS) campaigns can be extremely time-consuming for book publishers as AMS does not provide you with essential tools to do this effectively. 

What is AMS Genie?

AMS Genie enhances AMS campaigns with important features including:

- Custom Date Range (say goodbye to the limited Lifetime data range, finally!)
- Downloadable Reports for Headline Search Ads and Sponsored Products Campaign Performance.
- Keyword suggestions for your campaigns to find even the most specific terms to use in your AMS ads.

1. Custom Date Ranges Provide Day to Day Data

Imagine if you could only get data based on lifetime history? Unfortunately, this has been the case for many advertisers using AMS.

With AMS Genie you can set your own date ranges, allowing you to discover insights into how things are changing week-to-week or day-to-day for each AMS campaign.

2. Reports Provide Better Insight Into Campaign Performance

The new downloadable reports for Sponsored Products campaign performance include Search Term Report. It will show you actual search terms entered by shoppers searching on Amazon.com that resulted in at east one click. 

The report also includes KPIs that can let you take actionable insights from the data. It is extremely valuable, as you can see what searches are leading to conversions, which you can then target in any of your keyword campaigns.

3. Keyword suggestions

For every campaign you will see the suggestions based on the real customer searches. This might serve you as an additional tool to find the most relevant Amazon keywords for your books.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AMS Genie AMS Genie
ID oojmalepjeknnfcdjdkpfpnhkaknpkjd
URL Chính Thức https://chromewebstore.google.com/detail/ams-genie/oojmalepjeknnfcdjdkpfpnhkaknpkjd
Mô tả AMS Genie is the best tool for book publishers to track their AMS campaigns.
Kích Thước Tệp 268 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển amsgenie
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AMS Genie",
    "version": "1.0.5",
    "description": "AMS Genie is the best tool for book publishers to track their AMS campaigns.",
    "author": "AMS Genie",
    "short_name": "Amazon Marketing Services extension for book publishers.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "background": {
        "default_icon": "icon48.png",
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        "logo.png",
        "scripts\/ams_script.js",
        "scripts\/autocomplete_inline_script.js",
        "scripts\/autocomplete_script.js",
        "scripts\/campaigns_inline_script.js",
        "scripts\/dashboard_inline_script.js"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/utils.js",
                "scripts\/dashboard_templates.js",
                "scripts\/dashboard.js"
            ],
            "css": [
                "css\/total.css",
                "css\/logo.css"
            ],
            "matches": [
                "https:\/\/ams.amazon.com\/ads\/dashboard*",
                "https:\/\/advertising.amazon.com\/ads\/dashboard*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "scripts\/campaigns.js"
            ],
            "matches": [
                "https:\/\/ams.amazon.com\/ads\/campaigns\/*",
                "https:\/\/ams.amazon.com\/ads\/campaigns",
                "https:\/\/advertising.amazon.com\/ads\/campaigns\/*",
                "https:\/\/advertising.amazon.com\/ads\/campaigns"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "scripts\/utils.js",
                "scripts\/campaigns_templates.js",
                "scripts\/campaign.js",
                "scripts\/autocomplete.js"
            ],
            "css": [
                "css\/autocomplete.css",
                "css\/logo.css"
            ],
            "matches": [
                "https:\/\/ams.amazon.com\/rta\/campaign\/*",
                "https:\/\/ams.amazon.com\/rta\/campaign?*",
                "https:\/\/advertising.amazon.com\/rta\/campaign\/*",
                "https:\/\/advertising.amazon.com\/rta\/campaign?*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "scripts\/reporting.js"
            ],
            "matches": [
                "https:\/\/ams.amazon.com\/*",
                "https:\/\/advertising.amazon.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}