Reference documentation and code samples for the Google Analytics Admin V1alpha API module Google::Analytics::Admin::V1alpha::AnalyticsAdminService::Paths.
Path helper methods for the AnalyticsAdminService API.
Methods
#account_path
def account_path(account:) -> ::String
Create a fully-qualified Account resource string.
The resource will be in the following format:
accounts/{account}
- account (String)
- (::String)
#conversion_event_path
def conversion_event_path(property:, conversion_event:) -> ::String
Create a fully-qualified ConversionEvent resource string.
The resource will be in the following format:
properties/{property}/conversionEvents/{conversion_event}
- property (String)
- conversion_event (String)
- (::String)
- (::ArgumentError)
#custom_dimension_path
def custom_dimension_path(property:) -> ::String
Create a fully-qualified CustomDimension resource string.
The resource will be in the following format:
properties/{property}/customDimensions
- property (String)
- (::String)
#custom_metric_path
def custom_metric_path(property:) -> ::String
Create a fully-qualified CustomMetric resource string.
The resource will be in the following format:
properties/{property}/customMetrics
- property (String)
- (::String)
#data_retention_settings_path
def data_retention_settings_path(property:) -> ::String
Create a fully-qualified DataRetentionSettings resource string.
The resource will be in the following format:
properties/{property}/dataRetentionSettings
- property (String)
- (::String)
#data_sharing_settings_path
def data_sharing_settings_path(account:) -> ::String
Create a fully-qualified DataSharingSettings resource string.
The resource will be in the following format:
accounts/{account}/dataSharingSettings
- account (String)
- (::String)
#data_stream_path
def data_stream_path(property:, data_stream:) -> ::String
Create a fully-qualified DataStream resource string.
The resource will be in the following format:
properties/{property}/dataStreams/{data_stream}
- property (String)
- data_stream (String)
- (::String)
- (::ArgumentError)
#display_video360_advertiser_link_path
def display_video360_advertiser_link_path(property:, display_video_360_advertiser_link:) -> ::String
Create a fully-qualified DisplayVideo360AdvertiserLink resource string.
The resource will be in the following format:
properties/{property}/displayVideo360AdvertiserLinks/{display_video_360_advertiser_link}
- property (String)
- display_video_360_advertiser_link (String)
- (::String)
- (::ArgumentError)
#display_video360_advertiser_link_proposal_path
def display_video360_advertiser_link_proposal_path(property:, display_video_360_advertiser_link_proposal:) -> ::String
Create a fully-qualified DisplayVideo360AdvertiserLinkProposal resource string.
The resource will be in the following format:
properties/{property}/displayVideo360AdvertiserLinkProposals/{display_video_360_advertiser_link_proposal}
- property (String)
- display_video_360_advertiser_link_proposal (String)
- (::String)
- (::ArgumentError)
#firebase_link_path
def firebase_link_path(property:, firebase_link:) -> ::String
Create a fully-qualified FirebaseLink resource string.
The resource will be in the following format:
properties/{property}/firebaseLinks/{firebase_link}
- property (String)
- firebase_link (String)
- (::String)
- (::ArgumentError)
#global_site_tag_path
def global_site_tag_path(property:, data_stream:) -> ::String
Create a fully-qualified GlobalSiteTag resource string.
The resource will be in the following format:
properties/{property}/dataStreams/{data_stream}/globalSiteTag
- property (String)
- data_stream (String)
- (::String)
- (::ArgumentError)
#google_ads_link_path
def google_ads_link_path(property:, google_ads_link:) -> ::String
Create a fully-qualified GoogleAdsLink resource string.
The resource will be in the following format:
properties/{property}/googleAdsLinks/{google_ads_link}
- property (String)
- google_ads_link (String)
- (::String)
- (::ArgumentError)
#google_signals_settings_path
def google_signals_settings_path(property:) -> ::String
Create a fully-qualified GoogleSignalsSettings resource string.
The resource will be in the following format:
properties/{property}/googleSignalsSettings
- property (String)
- (::String)
#measurement_protocol_secret_path
def measurement_protocol_secret_path(property:, data_stream:, measurement_protocol_secret:) -> ::String
Create a fully-qualified MeasurementProtocolSecret resource string.
The resource will be in the following format:
properties/{property}/dataStreams/{data_stream}/measurementProtocolSecrets/{measurement_protocol_secret}
- property (String)
- data_stream (String)
- measurement_protocol_secret (String)
- (::String)
- (::ArgumentError)
#property_path
def property_path(property:) -> ::String
Create a fully-qualified Property resource string.
The resource will be in the following format:
properties/{property}
- property (String)
- (::String)
#user_link_path
def user_link_path(account:, user_link:) -> ::String
def user_link_path(property:, user_link:) -> ::String
Create a fully-qualified UserLink resource string.
def user_link_path(account:, user_link:) -> ::String
accounts/{account}/userLinks/{user_link}
- account (String)
- user_link (String)
def user_link_path(property:, user_link:) -> ::String
properties/{property}/userLinks/{user_link}
- property (String)
- user_link (String)
- (::String)
- (::ArgumentError)