Show / Hide Table of Contents

Class DfareportingService.ScopeConstants

Available OAuth 2.0 scope constants for use with the DCM/DFA Reporting And Trafficking API.

Inheritance
System.Object
DfareportingService.ScopeConstants
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dfareporting.v3_2
Assembly: Google.Apis.Dfareporting.v3_2.dll
Syntax
public static class ScopeConstants

Fields

Ddmconversions

Manage DoubleClick Digital Marketing conversions

Declaration
public const string Ddmconversions = "https://www.googleapis.com/auth/ddmconversions"
Field Value
Type Description
System.String

Dfareporting

View and manage DoubleClick for Advertisers reports

Declaration
public const string Dfareporting = "https://www.googleapis.com/auth/dfareporting"
Field Value
Type Description
System.String

Dfatrafficking

View and manage your DoubleClick Campaign Manager's (DCM) display ad campaigns

Declaration
public const string Dfatrafficking = "https://www.googleapis.com/auth/dfatrafficking"
Field Value
Type Description
System.String
Back to top