Google Analytics Data V1beta Client - Class CreateAudienceExportRequest (0.12.0)

Reference documentation and code samples for the Google Analytics Data V1beta Client class CreateAudienceExportRequest.

A request to create a new audience export.

Generated from protobuf message google.analytics.data.v1beta.CreateAudienceExportRequest

Namespace

Google \ Analytics \ Data \ V1beta

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent resource where this audience export will be created. Format: properties/{property}

↳ audience_export Google\Analytics\Data\V1beta\AudienceExport

Required. The audience export to create.

getParent

Required. The parent resource where this audience export will be created.

Format: properties/{property}

Returns
TypeDescription
string

setParent

Required. The parent resource where this audience export will be created.

Format: properties/{property}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAudienceExport

Required. The audience export to create.

Returns
TypeDescription
Google\Analytics\Data\V1beta\AudienceExport|null

hasAudienceExport

clearAudienceExport

setAudienceExport

Required. The audience export to create.

Parameter
NameDescription
var Google\Analytics\Data\V1beta\AudienceExport
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
parent string

Required. The parent resource where this audience export will be created. Format: properties/{property} Please see Google\Analytics\Data\V1beta\BetaAnalyticsDataClient::propertyName() for help formatting this field.

audienceExport Google\Analytics\Data\V1beta\AudienceExport

Required. The audience export to create.

Returns
TypeDescription
Google\Analytics\Data\V1beta\CreateAudienceExportRequest