Conversionsources
class Conversionsources extends Resource (View source)
The "conversionsources" collection of methods.
Typical usage is:
$contentService = new Google\Service\ShoppingContent(...);
$conversionsources = $contentService->conversionsources;
Methods
Creates a new conversion source. (conversionsources.create)
Archives an existing conversion source. It will be recoverable for 30 days.
Fetches a conversion source. (conversionsources.get)
Retrieves the list of conversion sources the caller has access to.
Updates information of an existing conversion source.
Re-enables an archived conversion source. (conversionsources.undelete)
Details
ConversionSource
create(string $merchantId, ConversionSource $postBody, array $optParams = [])
Creates a new conversion source. (conversionsources.create)
delete(string $merchantId, string $conversionSourceId, array $optParams = [])
Archives an existing conversion source. It will be recoverable for 30 days.
This archiving behavior is not typical in the Content API and unique to this service. (conversionsources.delete)
ConversionSource
get(string $merchantId, string $conversionSourceId, array $optParams = [])
Fetches a conversion source. (conversionsources.get)
ListConversionSourcesResponse
listConversionsources(string $merchantId, array $optParams = [])
Retrieves the list of conversion sources the caller has access to.
(conversionsources.listConversionsources)
ConversionSource
patch(string $merchantId, string $conversionSourceId, ConversionSource $postBody, array $optParams = [])
Updates information of an existing conversion source.
(conversionsources.patch)
undelete(string $merchantId, string $conversionSourceId, UndeleteConversionSourceRequest $postBody, array $optParams = [])
Re-enables an archived conversion source. (conversionsources.undelete)