TDV Adapter for Google Ad Manager

Build 22.0.8462

MobileApplications

Create and query DoubleClick for Publishers Mobile Applications.

Select

The following queries are processed server side by the Google Ads Manager APIs.

Retrieve a list of MobileApplications. For example:

SELECT * FROM [MobileApplications]

Additionally, you can specify the Id or filter by any other column.

SELECT * FROM [MobileApplications] WHERE Id = '370450571'

Insert

To create a new MobileApplication, the DisplayName, AppStoreId, and AppStores fields are required.

INSERT INTO [MobileApplications] (DisplayName, AppStoreId, AppStores) VALUES ('Netflix', 'com.netflix.mediaclient', 'GOOGLE_PLAY')

Update

The update operation is not supported for this table.

Delete

The delete operation is not supported for this table.

Columns

Name Type ReadOnly Description
Id [KEY] Long True

Uniquely identifies the mobile application. This attribute is read-only and is assigned by Google when a mobile application is claimed.

ApplicationId Long True

Uniquely identifies the mobile application. This attribute is read-only and is assigned by Google when a mobile application is claimed. The id field is being deprecated in favor of this new ID space.

DisplayName String False

The display name of the mobile application. This attribute is required and has a maximum length of 255 characters.

AppStoreId String False

The app store ID of the app to claim. This attribute is required for creation and then is read-only.

AppStores String False

The app stores the mobile application belongs to. This attribute is required for creation and is mutable to allow for third party app store linking. Possible values include APPLE_ITUNES, GOOGLE_PLAY, ROKU, AMAZON_FIRETV, PLAYSTATION, XBOX, SAMSUNG_TV, AMAZON_APP_STORE, OPPO_APP_STORE, SAMSUNG_APP_STORE, VIVO_APP_STORE, and XIAOMI_APP_STORE.

IsArchived Boolean True

The archival status of the mobile application. This attribute is read-only.

AppStoreName String True

The name of the application on the app store. This attribute is read-only and populated by Google.

ApplicationCode String True

The application code used to identify the app in the SDK. This attribute is read-only and populated by Google. Note that the UI refers to this as 'App ID'.

DeveloperName String True

The name of the developer of the mobile application. This attribute is read-only and populated by Google.

Platform String True

The platform the mobile application runs on. This attribute is read-only and populated by Google.

The allowed values are UNKNOWN, ANDROID, IOS, ROKU, AMAZON_FIRETV, PLAYSTATION, XBOX, SAMSUNG_TV.

IsFree Boolean True

Whether the mobile application is free on the app store it belongs to. This attribute is read-only and populated by Google.

DownloadUrl String True

The download URL of the mobile application on the app store it belongs to. This attribute is read-only and populated by Google.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462