GET marketing/v1/GoogleShoppingCampaigns
Request Information
URI Parameters
Name | Type | Description | Comments |
---|---|---|---|
guid | globally unique identifier |
Body Parameters
None.
Response Information
Resource Description
ShoppingCampaignName | Type | Description | Comments |
---|---|---|---|
Guid | globally unique identifier | ||
SubscriberGuid | globally unique identifier | ||
GoogleCampaignIdentifier | string | ||
Type | ShoppingCampaignType | ||
CampaignTemplateGuid | globally unique identifier | ||
Title | string | ||
ProductCombinationOperator | LogicalOperator | ||
ProductRecommendationTypes | Collection of BoxType | ||
ProductCollectionIDs | 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 |
Response Formats
application/json, text/json
Sample:
{ "Guid": "3ead3047-3cd6-445e-bd43-182c309cd0b4", "SubscriberGuid": "50fff3cb-70ce-4445-ae15-ab5b52f4779a", "GoogleCampaignIdentifier": "sample string 3", "Type": "Smart", "CampaignTemplateGuid": "546d81ce-14f6-4740-bcc2-2a4c969b1ca1", "Title": "sample string 4", "ProductCombinationOperator": "And", "ProductRecommendationTypes": [ "Unknown", "Unknown" ], "ProductCollectionIDs": [ 1, 2 ], "AudienceMode": "Prospect", "RetargetUserSegmentGuids": [ "a17b15bc-4255-4da3-a0f3-ba72f4312b97", "2d15b998-36f8-4fc3-aaa3-768e6ae45381" ], "BudgetType": "Daily", "BudgetAmount": 5.0, "TargetRoasPercentage": 1, "StartDate": "2021-01-18T00:18:21.0496027+00:00", "EndDate": "2021-01-18T00:18:21.0496027+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-18T00:18:21.0496027+00:00", "VersionDate": "2021-01-18T00:18:21.0496027+00:00" }