Skip to content

Commit

Permalink
Merge pull request #52 from jeffchasin/branding
Browse files Browse the repository at this point in the history
Edit product names
  • Loading branch information
brenthosie authored Jul 14, 2022
2 parents db35ae1 + b90234e commit 54af6eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Experience Platform Tags Extension Uploader Tool
# Adobe Experience Platform Tags Extension Uploader Tool

[![Build Status](https://travis-ci.com/adobe/reactor-uploader.svg?branch=master)](https://travis-ci.com/adobe/reactor-uploader)
[![npm (scoped)](https://img.shields.io/npm/v/@adobe/reactor-uploader.svg?style=flat)](https://www.npmjs.com/package/@adobe/reactor-uploader)

Experience Platform Tags, by Adobe, is a next-generation tag management solution enabling simplified deployment of marketing technologies. For more information regarding Experience Platform Tags, please visit our [product website](http://www.adobe.com/enterprise/cloud-platform/launch.html).
Adobe Experience Platform Tags is a next-generation tag management solution enabling simplified deployment of marketing technologies. For more information regarding Tags, please visit our [product website](http://www.adobe.com/enterprise/cloud-platform/launch.html).

The uploader tool allows extension developers to easily upload their Experience Platform Tags extension to the extension marketplace. It can be used for uploading brand new extension packages or new versions of existing extension packages.
The uploader tool allows extension developers to easily upload their Platform Tags extension to the extension marketplace. It can be used for uploading brand new extension packages or new versions of existing extension packages.

For more information about developing an extension for Experience Platform Tags, please visit our [extension development guide](https://experienceleague.adobe.com/docs/experience-platform/tags/extension-dev/overview.html?lang=en).
For more information about developing an extension for Tags, please visit our [extension development guide](https://experienceleague.adobe.com/docs/experience-platform/tags/extension-dev/overview.html?lang=en).

## Usage

Before running the uploader tool, you must first have [Node.js](https://nodejs.org/en/) installed on your computer.

You will also need to have already created a zip file containing your extension package. The [@adobe/reactor-packager](https://www.npmjs.com/package/@adobe/reactor-packager) tool can be used to create such a zip file.

Finally, you will need to be authorized to upload extensions to Experience Platform Tags. This is done by first creating an integration through Adobe I/O. Please see the [Access Tokens documentation](https://experienceleague.adobe.com/docs/experience-platform/landing/platform-apis/api-authentication.html) for detailed steps on creating an integration and procuring extension management rights.
Finally, you will need to be authorized to upload extensions to Tags. This is done by first creating an integration through Adobe I/O. Please see the [Access Tokens documentation](https://experienceleague.adobe.com/docs/experience-platform/landing/platform-apis/api-authentication.html) for detailed steps on creating an integration and procuring extension management rights.

Once your zip file is ready to upload and you've been granted extension management rights, you can use the uploader tool in either a question-answer format or by passing information through command line arguments.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@adobe/reactor-uploader",
"version": "5.0.8",
"description": "Command line tool for uploading Launch extensions.",
"description": "Command line tool for uploading Tags extensions.",
"author": {
"name": "Adobe Systems",
"url": "http://adobe.com",
Expand Down

0 comments on commit 54af6eb

Please sign in to comment.