Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 1.19 KB

analytics.promotion.md

File metadata and controls

65 lines (46 loc) · 1.19 KB

Project: /docs/reference/js/_project.yaml Book: /docs/reference/_book.yaml page_type: reference

{% comment %} DO NOT EDIT THIS FILE! This is generated by the JS SDK team, and any local changes will be overwritten. Changes should be made in the source code at https://github.com/firebase/firebase-js-sdk {% endcomment %}

Promotion interface

Warning: This API is now obsolete.

Use Item instead.

Field previously used by some Google Analytics events.

Signature:

export interface Promotion 

Properties

Property Type Description
creative_name string
creative_slot string
id string
name string

Promotion.creative_name

Signature:

creative_name?: string;

Promotion.creative_slot

Signature:

creative_slot?: string;

Promotion.id

Signature:

id?: string;

Promotion.name

Signature:

name?: string;