Re: how can i pass clientcustomerid dynamically

2018-11-29 Thread vibhesh

Thanks Zweitze, 

Solution works for me, i am new to googleadword so not aware whole design 
of library. it was not easy for me without  your help.

Thanks again

On Thursday, November 29, 2018 at 4:11:15 PM UTC+5:30, Zweitze wrote:
>
> My method is to create a new AdWordsUser instance for that user. 
> AdWordsUser has a constructor that takes a dictionary with key-value pairs 
> - the values in that dictionary will override the values in app.config.
>
> For instance:
> MyUser = new AdWordsUser(new Dictionary
> {
> { "ClientCustomerId", MyCustomerId }
> });
>
> Note: You can also pass other key-values pairs of setting you want to 
> override. For instance,if you have batch-program working every night or so, 
> you way also want to pass a RefreshToken so your program does not have to 
> deal with logging in.
>
> This is my preferred way. I know another way: after creating a service 
> using your AdWordsUser, you can change its CientCustomerId. I can't 
> remember now where, but some debugging will reveal where every service 
> stores its ClientCustomerId. However, I don't know how to proceed with 
> reports.
>
> Hope this helps.
> On Thursday, November 29, 2018 at 8:37:51 AM UTC+1, vib...@whisskers.com 
> wrote:
>>
>> Hi 
>>
>> I am using DotNet client library c# to download performance report and 
>> also other activity related to this for my customer account,  but when i 
>> want to do the same for my other customer
>>
>> every time i have to got app.config and change ClientCustomerId(> key="ClientCustomerId" value="xxx-xxx-"/>).
>>
>> Can i pass it from c# code ? instead of app.config
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/4def3d1e-8331-43a6-9fc6-d31fce101f6d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: XML Exception from ManagedCustomerService

2018-11-29 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Kevin, 

This seems to be a client library issue. You can open your concern directly 
on the GitHub issue tracker by visiting this site 

.

Regards,
Dannison
AdWords API Team

On Friday, November 30, 2018 at 6:38:59 AM UTC+8, Kevin wrote:
>
> Hi,
>
> I'm getting an XML exception when making a get 
> 
>  
> request to the ManagedCustomerService 
> 
>  in 
> C#.
> It looks like the exception appears in AdWords API code:
>
> Exception rethrown at [0]: 
>at 
> System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage 
> reqMsg, IMessage retMsg)
>at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& 
> msgData, Int32 type)
>at 
> Google.Api.Ads.AdWords.v201809.ManagedCustomerServiceInterface.get(Selector 
> serviceSelector)
>
> System.ServiceModel.CommunicationException: Error in deserializing body of 
> reply message for operation 'get'. --->
> System.InvalidOperationException: There is an error in XML document (1, 
> 87373). --->
> System.Xml.XmlException: The byte 0x08 is not valid at this location.  
> Line 1, position 87373.
>
> Is there a workaround?
>
> Best,
> Kevin
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/cd13ee4c-384c-4bf1-b3e5-ef8ee4a3e152%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


XML Exception from ManagedCustomerService

2018-11-29 Thread Kevin
Hi,

I'm getting an XML exception when making a get 

 
request to the ManagedCustomerService 

 in 
C#.
It looks like the exception appears in AdWords API code:

Exception rethrown at [0]: 
   at 
System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage 
reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& 
msgData, Int32 type)
   at 
Google.Api.Ads.AdWords.v201809.ManagedCustomerServiceInterface.get(Selector 
serviceSelector)

System.ServiceModel.CommunicationException: Error in deserializing body of 
reply message for operation 'get'. --->
System.InvalidOperationException: There is an error in XML document (1, 
87373). --->
System.Xml.XmlException: The byte 0x08 is not valid at this location.  Line 
1, position 87373.

Is there a workaround?

Best,
Kevin

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/6ce346c2-4edd-459a-9e7d-876d2b641860%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Integer or Float with Customizer

2018-11-29 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Costantin,

The RequiredError.REQUIRED 

 only 
error occurs when there are missing required fields.

Can you provide the complete XML SOAP request and response logs so we can 
investigate this further? You may use the *R**eply privately to author *
option. If you have not enabled the logging, you can tell me what client 
library you are using so I can point you to the proper guide.

Regards,
Dannison
AdWords API Team

On Friday, November 30, 2018 at 12:22:31 AM UTC+8, cos...@gmail.com wrote:
>
> I'm trying to add a customizer via the API. I would like to add it as an 
> integer or float. I do the following:
>
> customizer_feed = {
> 'feedName': feed_name,
> 'feedAttributes': [
> {'type': 'STRING', 'name': 'a'},
> ],
> }
>  feed_service_operation = {'operator': 'ADD', 'operand': 
> customizer_feed}
> response = ad_customizer_feed_service.mutate([feed_service_operation])
>
> The code above works, however, If I replace STRING with INT64 or FLOAT I 
> get the following error:
>
> googleads.errors.GoogleAdsServerFault: [RequiredError.REQUIRED @ 
> operations[0].operand.feedAttributes[1].type]
>
> I thought that the valid field types are these ones  
> -
>  
> Why it doesn't work?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/ca0dfd2c-df53-4e67-a824-a9b8c983eac8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: custom reports for negative keywords

2018-11-29 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Jeff, 

The Search Query Performance Report will return all the search terms that 
triggered an ad to appear. If the set of negative keywords list include 
these search terms, you may add them as positive targeting criteria. 
However, it is currently not possible to explicitly pull the negative 
keywords list that triggered an ad. The Search Query Report maps with the 
Search Terms Report in the Google Ads web interface. You may check this 
help center article 
 and this guide 
 on 
how API reports map with the UI as a reference. If you would like to 
explore more options, you may consider using AdWords Scripts 
. You could post your 
question on this forum 
.  

Let me know if you have any other questions. 

Regards,
Bharani, AdWords API Team 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/ada451e9-eaf8-4894-aae8-833de65e7ce5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Which API provides call details metrics?

2018-11-29 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Qaiser,

Unfortunately, the reporting fields Phone Calls, Phone Impressions and PTR 
are not available via API. You could get them via UI by following the steps 
shown in this article 
.
 
I will forward your request to our team for feature requests. Meanwhile you 
could keep an eye on our blog 
 for 
information related to new features and latest releases. 

Regards,
Sai Teja, AdWords API Team.

On Thursday, November 29, 2018 at 7:40:50 AM UTC-5, Qaiser Javed wrote:
>
> Hi,
>
> Please share your knowledge. I want to get metrics related to calls detail:
>
> Phone Calls, Phone Impressions,  PTR
>
> Which API/report or service I have to use to get this information?
>
> Thanks & Regards,
> Qaiser Javed
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/982d5249-3b7a-4f95-a79f-71af8a63b1a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Updating conversion value of conversions (transactions) imported form Google Analytics

2018-11-29 Thread Boštjan
Hi, thanks for the answer. I've seen these help articles, but they don't 
answer my questions. Articles explain how to update conversion value with 
API if* conversion data is sent into gAds directly from the website through 
conversion tag, present in the HTML code*. I understand that logic. And 
since I can achieve same result with uploading conversion values with 
gSheets I'm sure it works fine.

What I'm trying to find out (hopefully I'll get quicker answer here instead 
of setting up my own API tests) is if I can update conversion value with 
API *if conversion data is sent into gAds from Google Anayltics*. In this 
case gSheet upload doesn't work. So the only other option is using API, 
which I'm not sure it works ...

I'll just post few images to make a simple case.



*Step 1: I have a convesrion (transaction) in GA: see that my transaction 
ID is T003*

[image: 2018-11-29 20_07_50-Analytics.png]



*Step 2: Conversion setup in gAds: *just ignore no recent conversion status 
since I've tested this a while ago, but you can see that the conversion is 
present in gAds and the value is 12.34 €:

[image: 2018-11-29 20_10_57-Red Orbit Boštjan playground - Google Ads.png]





*My question:* since this is GA transaction (not transaction directly from 
gAds conversion tag on the website) - if I use API method an 
OrderIdOfflineConversionAdjustmentFeed object with correct parameters' 
values, can I change the conversion value (to let's say 333.33), so my 
report in gAds would actually look like (see the difference in last column):

[image: 2018-11-29 20_19_52-Red Orbit Boštjan playground - Google Ads.png]



I just need to know if this is possible?

If it is, I should use correct parameter's values, the most important are 
orderId: 'T003' and conversionName: 'Transactions (All Web Site Data)'.







-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/759ed3dd-d9d0-49f6-aba0-54fe0e6195b4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Erro na vusca de informação na API

2018-11-29 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Douglas, 

Could you share us the details of the campaigns that you're missing along 
with the complete report definition without redacting information, so I can 
take a look? You can reply back via Reply privately to author option. 

Thanks,
Bharani, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/b285cc59-4acc-46f5-a354-b828a03736a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AuthorizationError.USER_PERMISSION_DENIED for standard access account API

2018-11-29 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Sunyoung,

Could you please share the SOAP logs(request and response 
)
 
and the email address of the user authorizing the API call as requested 
earlier. You could use reply privately to the author option while sharing 
the details requested.

Regards,
Sai Teja, AdWords API Team.

On Tuesday, November 20, 2018 at 6:20:08 AM UTC-5, san...@anymindgroup.com 
wrote:
>
> Hello,
>
> We just encounter this issue yesterday, looks like something wrong with 
> GoogleAds api or refresh_token permissions.
>
> So we are working as a company with a hierachy Adwords accounts: Main 
> account => MCC account (for different countries) => single account.
> We are using both python/php googleads api for user authentication and 
> store refresh_token/access_token to build our in-house BI tools.
>
> Yesterday, we found any user with standard access to MCC account after 
> authentication (2 step verifcation completed), having an refresh_token that 
> not working. 
> Even when we try to generate refresh_token using Adwords OAuth2 
> Playground, the issue still the same.
>
> It is throwing this exception when we try to get list customer from 
> account:
>
> googleads.errors.GoogleAdsServerFault: 
> [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']
>
> We use the same code as the example getting hierrachy account here: 
> https://developers.google.com/adwords/api/docs/samples/python/account-management
>
> Another note, this is working fine for users having access to top account 
> (the account that has access to all MCC account).
>
> Can you please check, or let me know if other details needed.
>
> Thanks,
> Sang
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/3a4d97a5-c357-4de9-bd31-0d7085b20b57%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords API: Unexpected changes in TV Screens bid modifiers

2018-11-29 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Ivan,

I am unable to reproduce this issue at my end. Therefore, could you reply 
back with the client customer id and complete SOAP request and response so 
that I can check further? You may opt to *reply privately to author*.

Regards,
Dhanya, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/1ff5eb5d-ea51-4b08-bcaf-7a8c6d83285b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Integer or Float with Customizer

2018-11-29 Thread cosbgn
I'm trying to add a customizer via the API. I would like to add it as an 
integer or float. I do the following:

customizer_feed = {
'feedName': feed_name,
'feedAttributes': [
{'type': 'STRING', 'name': 'a'},
],
}
 feed_service_operation = {'operator': 'ADD', 'operand': 
customizer_feed}
response = ad_customizer_feed_service.mutate([feed_service_operation])

The code above works, however, If I replace STRING with INT64 or FLOAT I 
get the following error:

googleads.errors.GoogleAdsServerFault: [RequiredError.REQUIRED @ 
operations[0].operand.feedAttributes[1].type]

I thought that the valid field types are these ones  
-
 
Why it doesn't work?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/c48b5d2c-572c-4479-9285-c051ef1a486d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Cannot find AdWords API Center

2018-11-29 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Heber,

Could you start a separate topic for this question so one of my colleagues 
can assist? This topic covers a variety of issues going all the way back to 
2014, so it's getting difficult for others to follow. I'm going to lock the 
topic to avoid confusion.

Thanks,
Josh, AdWords API Team

On Wednesday, November 28, 2018 at 6:00:35 PM UTC-5, Heber Olivar Silva 
wrote:
>
> Hi Josh, 
>
> The Central API did not appear to my account and when I invoke 
> method managedCustomerService I receive the tag totalNumEntries with value 
> '0' (zero).
>
> Is there anything else to approve or submit?
>
> Let me know if you need any further information.
>
>
> Best Regards,
> Heber Olivar
> -
>
>
> On Thursday, July 19, 2018 at 2:35:41 PM UTC-3, Josh Radcliff (AdWords API 
> Team) wrote:
>>
>> Hi Stephane,
>>
>> Did you create a production manager account or a test account 
>> ? I ask 
>> because you'll only see the *AdWords API Center* from a production 
>> manager account. You won't see it if your account is either of the 
>> following:
>>
>> a) A test manager account
>> b) A non-manager (client) account
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Thursday, July 19, 2018 at 12:26:46 AM UTC-4, Stephane Michot wrote:
>>>
>>> Hi,
>>>
>>> I'm having the same issue, I cannot see from the menu AdWords API Center 
>>> ( neither new interface/old). Despite I've tried the steps you suggested, 
>>> create a Manager Account, etc... Maybe I do something wrong...
>>>
>>> Any suggestions?
>>>
>>> Thanks
>>>
>>> Le mardi 10 juillet 2018 14:45:32 UTC+2, Josh Radcliff (AdWords API 
>>> Team) a écrit :

 Hi,

 Sorry this has been so frustrating for you. Hopefully I can clear a few 
 things up.

 First, you can only apply for a developer token under a production 
 manager account. Once you've applied:

- While your token is pending approval, you can use that developer 
token to issue API requests against *any* *test *account, 
regardless of its account hierarchy, provided your request includes 
 OAuth 
credentials for the account you are issuing the API request against 
(specified via the clientCustomerId header 

 
).
- Once your token is approved, you can use that developer token to 
issue API requests against *any* *production* or *test* account, 
regardless of its account hierarchy, provided your request includes the 
proper OAuth credentials.

 *Test* accounts serve two purposes:

1. They allow you to use the API while your token is pending 
approval.
2. Once your token is approved, they allow you to test your code 
and experiment with the API without worrying about generating ad spend, 
since test accounts will not serve ads.

 A complicating factor at the moment is that the new AdWords experience 
 in the UI does not clearly identify test accounts. We're aware of this 
 issue and are working on a fix. As a *workaround* to that issue, I 
 suggested checking if the *AdWords API Center* appears in your 
 *manager *account, since the *AdWords API Center* only appears in an 
 account if it is both: a) a *production *account; and b) a *manager* 
 account. 
 Therefore, if you log in as a *manager* account and do *not* see the 
 *AdWords 
 API Center*, then that account is a test account.

 If you're still not sure if your account is a test account, you can 
 send your client customer ID only to me by clicking *Reply privately 
 to author* on this message.

 Please let me know if the above doesn't clear things up.

 Cheers,
 Josh, AdWords API Team

 On Monday, July 9, 2018 at 5:37:40 PM UTC-4, vodosof...@gmail.com 
 wrote:
>
> Really, Adwords API is the most confusing API I've ever seen in my 
> entire life.
>
> I made a manager account .. then when I test it says that 
> (AuthorizationError.USER_PERMISSION_DENIED) .. when searched online found 
> that that's because I'm testing on non-test account .. I created a test 
> account then now you say API CENTRE is not available for testing 
> accounts
> How is that possible! Please give us clear instructions how to even 
> test any of this API !!
>
>
> On Wednesday, May 23, 2018 at 5:08:26 PM UTC+2, Josh Radcliff (AdWords 
> API Team) wrote:
>>
>> Hi,
>>
>> Is the account you are using a manager account? If you're not sure, 
>> you can send your client customer ID only to me by clicking *Reply 
>> privately to author *on this message.
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Tuesday, May 22, 2018 at 5:33:04 PM UTC-4, nikkyus...@gmail.com 
>> wrote

Re: Age Range Performance Report creating problem when i use where criteria for specific age range.

2018-11-29 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello,

The filter for that range is "gt64". I'm still looking into the right way 
to get this publicly documented.

Regards,
Mike, AdWords API Team

On Thursday, November 29, 2018 at 7:36:42 AM UTC-5, Qaiser Javed wrote:
>
> Hi Mike,
>
> I am waiting for your response. 
>
> https://groups.google.com/d/msg/adwords-api/plL2q2eYAbs/O6SVIoR2AQAJ
>
> On Friday, November 16, 2018 at 6:09:47 PM UTC+5, Michael Cloonan (AdWords 
> API Team) wrote:
>>
>> Hello,
>>
>> I got this filter to work with a value of "18to24". Please try that in 
>> your WHERE clause.
>>
>> I'm going to work on gathering information on as many of these magic 
>> values as I can so we can publicly document them. Thanks for pointing out 
>> this gap in our documentation!
>>
>> Regards,
>> Mike, AdWords API Team
>>
>> On Wednesday, November 14, 2018 at 9:01:51 AM UTC-5, Michael Cloonan 
>> (AdWords API Team) wrote:
>>>
>>> Hello,
>>>
>>> Not yet, unfortunately. I've reached out again to try to get any 
>>> information I can.
>>>
>>> Regards,
>>> Mike, AdWords API Team
>>>
>>> On Wednesday, November 14, 2018 at 8:55:07 AM UTC-5, Qaiser Javed wrote:

 Hi,

 Any update about this query?

 Regards,
 Qaiser Javed

 On Friday, November 9, 2018 at 7:07:45 PM UTC+5, Michael Cloonan 
 (AdWords API Team) wrote:
>
> Hello,
>
> Thanks for the extra information you provided. This field is marked as 
> filterable, but I'm not able to get it to filter properly; as you 
> mentioned, it's always returning 0 rows. I've reached out internally to 
> an 
> expert on this field to determine if this is a bug or if it requires a 
> different syntax, and I will let you know what I find out.
>
> Regards,
> Mike, AdWords API Team
>
> On Thursday, November 8, 2018 at 6:15:55 AM UTC-5, Vincent Racaza 
> (AdWords API Team) wrote:
>>
>> Hi Qaiser,
>>
>> To better assist you on this, could you provide your clientCustomerId 
>> and the complete report definition 
>> 
>>  you 
>> used in generating the report? Kindly reply via the *Reply privately 
>> to author*.
>>
>> Best regards,
>> Vincent
>> AdWords API Team
>>
>> On Thursday, November 8, 2018 at 6:19:33 PM UTC+8, Qaiser Javed wrote:
>>>
>>> Hi,
>>>
>>> I am using Age_Range_Performance_Report api. when call data for 
>>> Campaign e.g. 
>>>
>>> Where CampaignName = 'Campaign1' During 20171201,20180430 data comes 
>>> with ad groups of this campaign.
>>>
>>> But the problem is when i get data for specific range i.e. 18-24 
>>> then 0 row fetch. e.g.
>>>
>>> Where CampaignName = 'Campaign1' Criteria = '18-24' During 
>>> 20171201,20180430
>>> or
>>> Where CampaignName = 'Campaign1' Criteria = AGE_RANGE_18_24 During 
>>> 20171201,20180430
>>>
>>> Thanks & Regards
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/67757de9-9ec1-49b6-b168-99bc47dee0bd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Erro na vusca de informação na API

2018-11-29 Thread Douglas Rhis
Bom dia
Gostaria de saber se existe alguma falha na captura de informações das 
campanhas dos anúncios vetas, pois a API não está capturando informações 
desse tipo de campanha.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/fcc25e0a-0c51-45ab-877c-a0ad5d3e2861%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Which API provides call details metrics?

2018-11-29 Thread Qaiser Javed
Hi,

Please share your knowledge. I want to get metrics related to calls detail:

Phone Calls, Phone Impressions,  PTR

Which API/report or service I have to use to get this information?

Thanks & Regards,
Qaiser Javed

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/4e19cb5d-fb92-4d6c-9d29-9533e6c00279%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Age Range Performance Report creating problem when i use where criteria for specific age range.

2018-11-29 Thread Qaiser Javed
Hi Mike,

I am waiting for your response. 

https://groups.google.com/d/msg/adwords-api/plL2q2eYAbs/O6SVIoR2AQAJ

On Friday, November 16, 2018 at 6:09:47 PM UTC+5, Michael Cloonan (AdWords 
API Team) wrote:
>
> Hello,
>
> I got this filter to work with a value of "18to24". Please try that in 
> your WHERE clause.
>
> I'm going to work on gathering information on as many of these magic 
> values as I can so we can publicly document them. Thanks for pointing out 
> this gap in our documentation!
>
> Regards,
> Mike, AdWords API Team
>
> On Wednesday, November 14, 2018 at 9:01:51 AM UTC-5, Michael Cloonan 
> (AdWords API Team) wrote:
>>
>> Hello,
>>
>> Not yet, unfortunately. I've reached out again to try to get any 
>> information I can.
>>
>> Regards,
>> Mike, AdWords API Team
>>
>> On Wednesday, November 14, 2018 at 8:55:07 AM UTC-5, Qaiser Javed wrote:
>>>
>>> Hi,
>>>
>>> Any update about this query?
>>>
>>> Regards,
>>> Qaiser Javed
>>>
>>> On Friday, November 9, 2018 at 7:07:45 PM UTC+5, Michael Cloonan 
>>> (AdWords API Team) wrote:

 Hello,

 Thanks for the extra information you provided. This field is marked as 
 filterable, but I'm not able to get it to filter properly; as you 
 mentioned, it's always returning 0 rows. I've reached out internally to an 
 expert on this field to determine if this is a bug or if it requires a 
 different syntax, and I will let you know what I find out.

 Regards,
 Mike, AdWords API Team

 On Thursday, November 8, 2018 at 6:15:55 AM UTC-5, Vincent Racaza 
 (AdWords API Team) wrote:
>
> Hi Qaiser,
>
> To better assist you on this, could you provide your clientCustomerId 
> and the complete report definition 
> 
>  you 
> used in generating the report? Kindly reply via the *Reply privately 
> to author*.
>
> Best regards,
> Vincent
> AdWords API Team
>
> On Thursday, November 8, 2018 at 6:19:33 PM UTC+8, Qaiser Javed wrote:
>>
>> Hi,
>>
>> I am using Age_Range_Performance_Report api. when call data for 
>> Campaign e.g. 
>>
>> Where CampaignName = 'Campaign1' During 20171201,20180430 data comes 
>> with ad groups of this campaign.
>>
>> But the problem is when i get data for specific range i.e. 18-24 then 
>> 0 row fetch. e.g.
>>
>> Where CampaignName = 'Campaign1' Criteria = '18-24' During 
>> 20171201,20180430
>> or
>> Where CampaignName = 'Campaign1' Criteria = AGE_RANGE_18_24 During 
>> 20171201,20180430
>>
>> Thanks & Regards
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/866cf80b-a399-4cbc-a872-70ed80aec2c8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Audience Performance reporting

2018-11-29 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum

Hi,

You can do this through ConstantDataService 
.
 
The getUserInterestCriterion() 

 method 
of ConstantDataService, when filtered by IN_MARKET 
userInterestTaxonomyType, returns list of CriterionUserInterests 

 (in-market 
audiences). The returned CriterionUserInterest list include userInterestId 

 (which 
you can retrieve from the Criteria 

 field 
of the Audience Performance Report - eg. *92000* of a Criteria 
"uservertical: 92000") together with its equivalent name represented by the 
userInterestName 

 field.

You can refer here 

 for 
more information on how to determine criteria prefixes and acquire the 
information you need using them.

Best regards,
Peter
AdWords API Team
Response Links


On Thursday, November 29, 2018 at 6:36:20 PM UTC+8, dripti banga wrote:
>
> Hi, 
>
> I am trying to get the audience performance report. 
> How do i get affinity name instead of criteria as uservertical ?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/560828bf-afb3-40e1-8928-96eabc6d24a5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: how can i pass clientcustomerid dynamically

2018-11-29 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi,

Thank you for the assistance Zweitze. However, my apologies as I can not 
further assist you on this since the error is specific to the client 
library .NET. I would recommend that you post your concern in here 

 instead 
as the .NET library owners are more equipped in assisting you on this.

Best regards,
Peter
AdWords API Team

On Thursday, November 29, 2018 at 6:41:15 PM UTC+8, Zweitze wrote:
>
> My method is to create a new AdWordsUser instance for that user. 
> AdWordsUser has a constructor that takes a dictionary with key-value pairs 
> - the values in that dictionary will override the values in app.config.
>
> For instance:
> MyUser = new AdWordsUser(new Dictionary
> {
> { "ClientCustomerId", MyCustomerId }
> });
>
> Note: You can also pass other key-values pairs of setting you want to 
> override. For instance,if you have batch-program working every night or so, 
> you way also want to pass a RefreshToken so your program does not have to 
> deal with logging in.
>
> This is my preferred way. I know another way: after creating a service 
> using your AdWordsUser, you can change its CientCustomerId. I can't 
> remember now where, but some debugging will reveal where every service 
> stores its ClientCustomerId. However, I don't know how to proceed with 
> reports.
>
> Hope this helps.
> On Thursday, November 29, 2018 at 8:37:51 AM UTC+1, vib...@whisskers.com 
> wrote:
>>
>> Hi 
>>
>> I am using DotNet client library c# to download performance report and 
>> also other activity related to this for my customer account,  but when i 
>> want to do the same for my other customer
>>
>> every time i have to got app.config and change ClientCustomerId(> key="ClientCustomerId" value="xxx-xxx-"/>).
>>
>> Can i pass it from c# code ? instead of app.config
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/0acb7731-fc73-4df9-8551-aa75bd70fc8a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Adwords API: Unexpected changes in TV Screens bid modifiers

2018-11-29 Thread 'Ivan Roizman' via AdWords API and Google Ads API Forum
Hello.

We use AdWords API v201809 to change our bid modifers. I know that AdWords 
API does not support "TV Screens" bid modifiers yet. But sometimes when we 
change Tablet+Mobile+Desktop bid modifiers we get "TV Screens" bid 
modifiers updated too - see attached screenshot. This is not what we expect.

Could you please advise?

Regards,
Ivan.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/0b5d0a42-1859-4ab5-8536-578171240642%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: how can i pass clientcustomerid dynamically

2018-11-29 Thread Zweitze
My method is to create a new AdWordsUser instance for that user. 
AdWordsUser has a constructor that takes a dictionary with key-value pairs 
- the values in that dictionary will override the values in app.config.

For instance:
MyUser = new AdWordsUser(new Dictionary
{
{ "ClientCustomerId", MyCustomerId }
});

Note: You can also pass other key-values pairs of setting you want to 
override. For instance,if you have batch-program working every night or so, 
you way also want to pass a RefreshToken so your program does not have to 
deal with logging in.

This is my preferred way. I know another way: after creating a service 
using your AdWordsUser, you can change its CientCustomerId. I can't 
remember now where, but some debugging will reveal where every service 
stores its ClientCustomerId. However, I don't know how to proceed with 
reports.

Hope this helps.
On Thursday, November 29, 2018 at 8:37:51 AM UTC+1, vib...@whisskers.com 
wrote:
>
> Hi 
>
> I am using DotNet client library c# to download performance report and 
> also other activity related to this for my customer account,  but when i 
> want to do the same for my other customer
>
> every time i have to got app.config and change ClientCustomerId( key="ClientCustomerId" value="xxx-xxx-"/>).
>
> Can i pass it from c# code ? instead of app.config
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/f3e6418c-a2aa-441f-acb8-8fecffe0152a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Query about reports suitable for UAC

2018-11-29 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi,

UAC statistics are only available through the report types listed here 
.
 
For UAC location statistics, you can use the Campaign Location Target Report 

.

Thanks and regards,
Peter
AdWords API Team

On Thursday, November 29, 2018 at 5:26:26 PM UTC+8, h...@google.com wrote:
>
> Hello,
>
> I have a quick question about all the reports listed in the *page* 
>  
> are suitable for UAC? Why I couldn't get geo_performance_report data for 
> UAC, all the metrics are null? I'm not sure if not all the reports are 
> suitable for UAC, if yes, could you help to list the reports which are 
> suitable for UAC? Many thanks!
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/dfafc4f8-7f53-4b11-abe5-26a71ee762fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Audience Performance reporting

2018-11-29 Thread dripti banga
Hi,

I am trying to get the audience performance report.
How do i get affinity name instead of criteria as uservertical ?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/CAHWj5ub_sWTY2nFM2A9T-jRsPjg01s%3DWHs7H%2BOLZLzg%2B0mY6jA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Does library automatically send an email invitation to that person?

2018-11-29 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi,

Yes, the invited account should receive an email regarding the request to 
link and it should also work for test accounts, regardless of the client 
library used. Let me know if this helps.

Thanks and regards,
Peter
AdWords API Team

On Thursday, November 29, 2018 at 5:14:17 PM UTC+8, chai.adwo...@gmail.com 
wrote:
>
> When I add a new account under my manager account by using the 
> managedCustomerService.mutateLink function, 
> does library automatically send an email invitation to that person?
>
> And does the process work the same in the test account?
> I'm using the php library.
>
> Thanks.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/fa63b420-16aa-44c4-ac50-5d928574de7a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Query about reports suitable for UAC

2018-11-29 Thread huq via AdWords API and Google Ads API Forum
Hello,

I have a quick question about all the reports listed in the *page* 
 
are suitable for UAC? Why I couldn't get geo_performance_report data for 
UAC, all the metrics are null? I'm not sure if not all the reports are 
suitable for UAC, if yes, could you help to list the reports which are 
suitable for UAC? Many thanks!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/3ff89ca1-c87f-4d4d-8450-6f094b302d7f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Does library automatically send an email invitation to that person?

2018-11-29 Thread chai . adwords
When I add a new account under my manager account by using the 
managedCustomerService.mutateLink function, 
does library automatically send an email invitation to that person?

And does the process work the same in the test account?
I'm using the php library.

Thanks.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/a2847631-8a30-4f94-b4d2-aeefd16591fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: how can i pass clientcustomerid dynamically

2018-11-29 Thread vibhesh
Hi,

Thanks for the qiuck response

but after doing that i am facing the issue at below line

user.Config.clientCustomerId = "123-456-7890";

tried this one as well user.Config.ClientCustomerId = "123-456-7890";

key name in my app.config is  

please suggest me library reference if needed 

[image: config.PNG]



On Thursday, November 29, 2018 at 1:51:11 PM UTC+5:30, Peter Oliquino 
(AdWords API Team) wrote:
>
> Hi,
>
> You can do this by using the Config property of the AdsUser object. You 
> may refer to the "Configuring the Ads user instance at runtime" section of 
> this guide 
>  as 
> to how.
>
> Best regards,
> Peter
> AdWords API Team
>
> On Thursday, November 29, 2018 at 3:37:51 PM UTC+8, vib...@whisskers.com 
>  wrote:
>>
>> Hi 
>>
>> I am using DotNet client library c# to download performance report and 
>> also other activity related to this for my customer account,  but when i 
>> want to do the same for my other customer
>>
>> every time i have to got app.config and change ClientCustomerId(> key="ClientCustomerId" value="xxx-xxx-"/>).
>>
>> Can i pass it from c# code ? instead of app.config
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/b5e97b02-590f-4558-adc1-d7f7ea3532ab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: how can i pass clientcustomerid dynamically

2018-11-29 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi,

You can do this by using the Config property of the AdsUser object. You may 
refer to the "Configuring the Ads user instance at runtime" section of this 
guide 
 as 
to how.

Best regards,
Peter
AdWords API Team

On Thursday, November 29, 2018 at 3:37:51 PM UTC+8, vibh...@whisskers.com 
wrote:
>
> Hi 
>
> I am using DotNet client library c# to download performance report and 
> also other activity related to this for my customer account,  but when i 
> want to do the same for my other customer
>
> every time i have to got app.config and change ClientCustomerId( key="ClientCustomerId" value="xxx-xxx-"/>).
>
> Can i pass it from c# code ? instead of app.config
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/b78594b1-e45c-4ee2-a7f4-3555215278a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.