PUT v1/GoogleShoppingCampaigns
Request Information
URI Parameters
None.
Body Parameters
ShoppingCampaignName | Type | Description | Comments |
---|---|---|---|
Guid | globally unique identifier | ||
SubscriberGuid | globally unique identifier | ||
GoogleCampaignIdentifier | string | ||
Type | ShoppingCampaignType | ||
CampaignTemplateGuid | globally unique identifier | ||
Title | string | ||
ProductCombinationOperator | LogicalOperator | ||
RecommendationTypes | Collection of BoxType | ||
CollectionIDs | Collection of integer | ||
ProductIDs | Collection of integer | ||
AudienceMode | CampaignAudienceMode | ||
RetargetUserSegmentGuids | Collection of globally unique identifier | ||
BudgetType | CampaignBudgetType | ||
BudgetAmount | decimal number | ||
TargetRoasPercentage | integer | ||
StartDate | date | ||
EndDate | date | ||
UtmSource | string | ||
UtmMedium | string | ||
UtmCampaign | string | ||
UtmContent | string | ||
UtmTrackerIdentifier | string | ||
Status | CampaignStatus | ||
StatusDetails | CampaignStatusDetails | ||
Deleted | boolean | ||
CreateDate | date | ||
VersionDate | date |
Request Formats
application/json, text/json
Sample:
{ "Guid": "95c9ac58-6bee-4284-b203-e9688747e2d6", "SubscriberGuid": "d232beb9-89cf-4301-8d82-faf7b4446e58", "GoogleCampaignIdentifier": "sample string 3", "Type": "Smart", "CampaignTemplateGuid": "0854262f-c693-4a03-bbb9-e137218276f9", "Title": "sample string 4", "ProductCombinationOperator": "And", "RecommendationTypes": [ "Unknown", "Unknown" ], "CollectionIDs": [ 1, 2 ], "ProductIDs": [ 1, 2 ], "AudienceMode": "Prospect", "RetargetUserSegmentGuids": [ "f4ac45bf-9a78-4c9d-adf9-4aed3b6f3010", "9dceb233-4776-44fa-9404-ac8087c29a19" ], "BudgetType": "Daily", "BudgetAmount": 5.0, "TargetRoasPercentage": 1, "StartDate": "2021-01-20T07:25:03.3956389+00:00", "EndDate": "2021-01-20T07:25:03.3956389+00:00", "UtmSource": "sample string 7", "UtmMedium": "sample string 8", "UtmCampaign": "sample string 9", "UtmContent": "sample string 10", "UtmTrackerIdentifier": "sample string 11", "Status": "Draft", "StatusDetails": { "Issues": [ { "Message": "sample string 1", "HelpLink": "sample string 2", "FixLink": "sample string 3", "Level": "Info", "Details": "sample string 4" }, { "Message": "sample string 1", "HelpLink": "sample string 2", "FixLink": "sample string 3", "Level": "Info", "Details": "sample string 4" } ] }, "Deleted": true, "CreateDate": "2021-01-20T07:25:03.3956389+00:00", "VersionDate": "2021-01-20T07:25:03.3956389+00:00" }
Response Information
Resource Description
None.