Re: Ad Id of removed ads

2017-03-14 Thread Eshwar Chettri
Error what I'am getting is
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
 faultSubcode: 
 faultString: [SelectorError.INVALID_PREDICATE_ENUM_VALUE @ 
serviceSelector; trigger:'REMOVED']
 faultActor: 
 faultNode: 
 faultDetail: 
{https://adwords.google.com/api/adwords/cm/v201605}ApiExceptionFault:[SelectorError.INVALID_PREDICATE_ENUM_VALUE
 
@ serviceSelector; 
trigger:'REMOVED']ApiExceptionhttp://www.w3.org/2001/XMLSchema-instance; 
xsi:type="SelectorError">serviceSelectorREMOVEDSelectorError.INVALID_PREDICATE_ENUM_VALUESelectorErrorINVALID_PREDICATE_ENUM_VALUE

[SelectorError.INVALID_PREDICATE_ENUM_VALUE @ serviceSelector; 
trigger:'REMOVED']
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
at java.lang.Class.newInstance(Class.java:442)
at 
org.apache.axis.encoding.ser.BeanDeserializer.(BeanDeserializer.java:104)
at 
org.apache.axis.encoding.ser.BeanDeserializer.(BeanDeserializer.java:90)
at 
com.google.api.ads.adwords.axis.v201605.cm.ApiException.getDeserializer(ApiException.java:142)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)

On Tuesday, March 14, 2017 at 8:42:18 PM UTC+5:30, Eshwar Chettri wrote:
>
> Hi,
>can we get the ad ids of both existing and removed ads using 
> AdGroupAdService?
> I tried this but unable to get Ids of removed ads.
> Predicate idsPredicate = new Predicate();
> idsPredicate.setField("AdGroupId");
> idsPredicate.setOperator(PredicateOperator.IN);
> idsPredicate.setValues(new 
> String[]{String.valueOf(gleAdGrpId)});
> Predicate idsPredicate1 = new Predicate();
> idsPredicate1.setField("Status");
> idsPredicate1.setOperator(PredicateOperator.IN);
> idsPredicate1.setValues(new String[]{"ENABLED", "PAUSED", 
> "REMOVED"});
> selector.setFields(new String[]{"Id", "Status"});
> selector.setPredicates(new Predicate[]{idsPredicate, 
> idsPredicate1});
> selector.setFields(selectedFields);
>
>
> thanks,
> Eshwar.
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7085f8d2-0ffc-4744-9a0a-2787e0ee7c88%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Ad Id of removed ads

2017-03-14 Thread Eshwar Chettri
Hi Vishal, 
  I want the adcopy id of both exciting and removed ads of one selected ad 
group. 

Thank you, 
Eshwar. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e739828b-65fb-48ad-9a0f-50c6b021b139%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Ad Id of removed ads

2017-03-14 Thread Eshwar Chettri
Hi Vishal,
 I want ad ids of both exciting and removed ads. 

Thank you, 
Eshwar

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/26f1d875-1516-48dc-9982-6e660583362e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Locating MCC login with Google Client ID

2017-03-14 Thread ryan
@apiteam

Our developer who set up our adwords api access is no longer with the 
company and we are trying to figure out which account he used to set up the 
MCC for our adwords API access.  I'm the admin on the account so I should 
be able to get in once i know the right login, but I'm not sure what login 
he used.  Is there a way to find it from the google client ID used for 
Oauth?  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/fb652560-7776-4f26-b7dc-5d65c7988533%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Ad Id of removed ads

2017-03-14 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Eshwar,

Could you please check via AdWords web interface if the ad group has 
deleted ads? If you plan to retrieve removed ads for all ad groups, could 
you please remove the first predicate from your selector and retry? If that 
doesn't help, could you please provide me with the SOAP XML request and 
response logs so that I can look into this issue further? 

Regards,
Vishal, 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/9eca4fe4-ffec-4a74-89fc-91b137cbb06e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to link AdWords to a specific GMB Business account

2017-03-14 Thread Kevin
Hi,

A Google My Business account can have multiple "Business" accounts. Is it 
possible to configure AdWords to only sync location extensions from a 
specific "Business" account in a GMB?

We are concerning that if a GMB account is used to manage location 
extensions for multiple merchants, a merchant can change his or her own 
filters on AdWords that can effectively sync locations that belong to other 
merchants.

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/a4d414e2-89f5-4376-9ae3-77fc0c73f1f0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: originAdId automatically populated when uploading HTML5 creatives

2017-03-14 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Dorian, 

Could you please share sample SOAP logs (request/ and response) of both the 
operations ?

You may use '*Reply privately to author*' to reply just to me.   

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/a01ad094-c2ec-4e9e-ab77-e0251ac67aed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


originAdId automatically populated when uploading HTML5 creatives

2017-03-14 Thread Dorian Kind
Hello,

we are currently experimenting with HTML5 template ads. It seems that when 
you upload two ads in different campaigns with the exact same MEDIA_BUNDLE 
contents, this situation is detected by the Adwords API and the returned 
TemplateAd objects contain the ID of the first creative that was created in 
their originAdId field.
Is my understanding of this scenario correct, and will this always happen 
when a TemplateAd with the same contents as an already existing one is 
uploaded? Moreover, does this also hold for other types of creatives, e.g. 
do ImageAds have their adToCopyImageFrom field populated upon creation when 
another ad with the exact same image has been uploaded before?

Thanks for any feedback and best regards,
Dorian

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b80a6318-5b40-4990-8aba-14aabb0224a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Shopping Performance Report returns same product twice

2017-03-14 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

To take a closer look at your issue, could you please *Reply privately to 
author* and share your report definition, a copy of the 
SHOPPING_PERFORMANCE_REPORT and you client customer Id?

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/6f148efd-0ce9-4c9c-8eaa-bfeed6493b91%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Manage YouTube campaigns with CampaignService

2017-03-14 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Markus,

Video campaigns are currently not supported by AdWords API services and are 
only available via Reports such as  Video Performance Report 
.
 
If you are looking for campaign level aggregated stats for video campaigns, 
you can also use Campaign Performance Report 

 and 
filter for results where AdvertisingChannelType is VIDEO. Unfortunately, I 
do not have more information on whether or not video campaigns would be 
available via services any time soon. Please keep an eye on our blog 
 for any future updates.

Regards,
Vishal, 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/7403a24f-c747-4006-a49d-71a0c377c865%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Problems getting information atributte average_cpc - Get Keyword idea class

2017-03-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Javier,

Could you try the following to get the average CPC? 

$average_cpc =
($data[AttributeType::AVERAGE_CPC]->getValue() !== null)
? $data[AttributeType::AVERAGE_CPC]->getValue() : 0; 

The resulting attribute is a MoneyAttribute 

 and 
you can retrieve the microAmount from this attribute. 

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/3290d83f-c236-48fa-bd11-0e10d27ba2b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Problems getting information atributte average_cpc - Get Keyword idea class

2017-03-14 Thread Javier Martinez
I have a problem getting averge_CPC attribute with Get keyword Ideas class.

For each suggested keyword I try to request average_CPC. Result is an three 
arguments object. I only need microAmount value. Then I want to save it on 
other variable but I can,t. Log tells to me that I can't access to 
protected object. What can I do?

PHPexample

$average_cpc =
  ($data[AttributeType::SEARCH_VOLUME]->getValue() !== null)
  ? $data[AttributeType::SEARCH_VOLUME]->getValue() : 0;


$cpc_suggested = $average_cpc->microAmount;

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/a2933232-48fb-4b34-86ee-be54f1973d80%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: verticalId Could not denormalize object of type string[], no supporting normalizer found

2017-03-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Irene,

Could you retry the request by setting just the VerticalId in the Vertical 
object and let me know if it works? If you still encounter the error, 
please enable logging and send over the SOAP request and response logs. 
Please use *Reply privately to author* when responding. 

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/9d672bce-b2b7-4a36-87d6-4ea663dfadf0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How get CustomerId of Manager with OAuth 2.0

2017-03-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi,

Given a Google account, you can retrieve the AdWords accounts directly 
accessible by this account using CustomerService.getCustomers() 

 method. 
To retrieve the CustomerId, you need to follow these steps:

   1. Generate client ID and client secret by following the instructions 
   provided here 
   
.
 
   Once you have the OAuth2 credentials, you need to generate the refresh 
   token using any of the client libraries 
   

   . 
   2. Use CustomerService.getCustomers() 
   

 method 
   without setting the clientCustomerId 
   

 header 
   along with the credentials generated. The response will contain the details 
   of all AdWords accounts associated with the authenticated Google account. 

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/44b9acd3-a5e5-47fa-a8e2-2407371d6ed5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


verticalId Could not denormalize object of type string[], no supporting normalizer found

2017-03-14 Thread irene . arenas

Hi,

I do not understand what happens. When I add VerticalId inside a batch, it 
returns me : "Could not denormalize object of type string[], no supporting 
normalizer found"
I have this : 
$vertical = new Vertical();
$vertical->setCriterionType('Vertical'); 
$vertical->setPath(['News']);
$vertical->setVerticalId(408); 
$vertical->setType(CriterionType::VERTICAL);

Only fails if I add verticalId or if the path not is parent.

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/298dc1f1-3643-400e-a359-681577af6b3f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Ad Id of removed ads

2017-03-14 Thread Eshwar Chettri
Hi,
   can we get the ad ids of both existing and removed ads using 
AdGroupAdService?
I tried this but unable to get Ids of removed ads.
Predicate idsPredicate = new Predicate();
idsPredicate.setField("AdGroupId");
idsPredicate.setOperator(PredicateOperator.IN);
idsPredicate.setValues(new 
String[]{String.valueOf(gleAdGrpId)});
Predicate idsPredicate1 = new Predicate();
idsPredicate1.setField("Status");
idsPredicate1.setOperator(PredicateOperator.IN);
idsPredicate1.setValues(new String[]{"ENABLED", "PAUSED", 
"REMOVED"});
selector.setFields(new String[]{"Id", "Status"});
selector.setPredicates(new Predicate[]{idsPredicate, 
idsPredicate1});
selector.setFields(selectedFields);


thanks,
Eshwar.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/954fa2a9-79d0-493b-b57e-baf527522e97%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: New campaign ids from change history

2017-03-14 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Eshwar,

You can also filter multiple campaign status types by using the *.in *predicate 
instead of the *.equals *predicate as follows:

Selector selector = builder
.fields(CampaignField.Id, CampaignField.Name)
.in(CampaignField.Status, "REMOVED" , "ENABLED", "PAUSED")
.build();

Regards,
Vishal, 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/5e617b57-f755-4dc3-8ae1-da42ed2c4b96%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Not getting the ImpressionReach

2017-03-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi,

The ImpressionReach 

 field 
is not compatible with a few other fields in the Campaign Performance 
Report. Please ensure that there aren't any such conflicting fields in your 
report query and retry the request. If you still encounter this error, 
please provide the complete report definition so I can take a look. 

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/abd974a3-eacf-44af-8e5b-e34fb1b0c73f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Manage YouTube campaigns with CampaignService

2017-03-14 Thread Markus H.
Hi,

the CampaignService currently doesn't support Video Campaigns. When will it 
be possible? Is there a timeline for it?

Regards
Markus



 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6aeadce4-a083-41e8-9127-6cc3bdbbf289%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Not getting the ImpressionReach

2017-03-14 Thread systemdwellar
Hello, 

I unable to read the ImpressionReach 

 column 
in the Campaign Performance Report corresponds to "Unique cookies" in the 
UI. 
I am getting this error when i call the adwords api.

ReportDefinitionErrorReason.INVALID_FIELD_NAME_FOR_REPORT. (Error: 
ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT, FieldPath: , Trigger: 
ImpressionReach),

Please help me for above query.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f5d392a8-03ea-43d5-b510-eff22d8294c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


setVerticalId Could not denormalize object of type string[], no supporting normalizer found

2017-03-14 Thread irene . arenas
Hi,

I do not understand what happens. When I add VerticalId inside a batch, it 
returns me : "Could not denormalize object of type string[], no supporting 
normalizer found"
I have this : 
$vertical = new Vertical();
$vertical->setCriterionType('Vertical'); 
$vertical->setPath(['News']);
$vertical->setVerticalId(408); 
$vertical->setType(CriterionType::VERTICAL);

Only fails if I add verticalId.

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/17cafe02-0f90-4b53-b24d-be215e8cd836%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Shopping Performance Report returns same product twice

2017-03-14 Thread Firma Lemundo
Hi everyone,

I am facing the following issue:

I am using the SHOPPING_PERFORMANCE_REPORT to find the performance by the 
products (OfferId).
I am not using Date or other segments and the product is only in a single 
adgroup.

However, I still get two entries, because the product's ProductTypeL3 

 changed 
in the time frame.

So I get different data for the same product (which is in different time 
frames) which is very annoying for my purpose.

Moreover, ProductTypeL3 is not a segment field, so I wonder if this is a 
bug, or expected behavior?

Comments and help much appreciated :)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3ceef01e-4f52-434f-9790-bcd51f1c50f8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


setVerticalId => Could not denormalize object of type string[], no supporting normalizer found

2017-03-14 Thread irene . arenas

Hi,

I am trying to add verticalId, inside a batch, but it returns me Could not 
denormalize object of type string[], no supporting normalizer found

Only fails if I add setverticalId.

My code is:
$vertical = new Vertical(); $vertical->setCriterionType('Vertical'); 
$vertical->setPath(['News']); $vertical->setVerticalId(408); 
$vertical->setType(CriterionType::VERTICAL);

What's happen?

Regards,
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/3dfd0e24-59a6-4a4e-9480-62029ce58644%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How get CustomerId of Manager with OAuth 2.0

2017-03-14 Thread deveopers gumption

How get Customer ID of Manager with OAuth 2.0 web flow in PHP. 

Now I wrote Manager customer ID by hand in adsapi_php.in file But I need 
Customer id of Manager at the time of  Authorization. How I can get 
Customer Id of Manager?

I am developing a dynamic application that used my many managers for 
handling their accounts so I need Manager customer ID at the time of 
Authorization. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d82a008f-3aa4-4ce8-9161-35a71aab1083%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Rules for usage of new-for-v201609 campaignCriterionStatus field?

2017-03-14 Thread Robert Rodakowski
Thank you!

W dniu czwartek, 9 marca 2017 05:42:31 UTC+1 użytkownik Nadine Sundquist 
(AdWords API Team) napisał:
>
> Hello Robert,
>
> There was an interesting discussion here amongst my teammates, so I'll 
> give you the summary. The UI was simplified because from the perspective of 
> a UI user, paused and removed will give them the same functionality. That's 
> why you don't see this kind of functionality in the UI for this feature. 
> The UI will still render the paused state if it was set through the API. 
> So, there is a situation where if you have it set to 'target and bid' with 
> a paused state and then change it to 'bid only', you can have that paused 
> state still. So, the good news is that there isn't a validation issue. It's 
> just that the UI was simplified, which doesn't allow fine-tuning in that 
> other state. I hope that clears things up!
>
> Best,
> Nadine, AdWords API Team
>
> On Friday, March 3, 2017 at 3:50:52 PM UTC-5, Nadine Sundquist (AdWords 
> API Team) wrote:
>>
>> Hi Robert,
>>
>> It sounds like the UI has some additional validation going on that the 
>> API might have missed. I find sometimes the API gives you a bit more rope. 
>> I'll check with some of my teammates to see if that was intentional for 
>> some reason or if it is something we need to fix. I'll get back to you once 
>> I've made a bit more progress on figuring that out.
>>
>> Best,
>> Nadine, AdWords API Team
>>
>> On Friday, March 3, 2017 at 10:00:28 AM UTC-5, Robert Rodakowski wrote:
>>>
>>> Hello Nadine,
>>>
>>> Let me ask another issue in this topic. My account has this feature 
>>> already enabled - for instance, I'm able to set positive audience 
>>> remarketing on campaign level, as well as changing its status.
>>> What surprised me, is that in case of using *Bid only* targeting 
>>> method, I can set CampaignCriterionStatus to PAUSED using API. In AdWords 
>>> UI, this action is possible *only* *when Target and bid* targeting 
>>> method is enabled.
>>>
>>> I cannot find any constraints regarding "CampaignCriterionStatus" vs 
>>> CampaignService.TargetingSettingDetail 
>>> 
>>>  in 
>>> API documentation,  thus I'm not sure, if it is AdWords UI or API related 
>>> bug...
>>> I would appreciate any clarifications in this matter.
>>>
>>> Regards,
>>> Robert.
>>>
>>> W dniu wtorek, 28 lutego 2017 16:49:16 UTC+1 użytkownik Nadine Sundquist 
>>> (AdWords API Team) napisał:

 Hello Al,

 This is one of those unusual cases where a feature is set up to be 
 available in the API before it gets rolled out across accounts. Yes, you 
 will be able to use v201609 for this feature once the feature is available 
 in your account.

 Regards,
 Nadine, AdWords API Team

 On Monday, February 27, 2017 at 7:31:01 PM UTC-5, 
 adiv...@wordstream.com wrote:
>
> Hello Nadine,
>
> Thank you for the quick reply.  Currently it does not appear possible 
> to create a positive Criterion User List via the AdWords UI at the 
> Campaign 
> level.  There *is* a Google Ads Developer Blog posting 
> 
>  that 
> suggests Campaign-level positive criterion user lists will be rolled out 
> shortly.  When these Campaign-level positive criterion user lists are 
> rolled out to accounts - will they be available via the v201609 AdWords 
> API, or will support for them be introduced only in the next AdWords API 
> version?
>
> Thanks again!
>
> -Al
>
> On Monday, February 27, 2017 at 4:58:13 PM UTC-5, Nadine Sundquist 
> (AdWords API Team) wrote:
>>
>> Greetings Al!
>>
>> That's a good question. I had to check into it myself to figure it 
>> out. I turns out that for campaignCriterionStatus 
>> ,
>>  
>> only positive criterion of type CriterionuserList 
>> 
>>  
>> can set the status field to *PAUSED*. All others do not have the 
>> ability to do that.
>>
>> Best,
>> Nadine, AdWords API Team
>>
>> On Monday, February 27, 2017 at 11:44:45 AM UTC-5, 
>> adiv...@wordstream.com wrote:
>>>
>>> Hello,
>>>
>>> One of the changes introduced for v201609 of the AdWords API 
>>> concerns the addition of a campaignCriterionStatus 
>>> 
>>>  field 
>>> to the CampaignCriterion 

Re: List of GDN Topics in Japanese?

2017-03-14 Thread 'Peter Oliquino' via AdWords API Forum
Hi Steven,

The Topics (Verticals 
) 
supported by the AdWords API are currently only available in English. We 
have no information if and when it can be available in other languages. I 
would recommend that you follow our blog 
 for any 
updates on this feature.

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/14993de6-8dfa-4dc9-841a-7509809f1047%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: URL Check programmatically similar UI

2017-03-14 Thread 'Peter Oliquino' via AdWords API Forum
Hi Alex,

The above features you mentioned are currently not supported via the 
AdWords API. You may follow our blog 
 for any 
future updates or announcements regarding this features. As for what is 
available with the AdWords API, you may be able to get tracking parameter 
information and map them to the reports as discussed in this guide 
.

You may also want to try and get in contact with the AdWords Scripts 

 team 
if they have an available feature similar to what you see in the AdWords UI.

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/367011cc-67e5-494f-8702-2c54122fea55%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


List of GDN Topics in Japanese?

2017-03-14 Thread クワ T
Hi I found a list of GDN topics in English here:
https://support.google.com/adwords/answer/156178/?hl=en=1

Is it possible to get a list of these topics in Japanese through the API? 
 (Something similar to the LocationCriterionService where we can set the 
language)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6313c865-be1d-4a0a-8a39-2c9478a804ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.