Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.analyticsadmin.properties

Google Analytics Admin API: properties.

See: http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties
raw docstring

androidAppDataStreams-delete$clj

(androidAppDataStreams-delete$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/androidAppDataStreams/delete

Required parameters: name

Optional parameters: none

Deletes an android app stream on a property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/androidAppDataStreams/delete

Required parameters: name

Optional parameters: none

Deletes an android app stream on a property.
sourceraw docstring

androidAppDataStreams-get$clj

(androidAppDataStreams-get$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/androidAppDataStreams/get

Required parameters: name

Optional parameters: none

Lookup for a single AndroidAppDataStream

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/androidAppDataStreams/get

Required parameters: name

Optional parameters: none

Lookup for a single AndroidAppDataStream
sourceraw docstring

androidAppDataStreams-list$clj

(androidAppDataStreams-list$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/androidAppDataStreams/list

Required parameters: parent

Optional parameters: pageSize, pageToken

Returns child android app streams under the specified parent property. Android app streams will be excluded if the caller does not have access. Returns an empty list if no relevant android app streams are found.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/androidAppDataStreams/list

Required parameters: parent

Optional parameters: pageSize, pageToken

Returns child android app streams under the specified parent property. Android app streams will be excluded if the caller does not have access. Returns an empty list if no relevant android app streams are found.
sourceraw docstring

androidAppDataStreams-measurementProtocolSecrets-create$clj

(androidAppDataStreams-measurementProtocolSecrets-create$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/androidAppDataStreams/measurementProtocolSecrets/create

Required parameters: parent

Optional parameters: none

Body:

{:secretValue string, :displayName string, :name string}

Creates a measurement protocol secret.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/androidAppDataStreams/measurementProtocolSecrets/create

Required parameters: parent

Optional parameters: none

Body: 

{:secretValue string, :displayName string, :name string}

Creates a measurement protocol secret.
sourceraw docstring

androidAppDataStreams-measurementProtocolSecrets-delete$clj

(androidAppDataStreams-measurementProtocolSecrets-delete$ auth parameters)
http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/androidAppDataStreams/measurementProtocolSecrets/delete

Required parameters: name

Optional parameters: none

Deletes target MeasurementProtocolSecret.
sourceraw docstring

androidAppDataStreams-measurementProtocolSecrets-get$clj

(androidAppDataStreams-measurementProtocolSecrets-get$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/androidAppDataStreams/measurementProtocolSecrets/get

Required parameters: name

Optional parameters: none

Lookup for a single "GA4" MeasurementProtocolSecret.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/androidAppDataStreams/measurementProtocolSecrets/get

Required parameters: name

Optional parameters: none

Lookup for a single "GA4" MeasurementProtocolSecret.
sourceraw docstring

androidAppDataStreams-measurementProtocolSecrets-list$clj

(androidAppDataStreams-measurementProtocolSecrets-list$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/androidAppDataStreams/measurementProtocolSecrets/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Returns child MeasurementProtocolSecrets under the specified parent Property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/androidAppDataStreams/measurementProtocolSecrets/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Returns child MeasurementProtocolSecrets under the specified parent Property.
sourceraw docstring

androidAppDataStreams-measurementProtocolSecrets-patch$clj

(androidAppDataStreams-measurementProtocolSecrets-patch$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/androidAppDataStreams/measurementProtocolSecrets/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:secretValue string, :displayName string, :name string}

Updates a measurement protocol secret.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/androidAppDataStreams/measurementProtocolSecrets/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:secretValue string, :displayName string, :name string}

Updates a measurement protocol secret.
sourceraw docstring

androidAppDataStreams-patch$clj

(androidAppDataStreams-patch$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/androidAppDataStreams/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:packageName string, :displayName string, :name string, :updateTime string, :firebaseAppId string, :createTime string}

Updates an android app stream on a property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/androidAppDataStreams/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:packageName string,
 :displayName string,
 :name string,
 :updateTime string,
 :firebaseAppId string,
 :createTime string}

Updates an android app stream on a property.
sourceraw docstring

conversionEvents-create$clj

(conversionEvents-create$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/conversionEvents/create

Required parameters: parent

Optional parameters: none

Body:

{:createTime string, :eventName string, :deletable boolean, :name string, :custom boolean}

Creates a conversion event with the specified attributes.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/conversionEvents/create

Required parameters: parent

Optional parameters: none

Body: 

{:createTime string,
 :eventName string,
 :deletable boolean,
 :name string,
 :custom boolean}

Creates a conversion event with the specified attributes.
sourceraw docstring

conversionEvents-delete$clj

(conversionEvents-delete$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/conversionEvents/delete

Required parameters: name

Optional parameters: none

Deletes a conversion event in a property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/conversionEvents/delete

Required parameters: name

Optional parameters: none

Deletes a conversion event in a property.
sourceraw docstring

conversionEvents-get$clj

(conversionEvents-get$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/conversionEvents/get

Required parameters: name

Optional parameters: none

Retrieve a single conversion event.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/conversionEvents/get

Required parameters: name

Optional parameters: none

Retrieve a single conversion event.
sourceraw docstring

conversionEvents-list$clj

(conversionEvents-list$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/conversionEvents/list

Required parameters: parent

Optional parameters: pageSize, pageToken

Returns a list of conversion events in the specified parent property. Returns an empty list if no conversion events are found.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/conversionEvents/list

Required parameters: parent

Optional parameters: pageSize, pageToken

Returns a list of conversion events in the specified parent property. Returns an empty list if no conversion events are found.
sourceraw docstring

create$clj

(create$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/create

Required parameters: none

Optional parameters: none

Body:

{:timeZone string, :deleteTime string, :parent string, :industryCategory string, :displayName string, :name string, :createTime string, :serviceLevel string, :updateTime string, :account string, :expireTime string, :currencyCode string}

Creates an "GA4" property with the specified location and attributes.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/create

Required parameters: none

Optional parameters: none

Body: 

{:timeZone string,
 :deleteTime string,
 :parent string,
 :industryCategory string,
 :displayName string,
 :name string,
 :createTime string,
 :serviceLevel string,
 :updateTime string,
 :account string,
 :expireTime string,
 :currencyCode string}

Creates an "GA4" property with the specified location and attributes.
sourceraw docstring

customDimensions-archive$clj

(customDimensions-archive$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/customDimensions/archive

Required parameters: name

Optional parameters: none

Body:

{}

Archives a CustomDimension on a property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/customDimensions/archive

Required parameters: name

Optional parameters: none

Body: 

{}

Archives a CustomDimension on a property.
sourceraw docstring

customDimensions-create$clj

(customDimensions-create$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/customDimensions/create

Required parameters: parent

Optional parameters: none

Body:

{:disallowAdsPersonalization boolean, :parameterName string, :displayName string, :scope string, :name string, :description string}

Creates a CustomDimension.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/customDimensions/create

Required parameters: parent

Optional parameters: none

Body: 

{:disallowAdsPersonalization boolean,
 :parameterName string,
 :displayName string,
 :scope string,
 :name string,
 :description string}

Creates a CustomDimension.
sourceraw docstring

customDimensions-get$clj

(customDimensions-get$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/customDimensions/get

Required parameters: name

Optional parameters: none

Lookup for a single CustomDimension.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/customDimensions/get

Required parameters: name

Optional parameters: none

Lookup for a single CustomDimension.
sourceraw docstring

customDimensions-list$clj

(customDimensions-list$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/customDimensions/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists CustomDimensions on a property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/customDimensions/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists CustomDimensions on a property.
sourceraw docstring

customDimensions-patch$clj

(customDimensions-patch$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/customDimensions/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:disallowAdsPersonalization boolean, :parameterName string, :displayName string, :scope string, :name string, :description string}

Updates a CustomDimension on a property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/customDimensions/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:disallowAdsPersonalization boolean,
 :parameterName string,
 :displayName string,
 :scope string,
 :name string,
 :description string}

Updates a CustomDimension on a property.
sourceraw docstring

customMetrics-archive$clj

(customMetrics-archive$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/customMetrics/archive

Required parameters: name

Optional parameters: none

Body:

{}

Archives a CustomMetric on a property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/customMetrics/archive

Required parameters: name

Optional parameters: none

Body: 

{}

Archives a CustomMetric on a property.
sourceraw docstring

customMetrics-create$clj

(customMetrics-create$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/customMetrics/create

Required parameters: parent

Optional parameters: none

Body:

{:measurementUnit string, :displayName string, :scope string, :name string, :description string, :parameterName string}

Creates a CustomMetric.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/customMetrics/create

Required parameters: parent

Optional parameters: none

Body: 

{:measurementUnit string,
 :displayName string,
 :scope string,
 :name string,
 :description string,
 :parameterName string}

Creates a CustomMetric.
sourceraw docstring

customMetrics-get$clj

(customMetrics-get$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/customMetrics/get

Required parameters: name

Optional parameters: none

Lookup for a single CustomMetric.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/customMetrics/get

Required parameters: name

Optional parameters: none

Lookup for a single CustomMetric.
sourceraw docstring

customMetrics-list$clj

(customMetrics-list$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/customMetrics/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists CustomMetrics on a property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/customMetrics/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists CustomMetrics on a property.
sourceraw docstring

customMetrics-patch$clj

(customMetrics-patch$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/customMetrics/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:measurementUnit string, :displayName string, :scope string, :name string, :description string, :parameterName string}

Updates a CustomMetric on a property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/customMetrics/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:measurementUnit string,
 :displayName string,
 :scope string,
 :name string,
 :description string,
 :parameterName string}

Updates a CustomMetric on a property.
sourceraw docstring

delete$clj

(delete$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/delete

Required parameters: name

Optional parameters: none

Marks target Property as soft-deleted (ie: "trashed") and returns it. This API does not have a method to restore soft-deleted properties. However, they can be restored using the Trash Can UI. If the properties are not restored before the expiration time, the Property and all child resources (eg: GoogleAdsLinks, Streams, UserLinks) will be permanently purged. https://support.google.com/analytics/answer/6154772 Returns an error if the target is not found, or is not an GA4 Property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/delete

Required parameters: name

Optional parameters: none

Marks target Property as soft-deleted (ie: "trashed") and returns it. This API does not have a method to restore soft-deleted properties. However, they can be restored using the Trash Can UI. If the properties are not restored before the expiration time, the Property and all child resources (eg: GoogleAdsLinks, Streams, UserLinks) will be permanently purged. https://support.google.com/analytics/answer/6154772 Returns an error if the target is not found, or is not an GA4 Property.
sourceraw docstring

displayVideo360AdvertiserLinkProposals-approve$clj

(displayVideo360AdvertiserLinkProposals-approve$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/displayVideo360AdvertiserLinkProposals/approve

Required parameters: name

Optional parameters: none

Body:

{}

Approves a DisplayVideo360AdvertiserLinkProposal. The DisplayVideo360AdvertiserLinkProposal will be deleted and a new DisplayVideo360AdvertiserLink will be created.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/displayVideo360AdvertiserLinkProposals/approve

Required parameters: name

Optional parameters: none

Body: 

{}

Approves a DisplayVideo360AdvertiserLinkProposal. The DisplayVideo360AdvertiserLinkProposal will be deleted and a new DisplayVideo360AdvertiserLink will be created.
sourceraw docstring

displayVideo360AdvertiserLinkProposals-cancel$clj

(displayVideo360AdvertiserLinkProposals-cancel$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/displayVideo360AdvertiserLinkProposals/cancel

Required parameters: name

Optional parameters: none

Body:

{}

Cancels a DisplayVideo360AdvertiserLinkProposal. Cancelling can mean either: - Declining a proposal initiated from Display & Video 360 - Withdrawing a proposal initiated from Google Analytics After being cancelled, a proposal will eventually be deleted automatically.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/displayVideo360AdvertiserLinkProposals/cancel

Required parameters: name

Optional parameters: none

Body: 

{}

Cancels a DisplayVideo360AdvertiserLinkProposal. Cancelling can mean either: - Declining a proposal initiated from Display & Video 360 - Withdrawing a proposal initiated from Google Analytics After being cancelled, a proposal will eventually be deleted automatically.
sourceraw docstring

displayVideo360AdvertiserLinkProposals-create$clj

(displayVideo360AdvertiserLinkProposals-create$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/displayVideo360AdvertiserLinkProposals/create

Required parameters: parent

Optional parameters: none

Body:

{:validationEmail string, :linkProposalStatusDetails {:requestorEmail string, :linkProposalInitiatingProduct string, :linkProposalState string}, :advertiserId string, :name string, :advertiserDisplayName string, :campaignDataSharingEnabled boolean, :adsPersonalizationEnabled boolean, :costDataSharingEnabled boolean}

Creates a DisplayVideo360AdvertiserLinkProposal.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/displayVideo360AdvertiserLinkProposals/create

Required parameters: parent

Optional parameters: none

Body: 

{:validationEmail string,
 :linkProposalStatusDetails {:requestorEmail string,
                             :linkProposalInitiatingProduct string,
                             :linkProposalState string},
 :advertiserId string,
 :name string,
 :advertiserDisplayName string,
 :campaignDataSharingEnabled boolean,
 :adsPersonalizationEnabled boolean,
 :costDataSharingEnabled boolean}

Creates a DisplayVideo360AdvertiserLinkProposal.
sourceraw docstring

displayVideo360AdvertiserLinkProposals-delete$clj

(displayVideo360AdvertiserLinkProposals-delete$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/displayVideo360AdvertiserLinkProposals/delete

Required parameters: name

Optional parameters: none

Deletes a DisplayVideo360AdvertiserLinkProposal on a property. This can only be used on cancelled proposals.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/displayVideo360AdvertiserLinkProposals/delete

Required parameters: name

Optional parameters: none

Deletes a DisplayVideo360AdvertiserLinkProposal on a property. This can only be used on cancelled proposals.
sourceraw docstring

displayVideo360AdvertiserLinkProposals-get$clj

(displayVideo360AdvertiserLinkProposals-get$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/displayVideo360AdvertiserLinkProposals/get

Required parameters: name

Optional parameters: none

Lookup for a single DisplayVideo360AdvertiserLinkProposal.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/displayVideo360AdvertiserLinkProposals/get

Required parameters: name

Optional parameters: none

Lookup for a single DisplayVideo360AdvertiserLinkProposal.
sourceraw docstring

displayVideo360AdvertiserLinkProposals-list$clj

(displayVideo360AdvertiserLinkProposals-list$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/displayVideo360AdvertiserLinkProposals/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists DisplayVideo360AdvertiserLinkProposals on a property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/displayVideo360AdvertiserLinkProposals/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists DisplayVideo360AdvertiserLinkProposals on a property.
sourceraw docstring

(displayVideo360AdvertiserLinks-create$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/displayVideo360AdvertiserLinks/create

Required parameters: parent

Optional parameters: none

Body:

{:advertiserDisplayName string, :campaignDataSharingEnabled boolean, :advertiserId string, :costDataSharingEnabled boolean, :name string, :adsPersonalizationEnabled boolean}

Creates a DisplayVideo360AdvertiserLink. This can only be utilized by users who have proper authorization both on the Google Analytics property and on the Display & Video 360 advertiser. Users who do not have access to the Display & Video 360 advertiser should instead seek to create a DisplayVideo360LinkProposal.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/displayVideo360AdvertiserLinks/create

Required parameters: parent

Optional parameters: none

Body: 

{:advertiserDisplayName string,
 :campaignDataSharingEnabled boolean,
 :advertiserId string,
 :costDataSharingEnabled boolean,
 :name string,
 :adsPersonalizationEnabled boolean}

Creates a DisplayVideo360AdvertiserLink. This can only be utilized by users who have proper authorization both on the Google Analytics property and on the Display & Video 360 advertiser. Users who do not have access to the Display & Video 360 advertiser should instead seek to create a DisplayVideo360LinkProposal.
sourceraw docstring

(displayVideo360AdvertiserLinks-delete$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/displayVideo360AdvertiserLinks/delete

Required parameters: name

Optional parameters: none

Deletes a DisplayVideo360AdvertiserLink on a property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/displayVideo360AdvertiserLinks/delete

Required parameters: name

Optional parameters: none

Deletes a DisplayVideo360AdvertiserLink on a property.
sourceraw docstring

(displayVideo360AdvertiserLinks-get$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/displayVideo360AdvertiserLinks/get

Required parameters: name

Optional parameters: none

Look up a single DisplayVideo360AdvertiserLink

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/displayVideo360AdvertiserLinks/get

Required parameters: name

Optional parameters: none

Look up a single DisplayVideo360AdvertiserLink
sourceraw docstring

(displayVideo360AdvertiserLinks-list$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/displayVideo360AdvertiserLinks/list

Required parameters: parent

Optional parameters: pageSize, pageToken

Lists all DisplayVideo360AdvertiserLinks on a property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/displayVideo360AdvertiserLinks/list

Required parameters: parent

Optional parameters: pageSize, pageToken

Lists all DisplayVideo360AdvertiserLinks on a property.
sourceraw docstring

(displayVideo360AdvertiserLinks-patch$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/displayVideo360AdvertiserLinks/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:advertiserDisplayName string, :campaignDataSharingEnabled boolean, :advertiserId string, :costDataSharingEnabled boolean, :name string, :adsPersonalizationEnabled boolean}

Updates a DisplayVideo360AdvertiserLink on a property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/displayVideo360AdvertiserLinks/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:advertiserDisplayName string,
 :campaignDataSharingEnabled boolean,
 :advertiserId string,
 :costDataSharingEnabled boolean,
 :name string,
 :adsPersonalizationEnabled boolean}

Updates a DisplayVideo360AdvertiserLink on a property.
sourceraw docstring

(firebaseLinks-create$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/firebaseLinks/create

Required parameters: parent

Optional parameters: none

Body:

{:createTime string, :name string, :project string}

Creates a FirebaseLink. Properties can have at most one FirebaseLink.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/firebaseLinks/create

Required parameters: parent

Optional parameters: none

Body: 

{:createTime string, :name string, :project string}

Creates a FirebaseLink. Properties can have at most one FirebaseLink.
sourceraw docstring

(firebaseLinks-delete$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/firebaseLinks/delete

Required parameters: name

Optional parameters: none

Deletes a FirebaseLink on a property

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/firebaseLinks/delete

Required parameters: name

Optional parameters: none

Deletes a FirebaseLink on a property
sourceraw docstring

(firebaseLinks-list$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/firebaseLinks/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists FirebaseLinks on a property. Properties can have at most one FirebaseLink.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/firebaseLinks/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists FirebaseLinks on a property. Properties can have at most one FirebaseLink.
sourceraw docstring

get$clj

(get$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/get

Required parameters: name

Optional parameters: none

Lookup for a single "GA4" Property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/get

Required parameters: name

Optional parameters: none

Lookup for a single "GA4" Property.
sourceraw docstring

getDataRetentionSettings$clj

(getDataRetentionSettings$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/getDataRetentionSettings

Required parameters: name

Optional parameters: none

Returns the singleton data retention settings for this property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/getDataRetentionSettings

Required parameters: name

Optional parameters: none

Returns the singleton data retention settings for this property.
sourceraw docstring

getGoogleSignalsSettings$clj

(getGoogleSignalsSettings$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/getGoogleSignalsSettings

Required parameters: name

Optional parameters: none

Lookup for Google Signals settings for a property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/getGoogleSignalsSettings

Required parameters: name

Optional parameters: none

Lookup for Google Signals settings for a property.
sourceraw docstring

(googleAdsLinks-create$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/googleAdsLinks/create

Required parameters: parent

Optional parameters: none

Body:

{:updateTime string, :name string, :customerId string, :canManageClients boolean, :adsPersonalizationEnabled boolean, :creatorEmailAddress string, :createTime string}

Creates a GoogleAdsLink.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/googleAdsLinks/create

Required parameters: parent

Optional parameters: none

Body: 

{:updateTime string,
 :name string,
 :customerId string,
 :canManageClients boolean,
 :adsPersonalizationEnabled boolean,
 :creatorEmailAddress string,
 :createTime string}

Creates a GoogleAdsLink.
sourceraw docstring

(googleAdsLinks-delete$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/googleAdsLinks/delete

Required parameters: name

Optional parameters: none

Deletes a GoogleAdsLink on a property

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/googleAdsLinks/delete

Required parameters: name

Optional parameters: none

Deletes a GoogleAdsLink on a property
sourceraw docstring

(googleAdsLinks-list$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/googleAdsLinks/list

Required parameters: parent

Optional parameters: pageSize, pageToken

Lists GoogleAdsLinks on a property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/googleAdsLinks/list

Required parameters: parent

Optional parameters: pageSize, pageToken

Lists GoogleAdsLinks on a property.
sourceraw docstring

(googleAdsLinks-patch$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/googleAdsLinks/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:updateTime string, :name string, :customerId string, :canManageClients boolean, :adsPersonalizationEnabled boolean, :creatorEmailAddress string, :createTime string}

Updates a GoogleAdsLink on a property

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/googleAdsLinks/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:updateTime string,
 :name string,
 :customerId string,
 :canManageClients boolean,
 :adsPersonalizationEnabled boolean,
 :creatorEmailAddress string,
 :createTime string}

Updates a GoogleAdsLink on a property
sourceraw docstring

iosAppDataStreams-delete$clj

(iosAppDataStreams-delete$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/iosAppDataStreams/delete

Required parameters: name

Optional parameters: none

Deletes an iOS app stream on a property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/iosAppDataStreams/delete

Required parameters: name

Optional parameters: none

Deletes an iOS app stream on a property.
sourceraw docstring

iosAppDataStreams-get$clj

(iosAppDataStreams-get$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/iosAppDataStreams/get

Required parameters: name

Optional parameters: none

Lookup for a single IosAppDataStream

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/iosAppDataStreams/get

Required parameters: name

Optional parameters: none

Lookup for a single IosAppDataStream
sourceraw docstring

iosAppDataStreams-list$clj

(iosAppDataStreams-list$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/iosAppDataStreams/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Returns child iOS app data streams under the specified parent property. iOS app data streams will be excluded if the caller does not have access. Returns an empty list if no relevant iOS app data streams are found.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/iosAppDataStreams/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Returns child iOS app data streams under the specified parent property. iOS app data streams will be excluded if the caller does not have access. Returns an empty list if no relevant iOS app data streams are found.
sourceraw docstring

iosAppDataStreams-measurementProtocolSecrets-create$clj

(iosAppDataStreams-measurementProtocolSecrets-create$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/iosAppDataStreams/measurementProtocolSecrets/create

Required parameters: parent

Optional parameters: none

Body:

{:secretValue string, :displayName string, :name string}

Creates a measurement protocol secret.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/iosAppDataStreams/measurementProtocolSecrets/create

Required parameters: parent

Optional parameters: none

Body: 

{:secretValue string, :displayName string, :name string}

Creates a measurement protocol secret.
sourceraw docstring

iosAppDataStreams-measurementProtocolSecrets-delete$clj

(iosAppDataStreams-measurementProtocolSecrets-delete$ auth parameters)
http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/iosAppDataStreams/measurementProtocolSecrets/delete

Required parameters: name

Optional parameters: none

Deletes target MeasurementProtocolSecret.
sourceraw docstring

iosAppDataStreams-measurementProtocolSecrets-get$clj

(iosAppDataStreams-measurementProtocolSecrets-get$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/iosAppDataStreams/measurementProtocolSecrets/get

Required parameters: name

Optional parameters: none

Lookup for a single "GA4" MeasurementProtocolSecret.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/iosAppDataStreams/measurementProtocolSecrets/get

Required parameters: name

Optional parameters: none

Lookup for a single "GA4" MeasurementProtocolSecret.
sourceraw docstring

iosAppDataStreams-measurementProtocolSecrets-list$clj

(iosAppDataStreams-measurementProtocolSecrets-list$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/iosAppDataStreams/measurementProtocolSecrets/list

Required parameters: parent

Optional parameters: pageSize, pageToken

Returns child MeasurementProtocolSecrets under the specified parent Property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/iosAppDataStreams/measurementProtocolSecrets/list

Required parameters: parent

Optional parameters: pageSize, pageToken

Returns child MeasurementProtocolSecrets under the specified parent Property.
sourceraw docstring

iosAppDataStreams-measurementProtocolSecrets-patch$clj

(iosAppDataStreams-measurementProtocolSecrets-patch$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/iosAppDataStreams/measurementProtocolSecrets/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:secretValue string, :displayName string, :name string}

Updates a measurement protocol secret.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/iosAppDataStreams/measurementProtocolSecrets/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:secretValue string, :displayName string, :name string}

Updates a measurement protocol secret.
sourceraw docstring

iosAppDataStreams-patch$clj

(iosAppDataStreams-patch$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/iosAppDataStreams/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:createTime string, :bundleId string, :name string, :firebaseAppId string, :updateTime string, :displayName string}

Updates an iOS app stream on a property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/iosAppDataStreams/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:createTime string,
 :bundleId string,
 :name string,
 :firebaseAppId string,
 :updateTime string,
 :displayName string}

Updates an iOS app stream on a property.
sourceraw docstring

list$clj

(list$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/list

Required parameters: none

Optional parameters: pageToken, showDeleted, pageSize, filter

Returns child Properties under the specified parent Account. Only "GA4" properties will be returned. Properties will be excluded if the caller does not have access. Soft-deleted (ie: "trashed") properties are excluded by default. Returns an empty list if no relevant properties are found.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/list

Required parameters: none

Optional parameters: pageToken, showDeleted, pageSize, filter

Returns child Properties under the specified parent Account. Only "GA4" properties will be returned. Properties will be excluded if the caller does not have access. Soft-deleted (ie: "trashed") properties are excluded by default. Returns an empty list if no relevant properties are found.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:timeZone string, :deleteTime string, :parent string, :industryCategory string, :displayName string, :name string, :createTime string, :serviceLevel string, :updateTime string, :account string, :expireTime string, :currencyCode string}

Updates a property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:timeZone string,
 :deleteTime string,
 :parent string,
 :industryCategory string,
 :displayName string,
 :name string,
 :createTime string,
 :serviceLevel string,
 :updateTime string,
 :account string,
 :expireTime string,
 :currencyCode string}

Updates a property.
sourceraw docstring

updateDataRetentionSettings$clj

(updateDataRetentionSettings$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/updateDataRetentionSettings

Required parameters: name

Optional parameters: updateMask

Body:

{:name string, :eventDataRetention string, :resetUserDataOnNewActivity boolean}

Updates the singleton data retention settings for this property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/updateDataRetentionSettings

Required parameters: name

Optional parameters: updateMask

Body: 

{:name string,
 :eventDataRetention string,
 :resetUserDataOnNewActivity boolean}

Updates the singleton data retention settings for this property.
sourceraw docstring

updateGoogleSignalsSettings$clj

(updateGoogleSignalsSettings$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/updateGoogleSignalsSettings

Required parameters: name

Optional parameters: updateMask

Body:

{:state string, :consent string, :name string}

Updates Google Signals settings for a property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/updateGoogleSignalsSettings

Required parameters: name

Optional parameters: updateMask

Body: 

{:state string, :consent string, :name string}

Updates Google Signals settings for a property.
sourceraw docstring

(userLinks-audit$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/userLinks/audit

Required parameters: parent

Optional parameters: none

Body:

{:pageSize integer, :pageToken string}

Lists all user links on an account or property, including implicit ones that come from effective permissions granted by groups or organization admin roles. If a returned user link does not have direct permissions, they cannot be removed from the account or property directly with the DeleteUserLink command. They have to be removed from the group/etc that gives them permissions, which is currently only usable/discoverable in the GA or GMP UIs.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/userLinks/audit

Required parameters: parent

Optional parameters: none

Body: 

{:pageSize integer, :pageToken string}

Lists all user links on an account or property, including implicit ones that come from effective permissions granted by groups or organization admin roles. If a returned user link does not have direct permissions, they cannot be removed from the account or property directly with the DeleteUserLink command. They have to be removed from the group/etc that gives them permissions, which is currently only usable/discoverable in the GA or GMP UIs.
sourceraw docstring

(userLinks-batchCreate$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/userLinks/batchCreate

Required parameters: parent

Optional parameters: none

Body:

{:notifyNewUsers boolean, :requests [{:notifyNewUser boolean, :userLink GoogleAnalyticsAdminV1alphaUserLink, :parent string}]}

Creates information about multiple users' links to an account or property. This method is transactional. If any UserLink cannot be created, none of the UserLinks will be created.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/userLinks/batchCreate

Required parameters: parent

Optional parameters: none

Body: 

{:notifyNewUsers boolean,
 :requests [{:notifyNewUser boolean,
             :userLink GoogleAnalyticsAdminV1alphaUserLink,
             :parent string}]}

Creates information about multiple users' links to an account or property. This method is transactional. If any UserLink cannot be created, none of the UserLinks will be created.
sourceraw docstring

(userLinks-batchDelete$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/userLinks/batchDelete

Required parameters: parent

Optional parameters: none

Body:

{:requests [{:name string}]}

Deletes information about multiple users' links to an account or property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/userLinks/batchDelete

Required parameters: parent

Optional parameters: none

Body: 

{:requests [{:name string}]}

Deletes information about multiple users' links to an account or property.
sourceraw docstring

(userLinks-batchGet$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/userLinks/batchGet

Required parameters: parent

Optional parameters: names

Gets information about multiple users' links to an account or property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/userLinks/batchGet

Required parameters: parent

Optional parameters: names

Gets information about multiple users' links to an account or property.
sourceraw docstring

(userLinks-batchUpdate$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/userLinks/batchUpdate

Required parameters: parent

Optional parameters: none

Body:

{:requests [{:userLink GoogleAnalyticsAdminV1alphaUserLink}]}

Updates information about multiple users' links to an account or property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/userLinks/batchUpdate

Required parameters: parent

Optional parameters: none

Body: 

{:requests [{:userLink GoogleAnalyticsAdminV1alphaUserLink}]}

Updates information about multiple users' links to an account or property.
sourceraw docstring

(userLinks-create$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/userLinks/create

Required parameters: parent

Optional parameters: notifyNewUser

Body:

{:directRoles [string], :emailAddress string, :name string}

Creates a user link on an account or property. If the user with the specified email already has permissions on the account or property, then the user's existing permissions will be unioned with the permissions specified in the new UserLink.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/userLinks/create

Required parameters: parent

Optional parameters: notifyNewUser

Body: 

{:directRoles [string], :emailAddress string, :name string}

Creates a user link on an account or property. If the user with the specified email already has permissions on the account or property, then the user's existing permissions will be unioned with the permissions specified in the new UserLink.
sourceraw docstring

(userLinks-delete$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/userLinks/delete

Required parameters: name

Optional parameters: none

Deletes a user link on an account or property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/userLinks/delete

Required parameters: name

Optional parameters: none

Deletes a user link on an account or property.
sourceraw docstring

(userLinks-get$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/userLinks/get

Required parameters: name

Optional parameters: none

Gets information about a user's link to an account or property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/userLinks/get

Required parameters: name

Optional parameters: none

Gets information about a user's link to an account or property.
sourceraw docstring

(userLinks-list$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/userLinks/list

Required parameters: parent

Optional parameters: pageSize, pageToken

Lists all user links on an account or property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/userLinks/list

Required parameters: parent

Optional parameters: pageSize, pageToken

Lists all user links on an account or property.
sourceraw docstring

(userLinks-patch$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/userLinks/patch

Required parameters: name

Optional parameters: none

Body:

{:directRoles [string], :emailAddress string, :name string}

Updates a user link on an account or property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/userLinks/patch

Required parameters: name

Optional parameters: none

Body: 

{:directRoles [string], :emailAddress string, :name string}

Updates a user link on an account or property.
sourceraw docstring

webDataStreams-create$clj

(webDataStreams-create$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/webDataStreams/create

Required parameters: parent

Optional parameters: none

Body:

{:name string, :defaultUri string, :measurementId string, :createTime string, :firebaseAppId string, :displayName string, :updateTime string}

Creates a web stream with the specified location and attributes.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/webDataStreams/create

Required parameters: parent

Optional parameters: none

Body: 

{:name string,
 :defaultUri string,
 :measurementId string,
 :createTime string,
 :firebaseAppId string,
 :displayName string,
 :updateTime string}

Creates a web stream with the specified location and attributes.
sourceraw docstring

webDataStreams-delete$clj

(webDataStreams-delete$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/webDataStreams/delete

Required parameters: name

Optional parameters: none

Deletes a web stream on a property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/webDataStreams/delete

Required parameters: name

Optional parameters: none

Deletes a web stream on a property.
sourceraw docstring

webDataStreams-get$clj

(webDataStreams-get$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/webDataStreams/get

Required parameters: name

Optional parameters: none

Lookup for a single WebDataStream

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/webDataStreams/get

Required parameters: name

Optional parameters: none

Lookup for a single WebDataStream
sourceraw docstring

webDataStreams-getEnhancedMeasurementSettings$clj

(webDataStreams-getEnhancedMeasurementSettings$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/webDataStreams/getEnhancedMeasurementSettings

Required parameters: name

Optional parameters: none

Returns the singleton enhanced measurement settings for this web stream. Note that the stream must enable enhanced measurement for these settings to take effect.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/webDataStreams/getEnhancedMeasurementSettings

Required parameters: name

Optional parameters: none

Returns the singleton enhanced measurement settings for this web stream. Note that the stream must enable enhanced measurement for these settings to take effect.
sourceraw docstring

webDataStreams-getGlobalSiteTag$clj

(webDataStreams-getGlobalSiteTag$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/webDataStreams/getGlobalSiteTag

Required parameters: name

Optional parameters: none

Returns the Site Tag for the specified web stream. Site Tags are immutable singletons.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/webDataStreams/getGlobalSiteTag

Required parameters: name

Optional parameters: none

Returns the Site Tag for the specified web stream. Site Tags are immutable singletons.
sourceraw docstring

webDataStreams-list$clj

(webDataStreams-list$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/webDataStreams/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Returns child web data streams under the specified parent property. Web data streams will be excluded if the caller does not have access. Returns an empty list if no relevant web data streams are found.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/webDataStreams/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Returns child web data streams under the specified parent property. Web data streams will be excluded if the caller does not have access. Returns an empty list if no relevant web data streams are found.
sourceraw docstring

webDataStreams-measurementProtocolSecrets-create$clj

(webDataStreams-measurementProtocolSecrets-create$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/webDataStreams/measurementProtocolSecrets/create

Required parameters: parent

Optional parameters: none

Body:

{:secretValue string, :displayName string, :name string}

Creates a measurement protocol secret.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/webDataStreams/measurementProtocolSecrets/create

Required parameters: parent

Optional parameters: none

Body: 

{:secretValue string, :displayName string, :name string}

Creates a measurement protocol secret.
sourceraw docstring

webDataStreams-measurementProtocolSecrets-delete$clj

(webDataStreams-measurementProtocolSecrets-delete$ auth parameters)
http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/webDataStreams/measurementProtocolSecrets/delete

Required parameters: name

Optional parameters: none

Deletes target MeasurementProtocolSecret.
sourceraw docstring

webDataStreams-measurementProtocolSecrets-get$clj

(webDataStreams-measurementProtocolSecrets-get$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/webDataStreams/measurementProtocolSecrets/get

Required parameters: name

Optional parameters: none

Lookup for a single "GA4" MeasurementProtocolSecret.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/webDataStreams/measurementProtocolSecrets/get

Required parameters: name

Optional parameters: none

Lookup for a single "GA4" MeasurementProtocolSecret.
sourceraw docstring

webDataStreams-measurementProtocolSecrets-list$clj

(webDataStreams-measurementProtocolSecrets-list$ auth parameters)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/webDataStreams/measurementProtocolSecrets/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Returns child MeasurementProtocolSecrets under the specified parent Property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/webDataStreams/measurementProtocolSecrets/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Returns child MeasurementProtocolSecrets under the specified parent Property.
sourceraw docstring

webDataStreams-measurementProtocolSecrets-patch$clj

(webDataStreams-measurementProtocolSecrets-patch$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/webDataStreams/measurementProtocolSecrets/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:secretValue string, :displayName string, :name string}

Updates a measurement protocol secret.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/webDataStreams/measurementProtocolSecrets/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:secretValue string, :displayName string, :name string}

Updates a measurement protocol secret.
sourceraw docstring

webDataStreams-patch$clj

(webDataStreams-patch$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/webDataStreams/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:name string, :defaultUri string, :measurementId string, :createTime string, :firebaseAppId string, :displayName string, :updateTime string}

Updates a web stream on a property.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/webDataStreams/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:name string,
 :defaultUri string,
 :measurementId string,
 :createTime string,
 :firebaseAppId string,
 :displayName string,
 :updateTime string}

Updates a web stream on a property.
sourceraw docstring

webDataStreams-updateEnhancedMeasurementSettings$clj

(webDataStreams-updateEnhancedMeasurementSettings$ auth parameters body)

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/webDataStreams/updateEnhancedMeasurementSettings

Required parameters: name

Optional parameters: updateMask

Body:

{:streamEnabled boolean, :scrollsEnabled boolean, :name string, :siteSearchEnabled boolean, :pageLoadsEnabled boolean, :pageChangesEnabled boolean, :videoEngagementEnabled boolean, :outboundClicksEnabled boolean, :pageViewsEnabled boolean, :fileDownloadsEnabled boolean, :searchQueryParameter string, :uriQueryParameter string}

Updates the singleton enhanced measurement settings for this web stream. Note that the stream must enable enhanced measurement for these settings to take effect.

http://code.google.com/apis/analytics/docs/mgmt/home.htmlapi/reference/rest/v1alpha/properties/webDataStreams/updateEnhancedMeasurementSettings

Required parameters: name

Optional parameters: updateMask

Body: 

{:streamEnabled boolean,
 :scrollsEnabled boolean,
 :name string,
 :siteSearchEnabled boolean,
 :pageLoadsEnabled boolean,
 :pageChangesEnabled boolean,
 :videoEngagementEnabled boolean,
 :outboundClicksEnabled boolean,
 :pageViewsEnabled boolean,
 :fileDownloadsEnabled boolean,
 :searchQueryParameter string,
 :uriQueryParameter string}

Updates the singleton enhanced measurement settings for this web stream. Note that the stream must enable enhanced measurement for these settings to take effect.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close