> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFAdCampaignAttributionModel

> PFAdCampaignAttributionModel data model.

PFAdCampaignAttributionModel data model.

## Syntax

```cpp theme={null}
typedef struct PFAdCampaignAttributionModel {  
    time_t attributedAt;  
    const char* campaignId;  
    const char* platform;  
} PFAdCampaignAttributionModel;  
```

### Members

**`attributedAt`**   time\_t

UTC time stamp of attribution.

**`campaignId`**   const char\*\
*is null-terminated*

(Optional) Attribution campaign identifier.

**`platform`**   const char\*\
*is null-terminated*

(Optional) Attribution network name.

## Requirements

**Header:** PFTypes.h

## See also

[PFTypes members](/services/playfab/api-references/c/pftypes/pftypes_members)
