@@ -39,7 +39,9 @@ The `body` will contain the following fields for all source debugging reports:
3939 This will be a string if there was one such site, or a list of strings if
4040 there were multiple.
4141* ` source_event_id ` : The source registration's ` source_event_id ` .
42- * ` source_site ` : The top-level site, or the embedded site for specific use cases, on which the source registration occurred.
42+ * ` source_site ` : The top-level site, or the embedded site for specific use cases
43+ (for example, [ AMP] ( https://amp.dev ) pages rendered by an AMP cache/viewer provider),
44+ on which the source registration occurred.
4345
4446Additionally:
4547
@@ -155,8 +157,9 @@ Additionally:
155157* If the trigger was attributed to a source, then the ` body ` will also contain
156158 the following fields:
157159 * ` source_event_id ` : The source registration's ` source_event_id ` .
158- * ` source_site ` : The top-level site, or the embedded site for specific use cases, on which the source registration
159- occurred.
160+ * ` source_site ` : The top-level site, or the embedded site for specific use cases
161+ (for example, [ AMP] ( https://amp.dev ) pages rendered by an AMP cache/viewer provider),
162+ on which the source registration occurred.
160163 * ` source_debug_key ` : The source registration's ` debug_key ` , but omitted if
161164 the source registration did not contain a valid ` debug_key ` or
162165 [ cookie-based debugging] [ ] was prohibited.
0 commit comments