Re: Proximity reporting

2016-06-08 Thread Charles Serra
Hi Shwetha,

Thanks for your very quick answer! You noticed elements that can help me.
I'll try it asap and tell you if it's ok.

Thanks again!

Regards

[image: JVWEB]

*Charles
SERRA*
Développeur Applications

*Phone:* +33 (0)4 30 96 76 77

*Web:* http://www.jvweb.com

 | *Email:* char...@jvweb.com





2016-06-07 18:23 GMT+02:00 'Shwetha Vastrad (AdWords API Team)' via AdWords
API Forum :

> Hi Charles,
>
> I'm sorry I forgot to mention that the Criteria Performance report
> 
> provides statistics for AdGroupCriterion. To get performance stats for
> Campaign level proximity criteria, you would need to use the
> CampaignCriterionService
> 
>  to
> get the IDs of the proximity criteria you are interested in and then
> download the Campaign Location Target Report
> 
>  with
> a predicate to filter these values. You can modify the
> GetCampaignTargetingCriteria
> 
>  C#
> example to get the IDs of the proximity criteria.
>
> Regards,
> Shwetha, 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 a topic in the
> Google Groups "AdWords API Forum" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/adwords-api/J9sU9cvLZrE/unsubscribe.
> To unsubscribe from this group and all its topics, 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/12db8a77-097e-4b12-89b8-e6ba4245a7eb%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAOQE5UZ563UwhT0gJ%2BZy%2B0owUZFSm%2B5MAi5ORpgA_02ySh6YXw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Proximity reporting

2016-05-17 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Charles,

You can use the *Reply privately to author* option when responding to send 
the details to me privately. Could you also provide the report definition 
used along with your clientCustomerId?

Regards,
Shwetha, 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/39c65be1-42cb-4453-a801-2cc0dde256a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Proximity reporting

2016-05-17 Thread Charles Serra
Thanks for answering me.

I'm using dotnet api and C#. I tried what you said on an account where 
proximity areas are important. I asked for a report of the latest 3 months, 
but no "CriterionType" has the value Proximity.
Is it possible to switch to a private conversation? I'l give you the 
customer id, so you'll be able to tell me what's happening.

Thanks again!

Le mardi 10 mai 2016 17:18:36 UTC+2, Shwetha Vastrad (AdWords API Team) a 
écrit :
>
> Hi Charles,
>
> You can use the Criteria Performance Report 
> 
>  and 
> filter the results using the predicate "CriteriaType == PROXIMITY". This 
> will provide all the statistics aggregated at the criteria level for 
> Proximity Criteria. The DownloadCriteriaReport 
> 
>  Java 
> example demonstrates how to download Criteria Performance Report. You can 
> use this as a reference and make necessary changes to get the report for 
> Proximity Criteria.
>
> Regards,
> Shwetha, 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/29e09b63-f8ef-481e-acbe-996c2569ba7f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Proximity reporting

2016-05-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Charles,

You can use the Criteria Performance Report 

 and 
filter the results using the predicate "CriteriaType == PROXIMITY". This 
will provide all the statistics aggregated at the criteria level for 
Proximity Criteria. The DownloadCriteriaReport 

 Java 
example demonstrates how to download Criteria Performance Report. You can 
use this as a reference and make necessary changes to get the report for 
Proximity Criteria.

Regards,
Shwetha, 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/3b239735-91de-4e0d-9c7f-71fdcdb6f4d7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Proximity reporting

2016-05-10 Thread Charles Serra
Hi everyone,

I'm working with proximity based campaigns.

I'd like to get a report where I could know which proximity criteria 
trigered for a campaign. I'm only interested in getting which proximity 
criteria trigered, and not just a city/region/country.

Any idea?

Kind regards,

Charles.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/573b3c61-a668-47a5-b81c-c673a9c0b8d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.