Custom Model

List of data fields in the custom model, including system default fields and custom fields.

Custom Model Entity <custom-model> [SUPPORT_IGNORED_UPDATE_CFS]

Name
Type
Required
Valid value / Description
Example

timezoneGmt

integer

Timezone GMT. CDP stores Date value in GMT-0. If your date value is in the different GMT (ex: +7), You should send this value to PangoCDP.

7

Custom Fields

systemName

String

Your System name

Website

momCode

String

Yes

Managed Object Model Code in PangoCDP

M-T5QMS-O-UIWWY-M

refId

String

Yes

Record Id in your system

customerId

String

Customer Id

C09320932032

email

String

Email address of an user

email@bytetech.io

phone

String

Phone number of an user

0986858xxx

leadId

String

Lead Id

Lead01

deviceId

String

Device Id

eventCtg

String

Event Category

Ecommerce

event

String

Event

AddToCart

eventLabel

String

Event Label - more detail of an event

ggCid

String

Google Client Id

12252636xxxx.55232265xxx

ggTid

String

Google Analytics Tracking - TID

UA-0934xxxxxx

fbPid

String

Facebook pixel Id

2686938073xxxx

fbCId

String

Facebook pixel client Id

fb.2.16xx22.2xx49384

zoOAId

String

Zalo OA Id

4446199182319379222

zoUId

String

Zalo User Id

8567445237543317591

zoUAId

String

Zalo User App Id

6730998452418537179

cookieGroup01

String

Extended cookie group Id 01

If you have more cookies from various vendors, you can put them one-by-one.

cookie01

String

Extended cookie id 01

cookieGroup02

String

Extended cookie group Id 02

cookie02

String

Extended cookie d 02

cookieGroup03

String

Extended cookie group Id 03

cookie03

String

Extended cookie d 03

tags

Array

List of Tags

createdAt

Timestamp

Time of creation (milliseconds)

1584483275000

createdBy

String

User who created this record

user01

updatedAt

Timestamp

Time of update (milliseconds)

1584483275000

updatedBy

String

User who updated this record

user02

recordStatus

String

This value determines whether this record is deleted or not.

Valid Values:

  • Active

  • Deleted

Active

Sample Request

{
    "objectType":"custom-model",
    "source":"SOURCE_NAME",
    "jeConfigId":null,
    "jeEventKey":null,
    "entries":[
        { 
            "momCode": "M-XXXXX-O-EP264-M",
            "refId": ".."
        },
        { 
            "momCode": "M-XXXXX-O-EP264-M",
            "refId": ".."
        }
    ]
}

Last updated

Was this helpful?