L'API Merchant Center vous permet de gérer les sources de conversion de votre compte marchand.
Requêtes
Voici un exemple de comparaison entre Content API for Shopping et l'API Merchant Conversion Sources pour les requêtes de sources de conversion:
Content API | API pour les marchands | |
---|---|---|
URL | GET https://shoppingcontent.googleapis.com/content/v2.1/ {merchantId}/conversionSources/ {conversionSourceId} |
GET https://merchantapi.googleapis.com/conversions/v1beta/ {name} |
Identifiants | {merchantId}/conversionSources/ {conversionSourceId} |
{name} |
Méthodes
Voici ce qui a changé pour les méthodes de source de conversion dans l'API Conversion Sources:
Méthode | URL dans Content API for Shopping | URL dans l'API Merchant Center | Identifiants dans Content API for Shopping | Identifiants dans l'API Merchant Center | Description |
create |
POST https://shoppingcontent.googleapis.com/content/v2.1/ {merchantId}/conversionSources |
POST https://merchantapi.googleapis.com/conversions/v1beta/accounts/ {parent}/conversionSources |
{merchantId} | {parent} | Dans l'API Merchant Center, propertyName s'appelle property . |
update |
PATCH https://shoppingcontent.googleapis.com/content/v2.1/ {merchantId}/conversionSources/ {conversionSourceId}
|
PATCH https://merchantapi.googleapis.com/conversions/v1beta/accounts/ {conversionSource.name}
|
{merchantId}/conversionSources/ {conversionSourceId}
|
{conversionSource.name} |
Dans l'API Merchant Center, destinationId s'appelle destination .
|
delete
|
DELETE https://shoppingcontent.googleapis.com/content/v2.1/ {merchantId}/conversionSources/ {conversionSourceId}
|
DELETE https://merchantapi.googleapis.com/conversions/v1beta/accounts/ {name} |
{merchantId}/conversionSources/ {conversionSourceId} |
{name} | Dans Merchant API, attributionLookbackWindowInDays s'appelle attributionLookbackWindowDays .Dans Merchant API, includeInReporting s'appelle report . |
undelete |
POST https://shoppingcontent.googleapis.com/content/v2.1/ {merchantId}/conversionSources/ {conversionSourceId}:undelete
|
POST https://merchantapi.googleapis.com/conversions/v1beta/accounts/ {name}:undelete
|
{merchantId}/conversionSources/ {conversionSourceId} |
{name} | L'URL et les identifiants sont différents dans l'API Merchant Center. L'API Conversion Sources renvoie ConversionSource au lieu de Empty .
|
get
|
GET https://shoppingcontent.googleapis.com/content/v2.1/ {merchantId}/conversionSources/ {conversionSourceId}
|
GET https://merchantapi.googleapis.com/conversions/v1beta/accounts/ {name}
|
{merchantId}/conversionSources/ {conversionSourceId}
|
{name} | L'URL et les identifiants sont différents dans l'API Merchant Center. |
list
|
GET https://shoppingcontent.googleapis.com/content/v2.1/ {merchantId}/conversionSources
|
GET https://merchantapi.googleapis.com/conversions/v1beta/ {parent}/conversionSources
|
{merchantId} | {parent} | L'URL et les identifiants sont différents dans l'API Merchant Center. |
Ressources
Le tableau suivant mentionne les modifications apportées aux ressources de sources de conversion dans l'API Conversion Sources:
Content API for Shopping | API pour les marchands | Description |
googleAnalyticsLink: {
|
googleAnalyticsLink: {
|
Dans l'API Merchant Center, propertyName s'appelle property .
|
merchantCenterDestination: {
|
merchantCenterDestination: {
|
Dans l'API Merchant Center, destinationId s'appelle destination .
|
attributionSettings: {
|
attributionSettings: {
|
Dans l'API Merchant Center, attributionLookbackWindowInDays s'appelle attributionLookbackWindowDays .
Dans l'API Merchant Center, |