The documents return score information.
Engagement Score
This document returns engagement score information.
Data Element | Type | Length | Conditional | Description |
---|---|---|---|---|
subscriber_email | String | -1 | True | Subscriber Email Address |
subscriber_id | Int | True | Unique Subscriber ID | |
remote_id | String | 50 | True | Subscriber ID for the remote system |
type_id | Int | True | Unique Score Type ID | |
type_name | String | 255 | True | Score type name |
description | String | 2000 | True | Score name |
score_id | Int | True | Score description |
Request
<GridRequest xmlns="http://partner.informz.net/aapi/2009/08/"> <Password></Password> <Brand id="9999">Test Brand</Brand> <User></User> <Grids> <Grid type="subscriber_engagement_score"> <Conditions> <Condition> <Single> <DataElement>subscriber_id</DataElement> <DataValue>500402555</DataValue> <Comparator>EQ</Comparator> </Single> </Condition> </Conditions> <ReturnFields> <DataElement>subscriber_email</DataElement> <DataElement>subscriber_id</DataElement> <DataElement>remote_id</DataElement> <DataElement>type_id</DataElement> <DataElement>type_name</DataElement> <DataElement>description</DataElement> <DataElement>score_id</DataElement> </ReturnFields> </Grid> </Grids> </GridRequest>
Response
<?xml version="1.0" encoding="utf-8"?> <GridResponse xmlns="http://partner.informz.net/aapi/2009/08/"> <Brand id="9999">Test Brand</Brand> <User></User> <Grids> <Grid type="subscriber_engagement_score"> <Record row="1"> <Fields> <Field element="subscriber_email">1288testing@informz.com</Field> <Field element="subscriber_id">500402555</Field> <Field element="remote_id" /> <Field element="type_id">1</Field> <Field element="type_name">Engagement Score</Field> <Field element="description">Subscribers not in the scoring group</Field> <Field element="score_id">12229</Field> </Fields> </Record> </Grid> </Grids> </GridResponse>
Lead Score
This document returns lead score information.
Data Element | Type | Length | Conditional | Description |
---|---|---|---|---|
subscriber_email | String | -1 | True | Subscriber Email Address |
subscriber_id | Int | True | Unique Subscriber ID | |
remote_id | String | 50 | True | Subscriber ID for the remote system |
type_id | Int | True | Unique Score Type ID | |
type_name | String | 255 | True | Score type name |
description | String | 2000 | True | Score name |
score_id | Int | True | Score description |
Request
<GridRequest xmlns="http://partner.informz.net/aapi/2009/08/"> <Password>password </Password> <Brand id="9999">Test Brand</Brand> <User></User> <Grids> <Grid type="subscriber_lead_score"> <Conditions> <Condition> <Single> <DataElement>subscriber_id</DataElement> <DataValue>500970880</DataValue> <Comparator>EQ</Comparator> </Single> </Condition> </Conditions> <ReturnFields> <DataElement>subscriber_email</DataElement> <DataElement>subscriber_id</DataElement> <DataElement>remote_id</DataElement> <DataElement>type_id</DataElement> <DataElement>type_name</DataElement> <DataElement>description</DataElement> <DataElement>score_id</DataElement> </ReturnFields> </Grid> </Grids> </GridRequest>
Response
<?xml version="1.0" encoding="utf-8"?> <GridResponse xmlns="http://partner.informz.net/aapi/2009/08/"> <Brand id="9999">Test Brand</Brand> <User></User> <Grids> <Grid type="subscriber_lead_score"> <Record row="1"> <Fields> <Field element="subscriber_email">1155testing@informz.com</Field> <Field element="subscriber_id">500970880</Field> <Field element="remote_id" /> <Field element="type_id">3</Field> <Field element="type_name">Lead Score</Field> <Field element="description">Subscribers not in the scoring group</Field> <Field element="score_id">12235</Field> </Fields> </Record> </Grid> </Grids> </GridResponse>