How to get Tracking status, Repeat rate, Tracking event by using ConversionTrackerService ?

622 views
Skip to first unread message

Le Le

unread,
May 24, 2015, 10:24:35 PM5/24/15
to adwor...@googlegroups.com
Hi,

I use Google Adword API v201409 to get Tracking status, Repeat rate, Tracking event.

But I can not get the following informations:

- Tracking status: No recent conversions,  Recording conversions,  Tag inactive
Repeat rate
Tracking event: get Click or Page load option.

Thanks.

Nadine Sundquist (AdWords API Team)

unread,
May 26, 2015, 2:24:26 PM5/26/15
to adwor...@googlegroups.com, metrix...@gmail.com
Hello,

If you would like to get historical information on conversions, then check out our reports page. Many of the performance reports have conversion metrics.

Best,
Nadine, AdWords API Team

Le Le

unread,
May 27, 2015, 12:24:38 AM5/27/15
to adwor...@googlegroups.com
Hi,

I using ConversionTrackerService to get Conversion actions.

But I have some questions as below:

1. Tracking status
How to get Conversion tracking status: "Unverified", "No recent conversions", "Recording conversions", "Tag inactive" by ConversionTrackerService.
2. Repeat rate
          How to get this value? (by ConversionTrackerService)
3. Tracking event
How to get Page load or Click option of conversion webpage? (by ConversionTrackerService)
4. Conversion value option
How to get value options: “Each time it happens, the conversion has the same value”, “The value of this conversion action may vary (for instance, by purchase price”,  and “Don't assign a value

Thanks. 

Nadine Sundquist (AdWords API Team)

unread,
May 27, 2015, 2:53:36 PM5/27/15
to adwor...@googlegroups.com, metrix...@gmail.com
Hello,

Thanks for clarifying what you need. There isn't always an exact one to one mapping for what you're asking, but you can still gather the same information. 

1. Tracking Status
=> In ConversionTracker, the status field has descriptions that match each of the values you mentioned. For example, ENABLED means Recording conversions.
2. Repeat Rate
=> It looks like this value can be calculated based on the data in ConversionTrackerStats.
3. Tracking event
=> It looks like category in ConversionTracker has Page Load matching to PAGE_VIEW
4. Conversion value option
=> In ConversionTracker, the alwaysUseDefaultRevenueValue and defaultRevenueValue fields used together control each of the 3 options. 

Cheers,
Nadine, AdWords API Team

Le Le

unread,
May 28, 2015, 3:24:04 AM5/28/15
to adwor...@googlegroups.com, metrix...@gmail.com
Hi Nadine!

I don't understand about information below:

1. Tracking Status
On API, status field has 3 values (Enable, Disable and Hidden)
On Adwords website, tracking status has  5 values ("Unverified", "No recent conversions", "Recording conversions", "Tag inactive  and "Removed")
So, how to mapping ?
2. Repeat rate
Can you detail explain for me?
3. Tracking event
I try to switch 2 options Click and Page load, but when using API to get data. I don't identity what field matching with Click and Page load options.
4. Conversion value option
This problem is resolved.

Thanks for your support again.

Nadine Sundquist (AdWords API Team)

unread,
May 28, 2015, 8:53:17 PM5/28/15
to adwor...@googlegroups.com, metrix...@gmail.com
Hello,

To get this all this information from the ConversionTrackerService requires combining multiple fields in the API. What are you trying to build, or what is your goal? Perhaps, there's another service I can recommend to get this kind of data that doesn't require doing calculations or combining fields.

Best,
Nadine, AdWords API Team

Le Le

unread,
May 28, 2015, 9:59:05 PM5/28/15
to adwor...@googlegroups.com, metrix...@gmail.com
Hi Nadine,

I need build a desktop application to manage Conversion tracker. I've taken the most of infomation from ConversionTrackerService except "Tracking status", "Repeat rate" and "Tracking event".

Thanks for your support!

Nadine Sundquist (AdWords API Team)

unread,
Jun 12, 2015, 9:39:43 AM6/12/15
to adwor...@googlegroups.com, metrix...@gmail.com
Hi,

Could you please click Reply privately to author and send me your customer ID with the conversions that you're trying to retrieve? I want to verify what I've found actually works before sending you the answer.

Thanks,
Nadine, AdWords API Team

cv

unread,
Jan 22, 2018, 6:52:55 AM1/22/18
to AdWords API Forum
Hello Nadine,

I am also looking at for conversion tracking status like mention on below point


1. Tracking Status
On API, status field has 3 values (Enable, Disable and Hidden)
On Adwords website, tracking status has  5 values ("Unverified", "No recent conversions", "Recording conversions", "Tag inactive  and "Removed")
I want to inform our internal user about tag Unverified if by mistakenly conversion tracker code removed from website.

Nadine Sundquist (AdWords API Team)

unread,
Jan 22, 2018, 10:27:32 AM1/22/18
to AdWords API Forum
Greetings!

Thanks for doing your due diligence in looking through our forum first. In the future, if the forum post looks old, just start a new forum post and reference the old one. That way, people on the old one don't get bumped. Just to save time, I won't have you start a new one this time. For something to be Unverified, it this conversion type has never had any conversions. That can be checked in another place other than status. I double-checked our code base to be sure, but you can also look at the lastReceivedRequestTime field to see if there is a value there. If you don't see a value, then there haven't been any conversion, and it is unverified. 

Cheers,
Nadine, AdWords API Team

cv

unread,
Jan 23, 2018, 1:13:29 AM1/23/18
to AdWords API Forum
Hi Nadine,

Thanks for your reply.

On Adwords website, tracking status has  5 values, I am using ConversionTrackerService to get Conversion actions.

'Unverified' = lastReceivedRequestTime value is empty.

'No recent conversions' = mostRecentConversionDate date value is not within last 7 days.

'Recording conversions' =  status is ENABLED.

'Tag inactive' = lastReceivedRequestTime value is empty and mostRecentConversionDate date value is not within last 7 days.
                                OR
                       status is HIDDEN.
         
'Removed' = status is DISABLED
.

Nadine Sundquist (AdWords API Team)

unread,
Jan 23, 2018, 8:35:00 AM1/23/18
to AdWords API Forum
Hello,

That is my understanding as well. Thanks for putting it in such a clear way for people in the future.

Best,
Nadine, AdWords API Team
Reply all
Reply to author
Forward
0 new messages