> ## 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\*\
*null로 종료됨*

(선택 사항) 어트리뷰션 캠페인 식별자입니다.

**`platform`**   const char\*\
*null로 종료됨*

(선택 사항) 어트리뷰션 네트워크 이름입니다.

## 요구 사항

**헤더:** PFTypes.h

## 함께 보기

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


## Related topics

- [PFPlayerProfileModel](/ko/services/playfab/api-references/c/pftypes/structs/pfplayerprofilemodel.md)
- [Services C API 개요 - PFTypes.h](/ko/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [AdCampaignAttribution](/ko/services/playfab/api-references/events/data-types/adcampaignattribution.md)
- [player_ad_campaign_attribution](/ko/services/playfab/api-references/events/Player/player-ad-campaign-attribution.md)
- [PFSegmentsAdCampaignAttribution](/ko/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsadcampaignattribution.md)
