Re: Get mobile app name

2015-01-02 Thread Josh Radcliff (AdWords API Team)
Hi Justin,

I see you already posted this question separately here 
https://groups.google.com/d/msg/adwords-api/_2XsBGK5d7A/NHlsdezLdZwJ. 
I'll reply to your question on that post.

Just an FYI - we generally try to keep each post to a single question/topic 
to make it easier for others who are searching the forum to find the most 
relevant answers to their questions.

Thanks,
Josh, 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2d188388-0e79-4174-8e0a-8a3b75d32eea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get mobile app name

2014-12-31 Thread Justin Coon
Hi Josh

That worked perfectly including the DisplayName. I have an unrelated issue
with age range reporting. The results are not adding up to the same in the
UI. Some reports for AdGroups are showing the same as AdWords UI, then
there are others thag don't match, and those report results are empty. Any
thoughts?
On Dec 30, 2014 2:57 PM, Justin Coon jus...@campaignium.com wrote:

 Ok I must have missed thay field on the report definition. Thanks will try
 it out!
 On Dec 30, 2014 2:53 PM, Josh Radcliff (AdWords API Team) 
 adwordsapiadvisor+j...@google.com wrote:

 Hi Justin,

 The *DisplayName* field on the URL_PERFORMANCE_REPORT will give you the
 mobile app name, e.g.,

 Mobile App: xxx (Google Play), by xxx

 The difference between the three reports is that URL_PERFORMANCE_REPORT
 gives you stats by destination URL, while the placement reports give you
 stats by placement (sites, mobile apps, etc. on the Display Network).

 Cheers,
 Josh, 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/dJkA8Ihgzes/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 adwords-api+unsubscr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/adwords-api.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/adwords-api/50198f8c-f5e1-4fa1-aaaf-929d681d1588%40googlegroups.com
 https://groups.google.com/d/msgid/adwords-api/50198f8c-f5e1-4fa1-aaaf-929d681d1588%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAEtEPZuS9wiQtVEbajFiDSUXpwTsZh90Hb%3DB91JK5emFuYU8OQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get mobile app name

2014-12-30 Thread Josh Radcliff (AdWords API Team)
Hi Justin,

Depending on the report you are running, you *might* be able to get the app 
name from the *DisplayName* field. If that doesn't provide the app name, 
you can use *AdGroupCriterionService* or *CampaignCriterionService* (depending 
on where you specified your *MobileApplication* criteria) to retrieve your 
MobileApplication 
https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupCriterionService.MobileApplication
 
criteria and pull the displayName 
https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupCriterionService.MobileApplication#displayName
 
from there.

If that doesn't help, could you provide me with a campaign or ad group ID 
and date range where you're seeing these values, along with the report 
request you are sending?

Thanks,
Josh, AdWords API Team

On Friday, December 26, 2014 11:06:32 AM UTC-5, Justin Coon wrote:

 Hi,

 I'm using the URL performance report and receving results that have this 
 *domain=mobileapp::1-568147907 
 url=mobileapp::1-568147907*. How do I get more information on the 
 actual mobile app (mainly the real name)?

 Thanks
 Justin


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/15369c82-02c1-4fc9-92a9-cac8a0b25b2e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get mobile app name

2014-12-30 Thread Justin Coon
Hi Josh,

I'm running the URL_PERFORMANCE_REPORT. What's interesting is that when I
look at this account under the AdWords ui, then the actual app names are
showing. So the data is there, I just don't know how to get it, or where
it's available in the API?
On Dec 30, 2014 8:48 AM, Josh Radcliff (AdWords API Team) 
adwordsapiadvisor+j...@google.com wrote:

 Hi Justin,

 Depending on the report you are running, you *might* be able to get the
 app name from the *DisplayName* field. If that doesn't provide the app
 name, you can use *AdGroupCriterionService* or *CampaignCriterionService* 
 (depending
 on where you specified your *MobileApplication* criteria) to retrieve
 your MobileApplication
 https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupCriterionService.MobileApplication
 criteria and pull the displayName
 https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupCriterionService.MobileApplication#displayName
 from there.

 If that doesn't help, could you provide me with a campaign or ad group ID
 and date range where you're seeing these values, along with the report
 request you are sending?

 Thanks,
 Josh, AdWords API Team

 On Friday, December 26, 2014 11:06:32 AM UTC-5, Justin Coon wrote:

 Hi,

 I'm using the URL performance report and receving results that have this 
 *domain=mobileapp::1-568147907
 url=mobileapp::1-568147907*. How do I get more information on the
 actual mobile app (mainly the real name)?

 Thanks
 Justin

  --
 --
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 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/dJkA8Ihgzes/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 adwords-api+unsubscr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/adwords-api.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/adwords-api/15369c82-02c1-4fc9-92a9-cac8a0b25b2e%40googlegroups.com
 https://groups.google.com/d/msgid/adwords-api/15369c82-02c1-4fc9-92a9-cac8a0b25b2e%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAEtEPZueNms%3DxpEkjoOGp1rShWj%3DKkycVzCT6PPNtBB5hypOZQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get mobile app name

2014-12-30 Thread Josh Radcliff (AdWords API Team)
Hi Justin,

Have you tried running the PLACEMENT_PERFORMANCE_REPORT 
https://developers.google.com/adwords/api/docs/appendix/reports#placement or 
the AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT 
https://developers.google.com/adwords/api/docs/appendix/reports#automatic-placements
 with 
the *DisplayName* field included?

Thanks,
Josh, 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/36ff3bb8-21e9-461f-99bf-50e50a6fcca8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get mobile app name

2014-12-30 Thread Justin Coon
Thanks Josh. Let me give those a shot. I'm wondering if it will still give
me the data I need? Or better said what is the difference in the reports
On Dec 30, 2014 2:22 PM, Josh Radcliff (AdWords API Team) 
adwordsapiadvisor+j...@google.com wrote:

 Hi Justin,

 Have you tried running the PLACEMENT_PERFORMANCE_REPORT
 https://developers.google.com/adwords/api/docs/appendix/reports#placement or
 the AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT
 https://developers.google.com/adwords/api/docs/appendix/reports#automatic-placements
  with
 the *DisplayName* field included?

 Thanks,
 Josh, 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/dJkA8Ihgzes/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 adwords-api+unsubscr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/adwords-api.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/adwords-api/36ff3bb8-21e9-461f-99bf-50e50a6fcca8%40googlegroups.com
 https://groups.google.com/d/msgid/adwords-api/36ff3bb8-21e9-461f-99bf-50e50a6fcca8%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAEtEPZums1L1bSfFO3yWSBBX2rFVQbK%3DyKENjekGtTbnMsxd2g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get mobile app name

2014-12-30 Thread Josh Radcliff (AdWords API Team)
Hi Justin,

The *DisplayName* field on the URL_PERFORMANCE_REPORT will give you the 
mobile app name, e.g.,

Mobile App: xxx (Google Play), by xxx

The difference between the three reports is that URL_PERFORMANCE_REPORT 
gives you stats by destination URL, while the placement reports give you 
stats by placement (sites, mobile apps, etc. on the Display Network).

Cheers,
Josh, 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/50198f8c-f5e1-4fa1-aaaf-929d681d1588%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get mobile app name

2014-12-30 Thread Justin Coon
Ok I must have missed thay field on the report definition. Thanks will try
it out!
On Dec 30, 2014 2:53 PM, Josh Radcliff (AdWords API Team) 
adwordsapiadvisor+j...@google.com wrote:

 Hi Justin,

 The *DisplayName* field on the URL_PERFORMANCE_REPORT will give you the
 mobile app name, e.g.,

 Mobile App: xxx (Google Play), by xxx

 The difference between the three reports is that URL_PERFORMANCE_REPORT
 gives you stats by destination URL, while the placement reports give you
 stats by placement (sites, mobile apps, etc. on the Display Network).

 Cheers,
 Josh, 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/dJkA8Ihgzes/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 adwords-api+unsubscr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/adwords-api.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/adwords-api/50198f8c-f5e1-4fa1-aaaf-929d681d1588%40googlegroups.com
 https://groups.google.com/d/msgid/adwords-api/50198f8c-f5e1-4fa1-aaaf-929d681d1588%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAEtEPZvrGsD8YFPh8QvG3cCo0gsBkBEj%3Dtj5xpkh8SAF33%3DhAQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Get mobile app name

2014-12-26 Thread Justin Coon
Hi,

I'm using the URL performance report and receving results that have this 
*domain=mobileapp::1-568147907 
url=mobileapp::1-568147907*. How do I get more information on the actual 
mobile app (mainly the real name)?

Thanks
Justin

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2ad63192-ef41-4c21-811a-3a8a6079295c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.