Associationsessions: start

Create an association session for initiating an association with an AdSense user. Try it now.

Request

HTTP request

GET https://www.googleapis.com/adsensehost/v4.1/associationsessions/start

Parameters

Parameter name Value Description
Required query parameters
productCode string Products to associate with the user.

Acceptable values are:
  • "AFC": AdSense For Content
  • "AFG": AdSense For Games
  • "AFMC": AdSense For Mobile Content - deprecated
  • "AFS": AdSense For Search - deprecated
  • "AFV": AdSense For Video
websiteUrl string The URL of the user's hosted website.
Optional query parameters
userLocale string The preferred locale of the user.
websiteLocale string The locale of the user's hosted website.

Authorization

This request requires authorization with the following scope:

Scope
https://www.googleapis.com/auth/adsensehost

For more information, see the authentication and authorization page.

Request body

Do not supply a request body with this method.

Response

If successful, this method returns an Associationsessions resource in the response body.

Try it!

Use the APIs Explorer below to call this method on live data and see the response.