Re: Best practice for knowing if Account has Conversion Tracking

2017-08-23 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi,

If the status 

 field 
of your ConversionTracker is enabled, then all the visits to the conversion 
page will be recorded. Thus, we can say that your account has conversion 
tracking.

In getting the external conversion source like firebase, google play, etc, 
we can just identify the ConversionTracker by ConversionTracker.Type 

 field. 
This field will return either AppConversion 

, AdCallMetricsConversion 

, WebsiteCallMetricsConversion 
,
 
etc. For example for AppConversion, you can check here 

 for 
the source of conversions. So, if the source is from "Android app install 
(from Google Play)", then the appConversionType 

 of 
the AppConversion is DOWNLOAD. Kindly check here 

 for 
the list of all conversion types and their sources.

As an alternative, you can also run a report with ExternalConversionSource 

 segment. 
You can check on that link for all the possible values (ANALYTICS, 
FIREBASE, GOOGLE_PLAY, WEBPAGE, etc.) for this segment.

Thanks,
Vincent
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4f5f3a32-e9c4-4c50-8843-32924c573fd8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Best practice for knowing if Account has Conversion Tracking

2017-08-23 Thread joao . gris
Also, how to get via API the external conversion source, like firebase, 
google play or website?

Em quarta-feira, 23 de agosto de 2017 13:40:42 UTC-3, 
joao...@paretogroup.com.br escreveu:
>
> Sorry, the status field says it is enabled.
>
> Em quarta-feira, 23 de agosto de 2017 13:39:55 UTC-3, 
> joao...@paretogroup.com.br escreveu:
>>
>> I did this, but the API get() method says that a conversion tracking is 
>> activated even if it is not validated.
>>
>> Em terça-feira, 22 de agosto de 2017 03:48:37 UTC-3, Vincent Racaza 
>> (AdWords API Team) escreveu:
>>>
>>> Hi,
>>>
>>> The only way to know via the AdWords API if your account has conversion 
>>> tracking is to use the ConversionTrackerService 
>>> .
>>>  
>>> If there is a result in the get() 
>>> 
>>>  method, 
>>> then your account has conversion tracking. You may refer here 
>>>  
>>> for 
>>> more information regarding conversion tracking.
>>>
>>> In regards to reports, you can only get the report as String or you can 
>>> download it directly in a file (e.g. CSV). Currently, there is no automatic 
>>> structure of data from report String or from CSV file. You can do a post 
>>> processing at your end to read the report String and structure the data 
>>> depending on your use case.
>>>
>>> Thanks,
>>> Vincent
>>> AdWords API Team
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2093bad4-157e-4c5c-bb4f-4ccfd6340a75%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Best practice for knowing if Account has Conversion Tracking

2017-08-23 Thread joao . gris
Sorry, the status field says it is enabled.

Em quarta-feira, 23 de agosto de 2017 13:39:55 UTC-3, 
joao...@paretogroup.com.br escreveu:
>
> I did this, but the API get() method says that a conversion tracking is 
> activated even if it is not validated.
>
> Em terça-feira, 22 de agosto de 2017 03:48:37 UTC-3, Vincent Racaza 
> (AdWords API Team) escreveu:
>>
>> Hi,
>>
>> The only way to know via the AdWords API if your account has conversion 
>> tracking is to use the ConversionTrackerService 
>> .
>>  
>> If there is a result in the get() 
>> 
>>  method, 
>> then your account has conversion tracking. You may refer here 
>>  
>> for 
>> more information regarding conversion tracking.
>>
>> In regards to reports, you can only get the report as String or you can 
>> download it directly in a file (e.g. CSV). Currently, there is no automatic 
>> structure of data from report String or from CSV file. You can do a post 
>> processing at your end to read the report String and structure the data 
>> depending on your use case.
>>
>> Thanks,
>> Vincent
>> AdWords API Team
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e0699d15-f573-45f8-b4d5-9e27a58f67de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Best practice for knowing if Account has Conversion Tracking

2017-08-23 Thread joao . gris
I did this, but the API get() method says that a conversion tracking is 
activated even if it is not validated.

Em terça-feira, 22 de agosto de 2017 03:48:37 UTC-3, Vincent Racaza 
(AdWords API Team) escreveu:
>
> Hi,
>
> The only way to know via the AdWords API if your account has conversion 
> tracking is to use the ConversionTrackerService 
> .
>  
> If there is a result in the get() 
> 
>  method, 
> then your account has conversion tracking. You may refer here 
>  
> for 
> more information regarding conversion tracking.
>
> In regards to reports, you can only get the report as String or you can 
> download it directly in a file (e.g. CSV). Currently, there is no automatic 
> structure of data from report String or from CSV file. You can do a post 
> processing at your end to read the report String and structure the data 
> depending on your use case.
>
> Thanks,
> Vincent
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e043fd71-b10c-420a-b709-2cb0a2e474f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Best practice for knowing if Account has Conversion Tracking

2017-08-21 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi,

The only way to know via the AdWords API if your account has conversion 
tracking is to use the ConversionTrackerService 
.
 
If there is a result in the get() 

 method, 
then your account has conversion tracking. You may refer here 
 for 
more information regarding conversion tracking.

In regards to reports, you can only get the report as String or you can 
download it directly in a file (e.g. CSV). Currently, there is no automatic 
structure of data from report String or from CSV file. You can do a post 
processing at your end to read the report String and structure the data 
depending on your use case.

Thanks,
Vincent
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/446477a7-8401-460f-a429-002025cc8e98%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Best practice for knowing if Account has Conversion Tracking

2017-08-21 Thread joao . gris
What is the best way to discover via API if an account has conversion 
tracking of any kind? Also, is there a way to download reports as 
structured data and not just as a string(a python list for example).

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/436a0e89-0338-4351-91a8-2f70ad7af531%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.