Item interface

Standardowy typ Item Google Analytics.

Podpis:

export interface Item 

Właściwości

Właściwość Typ Opis
affiliation ciąg znaków
brand ciąg znaków
category ciąg znaków
coupon ciąg znaków
creative_name ciąg znaków
creative_slot ciąg znaków
discount Waluta
id ciąg znaków
indeks liczba
item_brand ciąg znaków
item_category ciąg znaków
item_category2 ciąg znaków
item_category3 ciąg znaków
item_category4 ciąg znaków
item_category5 ciąg znaków
item_id ciąg znaków
item_list_id ciąg znaków
item_list_name ciąg znaków
item_name ciąg znaków
item_variant ciąg znaków
location_id [identyfikator_lokalizacji] ciąg znaków
name ciąg znaków
price Waluta
promotion_id ciąg znaków
promotion_name ciąg znaków
quantity liczba

Item.affiliation

Podpis:

affiliation?: string;

Item.brand

Zamiast tego użyj atrybutu item_brand.

Podpis:

brand?: string;

Item.category

Zamiast tego użyj elementu item_category.

Podpis:

category?: string;

Item.kupon

Podpis:

coupon?: string;

Element.creative_name

Podpis:

creative_name?: string;

Element.creative_slot

Podpis:

creative_slot?: string;

Item.discount

Podpis:

discount?: Currency;

Identyfikator produktu

Zamiast tego użyj elementu item_id.

Podpis:

id?: string;

Indeks_produktów

Podpis:

index?: number;

Item.item_brand

Podpis:

item_brand?: string;

item.item_category,

Podpis:

item_category?: string;

Item.item_category2

Podpis:

item_category2?: string;

Item.item_category3

Podpis:

item_category3?: string;

Item.item_category4

Podpis:

item_category4?: string;

Item.item_category5

Podpis:

item_category5?: string;

Item.item_id,

Podpis:

item_id?: string;

item.item_list_id,

Podpis:

item_list_id?: string;

Item.item_list_name

Podpis:

item_list_name?: string;

Item.item_name

Podpis:

item_name?: string;

Item.item_variant

Podpis:

item_variant?: string;

Item.location_id

Podpis:

location_id?: string;

Nazwa.produktu

Zamiast tego użyj elementu item_name.

Podpis:

name?: string;

Item.price

Podpis:

price?: Currency;

Item.promotion_id

Podpis:

promotion_id?: string;

Item.promotion_name

Podpis:

promotion_name?: string;

Item.quantity

Podpis:

quantity?: number;