View source: R/subscriptions.R
Create new subscription
1 2  | create_subscription(project, subscription, topic, pushConfig = NULL,
  ackDeadlineSeconds = 10)
 | 
project | 
 Name of Google Cloud Project  | 
subscription | 
 Name of the subscription available for consuming messages  | 
topic | 
 The name of the topic from which this subscription is receiving messages.  | 
pushConfig | 
 Named list of key and value pairs that would be used as attributes  | 
ackDeadlineSeconds | 
 This value is the maximum time after a subscriber receives a message before the subscriber should acknowledge the message. It will only take a minimum of 10s and a maximum of 600s  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.