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

> Modelo de datos de PFAdCampaignAttributionModel.

Modelo de datos de PFAdCampaignAttributionModel.

## Sintaxis

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

### Miembros

**`attributedAt`**   time\_t

Marca de tiempo UTC de la atribución.

**`campaignId`**   const char\*\
*is null-terminated*

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

**`platform`**   const char\*\
*is null-terminated*

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

## Requisitos

**Encabezado:** PFTypes.h

## Consulte también

[Miembros de PFTypes](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFPlayerProfileModel](/es/services/playfab/api-references/c/pftypes/structs/pfplayerprofilemodel.md)
- [Información general de la API de C de Services - PFTypes.h](/es/services/playfab/api-references/c/pftypes/pftypes_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)
- [PFSegmentsAdCampaignAttribution](/es/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsadcampaignattribution.md)
