What's your biggest current challenge? Have your say in Community Polls along the right column.

How do I properly publish a drafted Pinterest ad?

How do I properly publish a drafted Pinterest ad?

nathanrihm
Visitor
1 0 0

I recently connected my pinterest to my shopify business. I got $100 in ad credit and created an ad but it still says its a "Draft" and when I actually go to pinterest I do not see the active ad. How do I publish the ad properly? 

Replies 2 (2)

DaisyVo
Shopify Partner
1076 137 152

Hi @nathanrihm 

To publish your Pinterest ad from draft status:

  1. Access Ads Manager: Log in to your Pinterest business account and click on the menu icon at the top-left corner. Under "Ads," select "Create campaign."
  2. Load Existing Draft: Click on the "Draft Actions" button located at the upper-right corner of the screen. From the dropdown, choose "Load existing draft." Select the draft campaign you want to work on by clicking the "Select" button next to it. Pinterest Help
  3. Complete Campaign Details: Ensure all required fields in your campaign are filled out, including campaign objective, targeting, budget, and ad creatives. Incomplete information can prevent the campaign from being published.
  4. Publish the Campaign: After completing all necessary details, look for a "Publish" or "Launch" button (the exact wording may vary). Click it to activate your ad campaign.

If issues persist:

  • Check for Errors: Review any error messages or highlighted fields indicating missing information.
  • Reconnect Accounts: If you've recently changed passwords or updated account settings, you might need to reconnect your Pinterest account within Shopify. Go to your Shopify admin, click on "Settings," then "Sales Channels," select "Pinterest," and follow the prompts to reconnect.
  • Contact Support: If the problem continues, reach out to Pinterest support or consult Shopify's help resources for further assistance.





If you have other questions, I will also answer them.

 

Best regards,

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

DaisyVo
Shopify Partner
1076 137 152

HI @Maximus_Kobomo 

To include pre-order item shipping information in Shopify email notifications using 'Amai PreOrder Manager + Notify':

1- Enable Pre-Order Tags: In the Amai app settings, ensure that pre-order tags or notes are enabled for order items.

2- Edit Email Template:

  • Go to Settings > Notifications in your Shopify Admin.
  • Select Order Confirmation and edit the template.
  • Use Shopify Liquid to add a conditional check for pre-order tags:

{% for line in order.line_items %}

  {% if line.properties['pre-order'] %}

    <p>Note: {{ line.title }} is a pre-ordered item and will ship by {{ line.properties['expected_shipping_date'] }}.</p>

  {% endif %}

{% endfor %}

 

3- Test the Email: Save the changes and place a test order with a pre-order item to verify the email displays correctly.

If the app doesn’t automatically add properties, consult Amai's documentation or support for integration guidance.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution