Module GapiAnalyticsV3Model.RemarketingAudience

module StateBasedAudienceDefinition : sig ... end
module AudienceDefinition : sig ... end
type t = {
accountId : string;

Account ID to which this remarketing audience belongs.

audienceDefinition : AudienceDefinition.t;

The simple audience definition that will cause a user to be added to an audience.

audienceType : string;

The type of audience, either SIMPLE or STATE_BASED.

created : GapiDate.t;

Time this remarketing audience was created.

description : string;

The description of this remarketing audience.

id : string;

Remarketing Audience ID.

internalWebPropertyId : string;

Internal ID for the web property to which this remarketing audience belongs.

kind : string;

Collection type.

linkedAdAccounts : LinkedForeignAccount.t list;

The linked ad accounts associated with this remarketing audience. A remarketing audience can have only one linkedAdAccount currently.

linkedViews : string list;

The views (profiles) that this remarketing audience is linked to.

name : string;

The name of this remarketing audience.

stateBasedAudienceDefinition : StateBasedAudienceDefinition.t;

A state based audience definition that will cause a user to be added or removed from an audience.

updated : GapiDate.t;

Time this remarketing audience was last modified.

webPropertyId : string;

Web property ID of the form UA-XXXXX-YY to which this remarketing audience belongs.

}
val accountId : (t, string) GapiLens.t
val audienceDefinition : (tAudienceDefinition.t) GapiLens.t
val audienceType : (t, string) GapiLens.t
val created : (tGapiDate.t) GapiLens.t
val description : (t, string) GapiLens.t
val id : (t, string) GapiLens.t
val internalWebPropertyId : (t, string) GapiLens.t
val kind : (t, string) GapiLens.t
val linkedAdAccounts : (tLinkedForeignAccount.t list) GapiLens.t
val linkedViews : (tstring list) GapiLens.t
val name : (t, string) GapiLens.t
val stateBasedAudienceDefinition : (tStateBasedAudienceDefinition.t) GapiLens.t
val updated : (tGapiDate.t) GapiLens.t
val webPropertyId : (t, string) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t
val to_data_model : t -> GapiJson.json_data_model
val of_data_model : GapiJson.json_data_model -> t