Re: I can't find Adwords API center in account settings

2018-12-13 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi,

Could you provide a UI screenshot as well as your MCC ID and email address 
you used to log in so we can check this further?

Furthermore, could you send the link to the form you used when you created 
your MCC account? 

Regards,
Dannison
AdWords API Team


On Thursday, December 13, 2018 at 7:03:33 AM UTC+8, 
jtrowbri...@smarterhq.com wrote:
>
> I am also having the same issue. Were you able to get this resolved? We 
> can't find the link anywhere.
>
> On Wednesday, October 4, 2017 at 5:10:06 PM UTC-4, Andrii Sokoliuk wrote:
>>
>> Hello,
>> I don't see Adwords API Center page in account settings.
>> I use Manager account. How can I see this option. How can I receive 
>> developer token for  AdWords API.
>>
>> I saw the same problem on this topic 
>> https://groups.google.com/forum/#!topic/adwords-api/Fv6w-KqHa8U
>>
>> Best 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/69366b12-6f27-403d-b8d2-c8c3db756d6e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Cannot Match Search Volume from Adwords TargetingIdeaService to Web UI

2018-12-13 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Yang,

Could you confirm if you have applied the same filters on your 
TargetingIdeaService and your Keyword Planner? You could refer to this mapping 
guide 

 to 
confirm this as this is usually the reason on why the results don't return 
the same with the UI. It seems that you did not set the filters for 
location and language in your code. Could you apply this and check if it 
would already retrieve the same results?

If not, could you provide the complete SOAP request and response logs of 
the TargetingIdeaService so I could better investigate this? You may use 
the *Reply privately to author* option.

Regards,
Dannison
AdWords API Team

On Friday, December 14, 2018 at 7:07:32 AM UTC+8, Yang Yu wrote:
>
> Hello,
> I'm having some issues matching the output from 
> AdwordsAPI TargetingIdeaService to the Keyword planner UI in Adwords.
>
> I played around with Network search parameter and location/language, but 
> it doesn't seem to be matching either.
>
> Can you please take a look at my code? I've also attached the output for 
> both code and web UI.
> The API output is showing kitchenaid with 673k search volume. However, 
> the Web keyword planner is showing 393k impression
>
> Thank you
>
> Code:
> from googleads import adwords
>
> PAGE_SIZE = 100
>
> adwords_client = adwords.AdWordsClient.LoadFromStorage()
>
> targeting_idea_service = client.GetService(
>   'TargetingIdeaService', version='v201806')
>
> selector = {
> 'ideaType': 'KEYWORD',
> 'requestType': 'STATS'
> }
>
> selector['requestedAttributeTypes'] = [
> 'KEYWORD_TEXT', 'SEARCH_VOLUME',]
>
> offset = 0
>
> selector['paging'] = {
> 'startIndex': str(offset),
> 'numberResults': str(PAGE_SIZE)
> }
>
>
> selector['searchParameters'] = [{
> 'xsi_type': 'RelatedToQuerySearchParameter',
> 'queries': ['kitchenaid','beverage-air']
> }]
>
> selector['searchParameters'].append({
> 'xsi_type': 'NetworkSearchParameter',
> 'networkSetting': {
> 'targetGoogleSearch': True,
> 'targetSearchNetwork': False,
> 'targetContentNetwork': False,
> 'targetPartnerSearchNetwork': False
> }
> })
>
> page = targeting_idea_service.get(selector)
>
> for result in page['entries']:
> attributes = {}
> for attribute in result['data']:
> attributes[attribute['key']] = getattr(attribute['value'], 
> 'value', '0')
> print(attributes)  
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8569de2b-b775-4d72-bb9b-756346f2a990%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Regarding a new device category - connected TV

2018-12-13 Thread Akiko Matsuzawa
Hi Bharani,

I need to know the exact "display value" for CONNECTED_TV.

Device
Predicate values / display values
UNKNOWN / Other
CONNECTED_TV / ??
DESKTOP / Computers
HIGH_END_MOBILE / Mobile devices with full browsers
TABLET / Tablets with full browsers

cf. 
https://developers.google.com/adwords/api/docs/appendix/reports/all-reports#device


Because we are using "useRawEnumValues" of Request headers.
cf. 
https://developers.google.com/adwords/api/docs/guides/reporting#request_headers

Regards,
Akiko

>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0b7356bc-1d58-4244-9444-5029a98f4796%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: NotWhitelistedError CUSTOMER_NOT_WHITELISTED_FOR_API

2018-12-13 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi,

I'm afraid test accounts cannot not be whitelisted and only Google Ads 
Production account can request for whitelisting. If you wish to whitelist 
your Google Ads production account to be able to use 
the OfflineDataUploadService for your sales transaction, feel free to write 
back with your MCC ID and reply via *Reply privately to author*.

Thanks and regards,
Luis
AdWords API Team


On Friday, December 14, 2018 at 7:07:32 AM UTC+8, xshi wrote:
>
> I tried to upload sales transaction data to ad account in test manager 
> account using offline_data_upload_service.mutate
>
> i got error, googleads.errors.GoogleAdsServerFault: 
> [NotWhitelistedError.CUSTOMER_NOT_WHITELISTED_FOR_API @ ]
> Could you please help me how to whitelist customer for API using google 
> account manager?
>
> thanks,
> renee
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2869cb8c-eae1-4779-a727-28f7d09e1b1a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdWords Database Schema/Design ?

2018-12-13 Thread Ameet Wadhwani
Hi - I'm not sure when this was made available, but it seems like it would 
help: 

https://developers.google.com/adwords/api/docs/appendix/reports/all-reports.csv

For each report, you will see a list of field names, information about data 
types, enum values, etc.  

You may also find the report diagram on this page useful in determining 
which reports to pull: 
https://developers.google.com/adwords/api/docs/guides/reporting#choosing_the_right_report
 

For those out there considering maintaining their own code for small 
projects like this, I would strongly encourage you to look for existing 
software that will do this for you. Given the number of changes to the 
AdWords API (including breaking changes) and the relatively short sun-set 
periods , you 
will spend a lot of time building and maintaining your codebase.  For as 
little as $50/mo, third-party software companies will stay on top of these 
changes for you, and in some cases, even insulate you from breaking changes 
so that your reporting and automated refreshes can continue without 
interruption. 

-Ameet


On Wednesday, August 2, 2017 at 1:18:16 AM UTC-4, lead...@gmail.com wrote:
>
> Thanks *John* and *Sreelakshmi*:
>
> It's a sad day for me.. lol 
> I was hoping that I will get something from the forum to avoid doing the 
> reverse engineer into the entire API classes hierarchy. 
>
> I am not worry so much about the Stats but as to keep the main CONTENT 
> synchronized in both servers (Google and Ours). We would like to develop a 
> way to AUTOMATE much of the process within our end and not accessing Google 
> AdWords Dashboard while doing some advanced marketing topics/ideas. We have 
> an Admin-Dashboard where we would like to program some Advanced weekly 
> ideas and make it happen within clicks through the AdWords API. Using the 
> API will be good to also have a way to get the latest available information 
> in our campaigns on our end (host servers) synchronized at the most 
> accurate/time-frame level as provided by Google.
>
> We had already code in C# (Web) and JAVA (Android) some of the Google APIs 
> like Google Maps, Firebase Cloud Messaging, Firebase Realtime-Database, 
> etc. We feel ready to go for Google AdWords in order to minimize 
> exponential time while doing our marketing ideas through Google AdWords.
>
> Now that you guys confirmed the none DB-Schema existing, we do not have 
> any other choice but to reverse-engineer the entire AdWords API Classes, we 
> have considerable studied the API already and thanks to the *BaseFields* 
> (base) class as well as each Field, SelectableFields, FilterableFields 
> inside every API Class will reduce our time a lot in our first goal to 
> reproduce a minimal database to hold our AdWords account data in our 
> servers.
>
> Thanks once again for the information and confirmation.
>
> Will get back soon!
>
> On Tuesday, August 1, 2017 at 2:52:48 PM UTC-4, Sreelakshmi Sasidharan 
> (AdWords API Team) wrote:
>>
>> Hi, 
>>
>> Unfortunately, we do not have a database diagram available that can be 
>> shared. Like John mentioned, the best approach to create this structure 
>> would be by referring to the object hierarchy 
>> 
>>  in 
>> AdWords along with the campaign data broken down as entities in this 
>> 
>>  table. 
>> This should help you come up with the main tables and their relationships. 
>> To get the stats against each entity, you could run the report 
>> 
>>  at 
>> each level. Eg, run campaign performance report to gather stats at the 
>> campaign level and ad group performance report to gather stat at the ad 
>> group level etc. You may have to keep in mind that not all performance 
>> stats are available immediately. You could check this 
>>  document for 
>> better understanding of data freshness in reports. 
>>
>> Thanks,
>> Sreelakshmi, 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 

NotWhitelistedError CUSTOMER_NOT_WHITELISTED_FOR_API

2018-12-13 Thread xshi
I tried to upload sales transaction data to ad account in test manager 
account using offline_data_upload_service.mutate

i got error, googleads.errors.GoogleAdsServerFault: 
[NotWhitelistedError.CUSTOMER_NOT_WHITELISTED_FOR_API @ ]
Could you please help me how to whitelist customer for API using google 
account manager?

thanks,
renee

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3c6cb521-ac4c-4f13-86ce-1ef8b4f35c8e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


oogleads.errors.GoogleAdsServerFault: [NotWhitelistedError.CUSTOMER_NOT_WHITELISTED_FOR_API @ ]

2018-12-13 Thread xshi
Hi there,

I tried to upload sales transaction data to google ads account using my 
test mcc. 
It gave me this error,
oogleads.errors.GoogleAdsServerFault: 
[NotWhitelistedError.CUSTOMER_NOT_WHITELISTED_FOR_API @ ]

please let me know how i can whitelist customer for API through google 
account manager.

Thanks,
renee


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/82b0be13-20af-4581-8bd8-c71a28af1e28%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Retry for failued accounts using python api

2018-12-13 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Tirtha,

Yes, it is also subject to the same timeout limitations. Let me know if you 
have further clarifications.

Thanks,
Peter
AdWords API Team

On Friday, December 14, 2018 at 2:24:00 AM UTC+8, Tirtha Ghosh Dastidar 
wrote:
>
> Hey Peter,
>
> One last question. I noticed there is a separate implementation  for 
> downloading report - DownloadReportAsStream ..
>
> Is this subject to the same timeout limitations as DownloadReport ??
>
> Thanks
> Tirtha
>
> On Tuesday, December 4, 2018 at 1:16:20 PM UTC-8, Peter Oliquino (AdWords 
> API Team) wrote:
>>
>> Hi Tirtha,
>>
>> There is no explicit data size limit, however, the server may return an 
>> error if the report is too large (refer here 
>> ). 
>> You may try to split the reports using shorter date ranges and then do 
>> post-processing on your end to merge all of the reports generated into 1 
>> report.
>>
>> Let me know if you have further clarifications.  
>>
>> Thanks,
>> Peter
>> AdWords API Team
>>
>> On Wednesday, December 5, 2018 at 4:23:06 AM UTC+8, Tirtha Ghosh Dastidar 
>> wrote:
>>>
>>> Hi Peter,
>>>
>>> What if its not an option to reduce the data volume. Does google adwords 
>>> have a limit to the data being downloaded? We have large keyword set and we 
>>> need all attributes.
>>>
>>> On Tuesday, December 4, 2018 at 11:27:45 AM UTC-8, Peter Oliquino 
>>> (AdWords API Team) wrote:

 Hi Tirtha,

 For timeouts in API reports, you may try a shorter date range, use less 
 columns or use predicates to reduce the file size of the report (refer 
 here 
 
 ). 

 Let me know if you have further clarifications.

 Thanks,
 Peter
 AdWords API Team

 On Wednesday, December 5, 2018 at 3:00:28 AM UTC+8, Tirtha Ghosh 
 Dastidar wrote:
>
> hi team,
>
> I am using the google git code for downloading performance reports 
> from adwords. I noticed that for some bigger accounts and bigger reports 
> (eg keyword performance), some times the api times out and hence one 
> account (out of say 500) fails and is missed in the final dataset. Is 
> there 
> a best practice / sample code on how to handle these cases?
>


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9ed8ed0d-ec54-4775-b70a-100cfad54fad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: New Ads API Beta - .NET client bug

2018-12-13 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Vitaly,

As this issue is specific to client libraries, could you please create a 
new issue on the .Net client library from here 
 
. Client library owners are better equipped 
to address this issue.

Regards,
Sai Teja, AdWords API Team

On Thursday, December 13, 2018 at 9:08:02 AM UTC-5, Vitaly Dukhota wrote:
>
> Hi, I am not sure if it’s the best place to report a problem – please 
> point me in the right direction if it isn’t.
>
> There is a bug/issue in the .NET client for the new Ads API beta: 
> ConfigBase.cs, LoadConfigRoot(IConfigurationRoot configurationRoot) method, 
> line 57:
>
> setting => setting.Value.ToString());
>
> The problem is that setting.Value can for some config files be null, which 
> is not handled correctly.
>
> Also a side note: current GoogleAdsConfig implementation is tied 
> to ConfigurationManager, which is only used by .NET Framework for desktop 
> programs. .NET Web applications, and specifically .NET Core applications 
> use WebConfigurationManager which the current implementation of 
> GoogleAdsConfig ignores, and so it doesn't pick up configuration from it. 
> It's not a big deal because there is LoadConfigRoot(IConfigurationRoot 
> configurationRoot) mentioned above, which allows to load configuration from 
> anywhere - but it requires a bit of custom coding. Just thought I would let 
> you know.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/75734945-f931-4d80-a025-201731c60ae5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Report to get custom labels and metrics

2018-12-13 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Jatin, 

You may use the Shopping Performance Report to pull the CustomAttributes 

 and AccountDescriptiveName 

 fields 
in the reports. The Custom Label 0 corresponds to CustomAttribute0 

 and 
so on. You may also check the reporting code samples from the client 
libraries  on 
how to implement this. 

Let me know if you have any questions.

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/7f2c6373-92b4-4013-b0f7-c2ad42b6bf2a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Failed to retrieve refresh_token - no error message returned

2018-12-13 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Marius,

Could you please confirm whether they are following the installed app flow 
mentioned here 

 while 
creating the client ID and client secret from the Google API Console 
Credentials page . 
If the problem persists they could share the screenshots of the steps they 
are performing. You could use reply privately to the author option while 
sharing the information requested. 

Regards,
Sai Teja, AdWords API Team

On Thursday, December 13, 2018 at 8:56:14 AM UTC-5, Marius-Adjust wrote:
>
> Hey guys.
>
> When trying to retrieve refresh_token for several client accounts via 
> Adwords API (step described here: 
> https://github.com/googleads/googleads-java-lib/wiki/API-access-using-own-credentials-(installed-application-flow)#step-2---setting-up-the-client-library),
>  
> we dont get neither token itself nor any error messages. Such behaviour is 
> rather unusual and not something that we've seen before (normally, at least 
> error message of some sort would be returned). We've consulted with Google 
> Ads product team and suspect that clients might have misconfigured 
> something within their accounts, or maybe missed certain steps in 
> implementation. Any chance someone could help us looking into this? Happy 
> to provide account details over a private response.
>
> Thank you!
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/211e79ef-8f61-4741-b03f-bf7437e7e308%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: `500 Internal Server Error` for AdWords Reports Download

2018-12-13 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Kim,

To better assist you on this, could you provide the clientCustomerId of all 
the accounts affected and the complete report definition 

 you 
used to generate the report? Kindly reply via the *Reply privately to 
author*.

Best regards,
Peter
AdWords API Team

On Friday, December 14, 2018 at 1:30:54 AM UTC+8, Kim Walker wrote:
>
> We have been getting the below `500 Internal Server Error` for more than a 
> week for accounts associated with one of our MCC accounts.  There is no 
> pattern of when it fails or if a specific account is causing it to fail.  
> Even after rerunning the request at different times of the day for 
> different date ranges it continues to fail.
>
> Is there an issue with the API?  Or can you help us understand what we are 
> doing wrong?
>
> Error:
> *Response:*
> *REDACTED REPORT DATA*
> **
> *Error:*
> *Server error: 
> `POST https://adwords.google.com/api/adwords/reportdownload/v201806` 
>  resulted in 
> a `500 Internal Server Error` response*
>
> *Encountered a fatal error : Temporary problem with the server. Please 
> retry the request after a few moments*
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6db490a2-e505-45d1-9055-8d190c40603a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Retry for failued accounts using python api

2018-12-13 Thread Tirtha Ghosh Dastidar
Hey Peter,

One last question. I noticed there is a separate implementation  for 
downloading report - DownloadReportAsStream ..

Is this subject to the same timeout limitations as DownloadReport ??

Thanks
Tirtha

On Tuesday, December 4, 2018 at 1:16:20 PM UTC-8, Peter Oliquino (AdWords 
API Team) wrote:
>
> Hi Tirtha,
>
> There is no explicit data size limit, however, the server may return an 
> error if the report is too large (refer here 
> ). 
> You may try to split the reports using shorter date ranges and then do 
> post-processing on your end to merge all of the reports generated into 1 
> report.
>
> Let me know if you have further clarifications.  
>
> Thanks,
> Peter
> AdWords API Team
>
> On Wednesday, December 5, 2018 at 4:23:06 AM UTC+8, Tirtha Ghosh Dastidar 
> wrote:
>>
>> Hi Peter,
>>
>> What if its not an option to reduce the data volume. Does google adwords 
>> have a limit to the data being downloaded? We have large keyword set and we 
>> need all attributes.
>>
>> On Tuesday, December 4, 2018 at 11:27:45 AM UTC-8, Peter Oliquino 
>> (AdWords API Team) wrote:
>>>
>>> Hi Tirtha,
>>>
>>> For timeouts in API reports, you may try a shorter date range, use less 
>>> columns or use predicates to reduce the file size of the report (refer 
>>> here 
>>> 
>>> ). 
>>>
>>> Let me know if you have further clarifications.
>>>
>>> Thanks,
>>> Peter
>>> AdWords API Team
>>>
>>> On Wednesday, December 5, 2018 at 3:00:28 AM UTC+8, Tirtha Ghosh 
>>> Dastidar wrote:

 hi team,

 I am using the google git code for downloading performance reports from 
 adwords. I noticed that for some bigger accounts and bigger reports (eg 
 keyword performance), some times the api times out and hence one account 
 (out of say 500) fails and is missed in the final dataset. Is there a best 
 practice / sample code on how to handle these cases?

>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/37f8b507-36e6-4983-90c6-49523053aa10%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: [5-9796000024647] Test post #2

2018-12-13 Thread adwordsapiadvisor+mail via AdWords API and Google Ads API Forum


Test reply #2.


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ijlio2ucvo00oth66s002bubviz6kmjidpp6oo30c1g68q3cd1n%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: [5-9796000024647] Test post #2

2018-12-13 Thread adwordsapiadvisor+mail via AdWords API and Google Ads API Forum


Test reply #1.


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 12/13/18 12:44:28 jradcliff.mccte...@gmail.com wrote:

This is a test post. Please ignore.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/36b27f39-3034-4feb-8d88-8f597e0b42a6%40googlegroups.com

.
For more options, visit https://groups.google.com/d/optout.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1a0pnh01gm0sau000suh5iy6kmjidpp6oo30c1g68q3cd1n%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Test post #2

2018-12-13 Thread JR MCC test
This is a test post. Please ignore.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/36b27f39-3034-4feb-8d88-8f597e0b42a6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


`500 Internal Server Error` for AdWords Reports Download

2018-12-13 Thread Kim Walker
We have been getting the below `500 Internal Server Error` for more than a 
week for accounts associated with one of our MCC accounts.  There is no 
pattern of when it fails or if a specific account is causing it to fail.  
Even after rerunning the request at different times of the day for 
different date ranges it continues to fail.

Is there an issue with the API?  Or can you help us understand what we are 
doing wrong?

Error:
*Response:*
*REDACTED REPORT DATA*
**
*Error:*
*Server error: 
`POST https://adwords.google.com/api/adwords/reportdownload/v201806` 
 resulted in 
a `500 Internal Server Error` response*

*Encountered a fatal error : Temporary problem with the server. Please 
retry the request after a few moments*

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/53501417-c39d-4d19-a6de-7d2913d8eafd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Link Client to MCC

2018-12-13 Thread Rafael Botas
Ok, I was using a bad token request.
It is now working thanks.

terça-feira, 11 de Dezembro de 2018 às 21:54:37 UTC, Milind Sankeshware 
(AdWords API Team) escreveu:
>
> Hi Rafael,
>
> The NOT_AUTHORIZED 
> 
>  
> error occurs when the user authenticating the request is not authorized to 
> perform this operation. You will need to verify that the user making this 
> API call has Administrative access 
>  to the Manager 
> account. If the user authorizing the API call doesn't have Administrative 
> access, you will get the NOT_AUTHORIZED error. If that is the case, you 
> could either ask the Admin on the account to upgrade the access level of 
> the API user or use the credentials of a user with the required access 
> level to make the API call. If you still encounter the error with an 
> administrative access, please share the email address used to generate the 
> client credentials along with the CID so that I can troubleshoot the issue.
>
> You can use the 'Reply Privately to author' option while responding. 
>
> Thanks,
> Milind, 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/a6d077c0-d07e-425d-8f66-12a628449e9a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Regarding a new device category - connected TV

2018-12-13 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Akiko,

The fields will be supported from Jan 8,2018 as mentioned in the Blog 
.
 
The new criterion will have a platformName of “ConnectedTv” and an ID of 
30004. You can also isolate it in reports using a Device 

 segment 
named CONNECTED_TV.

Let me know if you have any further 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/1ec86a25-1e54-42b1-91d5-0d447541e758%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: how to get household income data

2018-12-13 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API and Google Ads API Forum
HI Hari,

Could you kindly respond to this thread privately and share with me one or 
more campaign IDs so I can take a look?

Cheers
Anash P. Oommen,
AdWords API Advisor.

On Thursday, December 13, 2018 at 12:33:55 AM UTC-5, Harisankar Mohanty 
wrote:
>
> Hello Sir,
>
> But in our cases criteria are set for age range , income range etc .. 
> still then we are not getting info using criteraType as 'AGE_RANGE', 
> 'INCOME_RANGE' in campaigncriterionservice ..
>
> On Thu, 13 Dec 2018 at 4:57 AM 'Anash P. Oommen (AdWords API Team)' via 
> AdWords API and Google Ads API Forum  wrote:
>
>> Hi Harisankar,
>>
>> Demographic criteria like INCOME_RANGE, AGE_RANGE, GENDER are criteria 
>> that are enabled by default for all audience, so we don't explicitly add 
>> these criteria in a campaign. These criteria appear in a campaign only when 
>> you explicitly do something with those critieria (e.g. add a negative age 
>> range criteria, or apply a bid adjustment to a specific gender).
>>
>> E.g. if you can't retrieve Gender criteria for a campaign, you should 
>> interpret it as "there's no special gender criteria for this campaign, so 
>> it is serving to GENDER_MALE, GENDER_FEMALE and GENDER_UNDETERMINED).
>>
>> Hope this helps? Let me know if you have more questions.
>>
>> Cheers
>> Anash P. Oommen,
>> AdWords API Advisor.
>>
>> On Saturday, December 8, 2018 at 4:07:12 PM UTC-5, Harisankar Mohanty 
>> wrote:
>>>
>>> Hello API Team,
>>>
>>> I am using Google Adwords API version : v201806 (PHP) to develop a web 
>>> app.
>>>
>>> I am struck somewhere to retrieve Household Income Tier for a particular 
>>> Campaign. Though I am getting info for criteria type 'LOCATION' but other 
>>> criteria type does not work for me like 'INCOME_RANGE' or 'AGE_RANGE' etc. 
>>> I have posted my code below. Can you please check and let me know why I am 
>>> not getting data for Household Income Tier when I use criteria type 
>>> 'INCOME_RANGE' ?
>>>
>>> public static function runExample (
>>> AdWordsServices $adWordsServices,
>>> //AdWordsSession $session
>>> AdWordsSessionBuilder $sessionBuilder,
>>> $customerId, $campaignId = null, $locationIds = null, 
>>> $criteriaType = null
>>> ) {
>>> 
>>> $session = 
>>> $sessionBuilder->withClientCustomerId($customerId)->build();
>>> $campaignCriterionService = $adWordsServices->get($session, 
>>> CampaignCriterionService::class);
>>>
>>> $selector = new Selector();
>>> 
>>> $selector->setFields(array('Id','CampaignId','MatchingFunction','LocationName','Address'));
>>> $predicates[] = new Predicate('CampaignId', 
>>> PredicateOperator::IN, array($campaignId));
>>> //$predicates[] = new Predicate('CriteriaType', 
>>> PredicateOperator::IN,  array('AD_GROUPS'));
>>> $predicates[] = new Predicate('CriteriaType', PredicateOperator::IN,  
>>> array($criteriaType));
>>> 
>>> $selector->setPredicates($predicates);
>>> 
>>> $startIndex = 0;
>>> 
>>> $selector->setPaging(new Paging($startIndex, 10));
>>> echo "";
>>> print_r($selector);
>>> 
>>> do {
>>> // Make the get request.
>>> $page = $campaignCriterionService->get($selector);
>>> 
>>> echo "";
>>> print_r($page);
>>> die();
>>>
>>> // Display results.
>>> if (!empty($page->getEntries())) {
>>> //return $page->entries;
>>> $return['data'] = $page->getEntries();
>>> 
>>> 
>>> 
>>>   foreach ($page->getEntries() as $campaignCriterion) {  
>>>   
>>> 
>>> if(in_array($campaignCriterion->getCriterion()->matchingFunction->rhsOperand[0]->locations[0],
>>>  
>>> $locationIds)) {
>>> 
>>> $locations[$campaignCriterion->criterion->id]['location'] = 
>>> $campaignCriterion->criterion->matchingFunction->rhsOperand[0]->locations[0];
>>> 
>>> $locations[$campaignCriterion->criterion->id]['tier'] = 
>>> $campaignCriterion->criterion->matchingFunction->lhsOperand[0]->tier;
>>> }
>>>   }
>>>   
>>> } else {
>>>   //print "No campaign targeting criteria were found.\n";
>>>   $locations = false;
>>> }
>>> //$return['locations'] = array_unique($locations);
>>> //return $locations;
>>> 
>>> // Advance the paging index.
>>> $startIndex += 10;
>>> $selector->getPaging()->setStartIndex($startIndex);
>>> } while ($page->totalNumEntries > 
>>> $selector->getPaging()->getStartIndex());
>>> 
>>>return $locations;
>>>
>>> 
>>> }
>>>
>> -- 
>> -- 
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>> Also find us on our blog:
>> https://googleadsdeveloper.blogspot.com/
>> 

Re: How can I select a FeedItemTarget Criterion by CriteriaType? (e.g. AD_SCHEDULE)

2018-12-13 Thread Zorion
Hi Luis,

Do you have any news on this?

In the meanwhile I am getting all FeedItemTargeting Criterions, looping 
them, and selecting only the relevant (AD_SCHEDULE, for instance), but I 
think it would be more effective filtering them in the request.

Thanks!
Zorion

On Wednesday, December 5, 2018 at 7:48:46 AM UTC+1, Luis Xander Talag 
(AdWords API Team) wrote:
>
> Hi Zorion,
>
> Thank you for providing detailed information on your concern. I will check 
> this issue with the team and we will provide you an update as soon as 
> available.
>
> Thanks and regards,
> Luis
> AdWords API Team
>
> On Wednesday, December 5, 2018 at 7:06:00 AM UTC+8, Zorion wrote:
>>
>> Hi Experts,
>>
>> We have an issue with the AdWords API.
>> When we try to get the FeedItemTargets from FeedItemTargetService 
>> restricted to the Criterion with type AdSchedule we can not filter. 
>> Although the documentation specify that we should be able 
>> 
>> [1].
>> So I don't know what I'm doing wrong.
>>
>> Sending the request with a filter on "CriteriaType" IN ["AD_SCHEDULE"] we 
>> receive NO results.
>> See request1.xml and reply1.xml attached.
>>
>> Sending the same request without filtering on "CriteriaType" we receive 
>> the TWO results we expected.
>> See request2.xml and reply2.xml.
>> [image: image.png]
>>
>> We also tried the request with filter on "CriteriaType" EQUALS 
>> "AD_SCHEDULE" and we also received NO results.
>> See request3.xml and reply3.xml.
>>
>> In short, the differences between requests are only the CriteriaType.
>>
>> [image: image.png]
>>
>>
>> *$* diff request2.xml request1.xml 
>>
>> 33a34,38
>>
>> >   CriteriaType
>>
>> >   IN
>>
>> >   AD_SCHEDULE
>>
>> > 
>>
>> > 
>>
>> By the way, trying other values like "AdSchedule" (instead of 
>> "AD_SCHEDULE") we receive an error:
>> SelectorError.INVALID_PREDICATE_ENUM_VALUE @ selector; 
>> trigger:'AdSchedule'
>>
>> Same happens getting "LOCATION" instead of "AD_SCHEDULE"
>>
>> What am I doing wrong?
>>
>>
>>
>> Many thanks in advance.
>> Zorion
>>
>>
>> [1] 
>> https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201809-FeedItemTargetService
>>   
>> (See the Field *CriteriaType* / Column *Filterable*)
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/bf981fb3-3df4-451a-84bf-e0fd797bb1c7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


New Ads API Beta - .NET client bug

2018-12-13 Thread Vitaly Dukhota
Hi, I am not sure if it’s the best place to report a problem – please point 
me in the right direction if it isn’t.

There is a bug/issue in the .NET client for the new Ads API beta: 
ConfigBase.cs, LoadConfigRoot(IConfigurationRoot configurationRoot) method, 
line 57:

setting => setting.Value.ToString());

The problem is that setting.Value can for some config files be null, which 
is not handled correctly.

Also a side note: current GoogleAdsConfig implementation is tied 
to ConfigurationManager, which is only used by .NET Framework for desktop 
programs. .NET Web applications, and specifically .NET Core applications 
use WebConfigurationManager which the current implementation of 
GoogleAdsConfig ignores, and so it doesn't pick up configuration from it. 
It's not a big deal because there is LoadConfigRoot(IConfigurationRoot 
configurationRoot) mentioned above, which allows to load configuration from 
anywhere - but it requires a bit of custom coding. Just thought I would let 
you know.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a8db4e7d-9819-41b4-8f89-3abfef8e60c6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Failed to retrieve refresh_token - no error message returned

2018-12-13 Thread Marius-Adjust
Hey guys.

When trying to retrieve refresh_token for several client accounts via 
Adwords API (step described here: 
https://github.com/googleads/googleads-java-lib/wiki/API-access-using-own-credentials-(installed-application-flow)#step-2---setting-up-the-client-library),
 
we dont get neither token itself nor any error messages. Such behaviour is 
rather unusual and not something that we've seen before (normally, at least 
error message of some sort would be returned). We've consulted with Google 
Ads product team and suspect that clients might have misconfigured 
something within their accounts, or maybe missed certain steps in 
implementation. Any chance someone could help us looking into this? Happy 
to provide account details over a private response.

Thank you!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b2f176f2-e615-45da-8a49-85df94fea767%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Report to get custom labels and metrics

2018-12-13 Thread Jatin Katyal
Hi

I need to fetch a report with AccountDescriptiveName and custom label 0 as 
a dimension with a few metrics. I don't know how to fetch this column via 
API. 


   - Will a Campaign/Account Performance Report will work, if not what 
   report should i pull? 
   - What should be thee column name for custom label 0?

Regards
Jatin

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9bc78042-8984-4b05-b038-bf60e88c89b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ClickAssistedConversionValue and ImpressionAssistedConversionValue now contain "--"?!

2018-12-13 Thread Zweitze
Thanks Anash!
.
I have no idea how I could have missed this announcement. Well, no time to 
sort that out.

Thanks again!



On Thursday, December 13, 2018 at 1:26:32 AM UTC+1, Anash P. Oommen 
(AdWords API Team) wrote:
>
> Hi Alexander, Zwitze,
>
> This is a planned change from our end, see our blog post about this 
> change: 
> https://ads-developers.googleblog.com/2018/08/deprecation-of-assisted-conversions.html
>
> Let me know if you have more questions regarding this change.
>
> Cheers
> Anash P. Oommen,
> AdWords API Advisor.
>
> On Wednesday, December 12, 2018 at 1:58:13 PM UTC-5, Alexander wrote:
>>
>> Same problem. We quick fixed it yesterday on our end to interpret "--" as 
>> zero. 
>>
>> Is it sufficient to click the "Me too!" button in a forum thread? Or is 
>> it better to post a message?
>>
>> On Wednesday, December 12, 2018 at 10:29:52 AM UTC+1, Zweitze wrote:
>>>
>>> I also want to add that this morning, over 50% of our jobs failed - all 
>>> on this error.
>>>
>>>
>>>
>>> On Wednesday, December 12, 2018 at 9:21:07 AM UTC+1, Zweitze wrote:

 Indeed, my concern is that those fields now contain '--'.
 That change breaks our software.


 On Tuesday, December 11, 2018 at 6:18:24 PM UTC+1, Teja Makani wrote:
>
> Hello,
>
> Could you confirm whether your concern is regarding the '--' values of 
> those fields? If your concern is different please elaborate.
>
> Regards,
> Sai Teja, AdWords API Team
>
> On Tuesday, December 11, 2018 at 5:39:36 AM UTC-5, Zweitze wrote:
>>
>> Hello,
>>
>> This morning about 10% of the reporting jobs failed. The failure was 
>> always on CAMPAIGN_PERFORMANCE_REPORT. This is the report definition:
>> 
>> 
>>https://adwords.google.com/api/adwords/cm/v201802
>> ">
>>CampaignId
>>Date
>>AdNetworkType2
>>ClickAssistedConversions
>>ClickAssistedConversionValue
>>ImpressionAssistedConversions
>>ImpressionAssistedConversionValue
>>
>>CampaignStatus
>>IN
>>ENABLED
>>PAUSED
>>REMOVED
>>
>>
>>20180827
>>20181211
>>
>>
>>https://adwords.google.com/api/adwords/cm/v201802;> 
>> CampaignAssistedConversion 27-08-2018...11-12-2018
>>https://adwords.google.com/api/adwords/cm/v201802
>> ">CAMPAIGN_PERFORMANCE_REPORT
>>https://adwords.google.com/api/adwords/cm/v201802
>> ">CUSTOM_DATE
>>https://adwords.google.com/api/adwords/cm/v201802
>> ">GZIPPED_XML
>> 
>>
>> The three rows in the returned XML:
>> > networkWithSearchPartners='Google search' clickAssistedConv='0' 
>> clickAssistedConvValue='--' imprAssistedConv='0' 
>> imprAssistedConvValue='--'/>
>> > networkWithSearchPartners='Google search' clickAssistedConv='0' 
>> clickAssistedConvValue='--' imprAssistedConv='0' 
>> imprAssistedConvValue='--'/>
>> > networkWithSearchPartners='Google search' clickAssistedConv='0' 
>> clickAssistedConvValue='--' imprAssistedConv='0' 
>> imprAssistedConvValue='--'/>
>>
>> Note the values on clickAssistedConvValue and imprAssistedConvValue.
>>
>> I would like to stress that this has never happened in the previous 
>> months when we used v201802, nor it happened in previous versions of 
>> AdWords API. This appears to be new behavior, breaking some of our 
>> operations.
>>
>>
>> Was this an error in the API?
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6ce08a5a-7147-421f-8d67-ad27c6c61735%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Regarding a new device category - connected TV

2018-12-13 Thread Akiko Matsuzawa
Hi team,

I have a question regarding a new device category - connected TV.
Could you tell me the exact display value for CONNECTED_TV?

docs 
https://developers.google.com/adwords/api/docs/appendix/reports/all-reports#device
blog 
https://ads-developers.googleblog.com/2018/12/connected-tv-device-targeting-reporting.html

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ec861d60-0116-4d19-b73a-b54e1726f8db%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.