Google Adwords Plugin

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 years ago
Hi,
Do you have Nop 3.2 version? I changed description.txt from 2.8 to 3.2 but did not upload to NOP.
J.
10 years ago
I have just posted the 3.2 version, but i'm not using it, please tell me if something is wrong

https://nopgoogleadwords.codeplex.com/releases/view/117406

regards
10 years ago
Hi,

I have emailed you. Remarketing is quite different than what you have now. The conversion script on the end is still ok. In remarketing you need  ecomm_pageType. I am adding all together with multi store support. The Adwords goes into ecomm_pageType=Purchase.

For performance reasons it would be nicer to have everything in Google Analytics Plugin..so I reused most of it.

Google Tag Assist recommends putting tags in head. Lets see how to do that.

J.
10 years ago
See also there about remarketing question.
10 years ago
Quantis001 wrote:
Hi,

I have emailed you. Remarketing is quite different than what you have now. The conversion script on the end is still ok. In remarketing you need  ecomm_pageType. I am adding all together with multi store support. The Adwords goes into ecomm_pageType=Purchase.

For performance reasons it would be nicer to have everything in Google Analytics Plugin..so I reused most of it.

Google Tag Assist recommends putting tags in head. Lets see how to do that.

J.


Hi,
My update already contains changes for dynamic remarketing, with the new script and the new parameters. The old way is still there for people using the old remarketing technique, with labels and conversion id.

But I forget to include multistore, you could help on this!
Thanks,
Nicolas
10 years ago
nicolas.muniere wrote:
My update already contains changes for dynamic remarketing, with the new script and the new parameters. The old way is still there for people using the old remarketing technique, with labels and conversion id.

I just deleted that. Shall I sent me my version and we merge it? I did not find docu that that is still supported. In Adwords I only see dynamic remarketing.
10 years ago
The old technique is in audiences, But the script is absolutly the same apart the 3 new variables.
10 years ago
Hi,

Can you check if providing id's is still supported? I believe you do this from Google Adwords by selecting the product id from the Merchant Center.

On the PurchasePageType both (Adwords and Remarketing) are fired...what about remarketing tag saying yes/no?

https://support.google.com/tagmanager/answer/3002580?hl=en

Quite some work to figure out. I need people to join/ help.

Can we maybe continue with my module and have yours as 'old Google'. I will share my code soon. I am now adding all the scripts to settings. I want to load them from a text file instead of hardcoding them into code.

J.
10 years ago
Quantis001 wrote:
Hi,

Can you check if providing id's is still supported? I believe you do this from Google Adwords by selecting the product id from the Merchant Center.


Yes, id's are the same in nop, adwords and merchand center. Still used on conversion page ONLY!

Quantis001 wrote:

On the PurchasePageType both (Adwords and Remarketing) are fired...


Remarketing IS a part of adwords! The script is always executed once, its content depends of the kind of page diplaying.
The script is working, used on production, not on nop 3.2 but with the last dynamic remarketing.

Quantis001 wrote:

what about remarketing tag saying yes/no?


Because var google_remarketing_only parameter has been defined to make difference between remarketing goal and conversion goal. As the scrip alway execute you need to set this value.

Quantis001 wrote:

Quite some work to figure out. I need people to join/ help.

Can we maybe continue with my module and have yours as 'old Google'. I will share my code soon. I am now adding all the scripts to settings.


You are welcome. But it would be better to improve the existing plugin that start a new project.

Quantis001 wrote:

I want to load them from a text file instead of hardcoding them into code.


Only the default value is hard coded, script is already stored in settings!
10 years ago
Just to conclude : if you are using dynamic retargeting, just ignore the 3 last configuration fields :
List of product ids and conversion labels
List of categories ids and conversion labels:  
List of controllers/actions and conversion labels


But you must set Google Adwords sale conversion label
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.