README.md in blurb-0.2.2 vs README.md in blurb-0.2.3

- old
+ new

@@ -200,10 +200,11 @@ Blurb::Report::KEYWORDS Blurb::Report::CAMPAIGNS Blurb::Report::AD_GROUPS Blurb::Report::PRODUCT_ADS Blurb::Report::ASINS +Blurb::Report::TARGETS ``` Campaign types are ```ruby @@ -227,10 +228,11 @@ Request a snapshot ```ruby payload_response = Blurb::Snapshot.create({ "recordType" => Blurb::Snapshot::KEYWORDS, + "campaignType" => Blurb::Snapshot::SPONSORED_PRODUCTS, "stateFilter" => "enabled,paused,archived" }) ``` Report record types are @@ -240,9 +242,17 @@ Blurb::Snapshot::CAMPAIGNS Blurb::Snapshot::AD_GROUPS Blurb::Snapshot::PRODUCT_ADS Blurb::Snapshot::NEGATIVE_KEYWORDS Blurb::Snapshot::CAMPAIGN_NEGATIVE_KEYWORDS +Blurb::Snapshot::TARGETS +``` + +Campaign types are + +```ruby +Blurb::Report::SPONSORED_PRODUCTS +Blurb::Report::SPONSORED_BRANDS ``` Check snapshot status ```ruby