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 \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent resource where this audience export will be created. Format: |
↳ 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 | |
---|---|
Type | Description |
string |
setParent
Required. The parent resource where this audience export will be created.
Format: properties/{property}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getAudienceExport
Required. The audience export to create.
Returns | |
---|---|
Type | Description |
Google\Analytics\Data\V1beta\AudienceExport|null |
hasAudienceExport
clearAudienceExport
setAudienceExport
Required. The audience export to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Data\V1beta\AudienceExport
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The parent resource where this audience export will be created.
Format: |
audienceExport |
Google\Analytics\Data\V1beta\AudienceExport
Required. The audience export to create. |
Returns | |
---|---|
Type | Description |
Google\Analytics\Data\V1beta\CreateAudienceExportRequest |