Struct google_dfareporting3d2::FloodlightActivitiesGenerateTagResponse[][src]

pub struct FloodlightActivitiesGenerateTagResponse {
    pub global_site_tag_global_snippet: Option<String>,
    pub floodlight_activity_tag: Option<String>,
    pub kind: Option<String>,
}

Floodlight Activity GenerateTag Response

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The global snippet section of a global site tag. The global site tag sets new cookies on your domain, which will store a unique identifier for a user or the ad click that brought the user to your site. Learn more.

Generated tag for this Floodlight activity. For global site tags, this is the event snippet.

Identifies what kind of resource this is. Value: the fixed string "dfareporting#floodlightActivitiesGenerateTagResponse".

Trait Implementations

impl Default for FloodlightActivitiesGenerateTagResponse
[src]

Returns the "default value" for a type. Read more

impl Clone for FloodlightActivitiesGenerateTagResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FloodlightActivitiesGenerateTagResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for FloodlightActivitiesGenerateTagResponse
[src]

Auto Trait Implementations