Class GoogleAdsSearchads360V23CommonStoreSalesThirdPartyMetadata
Metadata for a third party Store Sales. This product is only for customers on the allow-list. Contact your Google business development representative for details on the upload configuration.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonStoreSalesThirdPartyMetadata : IDirectResponseSchema
Properties
AdvertiserUploadDateTime
Time the advertiser uploaded the data to the partner. Required. The format is "YYYY-MM-DD HH:MM:SS". Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
Declaration
[JsonProperty("advertiserUploadDateTime")]
public virtual string AdvertiserUploadDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
BridgeMapVersionId
Version of partner IDs to be used for uploads. Required.
Declaration
[JsonProperty("bridgeMapVersionId")]
public virtual string BridgeMapVersionId { 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 |
PartnerId
ID of the third party partner updating the transaction feed.
Declaration
[JsonProperty("partnerId")]
public virtual long? PartnerId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
PartnerMatchFraction
The fraction of valid transactions that are matched to a third party assigned user ID on the partner side. Required. The fraction needs to be between 0 and 1 (excluding 0).
Declaration
[JsonProperty("partnerMatchFraction")]
public virtual double? PartnerMatchFraction { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
PartnerUploadFraction
The fraction of valid transactions that are uploaded by the partner to Google. Required. The fraction needs to be between 0 and 1 (excluding 0).
Declaration
[JsonProperty("partnerUploadFraction")]
public virtual double? PartnerUploadFraction { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
ValidTransactionFraction
The fraction of transactions that are valid. Invalid transactions may include invalid formats or values. Required. The fraction needs to be between 0 and 1 (excluding 0).
Declaration
[JsonProperty("validTransactionFraction")]
public virtual double? ValidTransactionFraction { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |