Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Story #7] Adobe and Magento teams views report on Adobe Stock integration KPIs #30

Closed
sidolov opened this issue May 10, 2019 · 11 comments
Labels
Milestone

Comments

@sidolov
Copy link
Contributor

sidolov commented May 10, 2019

Story

As a Magento/Adobe product manager I want to understand the actual level of interest that Magento merchants have to integrated stock images by tracking the number of search requests, saved preview images and licensed images via Adobe Stock-Magento integration.

Business Value

collect metrics to evaluate product success

Acceptance Criteria

  • All requests to Adobe Stock that merchants send need to include static identifier in the header of request.
  • The value of this identifier needs to be hardcoded
@sidolov sidolov added the Story label May 10, 2019
@sidolov sidolov changed the title [Story #6] Adobe and Magento teams views report on Adobe Stock integration KPIs [Story #7] Adobe and Magento teams views report on Adobe Stock integration KPIs May 10, 2019
@chfabbro
Copy link

@sidolov Does Magento integrate with any analytics provider today to measure UI interactions? I can suggest workflows for measuring API searches and clickthroughs to Adobe Stock, but Stock cannot measure user engagement in the UI without support from the Magento platform.

@sidolov
Copy link
Contributor Author

sidolov commented Jun 24, 2019

We will use x-request-id header for requests stats.

@sivaschenko
Copy link
Member

@tkacheva moving this story to the second phase as it depends on SDK implementation

@chfabbro
Copy link

chfabbro commented Aug 8, 2019

@tkacheva I think we should have a separate conversation with the Stock Analytics team, as they have a process for pulling reports of Stock API usage based on particular headers. This data would be available to Magento and internal Adobe users, but probably not available publicly. However, this would only track API usage (search/licensing) but not in-app interactions. If you also want to track, for example, the number of times someone clicks the search button or chooses filters, or opens a preview image in the Magento UI, then you should be using a separate analytics provider for that like Adobe Analytics or Google Analytics.

@tkacheva
Copy link

@chfabbro do you suggest not to implement this story with community effort?
This is indeed the solution for us to track the efficiency of the integration.

@chfabbro
Copy link

@tkacheva Can you confirm the requirements/KPIs? Are these the only metrics you want to capture?

  • Number of searches per integration
    • Confirm this is not at user level, but at merchant level, per API key
  • Number of licenses per integration
    • Same question as above
  • Number of previews downloaded

FYI, the first two could come from Adobe Stock analytics, but not the third. Stock does not track download of previews. This would have to happen at the client level inside the integration. This could be implemented by your community, if you gave them an analytics endpoint they need to call when a download occurs.

The first two would require some kind of static data point, such as product name or product location header.

@tkacheva
Copy link

@chfabbro

Number of searches per integration
in my understanding for us it's important to see how many image searches users perform via Magento integration overall. Unless we can additionally pass some data about a user (like commerce/OS).

Number of licenses per integration
Same as above. Don't want to overcomplicate stuff so we end up with no data at all.

Number of previews downloaded
That will be great to track so we understand the ratio between preview images saved and image licensed.

LEt's discuss on next meeting what it takes to achieve those.

@sivaschenko
Copy link
Member

sivaschenko commented Oct 18, 2019

magento-adobe-stock-integration product name (x-product request header) can be used for identifying requests from Magento Adobe Stock Integration.

@filmaj
Copy link
Contributor

filmaj commented Oct 29, 2019

@sivaschenko it seems like the X-Product header should also include the integration version number, here is the guidance we received from @chfabbro:

Header Type Default Value Required Detail
X-Product string none Y The X-Product is required to identify the calling product and should always contain a version. The productID should be the IMS clientID if possible. Example: Photoshop/15.2.0

@chfabbro
Copy link

The definition above comes from an internal Adobe Stock wiki, but is written this way for collecting metrics. Some additional examples are publicly available here: https://www.adobe.io/apis/creativecloud/stock/docs.html#!adobe/stock-api-docs/master/docs/api/10-headers-for-api-calls.md

@sivaschenko
Copy link
Member

Magento version is included in the X-Product header (i.e. Magento/2.3.4)

magento-cicd2 pushed a commit that referenced this issue May 30, 2021
[Lynx] JQuery upgrade preparation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants
@filmaj @sivaschenko @tkacheva @sidolov @chfabbro and others