Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Lists webProperty-AdWords links for a given web property.
See: Google Analytics API Reference for analytics.management.webPropertyAdWordsLinks.list
.
Synopsis
- type ManagementWebPropertyAdWordsLinksListResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("entityAdWordsLinks" :> (QueryParam "start-index" (Textual Int32) :> (QueryParam "max-results" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] EntityAdWordsLinks))))))))))
- managementWebPropertyAdWordsLinksList :: Text -> Text -> ManagementWebPropertyAdWordsLinksList
- data ManagementWebPropertyAdWordsLinksList
- mwpawllWebPropertyId :: Lens' ManagementWebPropertyAdWordsLinksList Text
- mwpawllAccountId :: Lens' ManagementWebPropertyAdWordsLinksList Text
- mwpawllStartIndex :: Lens' ManagementWebPropertyAdWordsLinksList (Maybe Int32)
- mwpawllMaxResults :: Lens' ManagementWebPropertyAdWordsLinksList (Maybe Int32)
REST Resource
type ManagementWebPropertyAdWordsLinksListResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("entityAdWordsLinks" :> (QueryParam "start-index" (Textual Int32) :> (QueryParam "max-results" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] EntityAdWordsLinks)))))))))) Source #
A resource alias for analytics.management.webPropertyAdWordsLinks.list
method which the
ManagementWebPropertyAdWordsLinksList
request conforms to.
Creating a Request
managementWebPropertyAdWordsLinksList Source #
Creates a value of ManagementWebPropertyAdWordsLinksList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ManagementWebPropertyAdWordsLinksList Source #
Lists webProperty-AdWords links for a given web property.
See: managementWebPropertyAdWordsLinksList
smart constructor.
Instances
Request Lenses
mwpawllWebPropertyId :: Lens' ManagementWebPropertyAdWordsLinksList Text Source #
Web property ID to retrieve the AdWords links for.
mwpawllAccountId :: Lens' ManagementWebPropertyAdWordsLinksList Text Source #
ID of the account which the given web property belongs to.
mwpawllStartIndex :: Lens' ManagementWebPropertyAdWordsLinksList (Maybe Int32) Source #
An index of the first webProperty-AdWords link to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.
mwpawllMaxResults :: Lens' ManagementWebPropertyAdWordsLinksList (Maybe Int32) Source #
The maximum number of webProperty-AdWords links to include in this response.