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

Questions about app-to-web support #239

Closed
ycmou opened this issue Sep 30, 2021 · 7 comments
Closed

Questions about app-to-web support #239

ycmou opened this issue Sep 30, 2021 · 7 comments

Comments

@ycmou
Copy link

ycmou commented Sep 30, 2021

Hello! Regarding the app-to-web proposal , I have a few questions on what type of scenarios are planned (or feasible) to be supported. (Keep in mind I'm not an Android engineer so may be missing some basic context. Please correct me as needed!)

Currently the goals in the app-to-web explainer includes:

  • Support measurement of ads that show up within apps that later convert in the browser
  • Support measurement of ads within embedded webview that later convert in the browser

What is the "browser" that would be supported here?

Specifically there are two scenarios we are considering:

  1. Our Android app uses Chrome Custom Tabs for its in-app browsing experience. Will there be attribution + reporting support for CCT?
  2. Most of our users view/tap through ads within our app, but then convert later within their native in-app browser (e.g. mobile Chrome app). Would this "app-to-mobile-web-browser" flow supported?
@csharrison
Copy link
Collaborator

cc @mthiesse. The browser is configurable by the calling app. In the example code we just use the default browser.

  1. CCT works just like a Chrome tab so it should work just like if the user was browsing in Chrome.
  2. Yes that should be supported

@maudnals
Copy link
Contributor

maudnals commented Nov 3, 2021

@csharrison Maybe we could update the explainer to include this?
I opened a PR here: https://github.com/WICG/conversion-measurement-api/pull/263/files
cc @ycmou

@mthiesse
Copy link
Contributor

mthiesse commented Nov 3, 2021

The language "conversion within a native in-app browser" is probably too general as we don't support webview yet? Maybe something like:
"Ad view/tap within a native Android app, conversion within a custom tab provider (e.g. Chrome Custom Tabs)."

@mthiesse
Copy link
Contributor

mthiesse commented Nov 3, 2021

Oh, nevermind, this is aspirational :)

@maudnals
Copy link
Contributor

maudnals commented Nov 3, 2021

Thank you @mthiesse, I've updated the PR, how does it look?
https://github.com/WICG/conversion-measurement-api/pull/263/files
Feel free to leave comments on there!

@mthiesse
Copy link
Contributor

mthiesse commented Nov 3, 2021

Actually I'm not sure if this is aspirational or describing what we can do with the current API. The goals section states "Support measurement of ads within embedded webview that later convert in the browser", which is only partially true currently. If the webview is just displaying an ad and clicking that ad takes you to the browser, this API covers that use case. However, if you're using webview as an in-app browser and an ad click stays within the webview, that's not currently covered by this API.

@cedelman
Copy link

Hi @maudnals could you clarify whether app-to-web attribution API is still in a proposal state, available today, or releasing soon along with the Attribution Reporting API web-to-web?

@apasel422 apasel422 closed this as not planned Won't fix, can't repro, duplicate, stale Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants