-
Notifications
You must be signed in to change notification settings - Fork 7
RMC Advertisement Service
michal-kapala edited this page May 10, 2024
·
2 revisions
Custom RMC service for ad management.
| Method ID | Method Name |
|---|---|
| 1 | GetAdvertisements |
| 2 | GetAdvertStaticData |
| 3 | UpdateAdvertisements |
| 4 | RemoveAdvertisements |
Empty request.
| Type | Name |
|---|---|
| List<GR5_Advertisement> | _AdvertisementVector |
Empty request.
| Type | Name |
|---|---|
| List<GR5_AdContainer> | _outAdContainer |
| List<GR5_AdServer> | _outAdServerList |
| List<List<GR5_AdStaticList>> | _outAdStaticList |
| List<GR5_AdRecommender> | _outAdRecommenderList |
| Type | Name |
|---|---|
| List<GR5_Advertisement> | _AdvertisementVector |
Empty response.
| Type | Name |
|---|---|
| List<Uint32> | _AdvertisementIDVector |
Empty response.
| Type | Name |
|---|---|
| Uint32 | m_ID |
| Uint32 | m_StoreItemID |
| Uint32 | m_AssetId |
| Uint8 | m_Layout |
| Uint8 | m_Action |
| Uint32 | m_OasisName |
| String | m_Criteria |
Layout 1 is for store page, 3 for home page.
| Type | Name |
|---|---|
| Uint32 | m_Id |
| Uint32 | m_AdServerId |
| String | m_DesignerName |
| Uint8 | m_AdInterval |
| Uint8 | m_ContainerLocation |
Location 1 is home page, 3 for store page.
| Type | Name |
|---|---|
| Uint32 | m_Id |
| Uint8 | m_Type |
| String | m_DesignerName |
| Type | Name |
|---|---|
| Uint32 | m_AdServerId |
| Uint32 | m_AdvertId |
| Uint8 | m_AdType |
| Uint8 | m_Priority |
| Type | Name |
|---|---|
| Uint32 | m_AdServerId |
| Uint32 | m_AdCount |