> ## 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 />*null 終端*

(省略可能) アトリビューションのキャンペーン識別子。

**`platform`**   const char\*<br />*null 終端*

(省略可能) アトリビューションのネットワーク名。

## 要件

**ヘッダー:** PFSegmentsTypes.h

## 関連項目

[PFSegmentsTypes のメンバー](/services/playfab/api-references/c/pfsegmentstypes/pfsegmentstypes_members)


## Related topics

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