SyndicationService_Data
Encapsulates the data associated with a SyndicationService
A SyndicationService_Data object contains a client ID
and syndication type. For example:
<id>ca-pub-9644922955003912</id>
<type>ContentAds</type>
Fields
| Field name | Field type | Field description |
id |
string |
Represents the publisher ID or the client ID of the publisher. This is a
unique ID assigned per syndication service per publisher. |
type |
SyndicationService_Type |
Represents the Type of the syndication service.
Values are:
- ContentAds - Corresponds to the AdSense For Content (AFC)
syndication service
- SearchAds - Corresponds to the AdSense For Search (AFS)
syndication service
- ReferralAds - Corresponds to the referral syndication service
|