MobileAppAsset

  • A mobile app asset represents a mobile application.

  • Required fields for a mobile app asset include app_id, app_store, and link_text.

  • Optional fields for a mobile app asset are start_date and end_date.

  • The app_id is a platform native ID string that uniquely identifies the app.

  • The app_store field specifies the application store distributing the app using the MobileAppVendor enum.

An asset representing a mobile app.

Fields

app_id

string

Required. A string that uniquely identifies a mobile application. It should just contain the platform native id, like "com.android.ebay" for Android or "12345689" for iOS.

app_store

MobileAppVendor

Required. The application store that distributes this specific app.

start_date

string

Start date of when this asset is effective and can begin serving, in yyyy-MM-dd format.

end_date

string

Last date of when this asset is effective and still serving, in yyyy-MM-dd format.