App
Details of the mobile application where you show the ad. Include this object if you show the ad in a mobile application.
idstringrequired
The unique identifier for the mobile application.
Example:
app-store-id-12345namestringrequired
The application's name.
domainstring
The domain of the application's publisher.
publisher objectrequired
Describes the publisher who owns the app.
idstringrequired
A unique ID for the publisher.
Example:
pub-Id-5678namestring
The publisher's name.
App
{
"id": "app-store-id-12345",
"name": "string",
"domain": "string",
"publisher": {
"id": "pub-Id-5678",
"name": "string"
}
}