Skip to content

Commit

Permalink
Automated update to repo's documentation from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 16, 2023
1 parent 0dec05c commit d49cefe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/analytics.reportbrowseranalytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

An alternative entry point for the Yext Analytics Events SDK, currently used by Google Tag Manager. This method reads the config and payload from the variable analyticsEventPayload stored in the global window object. The config and payload are then passed to the report function to be sent to the Yext Analytics Events API.

<b>Signature:</b>
**Signature:**

```typescript
export declare function reportBrowserAnalytics(): Promise<string>;
```
<b>Returns:</b>
**Returns:**

Promise&lt;string&gt;

0 comments on commit d49cefe

Please sign in to comment.