APIs & Integrations

pbacelar
参加者

"engagements_last_meeting_booked_campaign" property visible and in a wrong property group

Hi everybody,

 

I'm in charge of building a portal cloner from a production portal to a test portal.

 

I have to create or update properties of existing object class/entities on production, from production portal to test portal.

 

For Entity "Contacts" on production portal, a property "engagements_last_meeting_booked_campaign" exist but is hidden.

Extract from result of a call at "https://api.hubapi.com/crm/v3/properties/contact" with Production API Key :

 

 

{
   "updatedAt":"2020-01-08T15:13:12.590Z",
   "createdAt":"2019-08-06T02:41:12.452Z",
   "name":"engagements_last_meeting_booked_campaign",
   "label":"Campaign of last booking in meetings tool",
   "type":"string",
   "fieldType":"text",
   "description":"This UTM parameter shows which marketing campaign (e.g. a specific email) referred the contact to the meetings tool for their most recent booking. This property is only populated when you add tracking parameters to your meeting link.",
   "groupName":"contactinformation",
   "options":[
      
   ],
   "displayOrder":6,
   "calculated":false,
   "externalOptions":false,
   "hasUniqueValue":false,
   "hidden":true,
   "hubspotDefined":true,
   "modificationMetadata":{
      "archivable":true,
      "readOnlyDefinition":true,
      "readOnlyValue":true
   },
   "formField":false
}

 

 

Extract from result of a call at "https://api.hubapi.com/crm/v3/properties/contact" with Test API Key :

 

 

{
   "updatedAt":"2020-06-30T15:57:36.994Z",
   "createdAt":"2020-06-30T15:57:36.994Z",
   "name":"engagements_last_meeting_booked_campaign",
   "label":"Campaign of last booking in meetings tool",
   "type":"string",
   "fieldType":"text",
   "description":"UTM parameter for marketing campaign (e.g. a specific email) responsible for recent meeting booking. Only populated when tracking parameters are included in meeting link.",
   "groupName":"contactinformation",
   "options":[
      
   ],
   "displayOrder":6,
   "calculated":false,
   "externalOptions":false,
   "hasUniqueValue":false,
   "hidden":true,
   "hubspotDefined":true,
   "modificationMetadata":{
      "archivable":true,
      "readOnlyDefinition":true,
      "readOnlyValue":true
   },
   "formField":false
}

 

 

"groupName":"contactinformation" and "hidden":true, on production portal and Test portal.

On production portal, this property is hidden but on test portal :

URL : "https://app.hubspot.com/contacts/PortalN°/contact/objectN°/properties"

pbacelar_0-1634826947939.png

Why this porperty "engagements_last_meeting_booked_campaign" isn't hidden and in a wrong properties group ("contactinformation" => "Contact information" group, not "Contact activity" group) ?

 

Thank you in advance for your help.

 

 

 

0 いいね!
2件の返信
pbacelar
参加者

"engagements_last_meeting_booked_campaign" property visible and in a wrong property group

Thanks for this very interesting infos.

But I wish an explanation for this behavior than I am not understanding : a visible "hidden" property in a wrong properties group.

 

Thanks

0 いいね!
dennisedson
HubSpot製品開発チーム
HubSpot製品開発チーム

"engagements_last_meeting_booked_campaign" property visible and in a wrong property group

@pbacelar 

Totally not the answer to your specific question, but have you looked into the newly release sandbox feature? 

Just did an AMA on it yesterday 😀

All the info is on this page