Get-PartnerOfferCategory
Gets a list of offer categories.
Syntax
Default (Default)
Get-PartnerOfferCategory
-CountryCode <String>
[<CommonParameters>]
Description
Gets a list of offer categories.
Examples
Example 1
PS C:\> Get-PartnerOfferCategory -CountryCode 'US'
Gets a list of offer categories for the specified country.
Parameters
-CountryCode
The country ISO2 code.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | True |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.