1
0
mirror of synced 2024-11-21 20:36:06 +03:00

add referer_uri field for referral message

This commit is contained in:
Ruslan Efanov 2022-12-19 16:59:30 +03:00
parent 23f3b3123d
commit 26c6cd6cbf

View File

@ -82,6 +82,8 @@ type Referral struct {
AdID string `json:"ad_id,omitempty"`
// The data containing information about the CTM ad, the user initiated the thread from.
AdsContextData AdsContextData `json:"ads_context_data,omitempty"`
// URI of the site from which the message was sent to the Facebook chat plugin.
RefererURI string `json:"referer_uri,omitempty"`
}
// AdsContextData represents data containing information about the CTM ad, the user initiated the thread from.