Reference documentation and code samples for the Google Ads Ad Manager V1 Client class EntitySignalsMapping.
The EntitySignalsMapping resource.
Generated from protobuf message google.ads.admanager.v1.EntitySignalsMapping
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ audience_segment_id | int|stringID of an AudienceSegment that this mapping belongs to. | 
| ↳ content_bundle_id | int|stringID of a ContentBundle that this mapping belongs to. | 
| ↳ custom_targeting_value_id | int|stringID of a CustomValue that this mapping belongs to. | 
| ↳ name | stringIdentifier. The resource name of the  | 
| ↳ entity_signals_mapping_id | int|stringOutput only.  | 
| ↳ taxonomy_category_ids | arrayRequired. The IDs of the categories that are associated with the referencing entity. | 
getAudienceSegmentId
ID of an AudienceSegment that this mapping belongs to.
| Returns | |
|---|---|
| Type | Description | 
| int|string | |
hasAudienceSegmentId
setAudienceSegmentId
ID of an AudienceSegment that this mapping belongs to.
| Parameter | |
|---|---|
| Name | Description | 
| var | int|string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getContentBundleId
ID of a ContentBundle that this mapping belongs to.
| Returns | |
|---|---|
| Type | Description | 
| int|string | |
hasContentBundleId
setContentBundleId
ID of a ContentBundle that this mapping belongs to.
| Parameter | |
|---|---|
| Name | Description | 
| var | int|string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getCustomTargetingValueId
ID of a CustomValue that this mapping belongs to.
| Returns | |
|---|---|
| Type | Description | 
| int|string | |
hasCustomTargetingValueId
setCustomTargetingValueId
ID of a CustomValue that this mapping belongs to.
| Parameter | |
|---|---|
| Name | Description | 
| var | int|string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getName
Identifier. The resource name of the EntitySignalsMapping.
Format:
networks/{network_code}/entitySignalsMappings/{entity_signals_mapping_id}
| Returns | |
|---|---|
| Type | Description | 
| string | |
setName
Identifier. The resource name of the EntitySignalsMapping.
Format:
networks/{network_code}/entitySignalsMappings/{entity_signals_mapping_id}
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getEntitySignalsMappingId
Output only. EntitySignalsMapping ID.
| Returns | |
|---|---|
| Type | Description | 
| int|string | |
setEntitySignalsMappingId
Output only. EntitySignalsMapping ID.
| Parameter | |
|---|---|
| Name | Description | 
| var | int|string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getTaxonomyCategoryIds
Required. The IDs of the categories that are associated with the referencing entity.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Internal\RepeatedField | |
setTaxonomyCategoryIds
Required. The IDs of the categories that are associated with the referencing entity.
| Parameter | |
|---|---|
| Name | Description | 
| var | int[]|string[]|Google\Protobuf\Internal\RepeatedField | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getEntity
| Returns | |
|---|---|
| Type | Description | 
| string | |