POST marketing/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 | ||
ProductVariantGuids | Collection of globally unique identifier | ||
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 | ||
Imported | boolean | ||
StatusDetails | CampaignStatusDetails | ||
Deleted | boolean | ||
CreateDate | date | ||
VersionDate | date |
Request Formats
application/json, text/json
Sample:
{ "Guid": "88e8ba1c-86ce-4d48-a83c-b26857249b39", "SubscriberGuid": "bda6f2da-db1b-4407-9f91-51e2a1dcc2a0", "GoogleCampaignIdentifier": "sample string 3", "Type": "Smart", "CampaignTemplateGuid": "136cf902-fe7b-4812-a777-5a9cbf4d6728", "Title": "sample string 4", "ProductCombinationOperator": "And", "RecommendationTypes": [ "Unknown", "Unknown" ], "CollectionIDs": [ 1, 2 ], "ProductIDs": [ 1, 2 ], "ProductVariantGuids": [ "0fc12776-20fd-4316-84e3-c60f4cef1d16", "7339c3bb-7466-470b-8245-fda49a366d6f" ], "AudienceMode": "Prospect", "RetargetUserSegmentGuids": [ "278fb277-435a-42ae-a486-47b3f4f60c91", "524c2eb2-6f16-4b11-ab8d-60c76cd05e1b" ], "BudgetType": "Daily", "BudgetAmount": 5.0, "TargetRoasPercentage": 1, "StartDate": "2021-04-11T00:36:05.5086783+00:00", "EndDate": "2021-04-11T00:36:05.5086783+00:00", "UtmSource": "sample string 7", "UtmMedium": "sample string 8", "UtmCampaign": "sample string 9", "UtmContent": "sample string 10", "UtmTrackerIdentifier": "sample string 11", "Status": "Draft", "Imported": true, "StatusDetails": { "Issues": [ { "Message": "sample string 1", "HelpLink": "sample string 2", "FixLink": "sample string 3", "Level": "Info", "Details": "sample string 4", "Code": "sample string 5", "Field": "sample string 6", "Action": "sample string 7" }, { "Message": "sample string 1", "HelpLink": "sample string 2", "FixLink": "sample string 3", "Level": "Info", "Details": "sample string 4", "Code": "sample string 5", "Field": "sample string 6", "Action": "sample string 7" } ] }, "Deleted": true, "CreateDate": "2021-04-11T00:36:05.5086783+00:00", "VersionDate": "2021-04-11T00:36:05.5086783+00:00" }
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"044a4200-c0ee-462b-ab3e-73b5f85b288f"