---
title: "POST /v1/{+parent}/events"
method: POST
path: "/v1/{+parent}/events"
tags: ["platforms"]
---

# POST /v1/{+parent}/events

`POST /v1/{+parent}/events`

Creates an account event.

## Path parameters

- `parent` string, required

## Request body

- Event — A platform sub-account event to record spam signals.
  - `eventInfo` EventInfo — Private information for partner recorded events (PII).
    - `email` string — Required. The email address that is associated with the publisher when performing the event.
    - `billingAddress` Address — Address data.
      - `address2` string — Second line of address. Max length 64 bytes or 30 characters.
      - `zip` string — Zip/post code. Max length 10 bytes or 10 characters.
      - `address1` string — First line of address. Max length 64 bytes or 30 characters.
      - `fax` string — Fax number with international code (i.e. +441234567890).
      - `regionCode` string — Country/Region code. The region is specified as a CLDR region code (e.g. "US", "FR").
      - `contact` string — Contact name of the company. Max length 128 bytes or 34 characters.
      - `state` string — State. Max length 60 bytes or 30 characters.
      - `company` string — Name of the company. Max length 255 bytes or 34 characters.
      - `city` string — City. Max length 60 bytes or 30 characters.
      - `phone` string — Phone number with international code (i.e. +441234567890).
  - `eventTime` string, google-datetime — Required. Event timestamp.
  - `eventType` 'EVENT_TYPE_UNSPECIFIED' | 'LOG_IN_VIA_PLATFORM' | 'SIGN_UP_VIA_PLATFORM' — Required. Event type.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/adsenseplatform.md) · [All operations](https://skmtc.net/google/apis/adsenseplatform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/adsenseplatform/versions/3412328476cb/schema)
