AI-generated Key Takeaways
-
A Dynamic Education asset requires several key fields such as
program_id
,program_name
, andschool_name
. -
The
program_id
andlocation_id
must be unique sequences of letters and digits. -
Location can be specified in multiple formats including city, state, code, country, full address, or latitude-longitude.
-
The asset includes fields for contextual keywords, and both Android and iOS app deep links and identifiers.
-
Image and thumbnail URLs can be provided but the images themselves will not be uploaded as assets.
A Dynamic Education asset.
Fields | |
---|---|
|
Required. Program ID which can be any sequence of letters and digits, and must be unique and match the values of remarketing tag. Required. |
|
Location ID which can be any sequence of letters and digits and must be unique. |
|
Required. Program name, for example, Nursing. Required. |
|
Subject of study, for example, Health. |
|
Program description, for example, Nursing Certification. |
|
School name, for example, Mountain View School of Nursing. |
|
School address which can be specified in one of the following formats. (1) City, state, code, country, for example, Mountain View, CA, USA. (2) Full address, for example, 123 Boulevard St, Mountain View, CA 94043. (3) Latitude-longitude in the DDD format, for example, 41.40338, 2.17403 |
|
Contextual keywords, for example, Nursing certification, Health, Mountain View. |
|
Android deep link, for example, android-app://com.example.android/http/example.com/gizmos?1234. |
|
Similar program IDs. |
|
iOS deep link, for example, exampleApp://content/page. |
|
iOS app store ID. This is used to check if the user has the app installed on their device before deep linking. If this field is set, then the ios_app_link field must also be present. |
|
Thumbnail image url, for example, http://www.example.com/thumbnail.png. The thumbnail image will not be uploaded as image asset. |
|
Image url, for example, http://www.example.com/image.png. The image will not be uploaded as image asset. |