-
Notifications
You must be signed in to change notification settings - Fork 173
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
Multiple domains for conversion funnel #1048
Comments
Hey @eysegal , this use-case should be supported to some extent now that we have support for multiple destinations (#601). Here is how you can do it:
Let me know if this makes sense. |
@csharrison - following up here to see if the three destinations option is for the root domain (i.e., foo.com) or sub-domain (i.e., bar.foo.com) - I didn't find them in the spec. Can you please direct me here? |
The source registration |
@apasel422 the spec @csharrison mentioned does not explain (at least I didn't manage to understand) what is valid value. When looking at what is eTLD/eTLD+1 in this link - we see that sub-domain can be included. However, when we test it in the header validator, it returns an error: I get:
We either need to update the spec or agree on what eTLD/eTLD+1 includes regarding sub-domains. It's important to mention that in real-life usages, we see subdomains coming from different destinations/the same ones, and we want to ensure we can attribute them. |
Hi,
In this use case, what should we send in the destination array on ad click? |
The specification is primarily written for implementation authors, not users of the API, but it does use the concept of site for destinations, which is equivalent to eTLD+1 with a scheme (for Attribution Reporting, almost always
I'm happy to provide further explanation if you supply some example destinations that you would like to use with the API in practice. In particular, if you can elaborate on:
|
thanks @apasel422 - please see my colleague @taboola1dsg comment with more specfic use case. |
As stated in #1048 (comment), the origins |
@omriariav @taboola1dsg It might help to provide a realistic set of sites or origins, rather than the example-only |
@apasel422 understood. I will work with @taboola1dsg to provide them. We still want to indicate that the three destinations may be insufficient and that declaring them "manually" for each campaign is an overhead. Which data/information do you need to evaluate possible modifications to the spec? |
Two examples: |
@apasel422 I want to follow up here and provide more information The focus here is on the requirement to declare the destinations with a click, as we verified that the three destination constraints are workable.
Native proves well for those types of advertisers, which may be a different case for display. Display may have a fixed domain, given the smaller funnel (top-of-funnel advertisers compared to performance, which have longer funnels). This can cause an unfair advantage towards display advertising. I understand the privacy requirements here and that we must tell the browser for each source where to look for the conversions. However, it's essential to understand the overhead in requesting to declare the destinations upon a click and the impact on the campaign setup. We will be happy to brainstorm possible solutions. |
Thanks @omriariav, great to hear that 3 destinations works for you. Could you provide more details on what you mean when you say this is a use case for native advertising? What is unique about native that means the destinations are dynamic? If I'm understanding the conversation (and this comment), you're saying that generally users don't convert on more than 3 destinations; however, it's difficult to tell in advance what those destinations are? Is that because the conversion action you're targeting is actually a click on another ad? |
Hi @jolynyao, that is not the case. We have a significant amount of advertisers with campaign strategies that take you through several destinations before reaching the final primary conversion. Here are 3 examples:
The common for all the above is that they provide only the 1st destination on our platform and we don't expect them to provide a list of destinations per campaign because it adds a lot of unnecessary friction and requires a big dev effort. |
Thanks for the explanation @taboola1dsg!
|
Hi @jolynyao please see comments:
Please lmk if you have any other questions Thanks, |
Is this issue still relevant? |
Yes, it does. Thank you for checking.
|
I went over some issues like this and this but I still don't understand if the following scenario is supported:
When working with performance advertisers the conversion funnel is sometimes composed of different stages -
(a) The user reached the landing page
(b) The user is interested in a product
(c) The user purchased the product.
Stage (a) and stage (b) might occur in different domains, and require conversion count separately to show the conversion funnel.
Is it possible to do this in Attribution Reporting?
The text was updated successfully, but these errors were encountered: