Skip to content

[PR-22076] [Placements] Update integration lib to specify div #329

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions source/integration/custom/integration_components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,15 @@ Talkable is composed of the following components:

Create an HTML page (URL path /share) with your standard site header and footer.
Add the Talkable Container DIV in the body. This tells Talkable where to inject content.
Talkable Container DIV can be changed at Placement Edit page(Do not forget to change DIV in your integration after
updating Container DIV)

5. :ref:`Referral Dashboard (my account) <integration/custom/integration_components/referral_dashboard>`.

Similar to the advocate landing page, create an HTML page that’s linked to from a menu in user accounts.
Add the Talkable Container DIV in the body. This tells Talkable where to inject content.
Talkable Container DIV can be changed at Placement Edit page(Do not forget to change DIV in your integration after
updating Container DIV)

|hr|

Expand Down
15 changes: 15 additions & 0 deletions source/partials/campaign_placements_description.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,21 @@ The criteria can be defined using one of the following operators:
.. note::
Custom Property Criteria require integration version 5.1.4 or higher to work.

**Container name**.
It is possible to update the container name from the admin panel in placements settings.
It allows you to edit the `div` id for each event category, ensuring flexibility and customization according to your needs.

By default, the `div` id is:

* `talkable-offer` for `affiliate_member` event category which includes: Standalone, Standalone Dashboard, Floating Widget, Gleam;
* `talkable-post-purchase` for `purchase` event category which includes: Post Purchase;
* `talkable-claim-by-name` for `claim_by_name_popup` event category which includes: Claim By Name;
* `talkable-email-capture-offer` for `email_capture_popup` event category which includes: Conversion Popup;
* `talkable-loyalty` for `loyalty_dashboard` and `loyalty_widget` event categories which include: Loyalty Dashboard and Loyalty Widget.

.. note::
Container name changes require integration version 5.3.0 or higher to work.

|hr|

.. raw:: html
Expand Down