> ## 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 データ モデル。

PFAdCampaignAttributionModel データ モデル。

## 構文

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

### メンバー

**`attributedAt`**   time\_t

アトリビューションの UTC タイムスタンプ。

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

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

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

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

## 要件

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

## 関連項目

[PFTypes メンバー](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFPlayerProfileModel](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfplayerprofilemodel.md)
- [Services C API overview - PFTypes.h](/ja-jp/services/playfab/api-references/c/pftypes/pftypes_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)
- [PFSegmentsAdCampaignAttribution](/ja-jp/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsadcampaignattribution.md)
