diff --git a/json/knowledgeapi.json b/json/knowledgeapi.json index 7ceb165..be16d85 100644 --- a/json/knowledgeapi.json +++ b/json/knowledgeapi.json @@ -89034,6 +89034,24 @@ ] } }, + "facebookStoryType": { + "type": "array", + "description": "Array of Facebook RSVP types.", + "items": { + "type": "string", + "enum": [ + "CHECKIN", + "COUPON", + "EVENT", + "FAN", + "MENTION", + "OTHER", + "PAGE_POST", + "QUESTION", + "USER_POST" + ] + } + }, "folderIds": { "type": "array", "items": { @@ -89100,6 +89118,30 @@ "UNIDENTIFIED" ] }, + "googleActionType": { + "type": "array", + "description": "Specifies the type of customer actions to be included in the report. Can only be used with the `GOOGLE_CUSTOMER_ACTIONS` metric.\n", + "items": { + "type": "string", + "enum": [ + "ACTION_DRIVING_DIRECTIONS", + "ACTION_PHONE", + "ACTION_WEBSITE" + ] + } + }, + "googleQueryType": { + "type": "array", + "description": "Specifies the type of queries to be included in the report. Can only be used with the `GOOGLE_SEARCH_QUERIES` metric.", + "items": { + "type": "string", + "enum": [ + "QUERIES_CHAIN", + "QUERIES_DIRECT", + "QUERIES_INDIRECT" + ] + } + }, "hours": { "type": "array", "description": "Specifies the hour(s) of day that should be included in the report. Can only, and must be used with the `GOOGLE_PHONE_CALLS` metric.", diff --git a/yaml/knowledgeapi.yaml b/yaml/knowledgeapi.yaml index fa8bfb3..385ba58 100644 --- a/yaml/knowledgeapi.yaml +++ b/yaml/knowledgeapi.yaml @@ -118195,6 +118195,21 @@ components: - DECLINED - INTERESTED - MAYBE + facebookStoryType: + type: array + description: Array of Facebook RSVP types. + items: + type: string + enum: + - CHECKIN + - COUPON + - EVENT + - FAN + - MENTION + - OTHER + - PAGE_POST + - QUESTION + - USER_POST folderIds: type: array items: @@ -118247,6 +118262,25 @@ components: - FEMALE - MALE - UNIDENTIFIED + googleActionType: + type: array + description: | + Specifies the type of customer actions to be included in the report. Can only be used with the `GOOGLE_CUSTOMER_ACTIONS` metric. + items: + type: string + enum: + - ACTION_DRIVING_DIRECTIONS + - ACTION_PHONE + - ACTION_WEBSITE + googleQueryType: + type: array + description: Specifies the type of queries to be included in the report. Can only be used with the `GOOGLE_SEARCH_QUERIES` metric. + items: + type: string + enum: + - QUERIES_CHAIN + - QUERIES_DIRECT + - QUERIES_INDIRECT hours: type: array description: Specifies the hour(s) of day that should be included in the report. Can only, and must be used with the `GOOGLE_PHONE_CALLS` metric.