Overview

Summary

ContactDonateImprint


Appendix E-9: AD (UI prompt)


AdAdModuleYouTubeCom

Properties (7)

PropertyTypeEntityReferenceModule
(1) AdvertiserNameSTRINGAd
(2) BudgetInfoJsonSTRINGAd
(3) CampaignNameSTRINGAd
(4) CreatedAtDATEAd
(5) FormatSTRINGAd
(6) MediaUrlSTRINGAd
(7) TargetingJsonSTRINGAd


Module Interfaces (7)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /adfindAllAd()AdModuleGETAd
(2) /ad/{id}deleteAdById(id)AdModuleDELETEAd
(3) /ad/{id}findAdById(id)AdModuleGETAd
(4) /ad/{id}updateAdById(ad)AdModulePUTAd
(5) /adinsertAd(ad)AdModulePOSTAd
(6) /videoad/ad/{id}findAllVideoAdOfAd(id)AdModuleGETAd VideoAd
(7) /adimpression/ad/{id}findAllAdImpressionOfAd(id)UserModuleGETAd AdImpression





Example:

final Ad ad = (Ad) invokeModule(AD_MODULE + "/ad/" + id, Ad.class);
if (ad != null) {
}
return ad;


Overview

Summary

ContactDonateImprint