| Google Cloud Messaging (Android Push) Delivery Channel | |
Delivery Channels are specified per-message in the campaign editor. To configure a message for GCM, the sending mode must be “SMS Only” and the Delivery Channel should be the GCM Delivery Channel configured above.

{
"registration_ids": ["445865929923"],
"data": {
"score": "5x1",
"time": "15:10"
}
}
GCM allows additional JSON keywords to be defined to control how the GCM servers handle the message. See the the GCM message documentation for more details.
{ "registration_ids": ["<%[Android Registration ID]%>"], ... }
In the fragment above, <%[Android Registration ID]%> is the merge tag for
the customer attribute that contains the GCM Registration ID for the Android device.
{
"registration_ids": ["<%[Android Registration ID]%>"],
"data": {
"score": "<%[evnt:Score]%>",
"time": "<%[evnt:Time]%>"
}
}
This static content template could be used to produce the sample JSON message shown above.