Re: Report that ties location_id to radius proximity information?

2017-06-08 Thread 'Peter Oliquino' via AdWords API Forum
Hi Jim,

I'm afraid that the GeoPoint, RadiusDistanceUnits, and RadiusInUnits are 
currently not available via the report types of the AdWords API. The 
supported fields are listed here 
 
for 
your reference. Please follow our blog 
 for any 
future updates or announcements regarding the availability of these fields 
in the AdWords API reports.

Best 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/dd0a5ed9-7d35-4390-9708-243d79491514%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Are Smart Display Campaigns available in the API?

2017-06-08 Thread 'Peter Oliquino' via AdWords API Forum
Hi Dorian,

Thank you for pointing this scenario out. As far as I know Smart Display 
Campaigns are not supported in the AdWords API, which includes both the 
services and report types. For better tracking, could you create a new 
thread and include all your observations? We'll continue our discussion 
from there.

Best 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/e5f82da1-bdbf-4168-bc93-01a81bc5d6d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Изменения php v201705

2017-06-08 Thread myrabotakostya
Здравствуйте! Спасибо за ответ. Тоесть после конца жизни библиотеки 
абсолютно все методы прекратят работать? Есть какие-нибудь варианты 
оставить функционировать старую библиотеку не мигрируя на новую версию ? 
Спасибо.

четверг, 8 июня 2017 г., 23:36:08 UTC+4 пользователь Shwetha Vastrad 
(AdWords API Team) написал:
>
> Hi, 
>
> I'm afraid I can only respond in English. Please see the v201705 
> migration guide 
>  for 
> the changes introduced in that version. If you're skipping versions and 
> migrating directly to v201705 from v201607, make sure to consult each 
> migration guide in sequence for a complete picture of API changes. Please 
> see this blog post 
> 
>  for 
> more details.
>
> On a different note, there is a new version of the Ads PHP library 
> 
>  as 
> well. The old library will reach end of life on July 31, 2017. Please see 
> the upgrading guide 
>  for 
> more details.
>
> 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/d62da3f6-ea4a-4676-a1c1-1afc11b3e41b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ServiceAccount not working on new API verson

2017-06-08 Thread 'Ivan Bautista' via AdWords API Forum
Hi Rafael,

As per documentation 
,
 
you can persist the refresh token to refresh expired access token 
.
 
That process is being taken care of, by default, if you use the available 
client libraries 
. 
Alternatively, you may refer to the OAuthTokenGenerator source code 

 to 
generate new refresh token on your end or directly use the OAuthTokenGenerator 
tool 

 itself.

As for changing app flow type for Google Analytics, it will be best that 
you ask their support team  
directly 
as we can only provide answers to technical questions specific to AdWords 
API.

Regards,
Ivan 
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/b29ade0b-d3ed-4855-b811-6cab02d88d0b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: PHP Client Library via Composer incomplete?

2017-06-08 Thread Martin Roettgerding
Wow, that was easy. It worked and everything is working again.

Thanky you, Shwetha!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/986df2a1-b38e-4252-b374-d9d983d2236a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Report that ties location_id to radius proximity information?

2017-06-08 Thread jim . malone
I am looking for an Adwords report that can be used to return me all of the 
radius (proximity) information I need for existing campaign targets. 
 Here's my scenario:

We have some campaigns that target both based on locations (Zip Codes) and 
using a Radius approach (50 miles from a lat/long for example).  We use the 
CAMPAIGN_LOCATION_TARGET_REPORT to get back all of the data for locations 
that are tied to existing campaigns.  It returns a location Id for both 
radius and zipcode locations tied to the campaign.  However it doesn't 
return any info as to what those location_id's actually represent.

We have a store of the zipcode/dma location_id's and what they actually 
represent since those are static.  However, unless I'm wrong, the radius 
location_ids we get are created when we tie the radius target to the 
campaign.  

Is there a way to query a report that will give me the list of all the 
radius location_id's along with what they represent?  I need the GeoPoint 
(lat/long), RadiusDistanceUnits, and RadiusInUnits at the bare minimum.  I 
know that I can get this using a get on the CampaignCriterionService, but 
that doesn't seem like an efficient way to get ALL of the active radii and 
their information every time I need it.

Is there a report that will give me what I want, without having to us a 
selector/get on the CampaignCriterionService?

Thanks,
Jim


Here's the AWQL query we use for the CAMPAIGN_LOCATION_TARGET_REPORT:
cols = ['CampaignId', 'CampaignName', 'CampaignStatus', 'Impressions', 
'Clicks', 'Conversions', 'Cost', 'Id', 'IsNegative', 'AveragePosition', 
'AllConversionValue', 'BidModifier']
query = "SELECT %s FROM CAMPAIGN_LOCATION_TARGET_REPORT WHERE 
CampaignStatus IN ['PAUSED', 'ENABLED']" % (', '.join(cols))


And here's the selector that gets me what I want with the 
CampaignCriterionService:
selector = {
  'fields': ['Id', 'LocationName', 'DisplayType', 'TargetingStatus', 
'BidModifier', 'GeoPoint', 'RadiusDistanceUnits', 'RadiusInUnits'],
  'predicates': [
  {
  'field': 'CampaignId',
  'operator': 'IN',
  'values': ['#']
  },
  {
   'field': 'CriteriaType',
   'operator': 'IN',
   'values': ['PROXIMITY']
  }]
}
result = campaign_criterion_service.get(selector)


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/95c4ac22-bcdd-465d-9903-ff802271a676%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Изменения php v201705

2017-06-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, 

I'm afraid I can only respond in English. Please see the v201705 migration 
guide 
 for 
the changes introduced in that version. If you're skipping versions and 
migrating directly to v201705 from v201607, make sure to consult each 
migration guide in sequence for a complete picture of API changes. Please 
see this blog post 

 for 
more details.

On a different note, there is a new version of the Ads PHP library 

 as 
well. The old library will reach end of life on July 31, 2017. Please see 
the upgrading guide 
 for 
more details.

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/6303b6aa-ce1b-477b-8b22-b52c5569a47e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Keywords and sitelinks issue

2017-06-08 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

Are you saying that, when a sitelink with a blank name and targeting a 
keyword is being created, the keyword is not getting created as the result 
of the same operation? As you said, the site link with no value for the 
'siteLinkText' will throw an error StringLengthError.TOO_SHORT 
.
 
If you try to create a sitelink with a valid name and targeting a keyword, 
it will still not create a keyword in the AdGroup. Instead the 
CampaignExtension will be created and it will target the specific keyword. 
If this is not the case, could you please try the same operation outside 
the Batch job and pass me the SOAP logs so that I get a clear picture of 
the scenario? 

You could use *Reply privately to author* while responding.

Thanks,
Sreelakshmi, 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/7526eb82-a561-4cc0-bd6f-50902d491efc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ServiceAccount not working on new API verson

2017-06-08 Thread Rafael Machado
Hello Ivan,

Thanks, the installed app flow worked very well! I have two doubts: first
of all, will I need to refresh the token from times to times? Because my
service is automated on a server...
Second, I also use the Analytics Auth via the P12 key and a service Account
Email, something like this:


string[] scopes =
new string[] {
 AnalyticsService.Scope.Analytics,  // view and manage your
analytics data
 AnalyticsService.Scope.AnalyticsEdit,  // edit management
actives
 AnalyticsService.Scope.AnalyticsManageUsers,   // manage
users
 AnalyticsService.Scope.AnalyticsReadonly}; // View
analytics data
string keyFilePath = @"path\to\file\mykey.p12";// found
in developer console
string serviceAccountEmail = "
myserviceaccountem...@email.com";  // found in developer console
//loading the Key file
var certificate = new X509Certificate2(keyFilePath,
"mykeysecret", X509KeyStorageFlags.Exportable);
ServiceAccountCredential credential = new
ServiceAccountCredential(new
ServiceAccountCredential.Initializer(serviceAccountEmail)
{
Scopes = scopes
}.FromCertificate(certificate));
AnalyticsService analytics = new AnalyticsService(new
BaseClientService.Initializer()
{
HttpClientInitializer = credential,
ApplicationName = "My Application Name",
});


 Will I also need to change this flow to a Installed App?

Thanks again,
Rafael

On Thu, Jun 8, 2017 at 2:52 AM, 'Ivan Bautista' via AdWords API Forum <
adwords-api@googlegroups.com> wrote:

> Hi Rafael,
>
> We strongly recommend using installed app flow
> 
>  as
> it is a simpler alternative that achieves similar goal
> 
>  but
> we'll try to assist you with your concern as accurately as possible.
>
> Could you confirm if you were able to follow the necessary steps for
> setting up your service account access
> 
>  to
> generate the JSON key file? In addition, you may refer to this guide
> 
>  for
> configuring your client library with the generated OAuth2 credentials.
>
> Regards,
> Ivan
> 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/866-ePFzo-Q/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/54b3fa2d-52c6-4525-851c-1ed11bac51d2%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 

Re: Getting all Accounts Information. Python API

2017-06-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Fran, 

This error occurs when the Client customer ID is not specified in the HTTP 
header. The clientCustomerId header 

 is 
required for all calls to all services except CustomerService 

 and ReportDefinitionService 
.
 
You need to provide the AdWords Manager account Id in the "googleads.yaml" 
file and then retry the get_account_hierarchy.py example.

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/3cec9c28-ae1d-4f54-abb9-821b58ef3e58%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Location Extension Migration to GMB Addresses

2017-06-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi David, 

The details of the auto-migration for the manual location extensions in 
AdWords are provided here 
.
 
If you would like to migrate your existing legacy locations before the 
auto-migration starts, please follow this guide 

 which 
shows you how to create business locations programmatically using the Google 
My Business API  and link them 
to AdWords by creating the required feed objects. A complete code example 
which uses the Java client library is provided here 
.
 
Examples in other languages are 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/379d0b6a-1a54-4163-b2ae-7d1011bbe8ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: PHP Client Library via Composer incomplete?

2017-06-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Martin, 

The googleads-php-lib version 18.1 is a release of the old ads PHP client 
library. Please use the examples available here 
 with 
this version of the client library. To get the new version of the client 
library, please update the first composer.json as shown below and then install 
the client library 
:

"require": {
 "googleads/googleads-php-lib": "^25.0.0"
 }


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/cec8d20c-b0c6-4b4e-a350-7e1c9fcd0ff0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get Ad feild using ad Performance ??

2017-06-08 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

Could you please *Reply privately to author* and share your client 
customerId, the report definition and a copy of your report where you are 
observing data discrepancies? Which field in Ad Performance Report do you 
see a different value compared to the UI? Please note that the Ad 
Performance Report 

 from 
API will be reporting the data from this 
 section 
of your AdWords UI. Also, please make sure to double check the date range 
and the filters on your UI while comparing the data against the API report. 

Thanks,
Sreelakshmi, 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/73c3d6a2-61f2-4fcd-aeec-0cba86288056%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Are Smart Display Campaigns available in the API?

2017-06-08 Thread Dorian Kind
Addendum: Actually including all AdvertisingChannelSubTypes doesn't work 
either, because most campaigns do not have that field set. However, only 
smart display campaigns are returned with an empty string as 
AdvertisingChannelSubType, for other campaigns that don't have an explicit 
value, it's " --" (two dashes).

On Thursday, 8 June 2017 19:05:15 UTC+2, Dorian Kind wrote:
>
> Hi,
>
> sorry to resurrect this thread, but I was wondering if there is a method 
> to exclude these campaigns when downloading campaign perfomance reports. We 
> use the reports to get IDs of campaigns where we need to attach shared 
> negative placement sets, and as these campaigns are not supported, it 
> results in a lot of errors when we try to attach the sets.
>
> I've noticed that smart display campaigns have 
> their AdvertisingChannelSubType attribute set to "" (an empty string), but 
> when I add a corresponding predicate to the report definiation I get 
> a INVALID_PREDICATE_ENUM_VALUE. I suppose you cannot filter for an empty 
> string—is there any other way to exclude these campaign than to explicitly 
> include *every other *AdvertisingChannelSubType?
>
> Thanks for any pointers and best regards,
> Dorian
>
> On Wednesday, 3 May 2017 20:48:24 UTC+2, Tim Tsai wrote:
>>
>> Understood, thanks!
>>
>> On Tuesday, 2 May 2017 22:54:29 UTC-4, Peter Oliquino wrote:
>>>
>>> Hi Tim,
>>>
>>> Smart Display Campaigns are currently not supported in the AdWords API. 
>>> You may follow our AdWords API blog 
>>>  for 
>>> any future updates or announcements regarding this feature.
>>>
>>> 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/4e6837e0-72c3-4751-a656-935e638d665c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Are Smart Display Campaigns available in the API?

2017-06-08 Thread Dorian Kind
Hi,

sorry to resurrect this thread, but I was wondering if there is a method to 
exclude these campaigns when downloading campaign perfomance reports. We 
use the reports to get IDs of campaigns where we need to attach shared 
negative placement sets, and as these campaigns are not supported, it 
results in a lot of errors when we try to attach the sets.

I've noticed that smart display campaigns have 
their AdvertisingChannelSubType attribute set to "" (an empty string), but 
when I add a corresponding predicate to the report definiation I get 
a INVALID_PREDICATE_ENUM_VALUE. I suppose you cannot filter for an empty 
string—is there any other way to exclude these campaign than to explicitly 
include *every other *AdvertisingChannelSubType?

Thanks for any pointers and best regards,
Dorian

On Wednesday, 3 May 2017 20:48:24 UTC+2, Tim Tsai wrote:
>
> Understood, thanks!
>
> On Tuesday, 2 May 2017 22:54:29 UTC-4, Peter Oliquino wrote:
>>
>> Hi Tim,
>>
>> Smart Display Campaigns are currently not supported in the AdWords API. 
>> You may follow our AdWords API blog 
>>  for 
>> any future updates or announcements regarding this feature.
>>
>> 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/3bdc5192-e3a6-49c1-80a8-0a201defd155%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Getting all Accounts Information. Python API

2017-06-08 Thread Fran Goitia
I need to get all the accounts in my MCC. I basically need the name and ID. 
I'm using Python's API. I don't see how to do this in the docs and trying 
the example in account_management/"get_account_hierarchy.py" failed with:
suds.WebFault: Server raised fault: 
'[AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED 
@ ; trigger:'']'

I'm using v201705.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/30f42262-e9a5-47f8-829f-a79aa4f93c6c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get JSON format from adwords api report

2017-06-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Rafaella, 

Since this question is specific to Python, I would suggest that you post 
your question on the library's issue tracker 
. 

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/bc0b31b0-2862-4632-a6ca-bb420a89cf90%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: PHP Client Library via Composer incomplete?

2017-06-08 Thread Martin Roettgerding
Just realized there's a second composer.json in 
vendor/googleads/googleads-php-lib:

{
"name": "googleads/googleads-php-lib",
"description": "Google Ads APIs Client Library for PHP (AdWords and 
DFP)",
"require": {
"php": ">=5.3.0",
"ext-curl": "*",
"ext-openssl": "*",
"ext-soap": "*"
},
"type": "library",
"homepage": "https://github.com/googleads/googleads-php-lib;,
"license": "Apache-2.0",
"include-path": ["src/"],
"autoload": {
  "classmap": [
"src/Google/Api/Ads/AdWords/Lib",
"src/Google/Api/Ads/Dfp/Lib"
  ]
},
"authors": [
  {
"name": "Google",
"homepage": 
"https://github.com/googleads/googleads-php-lib/contributors;
  }
]
}



Am Donnerstag, 8. Juni 2017 16:24:05 UTC+2 schrieb Martin Roettgerding:
>
> Hi Shwetha,
>
> This is the entire composer.json:
>
> {
> "require": {
> "googleads/googleads-php-lib": "^18.1"
> }
> }
>
>
> Does that help?
>
> Thanks
> Martin
>
> Am Donnerstag, 8. Juni 2017 16:17:19 UTC+2 schrieb Shwetha Vastrad 
> (AdWords API Team):
>>
>> Hi Martin,
>>
>> Could you provide the details of the composer.json so I can take a look 
>> at the version of the googleads-php-lib package used in your project? You 
>> could post your question on the library's issue tracker 
>>  as well.
>>
>> Thanks,
>> 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/89e71f40-4b1e-461d-909b-6fe3be15b154%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: PHP Client Library via Composer incomplete?

2017-06-08 Thread Martin Roettgerding
Hi Shwetha,

This is the entire composer.json:

{
"require": {
"googleads/googleads-php-lib": "^18.1"
}
}


Does that help?

Thanks
Martin

Am Donnerstag, 8. Juni 2017 16:17:19 UTC+2 schrieb Shwetha Vastrad (AdWords 
API Team):
>
> Hi Martin,
>
> Could you provide the details of the composer.json so I can take a look at 
> the version of the googleads-php-lib package used in your project? You 
> could post your question on the library's issue tracker 
>  as well.
>
> Thanks,
> 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/23bdfdfc-fae6-4dbd-9b3e-dcf6cc0cdca3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: PHP Client Library via Composer incomplete?

2017-06-08 Thread Martin Roettgerding
Hi Swetha,

This is the entire composer.json:

{
"require": {
"googleads/googleads-php-lib": "^18.1"
}
}


Does that help?

Thanks
Martin

Am Donnerstag, 8. Juni 2017 16:17:19 UTC+2 schrieb Shwetha Vastrad (AdWords 
API Team):
>
> Hi Martin,
>
> Could you provide the details of the composer.json so I can take a look at 
> the version of the googleads-php-lib package used in your project? You 
> could post your question on the library's issue tracker 
>  as well.
>
> Thanks,
> 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/4ad892e8-f04a-4fdb-828a-e5b3cc730d15%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to download only changed entity from API?

2017-06-08 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Dongliang, 

The CustomerSyncService 

 will 
contain the changed entities of the Campaign within CampaignChangeData 
,
 
changed entities of AdGroup within AdGroupChangeData 

 and 
changed entities of customer within CustomerChangeData 
.
 
The AdGroupCahngeData will have Ids of changedAds, changedCriteria, 
removedCriteria, changedFeeds, removedFeeds, 
changedAdGroupBidModifierCriteria and removedAdGroupBidModifierCriteria. 
The response will indicate the type of change which could be new, changed 
or not changed and will also contain the Ids of the respective entities. 
Also, the changes made in last 90 days will only be returned by this 
service. Please check the linked documents for each type of change data for 
better understanding. 

Thanks,
Sreelakshmi, 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/991c4d7a-2885-4c2a-a167-2754f1e91b60%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: PHP Client Library via Composer incomplete?

2017-06-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Martin,

Could you provide the details of the composer.json so I can take a look at 
the version of the googleads-php-lib package used in your project? You 
could post your question on the library's issue tracker 
 as well.

Thanks,
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/f2258efc-e315-4e42-b82b-d7047b284fda%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Location Extension Migration to GMB Addresses

2017-06-08 Thread David B.
 Hi,

 In late may, we received a mail annoucing the auto-migration of Location 
Extensions to Google My Business listings. The mail was linking to FAQ page 
about migration but the link seems to be broken :-(
So here is my questions :
- which account will be used for creating the new address for each account 
of our MCC ? How will be default account choosen ? Could it be possible to 
migrate to a specific account ? 

 There may be a page explaining everything (with a migration script example 
?), but I didn't find it.

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/1b06b691-a7ab-48de-91aa-97aa978ea029%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get keyword of "AutomaticContent"

2017-06-08 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi,

The rows for 306 are for the Display Campaign Optimizer 
, so it's possible that 
those impressions are based on automatic *placement* targeting. Could you 
share the following so I can take a look at your campaign?

   - Campaign ID
   - AdGroup ID
   - Date range of the report

Thanks,
Josh, AdWords API Team

On Thursday, June 8, 2017 at 12:05:31 AM UTC-4, Thao wrote:
>
> - many thank for your answer but with DISPLAY_KEYWORD_PERFORMANCE_REPORT 
> 
>  
> you can't get exact keyword of KeywordId = 306.
> - in Adwords 's manager screen select campaign_type = "Display Campaigns", 
> select "Ads" -> "Segment" -> "KeyWord/Placement" its show you value "
> AutomaticContent".
>
> On Tuesday, May 30, 2017 at 7:55:32 PM UTC+7, Josh Radcliff (AdWords API 
> Team) wrote:
>>
>> Hi Thao,
>>
>> The IDs of the form *30X* are for Display Network impressions, as 
>> explained in the sections starting here:
>>
>>
>> https://developers.google.com/adwords/api/docs/guides/reporting#keywordid300
>>
>> If you are interested in the keyword criteria that triggered impressions 
>> on the Display Network, I'd recommend the 
>> DISPLAY_KEYWORD_PERFORMANCE_REPORT 
>> 
>>  instead.
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Tuesday, May 30, 2017 at 3:01:32 AM UTC-4, Thao wrote:
>>>
>>> Hello,
>>>
>>> I'm using Adwords API for get keyword, this's my step
>>>
>>> 1. KEYWORDS_PERFORMANCE_REPORT 
>>> :
>>>  
>>>
>>> https://developers.google.com/adwords/api/docs/appendix/reports/keywords-performance-report
>>> - Selector: "Id", "Criteria" 
>>> - Data return in column "Criteria" content value: "AutomaticContent" or 
>>> "Content", etc...
>>> - "AutomaticContent" with KeywordId = 306 and "Content" with KeywordId 
>>> = 300
>>> 2. DISPLAY_KEYWORD_PERFORMANCE_REPORT: 
>>> https://developers.google.com/adwords/api/docs/appendix/reports/display-keyword-performance-report
>>>  
>>> 
>>> - Selector: "Id", "Criteria.
>>> - Data return in column "Criteria" just show keyword for KeywordId = 
>>> 300, not for KeywordId = 306.
>>>
>>> I want to get exactly keyword for KeywordId = 306.
>>>
>>> Can you give me a hand?
>>>
>>> Thank you,
>>> Thao
>>>
>>>
>>>
>>>  
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/964947e2-620a-41bf-8760-6790e14f92ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Изменения php v201705

2017-06-08 Thread myrabotakostya
Здравствуйте! Подскажите пожалуйста можно-ли не переходя на новую версию 
клиентской библиотеки API AdWords оставить функционировать  php библиотеку 
v201607.
Что меняется в этих библиотеках кроме добавления новых методов ? адрес для 
запроса? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0188f063-2cd2-49cd-b2ad-ec176a86da5d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to get Ad feild using ad Performance ??

2017-06-08 Thread v
Hi,
  Using Ad words API Ad Performance Report  I m not getting exact ad value 
which is stored into my ad words account.. How to get its exact Value ??

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/62d39322-9ba8-4d9e-ba75-7b315e199e67%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: production account data without an account

2017-06-08 Thread Nicoara Talpes
Hello,

Thanks for answering, I understand this.

Can someone on this forum please lend me a helping hand with just the 
results for these 2 keywords for the options above?

I give back karma.

Thank you


On Tuesday, June 6, 2017 at 11:01:46 PM UTC+3, Shwetha Vastrad (AdWords API 
Team) wrote:
>
> Hi Nicoara, 
>
> I'm afraid its not possible to get production data from 
> TargetingIdeaService 
> 
>  with 
> test accounts. For test accounts 
> ,
>  
> the TargetingIdeaService will return dummy data. You'll need to create a 
> production 
> AdWords account  to get 
> actual results. Please note that you'll need to get your developer token 
> approved for Basic access 
>  
> to 
> use it with your production accounts.
>
> 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/d165d40d-e1f5-4029-85b4-ba6146b16a46%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get JSON format from adwords api report

2017-06-08 Thread Rafaella Keyzer
Thank you for the reply.

Whatever I try to do to convert the xml to json I get this error: TypeError: 
'NoneType' does not support the buffer interface
Do you have any experience in converting the response?

Op woensdag 7 juni 2017 18:56:33 UTC+2 schreef Shwetha Vastrad (AdWords API 
Team):
>
> Hi Rafaella, 
>
> The supported formats for report download are listed here 
> .
>  
> I'm afraid JSON is not yet supported for report downloads at the moment. 
> You need to process the response and convert the downloaded report to JSON 
> in your application. 
>
> 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/415bcab4-4aaf-4c16-87f4-5d73b87c0b4f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get Network , Device and Demographic Performance Value using API ??

2017-06-08 Thread 'Ivan Bautista' via AdWords API Forum
Hi,

As mentioned earlier, to generate demographics performance via AdWords API 
similar to the Demographics reports 
 
shown 
in the AdWords UI, you may look into Age Range Performance Report 

 and Gender Performance Report 
.
 
In addition, you may also consider generating Parental Status Performance 
Report 

 to 
aggregate statistics at parent status level.

Regards,
Ivan
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/fe534eba-2208-4384-9795-30f8964554c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Which Report type used for get demographic account view data??

2017-06-08 Thread v
Hi,

  I Have get demographic account view data (Male,Female,Unknown) into my ad 
words account..
  But i need its value using Ad words API report type ?? Which report i 
used for get this value with its total click ??

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/76e74147-f152-44b2-ad62-bdf07fc52446%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.