Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonWebhookDelivery

Google notifies the advertiser of leads by making HTTP calls to an endpoint they specify. The requests contain JSON matching a schema that Google publishes as part of form ads documentation.

Inheritance
object
GoogleAdsSearchads360V23CommonWebhookDelivery
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonWebhookDelivery : IDirectResponseSchema

Properties

AdvertiserWebhookUrl

Webhook url specified by advertiser to send the lead.

Declaration
[JsonProperty("advertiserWebhookUrl")]
public virtual string AdvertiserWebhookUrl { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GoogleSecret

Anti-spoofing secret set by the advertiser as part of the webhook payload.

Declaration
[JsonProperty("googleSecret")]
public virtual string GoogleSecret { get; set; }
Property Value
Type Description
string

PayloadSchemaVersion

The schema version that this delivery instance will use.

Declaration
[JsonProperty("payloadSchemaVersion")]
public virtual long? PayloadSchemaVersion { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX