Class GoogleAdsSearchads360V23CommonStoreSalesMetadata
Metadata for Store Sales Direct.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonStoreSalesMetadata : IDirectResponseSchema
Properties
CustomKey
Name of the store sales custom variable key. A predefined key that can be applied to the transaction and then later used for custom segmentation in reporting. Accessible only to customers on the allow-list.
Declaration
[JsonProperty("customKey")]
public virtual string CustomKey { 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 |
LoyaltyFraction
This is the fraction of all transactions that are identifiable (for example, associated with any form of customer information). Required. The fraction needs to be between 0 and 1 (excluding 0).
Declaration
[JsonProperty("loyaltyFraction")]
public virtual double? LoyaltyFraction { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
ThirdPartyMetadata
Metadata for a third party Store Sales upload.
Declaration
[JsonProperty("thirdPartyMetadata")]
public virtual GoogleAdsSearchads360V23CommonStoreSalesThirdPartyMetadata ThirdPartyMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonStoreSalesThirdPartyMetadata |
TransactionUploadFraction
This is the ratio of sales being uploaded compared to the overall sales that can be associated with a customer. Required. The fraction needs to be between 0 and 1 (excluding 0). For example, if you upload half the sales that you are able to associate with a customer, this would be 0.5.
Declaration
[JsonProperty("transactionUploadFraction")]
public virtual double? TransactionUploadFraction { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |