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

> Modelo de datos de PFSegmentsAdCampaignAttribution.

Modelo de datos de PFSegmentsAdCampaignAttribution.

## Sintaxis

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

### Miembros

**`attributedAt`**   time\_t

Marca de tiempo UTC de la atribución.

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

(Opcional) Identificador de la campaña de atribución.

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

(Opcional) Nombre de la red de atribución.

## Requisitos

**Encabezado:** PFSegmentsTypes.h

## Consulte también

[Miembros de PFSegmentsTypes](/services/playfab/api-references/c/pfsegmentstypes/pfsegmentstypes_members)


## Related topics

- [PFSegmentsPlayerProfile](/es/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsplayerprofile.md)
- [Información general de la API de C de Services - PFSegmentsTypes.h](/es/services/playfab/api-references/c/pfsegmentstypes/pfsegmentstypes_members.md)
- [AdCampaignAttribution](/es/services/playfab/api-references/events/data-types/adcampaignattribution.md)
- [player_ad_campaign_attribution](/es/services/playfab/api-references/events/Player/player-ad-campaign-attribution.md)
- [PFAdCampaignAttributionModel](/es/services/playfab/api-references/c/pftypes/structs/pfadcampaignattributionmodel.md)
