ga_adwords_delete_linkid | R Documentation |
Removes a link between and Adwords (Google ads) account and a Google Analytics property
ga_adwords_delete_linkid(accountId, webPropertyId, webPropertyAdWordsLinkId)
accountId |
Account Id |
webPropertyId |
Web Property Id |
webPropertyAdWordsLinkId |
webPropertyAdWordsLinkId |
HTTP Status Code 204 with empty response body, if successful
Other Google Ad management functions:
ga_adwords_add_linkid()
,
ga_adwords_list()
,
ga_adwords()
## Not run:
library(googleAnalyticsR)
ga_auth()
# get the ID of the Adwords- Google Analytics link that you want to delete
# ID corresponding to the webPropertyAdWordsLinkId field
ga_adwords_list(65973592, "UA-65973592-1")
ga_adwords_delete_linkid(65973592, "UA-65973592-1", "ezW2dyaiQcGheWRAo69nCw")
# check its gone
ga_adwords_list(65973592, "UA-65973592-1")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.