> ## 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.

# PFSegmentsAdCampaignAttribution

> PFSegmentsAdCampaignAttribution 数据模型。

PFSegmentsAdCampaignAttribution 数据模型。

## 语法

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

### 成员

**`attributedAt`**   time\_t

归因的 UTC 时间戳。

**`campaignId`**   const char\*<br />*is null-terminated*

（可选）归因活动标识符。

**`platform`**   const char\*<br />*is null-terminated*

（可选）归因网络名称。

## 要求

**头文件：** PFSegmentsTypes.h

## 另请参阅

[PFSegmentsTypes 成员](/services/playfab/api-references/c/pfsegmentstypes/pfsegmentstypes_members)


## Related topics

- [PFSegmentsPlayerProfile](/zh-CN/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsplayerprofile.md)
- [Services C API overview - PFSegmentsTypes.h](/zh-CN/services/playfab/api-references/c/pfsegmentstypes/pfsegmentstypes_members.md)
- [AdCampaignAttribution](/zh-CN/services/playfab/api-references/events/data-types/adcampaignattribution.md)
- [player_ad_campaign_attribution](/zh-CN/services/playfab/api-references/events/Player/player-ad-campaign-attribution.md)
- [PFAdCampaignAttributionModel](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfadcampaignattributionmodel.md)
