searchdiscovery / Apollo-Documentation-Xactly-Corp

An Apollo generated Event Driven Data Layer
0 stars 0 forks source link

Social Share #19

Open rossozburnsdi opened 1 year ago

rossozburnsdi commented 1 year ago

Social Content Shared

User clicks on the social share icons

Example Screenshot:

Javascript Code

window.dataLayer = window.dataLayer || [];
dataLayer.push({ event_data: null });  // Clear the previous event_data object.
dataLayer.push({
  "event": "share",
  "detailed_event": "Social Content Shared",
    "event_data": {
        "method": "<method>"
    }
});
milind0299 commented 1 year ago

Hi @rossozburnsdi ,

Moving this to SDI Review. Site to test : http://xactlystg.prod.acquia-sites.com/

Thanks

rossozburnsdi commented 1 year ago

Tested on: http://xactlystg.prod.acquia-sites.com/blog/ai-sales-forecasting Use Case: I clicked on the share icons under the title of the blog article Status: This looks good to me

Image

jerry-bennett commented 1 year ago

Tested on: http://xactlystg.prod.acquia-sites.com/blog/ai-sales-forecasting

Use case: Clicked on each of the social media icons under the title.

Status: Data layer push looks great, seeing the tag fire in GTM as well, and seeing the network call!

Image

Image

rossozburnsdi commented 1 year ago

Image

Image

jerry-bennett commented 1 year ago

PROD QA: @rossozburnsdi

Tested on: https://www.xactlycorp.com/blog/ai-sales-forecasting

Use case: Clicked the social media icons.

Status: Not working, seeing the correct data layer pushes and seeing network calls, but the event name in the network calls is not "share"

Image

Image

rossozburnsdi commented 1 year ago

Tested on: https://www.xactlycorp.com/blog/ai-sales-forecasting

Use case: Clicked the social media icons.

Status: Seeing the correct data layer pushes and seeing network calls

Image