Re: Difference between Dynamic Display Ads vs. Responsive Display Ads.

2017-05-26 Thread developer
Thanks I will promptly do that

On Friday, May 26, 2017 at 4:08:25 PM UTC-4, Shwetha Vastrad (AdWords API 
Team) wrote:
>
> Hi, 
>
> On this forum, we address technical issues related to AdWords API. Since 
> your question is related to the Ad types and the AdWords product in 
> general, I would suggest that you post your question in the AdWords 
> Community Forum 
> 
> . 
>
> 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/799b648e-3bf4-4381-873b-c9f203eab347%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Click Performance Report - LopRegionCriteriaId is not available for clicks in the US

2017-05-26 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello,

I now see what you're getting at.

Query: SELECT AoiMetroCriteriaId, LopMetroCriteriaId FROM 
> CLICK_PERFORMANCE_REPORT DURING YESTERDAY
> Result: Returns only --.
> Query: SELECT MetroCriteriaId FROM GEO_PERFORMANCE_REPORT DURING YESTERDAY
> Result: Returns IDs for everything.


I ran the queries just as you described and saw that behavior. I would 
expect that behavior to be consistent across reports. I've filed an issue, 
and we're working on trying to figure out what's going on. I'll get back to 
you when we've made more progress on figuring out why there's a difference. 
Thank you for being so patient in describing this.

Best,
Nadine, AdWords API Team

On Friday, May 26, 2017 at 12:08:35 AM UTC-4, do...@predictivebid.com wrote:
>
> Hi,
>
> Thank you for your response.
>
> 1. If you generate a Geo Performance report, with this field: 
> https://developers.google.com/adwords/api/docs/appendix/reports/geo-performance-report#regioncriteriaid,
>  
> you can clearly see there are states for US locations in the region 
> criteria id, and I've been using this report for a long time - it has 
> always been like this. So, if I understand correctly, in the Geo 
> Performance report it's not the same region definition as in the Click 
> Performance report?
> 2. If you define a region as a Geo Target with Target Type "Region". How 
> do you define Metro? I don't see it in the Target Type
>
> On Friday, May 26, 2017 at 1:43:04 AM UTC+3, Nadine Sundquist (AdWords API 
> Team) wrote:
>>
>> Greetings!
>>
>> When comparing the UI to the API, it can be a little confusing because 
>> phrases like Metro or Region in the UI can get overloaded and encompass 
>> multiple things. When it comes to the API, the Geotargets guide 
>>  
>> is the things we rely on. In the Geotargets guide, there's a link to the 
>> AdWords 
>> API Location Criteria table 
>> .
>>  
>> I'll be working off that table to explain what's going on.
>>
>> One of the things that can seem confusing is that if a specific location 
>> in the United States is returned, there is no region. Let's cover that 
>> first. If you go into that table and filter by *Country Code* of *US*, 
>> you'll see that the resulting table has a lot of *Target Types*. If you 
>> then do another filter on top of that of *Target Type, *you'll see that 
>> there isn't an option of *Region*. In our system, the United States does 
>> not have any regions. Some other countries, like China with country code 
>> CN, do have regions. That's why the *Region* field is always *--* when 
>> the United States is the specific country. In the API, we rely completely 
>> on that *Target Type* to determine if a column gets populated. 
>>
>> In that table, if you choose *Criteria Id 9052894*, like you mentioned 
>> earlier, you'll see that the target type is *City*, and that's why the 
>> City column gets populated. Another factor that plays into this is the 
>> *Parent 
>> ID* in that table. If you have a specific location that is a city, then 
>> the city will get populated. If the parent of that item is a state, and 
>> then the parent of that state is a country, then the *Country* column 
>> will get populated. We work our way up the chain of parent IDs.
>>
>> I hope that clears things up a bit! If you need any further help, feel 
>> free to reach out.
>>
>> Best,
>> Nadine, AdWords API Team
>>
>> On Thursday, May 25, 2017 at 12:18:24 PM UTC-4, do...@predictivebid.com 
>> wrote:
>>>
>>> I forgot to mention: The most specific location was 9052894 and *City 
>>> (Physical location)* was 9052894, as I would expect.
>>>
>>> On Thursday, May 25, 2017 at 7:01:10 PM UTC+3, do...@predictivebid.com 
>>> wrote:

 I just gave it as an example. I believe in other reports you will see 
 the region as a state, even if the most specific is a state. this is an 
 inconsistent behavior
 I have also examples of cities, like 9052894 (Spanish Lake), where no 
 region was available. like I said, I didn't find even one case where I had 
 a region for US locations. I Believe this is a bug

 On Thursday, May 25, 2017 at 6:57:05 PM UTC+3, Sreelakshmi Sasidharan 
 (AdWords API Team) wrote:
>
> Hi, 
>
> In the particular example shared, the criteria Id : 21176 is of target 
> type 'State'. Which means that any target type which is lesser in 
> hierarchy 
> (of a location) would not have a value to report. And the results in your 
> case seems to be as expected. All the three values listed below are 
> somewhat similar to a 'City'.
>
> * City
> * Metro Area 
> * Region
>
> You could check this 
>  guide for 
> better clarity and examples for most common target type(s). If you happen 

Re: Can you use the API to pull a campaign performance report at the MCC level?

2017-05-26 Thread 'Tim Tsai' via AdWords API Forum
Understood, thanks for the quick response Shwetha!


-tim

On Friday, 26 May 2017 16:06:16 UTC-4, Shwetha Vastrad (AdWords API Team) 
wrote:
>
> Hi Tim, 
>
> A report request can only include data from a single AdWords account. To 
> gather reporting data for all the accounts under your MCC account, you need 
> to submit a separate report request for each account by setting the 
> clientCustomerId header. The ParallelReportDownload 
> 
>  
> Java example shows how to download a report from an XML report definition 
> for all accounts directly under a manager account in multiple parallel 
> threads. This example should be run against an AdWords manager account. 
> Example code in other languages is provided here 
> .
>
> Regards,
> Shwetha, AdWords API Team.
>

-- 
-
essencedigital.com 
Google+  • Facebook 
 • Twitter 
 • YouTube 


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9af08c21-8c49-4227-aa13-b71a47e1bf4d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Finalurl in ad performace report

2017-05-26 Thread Tirtha Ghosh Dastidar
Hi Team,

We are noticing that the finalurl in ad performance report for dynamic 
search ads is blank. Is there a reason for that ? Do DSA ads not have final 
urls / destination urls ?

Thanks
Tirtha

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/70726416-317e-4453-a4e6-a292dca7ee56%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Difference between Dynamic Display Ads vs. Responsive Display Ads.

2017-05-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, 

On this forum, we address technical issues related to AdWords API. Since 
your question is related to the Ad types and the AdWords product in 
general, I would suggest that you post your question in the AdWords 
Community Forum 

. 

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/be1e5409-a670-409f-8f9e-c8fcbc0fceee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can you use the API to pull a campaign performance report at the MCC level?

2017-05-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tim, 

A report request can only include data from a single AdWords account. To 
gather reporting data for all the accounts under your MCC account, you need 
to submit a separate report request for each account by setting the 
clientCustomerId header. The ParallelReportDownload 

 
Java example shows how to download a report from an XML report definition 
for all accounts directly under a manager account in multiple parallel 
threads. This example should be run against an AdWords manager account. 
Example code in other languages is provided here 
.

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/7b8c234f-323c-4f36-acd3-b8d0c1931814%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Can you use the API to pull a campaign performance report at the MCC level?

2017-05-26 Thread 'Tim Tsai' via AdWords API Forum
Hi there,

I need to pull a campaign performance report 
 via the 
API with the fields:

   - 
   - CampaignId
   - CampaignName
   - ExternalCustomerID
   - CampaignStatus
   - ServingStatus

I want this report to cover all the campaigns under an MCC, but it appears 
that the API only allows you to pull a campaign performance report at an 
account level.

I know that you can pull a Campaign Performance Report at the MCC level via 
the front end. Is there a way to pull a campaign performance report with 
the fields listed above *at the MCC level?*


Thanks,
-tim

-- 
-
essencedigital.com 
Google+  • Facebook 
 • Twitter 
 • YouTube 


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a9d1e6e9-75be-4733-b3e2-b12965bb24d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Difference between Dynamic Display Ads vs. Responsive Display Ads.

2017-05-26 Thread developer
Hello!

I am quite puzzled as to the differences between two display ads.

Dynamic Display Ads can be created via "Ad Gallery" option under "+Ad" 
button and its document talks about how feed item can be used to update the 
ads without the overhead of reviewing and approvals.

Responsive Display Ads can be created via "Responsive Ad" option under +Ad" 
button and its document talks about its ability to display most natively in 
everywhere.


Does this mean that Dynamic Display Ads cannot be displayed natively in all 
devices?

Does this also mean that Responsive Display Ads cannot be dynamically 
updated based on feed item values?


Looking for some good comparisons. It will be a great help to those who 
have the same question.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/bb44a90f-32b2-4469-b662-525fe023f599%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Display Network

2017-05-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, 

You need to use CampaignCriterionService 

 to 
retrieve campaign level criteria 
 like 
placements, specific keywords, demographics, etc. The 
GetCampaignTargetingCriteria 

 Java 
example shows how to retrieve all the campaign criteria. You can use the 
AddCampaignTargetingCriteria 

 Java 
example to add campaign criteria. Example code in other languages is 
provided here 
.

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/c91242a0-3c2d-4576-b92e-55c815568c33%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: is there a way we could create ad instead of using 'Lightbox'?

2017-05-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, 

I'm afraid Lightbox Ad type is not supported in AdWords API at the moment. 
The list of AdTypes supported in the API are provided here 
.
 
Please keep an eye on the Google Ads developer blog 
 for any 
updates or announcements about this feature. 

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/b02f9604-ade6--93e8-2c74e7e91e48%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Display Network

2017-05-26 Thread el arbi el aarabi
Hello,

In a project that we are developing using adwords api, we are trying to 
manage our campaigns, the only problem that we are facing is getting the 
display network configuration (keywords, placements and demographics) in 
order to make other child campaigns with the same data.
But i can not get this informations via CampaignService, and i can not find 
any example of this anywhere ! can any one help us solving this issue ?

Best Regards 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8e407c58-99ce-41b8-94ee-f412806a1589%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


is there a way we could create ad instead of using 'Lightbox'?

2017-05-26 Thread 하진호
Light box is not supported in Google API. Which means we can't create 
campaign with Engage with your content objective.
If there is a way we could create ad without lightbox, please tell us!

Thank you

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4cefb74a-381b-4041-be3d-b9bb12d98c2a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is it possible to get a keyword CpcBid for a given Date

2017-05-26 Thread 'Peter Oliquino' via AdWords API Forum
Hi Albert,

To better assist you with your concern, could you confirm first whether you 
are using an AdWords API service or a specific report type 
?

Thanks and regards,
Peter
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/9c0bdc29-0572-4340-9033-ad3a09e9e78c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: link a google play account support api?

2017-05-26 Thread 'Peter Oliquino' via AdWords API Forum
Hi,

Linking Google Play accounts to AdWords accounts is currently not supported 
via the AdWords API. I would recommend that you get in touch with the 
product experts via the AdWords Community Forum 
 
if 
this can be done via the AdWords UI.

Thanks and regards,
Peter
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/239f7b9f-ae6a-4f40-8db8-707d2722e838%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to identify low search volume keywords in TargetingIdeaService?

2017-05-26 Thread Benjamin Morel
That's what I'm afraid of, but the fact is, there doesn't seem to be any 
alternative at all at the moment!

On Friday, May 26, 2017 at 10:54:44 AM UTC+2, Thanet Knack Praneenararat 
(AdWords API Team) wrote:
>
> Hi Benjamin,
>
> Let me confirm with engineering about this too.
> If possible, I think we should avoid adding millions of keywords just to 
> get systemServingStatus.
> That put unnecessary burdens on the API servers and also waste your rate 
> limits. :)
>
> Best,
> Thanet, AdWords API Team
>
> On Friday, May 26, 2017 at 5:39:28 PM UTC+9, Benjamin Morel wrote:
>>
>> Hi Thanet,
>>
>> Thanks for your reply. I've run a few tests, and it looks like the search 
>> volumes are more likely to be returned if the keywords have been sitting 
>> there in my account for some time, so unless I missed something, it would 
>> look as if the search volumes are tied to the account, not global. This 
>> seems to be very different from the systemServingStatus, which according to 
>> my tests is not dependent on account history, and not dependent on campaign 
>> country/language targeting either.
>>
>> So I guess what I'm really interested is the systemServingStatus of a 
>> keyword; as far as I understand, there is no API to get this value *without 
>> actually adding the keyword* to an ad group?
>> Is it a problem if I batch add/reload/delete millions of keywords in a 
>> single ad group to get all the serving statuses? I would do this as part of 
>> a batch job before syncinc the ELIGIBLE ones to a bunch of other, permanent 
>> ad groups.
>>
>> Thanks in advance!
>> Benjamin
>>
>> On Friday, May 26, 2017 at 5:15:48 AM UTC+2, Thanet Knack Praneenararat 
>> (AdWords API Team) wrote:
>>>
>>> Hello Benjamin,
>>>
>>> It turns out that you've not got any search volumes because there are no 
>>> search volumes at all for those keywords.
>>> That's why the API servers don't return a value.
>>>
>>> Hope this help.
>>>
>>> Cheers,
>>> Thanet, AdWords API Team
>>>
>>> On Wednesday, May 24, 2017 at 7:59:22 PM UTC+9, Thanet Knack 
>>> Praneenararat (AdWords API Team) wrote:

 Hello Benjamin,

 Let me confirm with engineering why the search volumes are not returned.
 Will get back to you once I get more information.

 Cheers,
 Thanet, AdWords API Team

 On Wednesday, May 24, 2017 at 2:17:58 AM UTC+9, Benjamin Morel wrote:
>
> SOAP logs sent as private message!
>
> Thank you,
> Benjamin
>
> On Tuesday, May 23, 2017 at 3:52:12 PM UTC+2, Shwetha Vastrad (AdWords 
> API Team) wrote:
>>
>> Hi Benjamin, 
>>
>> Could you enable logging and provide the complete SOAP request and 
>> response logs so I can take a look? Since AdGroupCriterionIds are not 
>> globally unique, it'll be difficult for me to troubleshoot. Please use 
>> *Reply 
>> privately to author* when responding. 
>>
>> 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/13dcfb59-60e8-441b-a776-2245ad002489%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to identify low search volume keywords in TargetingIdeaService?

2017-05-26 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hi Benjamin,

Let me confirm with engineering about this too.
If possible, I think we should avoid adding millions of keywords just to 
get systemServingStatus.
That put unnecessary burdens on the API servers and also waste your rate 
limits. :)

Best,
Thanet, AdWords API Team

On Friday, May 26, 2017 at 5:39:28 PM UTC+9, Benjamin Morel wrote:
>
> Hi Thanet,
>
> Thanks for your reply. I've run a few tests, and it looks like the search 
> volumes are more likely to be returned if the keywords have been sitting 
> there in my account for some time, so unless I missed something, it would 
> look as if the search volumes are tied to the account, not global. This 
> seems to be very different from the systemServingStatus, which according to 
> my tests is not dependent on account history, and not dependent on campaign 
> country/language targeting either.
>
> So I guess what I'm really interested is the systemServingStatus of a 
> keyword; as far as I understand, there is no API to get this value *without 
> actually adding the keyword* to an ad group?
> Is it a problem if I batch add/reload/delete millions of keywords in a 
> single ad group to get all the serving statuses? I would do this as part of 
> a batch job before syncinc the ELIGIBLE ones to a bunch of other, permanent 
> ad groups.
>
> Thanks in advance!
> Benjamin
>
> On Friday, May 26, 2017 at 5:15:48 AM UTC+2, Thanet Knack Praneenararat 
> (AdWords API Team) wrote:
>>
>> Hello Benjamin,
>>
>> It turns out that you've not got any search volumes because there are no 
>> search volumes at all for those keywords.
>> That's why the API servers don't return a value.
>>
>> Hope this help.
>>
>> Cheers,
>> Thanet, AdWords API Team
>>
>> On Wednesday, May 24, 2017 at 7:59:22 PM UTC+9, Thanet Knack 
>> Praneenararat (AdWords API Team) wrote:
>>>
>>> Hello Benjamin,
>>>
>>> Let me confirm with engineering why the search volumes are not returned.
>>> Will get back to you once I get more information.
>>>
>>> Cheers,
>>> Thanet, AdWords API Team
>>>
>>> On Wednesday, May 24, 2017 at 2:17:58 AM UTC+9, Benjamin Morel wrote:

 SOAP logs sent as private message!

 Thank you,
 Benjamin

 On Tuesday, May 23, 2017 at 3:52:12 PM UTC+2, Shwetha Vastrad (AdWords 
 API Team) wrote:
>
> Hi Benjamin, 
>
> Could you enable logging and provide the complete SOAP request and 
> response logs so I can take a look? Since AdGroupCriterionIds are not 
> globally unique, it'll be difficult for me to troubleshoot. Please use 
> *Reply 
> privately to author* when responding. 
>
> 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/353d3261-4cd5-46d5-bb18-8b242df5e3ca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


link a google play account support api?

2017-05-26 Thread 박정현
hello

i question

link a google play account support api?





-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9895ed06-bb8f-4170-a191-418f489553b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to identify low search volume keywords in TargetingIdeaService?

2017-05-26 Thread Benjamin Morel
Hi Thanet,

Thanks for your reply. I've run a few tests, and it looks like the search 
volumes are more likely to be returned if the keywords have been sitting 
there in my account for some time, so unless I missed something, it would 
look as if the search volumes are tied to the account, not global. This 
seems to be very different from the systemServingStatus, which according to 
my tests is not dependent on account history, and not dependent on campaign 
country/language targeting either.

So I guess what I'm really interested is the systemServingStatus of a 
keyword; as far as I understand, there is no API to get this value *without 
actually adding the keyword* to an ad group?
Is it a problem if I batch add/reload/delete millions of keywords in a 
single ad group to get all the serving statuses? I would do this as part of 
a batch job before syncinc the ELIGIBLE ones to a bunch of other, permanent 
ad groups.

Thanks in advance!
Benjamin

On Friday, May 26, 2017 at 5:15:48 AM UTC+2, Thanet Knack Praneenararat 
(AdWords API Team) wrote:
>
> Hello Benjamin,
>
> It turns out that you've not got any search volumes because there are no 
> search volumes at all for those keywords.
> That's why the API servers don't return a value.
>
> Hope this help.
>
> Cheers,
> Thanet, AdWords API Team
>
> On Wednesday, May 24, 2017 at 7:59:22 PM UTC+9, Thanet Knack Praneenararat 
> (AdWords API Team) wrote:
>>
>> Hello Benjamin,
>>
>> Let me confirm with engineering why the search volumes are not returned.
>> Will get back to you once I get more information.
>>
>> Cheers,
>> Thanet, AdWords API Team
>>
>> On Wednesday, May 24, 2017 at 2:17:58 AM UTC+9, Benjamin Morel wrote:
>>>
>>> SOAP logs sent as private message!
>>>
>>> Thank you,
>>> Benjamin
>>>
>>> On Tuesday, May 23, 2017 at 3:52:12 PM UTC+2, Shwetha Vastrad (AdWords 
>>> API Team) wrote:

 Hi Benjamin, 

 Could you enable logging and provide the complete SOAP request and 
 response logs so I can take a look? Since AdGroupCriterionIds are not 
 globally unique, it'll be difficult for me to troubleshoot. Please use 
 *Reply 
 privately to author* when responding. 

 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/70d03d50-a4b0-4cf4-a53c-4604b0109e64%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Is it possible to get a keyword CpcBid for a given Date

2017-05-26 Thread Albert Morcillo
When I query for the CpcBid by Date during the last month, always return 
the same value dispite I know it had changed during the period.

There is any way to ask for the CpcBid of an specific day?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/653bc6b8-7bb1-4c8d-824a-62641c882da7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.