Show / Hide Table of Contents

Class AdvertiserLandingPagesResource

The "advertiserLandingPages" collection of methods.

Inheritance
object
AdvertiserLandingPagesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v3_5
Assembly: Google.Apis.Dfareporting.v3_5.dll
Syntax
public class AdvertiserLandingPagesResource

Constructors

AdvertiserLandingPagesResource(IClientService)

Constructs a new resource.

Declaration
public AdvertiserLandingPagesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(long, long)

Gets one landing page by ID.

Declaration
public virtual AdvertiserLandingPagesResource.GetRequest Get(long profileId, long id)
Parameters
Type Name Description
long profileId

User profile ID associated with this request.

long id

Landing page ID.

Returns
Type Description
AdvertiserLandingPagesResource.GetRequest

Insert(LandingPage, long)

Inserts a new landing page.

Declaration
public virtual AdvertiserLandingPagesResource.InsertRequest Insert(LandingPage body, long profileId)
Parameters
Type Name Description
LandingPage body

The body of the request.

long profileId

User profile ID associated with this request.

Returns
Type Description
AdvertiserLandingPagesResource.InsertRequest

List(long)

Retrieves a list of landing pages.

Declaration
public virtual AdvertiserLandingPagesResource.ListRequest List(long profileId)
Parameters
Type Name Description
long profileId

User profile ID associated with this request.

Returns
Type Description
AdvertiserLandingPagesResource.ListRequest

Patch(LandingPage, long, long)

Updates an existing advertiser landing page. This method supports patch semantics.

Declaration
public virtual AdvertiserLandingPagesResource.PatchRequest Patch(LandingPage body, long profileId, long id)
Parameters
Type Name Description
LandingPage body

The body of the request.

long profileId

User profile ID associated with this request.

long id

LandingPage ID.

Returns
Type Description
AdvertiserLandingPagesResource.PatchRequest

Update(LandingPage, long)

Updates an existing landing page.

Declaration
public virtual AdvertiserLandingPagesResource.UpdateRequest Update(LandingPage body, long profileId)
Parameters
Type Name Description
LandingPage body

The body of the request.

long profileId

User profile ID associated with this request.

Returns
Type Description
AdvertiserLandingPagesResource.UpdateRequest
In This Article
Back to top Generated by DocFX