Methods:
Member | Type | Description |
---|---|---|
clearFinalUrlSuffix | void |
Clears the final URL suffix of the mobile app. |
clearMobileFinalUrl | void |
Clears the mobile final URL of the mobile app. |
clearTrackingTemplate | void |
Clears the tracking template of the mobile app. |
getCustomParameters | Object |
Returns the custom parameters of the mobile app. |
getFinalUrl | String |
Returns the final URL of the mobile app or null if
there is no final URL. |
getFinalUrlSuffix | String |
Returns the final URL suffix of the mobile app. |
getMobileFinalUrl | String |
Returns the mobile final URL of the mobile app or
null if there is no mobile final URL. |
getTrackingTemplate | String |
Returns the tracking template of the mobile app. |
setCustomParameters | void |
Sets the custom parameters of the mobile app. |
setFinalUrl | void |
Sets the final URL of the mobile app. |
setFinalUrlSuffix | void |
Sets the final URL suffix of the mobile app. |
setMobileFinalUrl | void |
Sets the mobile final URL of the mobile app. |
setTrackingTemplate | void |
Sets the tracking template of the mobile app. |
clearFinalUrlSuffix()
Clears the final URL suffix of the mobile app. Returns nothing.
clearMobileFinalUrl()
Clears the mobile final URL of the mobile app.
Clearing mobile final URL will cause the final URL to be used instead.
See Using Upgraded URLs for more information.
Returns nothing.
clearTrackingTemplate()
Clears the tracking template of the mobile app.
If you clear the tracking template specified at a lower level entity (e.g. a keyword), and you have also specified tracking template on a higher level entity, (e.g. the parent ad group), then Google Ads will use the tracking template specified at the higher level entity (i.e. the ad group level tracking template will be used). To completely clear tracking template, it must be cleared at all levels of the hierarchy at which it was set.
See Using Upgraded URLs for more information.
Returns nothing.
getCustomParameters()
Returns the custom parameters of the mobile app.
Custom parameters enable you to create your own ValueTrack parameters that you can assign your own IDs to.
The name of a custom parameter can contain only alphanumeric characters,
and custom parameter values may not contain white space. When referring to
the custom parameter in final URLs and tracking template, you should
surround the custom parameter in braces, and prefix an underscore to its
name, e.g. {_param}
.
You can have up to 8 custom parameters for an entity. The key and value must not exceed 16 and 200 bytes respectively.
Custom parameters specified at a lower level entity will override the setting specified at a higher level entity, e.g., setting custom parameters at the ad group level overrides the setting at the campaign level.
See Using Upgraded URLs for more information.
Return values:
Type | Description |
---|---|
Object |
The custom parameters of the mobile app as a map of the
following form: {key1: 'value1', key2: 'value2', key3:
'value3'} . |
getFinalUrl()
Returns the final URL of the mobile app or null
if
there is no final URL.
The final URL represents the actual landing page for your mobile app. The final URL must be the URL of the page that the user ends up on after clicking on your ad, once all the redirects have taken place.
Final URLs follow the same override rules as destination URLs. For example, a final URL at the keyword level overrides a final URL at an ad level.
See Using Upgraded URLs for more information.
Return values:
Type | Description |
---|---|
String |
The final URL of the mobile app. |
getFinalUrlSuffix()
Returns the final URL suffix of the mobile app.
When parallel tracking is enabled, the final URL suffix gets appended to the final URL.
Return values:
Type | Description |
---|---|
String |
The final URL suffix of the mobile app. |
getMobileFinalUrl()
Returns the mobile final URL of the mobile app or
null
if there is no mobile final URL.
The mobile final URL represents the actual landing page for your mobile app on a mobile device. The final mobile URL must be the URL of the page that the user ends up on after clicking on your ad on a mobile device, once all the redirects have taken place.
Mobile final URLs follow the same override rules as destination URLs. For example, a mobile final URL at the keyword level overrides a mobile final URL at an ad level.
See Using Upgraded URLs for more information.
Return values:
Type | Description |
---|---|
String |
The mobile final URL of the mobile app. |
getTrackingTemplate()
Returns the tracking template of the mobile app.
You can optionally use the tracking template to specify additional tracking parameters or redirects. Google Ads will use this template to assemble the actual destination URL to associate with the ad.
A tracking template specified at a lower level entity will override the setting specified at a higher level entity, e.g., a tracking template at the ad group level overrides the setting at the campaign level.
See Using Upgraded URLs for more information.
Return values:
Type | Description |
---|---|
String |
The tracking template of the mobile app. |
setCustomParameters(customParameters)
Sets the custom parameters of the mobile app.
Custom parameters enable you to create your own ValueTrack parameters that you can assign your own IDs to.
The name of a custom parameter can contain only alphanumeric characters,
and custom parameter values may not contain white space. When referring to
the custom parameter in final URLs and tracking template, you should
surround the custom parameter in braces, and prefix an underscore to its
name, e.g. {_param}
.
You can have up to 8 custom parameters for an entity. The key and value must not exceed 16 and 200 bytes respectively.
Custom parameters specified at a lower level entity will override the setting specified at a higher level entity, e.g., setting custom parameters at the ad group level overrides the setting at the campaign level.
Note that this method will replace any existing custom parameters with the specified value.
You may pass an empty object, e.g. setCustomParameters({})
to clear the custom parameters of the mobile app. If you clear the
custom parameters specified at a lower level entity (e.g. a keyword), and
you have also specified custom parameters on a higher level entity, (e.g.
the parent ad group), then Google Ads will use the custom parameters
specified at the higher level entity (i.e. the ad-group-level custom
parameters will be used). To completely clear custom parameters, it must be
cleared at all levels of the hierarchy at which it was set.
See Using Upgraded URLs for more information.
Returns nothing.
Arguments:
Name | Type | Description |
---|---|---|
customParameters | Object |
The custom parameters of the mobile app as
a map of the form {key1: 'value1', key2: 'value2', key3:
'value3'} . |
setFinalUrl(finalUrl)
Sets the final URL of the mobile app.
The final URL represents the actual landing page for your mobile app. The final URL must be the URL of the page that the user ends up on after clicking on your ad, once all the redirects have taken place.
Final URLs follow the same override rules as destination URLs. For example, a final URL at the keyword level overrides a final URL at an ad level.
See Using Upgraded URLs for more information.
Returns nothing.
Arguments:
Name | Type | Description |
---|---|---|
finalUrl | String |
The final URL of the mobile app. |
setFinalUrlSuffix(suffix)
Sets the final URL suffix of the mobile app.
When parallel tracking is enabled, the final URL suffix gets appended to the final URL.
Returns nothing.
Arguments:
Name | Type | Description |
---|---|---|
suffix | String |
The new final URL suffix. |
setMobileFinalUrl(mobileFinalUrl)
Sets the mobile final URL of the mobile app.
The mobile final URL represents the actual landing page for your mobile app on a mobile device. The final mobile URL must be the URL of the page that the user ends up on after clicking on your ad on a mobile device, once all the redirects have taken place.
Mobile final URLs follow the same override rules as destination URLs. For example, a mobile final URL at the keyword level overrides a mobile final URL at an ad level.
See Using Upgraded URLs for more information.
Returns nothing.
Arguments:
Name | Type | Description |
---|---|---|
mobileFinalUrl | String |
The mobile final URL of the mobile app. |
setTrackingTemplate(trackingTemplate)
Sets the tracking template of the mobile app.
You can optionally use the tracking template to specify additional tracking parameters or redirects. Google Ads will use this template to assemble the actual destination URL to associate with the ad.
A tracking template specified at a lower level entity will override the setting specified at a higher level entity, e.g., a tracking template at the ad group level overrides the setting at the campaign level.
See Using Upgraded URLs for more information.
Returns nothing.
Arguments:
Name | Type | Description |
---|---|---|
trackingTemplate | String |
The tracking template of the mobile app. |