[**Added in Android UpsideDownCakePrivacySandbox**](https://developer.android.com/preview)  
Summary: [Nested Classes](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/ReportEventRequest#nestedclasses) \| [Constants](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/ReportEventRequest#constants) \| [Methods](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/ReportEventRequest#pubmethods) \| [Inherited Methods](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/ReportEventRequest#inhmethods)  

# ReportEventRequest


`
public


class
ReportEventRequest
`


`

extends `[Object](https://developer.android.com/reference/java/lang/Object)`


`

`


`

|---|---------------------------------------------------|
| [java.lang.Object](https://developer.android.com/reference/java/lang/Object) ||
| ↳ | android.adservices.adselection.ReportEventRequest |

<br />

*** ** * ** ***

Request object wrapping the required arguments needed to report an ad event.

## Summary

|                                                                                                                                                         ### Nested classes                                                                                                                                                         ||
|----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| ` class` | [ReportEventRequest.Builder](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/ReportEventRequest.Builder) Builder for [ReportEventRequest](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/ReportEventRequest) objects. |

|                                                                                           ### Constants                                                                                           ||
|-------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `int` | [FLAG_REPORTING_DESTINATION_BUYER](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/ReportEventRequest#FLAG_REPORTING_DESTINATION_BUYER)   |
| `int` | [FLAG_REPORTING_DESTINATION_SELLER](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/ReportEventRequest#FLAG_REPORTING_DESTINATION_SELLER) |

|                                                                                                                                                                     ### Public methods                                                                                                                                                                     ||
|----------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| ` long`                                                                          | ` `[getAdSelectionId](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/ReportEventRequest#getAdSelectionId())`() ` Returns the adSelectionId, the primary identifier of an ad selection process.                         |
| ` `[String](https://developer.android.com/reference/java/lang/String)            | ` `[getData](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/ReportEventRequest#getData())`() ` Returns the ad event data.                                                                                              |
| ` `[InputEvent](https://developer.android.com/reference/android/view/InputEvent) | ` `[getInputEvent](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/ReportEventRequest#getInputEvent())`() ` Returns the input event associated with the user interaction.                                               |
| ` `[String](https://developer.android.com/reference/java/lang/String)            | ` `[getKey](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/ReportEventRequest#getKey())`() ` Returns the event key, the type of ad event to be reported.                                                               |
| ` int`                                                                           | ` `[getReportingDestinations](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/ReportEventRequest#getReportingDestinations())`() ` Returns the bitfield of reporting destinations to report to (buyer, seller, or both). |

| ### Inherited methods |
|-----------------------|---|
| From class ` `[java.lang.Object](https://developer.android.com/reference/java/lang/Object)` ` |--------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ` `[Object](https://developer.android.com/reference/java/lang/Object)          | ` `[clone](https://developer.android.com/reference/java/lang/Object#clone())`() ` Creates and returns a copy of this object.                                                                                                                                                        | | ` boolean`                                                                     | ` `[equals](https://developer.android.com/reference/java/lang/Object#equals(java.lang.Object))`(`[Object](https://developer.android.com/reference/java/lang/Object)` obj) ` Indicates whether some other object is "equal to" this one.                                             | | ` void`                                                                        | ` `[finalize](https://developer.android.com/reference/java/lang/Object#finalize())`() ` Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.                                                            | | ` final `[Class](https://developer.android.com/reference/java/lang/Class)`<?>` | ` `[getClass](https://developer.android.com/reference/java/lang/Object#getClass())`() ` Returns the runtime class of this `Object`.                                                                                                                                                 | | ` int`                                                                         | ` `[hashCode](https://developer.android.com/reference/java/lang/Object#hashCode())`() ` Returns a hash code value for the object.                                                                                                                                                   | | ` final void`                                                                  | ` `[notify](https://developer.android.com/reference/java/lang/Object#notify())`() ` Wakes up a single thread that is waiting on this object's monitor.                                                                                                                              | | ` final void`                                                                  | ` `[notifyAll](https://developer.android.com/reference/java/lang/Object#notifyAll())`() ` Wakes up all threads that are waiting on this object's monitor.                                                                                                                           | | ` `[String](https://developer.android.com/reference/java/lang/String)          | ` `[toString](https://developer.android.com/reference/java/lang/Object#toString())`() ` Returns a string representation of the object.                                                                                                                                              | | ` final void`                                                                  | ` `[wait](https://developer.android.com/reference/java/lang/Object#wait(long,%20int))`(long timeoutMillis, int nanos) ` Causes the current thread to wait until it is awakened, typically by being *notified* or *interrupted*, or until a certain amount of real time has elapsed. | | ` final void`                                                                  | ` `[wait](https://developer.android.com/reference/java/lang/Object#wait(long))`(long timeoutMillis) ` Causes the current thread to wait until it is awakened, typically by being *notified* or *interrupted*, or until a certain amount of real time has elapsed.                   | | ` final void`                                                                  | ` `[wait](https://developer.android.com/reference/java/lang/Object#wait())`() ` Causes the current thread to wait until it is awakened, typically by being *notified* or *interrupted*.                                                                                             | ||

## Constants

### FLAG_REPORTING_DESTINATION_BUYER

[**Added in Android UpsideDownCakePrivacySandbox**](https://developer.android.com/preview)  

```
public static final int FLAG_REPORTING_DESTINATION_BUYER
```

<br />

<br />

Constant Value:

2
(0x00000002)


### FLAG_REPORTING_DESTINATION_SELLER

[**Added in Android UpsideDownCakePrivacySandbox**](https://developer.android.com/preview)  

```
public static final int FLAG_REPORTING_DESTINATION_SELLER
```

<br />

<br />

Constant Value:

1
(0x00000001)


## Public methods

### getAdSelectionId

[**Added in Android UpsideDownCakePrivacySandbox**](https://developer.android.com/preview)  

```
public long getAdSelectionId ()
```

Returns the adSelectionId, the primary identifier of an ad selection process.

<br />

|    Returns     ||
|--------|--------|
| `long` | <br /> |

### getData

[**Added in Android UpsideDownCakePrivacySandbox**](https://developer.android.com/preview)  

```
public String getData ()
```

Returns the ad event data.

After ad selection, this data is generated by the caller. The caller can then call [AdSelectionManager.reportEvent(ReportEventRequest, Executor, OutcomeReceiver)](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/AdSelectionManager#reportEvent(android.adservices.adselection.ReportEventRequest,%20java.util.concurrent.Executor,%20android.os.OutcomeReceiver<java.lang.Object,java.lang.Exception>)). This data will be attached in a POST request to the `reportingUri` registered in `registerAdBeacon`.

The size of [String#getBytes()](https://developer.android.com/reference/java/lang/String#getBytes()) in `UTF-8` format should be below 64KB.

<br />

|                                                 Returns                                                 ||
|--------------------------------------------------------------------|-------------------------------------|
| [String](https://developer.android.com/reference/java/lang/String) | This value cannot be `null`. <br /> |

### getInputEvent

[**Added in Android UpsideDownCakePrivacySandbox**](https://developer.android.com/preview)  

```
public InputEvent getInputEvent ()
```

Returns the input event associated with the user interaction.

This field is either `null`, representing a *view* event, or has an [InputEvent](https://developer.android.com/reference/android/view/InputEvent) object, representing a *click* event.

<br />

|                                        Returns                                        ||
|-------------------------------------------------------------------------------|--------|
| [InputEvent](https://developer.android.com/reference/android/view/InputEvent) | <br /> |

### getKey

[**Added in Android UpsideDownCakePrivacySandbox**](https://developer.android.com/preview)  

```
public String getKey ()
```

Returns the event key, the type of ad event to be reported.

This field will be used to fetch the `reportingUri` associated with the `eventKey` registered in `registerAdBeacon` after ad selection.

This field should be an exact match to the `eventKey` registered in `registerAdBeacon`. Specific details about `registerAdBeacon` can be found at the
documentation of [AdSelectionManager#reportImpression](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/AdSelectionManager#reportImpression(android.adservices.adselection.ReportImpressionRequest,%20java.util.concurrent.Executor,%20android.os.OutcomeReceiver<java.lang.Object,java.lang.Exception>))

The event key (when inspecting its byte array with [String#getBytes()](https://developer.android.com/reference/java/lang/String#getBytes())) in `UTF-8` format should not exceed 40 bytes. Any key exceeding this limit will not be registered
during the `registerAdBeacon` call.

<br />

|                                                 Returns                                                 ||
|--------------------------------------------------------------------|-------------------------------------|
| [String](https://developer.android.com/reference/java/lang/String) | This value cannot be `null`. <br /> |

### getReportingDestinations

[**Added in Android UpsideDownCakePrivacySandbox**](https://developer.android.com/preview)  

```
public int getReportingDestinations ()
```

Returns the bitfield of reporting destinations to report to (buyer, seller, or both).

To create this bitfield, place an `|` bitwise operator between each `reportingDestination` to be reported to. For example to only report to buyer, set the
reportingDestinations field to [FLAG_REPORTING_DESTINATION_BUYER](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/ReportEventRequest#FLAG_REPORTING_DESTINATION_BUYER) To only report to
seller, set the reportingDestinations field to [FLAG_REPORTING_DESTINATION_SELLER](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/ReportEventRequest#FLAG_REPORTING_DESTINATION_SELLER) To
report to both buyers and sellers, set the reportingDestinations field to [FLAG_REPORTING_DESTINATION_BUYER](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/ReportEventRequest#FLAG_REPORTING_DESTINATION_BUYER) \| [FLAG_REPORTING_DESTINATION_SELLER](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/ReportEventRequest#FLAG_REPORTING_DESTINATION_SELLER)

<br />

|                                                                                                                                                                                                                    Returns                                                                                                                                                                                                                     ||
|-------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `int` | Value is either `0` or a combination of [FLAG_REPORTING_DESTINATION_SELLER](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/ReportEventRequest#FLAG_REPORTING_DESTINATION_SELLER), and [FLAG_REPORTING_DESTINATION_BUYER](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/ReportEventRequest#FLAG_REPORTING_DESTINATION_BUYER) <br /> |