> ## 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](/ko/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsplayerprofile.md)
- [Services C API 개요 - PFSegmentsTypes.h](/ko/services/playfab/api-references/c/pfsegmentstypes/pfsegmentstypes_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)
- [PFAdCampaignAttributionModel](/ko/services/playfab/api-references/c/pftypes/structs/pfadcampaignattributionmodel.md)
