0.0.3 • Published 3 years ago
capacitor3-kakao-ad v0.0.3
capacitor3-kakao-ad
capacitor3 kakao ad
Install
npm install capacitor3-kakao-ad
npx cap sync
API
echo(...)
initializePixel(...)
pageView(...)
completeRegistration(...)
search(...)
viewContent(...)
addToCart(...)
addToWishList(...)
viewCart(...)
purchase(...)
participation(...)
signUp(...)
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
initializePixel(...)
initializePixel(options: { track_id: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { track_id: string; } |
Returns: Promise<{ value: string; }>
pageView(...)
pageView(options: { tag?: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { tag?: string; } |
Returns: Promise<{ value: string; }>
completeRegistration(...)
completeRegistration(options: { tag?: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { tag?: string; } |
Returns: Promise<{ value: string; }>
search(...)
search(options: { tag?: string; keyword: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { tag?: string; keyword: string; } |
Returns: Promise<{ value: string; }>
viewContent(...)
viewContent(options: { tag?: string; id: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { tag?: string; id: string; } |
Returns: Promise<{ value: string; }>
addToCart(...)
addToCart(options: { id: string; tag?: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { id: string; tag?: string; } |
Returns: Promise<{ value: string; }>
addToWishList(...)
addToWishList(options: { id: string; tag?: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { id: string; tag?: string; } |
Returns: Promise<{ value: string; }>
viewCart(...)
viewCart(options: { tag?: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { tag?: string; } |
Returns: Promise<{ value: string; }>
purchase(...)
purchase(options: { tag?: string; total_quantity: string; total_price: string; currency: string; products: [ { id: string; name: string; quantity: string; price: string; } ]; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { tag?: string; total_quantity: string; total_price: string; currency: string; products: { id: string; name: string; quantity: string; price: string; }; } |
Returns: Promise<{ value: string; }>
participation(...)
participation(options: { tag?: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { tag?: string; } |
Returns: Promise<{ value: string; }>
signUp(...)
signUp(options: { tag?: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { tag?: string; } |
Returns: Promise<{ value: string; }>