Can we find orderId from conversion tracking tag via API ?

2017-04-18 Thread Ashish Pathak
Hello, Can we find orderId from conversion tracking tag via AdWords API? if (<%= orderId %>) { var google_conversion_order_id = "<%= orderId %>"; } I understand that we can't find value from reports in adwords, can we find value

Re: Can we find orderId from conversion tracking tag via API ?

2017-04-18 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Ashish, The orderId is not recorded in AdWords. It is a means for your application to ensure that your conversion data is recorded correctly. Unfortunately, there isn't an API service that returns this. If you are already recording the conversion against the unique orderId in your applicatio

Re: Can we find orderId from conversion tracking tag via API ?

2017-04-19 Thread Morten Barkfeld
Hi Sreelakshmi, I work with Ashish and thanks for your response. What we are trying to find is the unique order ID per transaction and *not* the value. We are already optimising on value - however we want to link "keywords" to "emails". As of right now, we see a value per conversion on a keywo

Re: Can we find orderId from conversion tracking tag via API ?

2017-04-19 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Morten, If you are already using orderId as specified in the document , you should be able to map an individual GCLID with the orderId. Using the CLICK_PERFORMANCE_REPORT