UNPKG

@types/facebook-nodejs-business-sdk

Version:
15 lines (14 loc) 371 B
/** * Attribution models. */ declare const AttributionModel: Readonly<{ CUSTOMIZED_MULTI_TOUCH: "customized_multi_touch"; FIRST_TOUCH: "first_touch"; LAST_CLICK: "last_click"; LAST_TOUCH: "last_touch"; LINEAR: "linear"; POSITION_BASED: "position_based"; TIME_DECAY: "time_decay"; UNKNOWN: "unknown"; }>; export default AttributionModel;