Skip to content

Commit

Permalink
update demo app to test for changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinAkram committed Jan 18, 2024
1 parent 560536f commit a858ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Demo/ParselyDemo/FirstViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class FirstViewController: UIViewController {

@IBAction func didTouchButton(_ sender: Any) {
os_log("didTouchButton", log: OSLog.default, type: .debug)
let demoMetas = ParselyMetadata(authors: ["Yogi Berr"])
let demoMetas = ParselyMetadata(authors: ["Yogi Berr"], page_type: "post")
delegate.parsely.trackPageView(url: "http://parsely.com/path/cool-blog-post/1?qsarg=nawp&anotherone=yup", metadata: demoMetas, extraData: ["product-id": "12345"], siteId: "subdomain.parsely-test.com")
}

Expand Down

0 comments on commit a858ea3

Please sign in to comment.