Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author alekv

    (@alekv)

    Hi inovacrea

    I can’t say for sure. As long as you use the WooCommerce product page ID as identifier it could work in my opinion.

    If you want to test it please send me more details (URL, business type, etc.) to [email protected] and I will look into finding ways to get it to work.

    Regards
    Aleks

    Hi Alekv,

    I’m trying for custom business too, and the tag is different, they need:
    dynx_itemid (unique ID, the product ID)
    dynx_itemid2 (optional, I not need in my case, I think it is good for product variations)
    dynx_pagetype (recommended, I think is the same of ecomm_pagetype)
    dynx_totalvalue (the total value of the product)

    The complete tag would be:

    <script type=”text/javascript”>
    var google_tag_params = {
    dynx_itemid: ‘REPLACE_WITH_VALUE’,
    dynx_itemid2: ‘REPLACE_WITH_VALUE’,
    dynx_pagetype: ‘REPLACE_WITH_VALUE’,
    dynx_totalvalue: ‘REPLACE_WITH_VALUE’,
    };
    </script>
    <script type=”text/javascript”>
    /* <![CDATA[ */
    var google_conversion_id = 870330605;
    var google_custom_params = window.google_tag_params;
    var google_remarketing_only = true;
    /* ]]> */
    </script>
    <script type=”text/javascript” src=”//www.googleadservices.com/pagead/conversion.js”>
    </script>
    <noscript>
    <div style=”display:inline;”>

    </div>
    </noscript>

    _____________________________________________________

    Its possible to do it? I didn’t see options in the plugin to change the business type. I think the variables are very similar, but the names are different.

    The site I want to implement is: https://ticketag.com.br/
    I’m using the WooCommerce Product Feed plugin to generate my feed (already OK).

    Thanks, Diego Gaona

    • This reply was modified 7 years, 11 months ago by diegogaona.
    Plugin Author alekv

    (@alekv)

    Hi Diego

    Currently it is not possible to change the business type in the plugin. I have not come across this business case yet which is why I have not implemented it.

    I think it can be done.

    But I wonder why you don’t want to use the retail type tracking. You sell tickets over your website. So it would be a normal fit for retail. Could you explain why you chose the custom tracking type so that I can understand?

    Thanks
    Aleks

    Hi Alekv,

    They don’t accept tickets for Google Shopping:
    https://support.google.com/merchants/answer/6150006?hl=en

    In retail I need to use a Google Merchant Center account, because of the restriction with Google Shopping, I think that could be a restriction with Merchant Center too.

    What do you think?

    Thanks for your quick answer,

    Plugin Author alekv

    (@alekv)

    Ok. I understand the use case now. I think it would make sense ot build in support for custom tracking type. But we don’t have capacity to work on it before new year.

    I will add it to the features list for one of the next releases.

    Regards
    Aleks

    Thanks!

    It will be appreciated.

    Best regards, Diego.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Compatibility with custom business type’ is closed to new replies.