Re: Object IDs: API vs AdWords URLs

2017-09-12 Thread 'Peter Oliquino' via AdWords API Forum
Hi Ryan,

I'm afraid that the "*&__c=7810563030*" or any numbers seen in the AdWords 
UI's URL does not necessarily directly translate to one's MCC or client 
account ID. Account numbers via the API can be retrieved via the 
ExternalCustomerId 

 field 
or via the CustomerService.Customer.customerid 

 and 
the ManagedCustomerService.ManagedCustomer.customerid 

 objects.

Feel free to correct me if I misunderstood your concern.

Best regards,
Peter
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d0088dbc-c868-4f23-a6ae-55cc1fd762fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Report definition not recognized when making SOAP request

2017-09-12 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi,

Thanks for this information.

Since you are not using our client libraries, please make sure that you 
followed the XML schema definition 

 in 
creating a report definition 

.

If you can confirm that you already followed the guide and still the issue 
persists, then kindly provide your clientCustomerId and the latest *report 
definition* via *Reply privately to author* option so I can check the issue 
further.

Thanks,
Vincent
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a418e287-58dd-43a7-ba40-1fdfebf8c1a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Can we develop mobile app CRUD through SDK?

2017-09-12 Thread 김지원
Hi 

While developing a web service through the AdWords SDK, we would like to 
know whether we could create one of AdWords feature through SDK. 

When you create a uac campaign in AdWords, there is a section where you 
choose a mobile app. 
If it's your first time creating UAC, the select box guide us to "add a new 
app ..." and then we could then search apps in either google/apple store.
Once the mobile app has been selected, you could see this app in the list 
when you try to create another UAC afterwards.

We do have feature to seach for mobile apps, but we would like to develop 
CRUD that's related to mobile app list through SDK. Does the SDK support 
this?
We've tested with several test clients, and currently we assume mobile app 
list is dependent on client (customerid).
Can we develop mobile app CRUD through SDK?


Thanks,
Jiwon

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/57e3091f-b966-4ca8-ab38-21fa7a6fd5e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: About impression share

2017-09-12 Thread take
Hi Vincent,
Thank you for your reply.

Our system are using AdWords API v201705. We will get campaign performance 
report through API *daily.*

Based on our customer 's need, we will show data by conditions (last 7 
days, this month)
So in that situation, we do not know how to calculate Impression Share 
value. That's why we ask *question 2*

For example, we want to show in last 7 days
ImpressionShare = SUM(Actual Impression) / SUM(Estimated Impression) x 100%

About *actual impression*, we can get by it using  Impressions 

As *question 1*, we cannot find in API guide how to get *Estimated 
Impression*


Thanks & Best Regards,
Phu


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/10653169-7855-4249-a126-3a878880c053%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Requesting ALL_TIME ImpressionReach

2017-09-12 Thread Austin Smith
Hi, I am having some issues requesting ImpressionReach for my campaigns.

I understand that this metric does not appear on reports for requests that 
have a time range greater than 92 days.

The proposed solution I've seen for this is to request impressionReach for 
smaller time ranges.

If I was to use a time range of say, one month - if a campaign was already 
live before a month ago, and is still running, wouldn't the impressionReach 
returned not be for the campaigns lifetime?

If we have a campaign that runs for more than 92 days, how am I supposed to 
fetch lifetime reach for it?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f5aae596-f08d-4088-adad-939557a40811%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UNEXPECTED_INTERNAL_API_ERROR for ConversionTrackerService.mutate(UploadConversion)

2017-09-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Gabriel, 

It looks like you are setting the attributionModelType to DATA_DRIVEN. 
Please note that this attribution model is only available to accounts with 
enough data. The requirements for this attribution model are provided here 
. This could be the 
reason these requests are failing. Could you check if this account has the "
*Data-driven*" option for the “*Attribution model*” setting in the UI?

Thanks,
Shwetha, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e43fd0bc-4a24-44e7-bca3-bbf594e17fbc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Getting a second token with readonly access

2017-09-12 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Assaf,

Access levels such as Read-only, Standard and Administrative access are 
associated with the email address to make the API requests. It does not 
depend on the developer token access. AdWords API access level depends on 
the level of access given to the account in the UI. You will be able to set 
the access level while adding a new user and they will have the same access 
in the API. You can check the access level associated with the email 
address by logging into the AdWords account > Account Settings > Account 
access. 

If you have authenticated as read-only client, you will only be able to 
make GET calls to download the reports. Email-only accounts cannot make 
AdWords API calls at all. You can also refer to this document 
 on how to set the 
access levels on your AdWords account for additional guidance. In this 
case, it is not required to request a second Developer token. You will only 
need to manage access levels 
 depending 
on the level of access to be granted for your Manager account. Let me know 
if you have any other questions. 

Thanks,
Bharani Cherukuri
AdWords API Team

On Tuesday, September 12, 2017 at 11:43:56 AM UTC-4, Assaf Frank wrote:
>
> Hi,
>
> We currently have a standard token (read/write) but would like to offer a 
> service to customers that only requires read access.
> We would like to display the "grant access"  message to the users that we 
> would like access to "read" only and not to fully manage their accounts (I 
> understand this message is according to the token access).
>
> Is there a way to as for ready only access from the user - even if the 
> token has full read/write access?
> If not, can we under the same Manager ID get a second token with only read 
> access for this purpose?
>
> Thanks,
>
> Assaf
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b6249675-db28-41a5-ba65-35455a3c7794%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Why cost exported from Adwords API is not correct (too many weird zeros in the end and no separator for decimals)

2017-09-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi,

In AdWords API, fields of type *Money* are returned in micro currency 
units(micros). You need to divide the value by 100 to get the Cost in 
the account's local currency. 

Regards,
Shwetha, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0471c0bc-0ed8-4371-873f-35d6c3357cbb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Why cost exported from Adwords API is not correct (too many weird zeros in the end and no separator for decimals)

2017-09-12 Thread Rui Song
Hi, I have been using Adwords API with Python to fetch some numbers, all 
the metrics are correct (impressions & clicks) except for the costs. The 
costs always end with 4 zeros and no separator for decimals. 

Below is the result I got (last column is the real cost I pulled from 
Adwords interface as reference):














Below I attached the python code I was using, would be great if you could 
take a look and give me some advice: 

Thanks!!!

import sys
from googleads import adwords


def main(client):
  # Initialize appropriate service.
  report_downloader = client.GetReportDownloader(version='v201708')

  # Create report query.
  report_query = ('SELECT CampaignId, AdGroupId, Id, Criteria, CriteriaType, '
  'FinalUrls, Impressions, Clicks, Cost '
  'FROM CRITERIA_PERFORMANCE_REPORT '
  'WHERE Status IN [ENABLED] '
  'DURING LAST_7_DAYS')

  # You can provide a file object to write the output to. For this
  # demonstration we use sys.stdout to write the report to the screen.
  report_downloader.DownloadReportWithAwql(
  report_query, 'CSV', sys.stdout, skip_report_header=False,
  skip_column_header=False, skip_report_summary=False,
  include_zero_impressions=True)


if __name__ == '__main__':
  # Initialize client object.
  adwords_client = adwords.AdWordsClient.LoadFromStorage()

  main(adwords_client)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3a9b9a4e-6098-4329-90be-9b4250d146d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Object IDs: API vs AdWords URLs

2017-09-12 Thread Ryan Aires
How are the IDs listed in URLs translated to the ID values returned by the 
API?

For example, in the url for an account, an account is denoted with the 
following: "&__c=7810563030", but the value shown in the UI (and API minus 
the dashes) is: 475-959-0193.

We would like to be able to link to an account from our reporting tool but 
don't know how to build URLs based off the API values we have. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a87b007a-063b-4446-997f-540328003c9d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


UNEXPECTED_INTERNAL_API_ERROR for ConversionTrackerService.mutate(UploadConversion)

2017-09-12 Thread Gabriel Kent
Greetings all,

The following create request has been failing consistently for the 
ConversionTrackerService UploadConversion endpoint. We have retried the 
request many times over the course of several days without success. We are 
using the google-api-ads-ruby gem. More details can be provided as needed. 
Any suggestions for troubleshooting further?

[2017-09-12T10:07:12.610699] DEBUG -- : SOAP request: 
https://adwords.google.com/api/adwords/cm/v201702/ConversionTrackerService
[2017-09-12T10:07:12.610788] DEBUG -- : SOAPAction: "mutate", User-Agent: 
myAgent, Authorization: myAuth, Content-Type: text/xml;charset=UTF-8, 
Content-Length: 1348
[2017-09-12T10:07:12.610822] DEBUG -- : http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:wsdl="https://adwords.google.com/api/adwords/cm/v201702; 
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/;>https://adwords.google.com/api/adwords/cm/v201702;>myAgentmyTokenmyClientIDhttps://adwords.google.com/api/adwords/cm/v201702;>ADD1 Minute Connect Duration (web page 
calls)ENABLEDLEAD3090ONE_PER_CLICK0USDfalsefalseDATA_DRIVEN
[2017-09-12T10:07:13.116782] DEBUG -- : SOAP response (status 500):
[2017-09-12T10:07:13.116881] DEBUG -- : http://schemas.xmlsoap.org/soap/envelope/;>https://adwords.google.com/api/adwords/cm/v201702;>000559011307b9900a3728df3703c5d5ConversionTrackerServicemutate1429soap:Server[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
 
@ 
com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]https://adwords.google.com/api/adwords/cm/v201702;>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
 
@ 
com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]ApiExceptionhttp://www.w3.org/2001/XMLSchema-instance; 
xsi:type="InternalApiError">InternalApiError.UNEXPECTED_INTERNAL_API_ERRORInternalApiErrorUNEXPECTED_INTERNAL_API_ERROR

Thanks,
Gabriel

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/cea55a04-33c8-4f10-adaf-c73bd1fc0ca2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UNEXPECTED_INTERNAL_API_ERROR with getCustomers

2017-09-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi,

Could you provide the email address which was used to authorize the request 
along with the complete SOAP request and response logs? Please use *Reply 
privately to author* when responding. 

Thanks,
Shwetha, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/837bd9e6-9ca4-4a1c-8c09-dcbdcd3810e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Targeting Idea Service STATS Operations Count

2017-09-12 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Ryan,

If you are trying to query 500 keywords in a single get request, it would 
be considered as one operation. If you're trying to request 500 keywords in 
batches of 100, it would be counted to 5 operations. You can get the number 
of operations performed in a request by logging the operations header 

 in 
the response. Please note that you will be able to request maximum of 700 
keywords per one stats request.  You may refer to the Batch Targeting Ideas 

 and Targeting Idea specific limits 
 
guide 
for more information.

Thanks,
Bharani, AdWords API Team.

On Tuesday, September 12, 2017 at 5:42:25 AM UTC-4, Ryan wrote:
>
> Hi all,
>
> The Rate Limit documentation 
>  shows up to 
> 10,000 "operations" per day for a get request to the TargetingIdeaService.
>
> Operation: get
> Count: 100 targeting ideas
> Service: TargetingIdeaService
> Operations counted towards Daily Limit: 1
>
> If we insert an array of 500 queries in a single get request using STATS 
> rather than IDEAS, would that be five operations or one operation as we 
> would be receiving 500 results with no additional targeting ideas being 
> returned.
>
> Regards,
>
> Ryan
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d5fc9915-83fb-42ef-afa6-dbc1ccd50c59%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Getting a second token with readonly access

2017-09-12 Thread Assaf Frank
Hi,

We currently have a standard token (read/write) but would like to offer a 
service to customers that only requires read access.
We would like to display the "grant access"  message to the users that we 
would like access to "read" only and not to fully manage their accounts (I 
understand this message is according to the token access).

Is there a way to as for ready only access from the user - even if the 
token has full read/write access?
If not, can we under the same Manager ID get a second token with only read 
access for this purpose?

Thanks,

Assaf

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a3d1fbb9-b381-4f7b-a9f1-abd8f2283ad8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Connecting AdWords API and Big Query

2017-09-12 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Dheeraj, 

On this forum we discuss technical issues specific to AdWords API. Since 
your question is about Big Query integration, could you please get in touch 
with the Big Query Team ? I found this 
 guide which might 
be useful for you. 

Thanks,
Sreelakshmi, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5e02bb46-dbd0-4573-8ac0-63471c937fae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: User Does Not Have Access to Template: 178

2017-09-12 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Trevor, 

Using the API you should be able to create an Image Ad and set the 
placements as long as the campaign type is Display and not Video. You could 
check these guides about showing Display Network ads in videos 

 and showing your Display Network ad on YouTube 
 
which 
explains the possible options that you are considering. However, to 
understand how the image ads will serve on YouTube, please post on the 
Advertisers 
community forum 
.
 
The experts there should be able to comment on that.

Thanks,
Sreelakshmi, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/10779834-7868-46e9-9667-79b3411c1753%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


UNEXPECTED_INTERNAL_API_ERROR with getCustomers

2017-09-12 Thread Oksana Sulyma
Hi guys,
I'm requesting 
https://adwords.google.com/api/adwords/mcm/v201702/CustomerService and 
getting the next error:

soap:ServerInternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
com.google.ads.api.services.common.error.InternalApiError.(InternalApiErroInternalApiError.UNEXPECTED_INTERNAL_API_ERROR
 
@ 
com.google.ads.api.services.common.error.InternalApiError.(InternalApiErroApiExceptionInternalApiError.UNEXPECTED_INTERNAL_API_ERRORInternalApiErrorUNEXPECTED_INTERNAL_API_ERROR


curl_info is next:
( [url] => 
https://adwords.google.com/api/adwords/mcm/v201702/CustomerService 
[content_type] => text/xml; charset=UTF-8 [http_code] => 500 [header_size] 
=> 420 [request_size] => 858 [filetime] => -1 [ssl_verify_result] => 0 
[redirect_count] => 0 [total_time] => 121.246653 [namelookup_time] => 
0.004202 [connect_time] => 0.287567 [pretransfer_time] => 0.87369 
[size_upload] => 536 [size_download] => 1103 [speed_download] => 9 
[speed_upload] => 4 [download_content_length] => -1 [upload_content_length] 
=> 536 [starttransfer_time] => 121.246455 [redirect_time] => 0 
[redirect_url] => [primary_ip] => 173.194.222.100 [certinfo] => Array ( ) 
[primary_port] => 443 [local_ip] => 10.99.99.22 [local_port] => 37912 )

my xml looks next:
http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:v20="https://adwords.google.com/api/adwords/mcm/v201702; 
xmlns:v201="https://adwords.google.com/api/adwords/cm/v201702;>
   
  
 mytoken
 myagent
  
   
   
  
   


This code works for lots of different Adwords accounts, getting SOAP error 
just for one - can send details on it.

Repeating the request doesn't help. Really need any input which can help to 
troubleshoot. Thanks!  

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a1b0db06-f9a3-4d13-9c5f-13e121e179ca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Report definition not recognized when making SOAP request

2017-09-12 Thread JohnA_a
Hi Vincent,
thanks for your reply.

Just to give you a broader view of what we are attempting:
We are actually using a SSIS component that is connecting to AdWords API 
and making a SOAP request to get ads performance data etc. We are not using 
any language (php, c#, java, ruby etc) but the integrated capability that 
this component offers through SSIS to get an xml script and make the call.

Everything around account creation, developer token, access etc are set up 
and working. 
However when we run the SOAP request that I posted (and also trying your 
XML example as well), we are getting the below error:





On Tuesday, 12 September 2017 08:17:31 UTC+3, Vincent Racaza (AdWords API 
Team) wrote:
>
> Hi,
>
> Could you confirm if you are getting the report fields 
> 
>  (in 
> Java) in your request? If your goal is just to get the report fields of 
> AdGroup Performance Report, then you can use the example that I linked. 
> However, if your goal is to get the report data of this report type, then 
> you can check this example 
> 
> . 
>
> Below is a sample report definition 
> 
>  in 
> getting a report data with selector:
>
> 
>  xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201708;>
>   
>
>
>
>
> *  AdGroupId
>   CampaignId  
> Impressions  
> Clicks  *
>   Ad Group Perf Report Sample
>   ADGROUP_PERFORMANCE_REPORT
>   LAST_7_DAYS
>   CSV
>   
>
> Let me know if you have further clarifications.
>
> Thanks,
> Vincent
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4f2b0ae1-c535-47cb-b08f-d48f74bbfcb5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Connecting AdWords API and Big Query

2017-09-12 Thread Dheeraj R
What is a preferable way of connecting AdWords API and Big Query

Using a Web Service component or Script Component ?

Please suggest at the earliest and the steps for doing the same.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5c43b3ef-a5d8-4bef-bd5b-8ff2d8120198%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Targeting Idea Service STATS Operations Count

2017-09-12 Thread 'Ryan' via AdWords API Forum
Hi all,

The Rate Limit documentation 
 shows up to 
10,000 "operations" per day for a get request to the TargetingIdeaService.

Operation: get
Count: 100 targeting ideas
Service: TargetingIdeaService
Operations counted towards Daily Limit: 1

If we insert an array of 500 queries in a single get request using STATS 
rather than IDEAS, would that be five operations or one operation as we 
would be receiving 500 results with no additional targeting ideas being 
returned.

Regards,

Ryan

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/21da3cfd-2fdc-4bd0-974f-567223db928e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: 400 BAD REQUEST on reporting

2017-09-12 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Tim,

You are missing the reportName and dateRangeType in your request. Kindly 
see this sample report definition 

 so 
you can emulate on your end.

If the issue still persists after doing the suggestion, kindly provide your 
latest report definition so I can check.

Thanks,
Vincent
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f44b3b8b-78b3-4c7f-b9f8-60fc9c31549a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Fatal error: Uncaught Error: Access to undeclared static property:

2017-09-12 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Pradeep,

Since you will be using a custom date range based on the user's selection, 
then you can use a CUSTOM_DATE 

 for 
the dateRangeType. Below is a sample PHP code snippet on how to do this:

$range = new DateRange();
$range->setMin('20170904'); //Update this part based on the value of the 
user's dropdown
$range->setMax('20170905'); //Update this part based on the value of the 
user's dropdown
$selector->setDateRange($range);
$reportDefinition->setDateRangeType(
ReportDefinitionDateRangeType::CUSTOM_DATE);

Also, please make sure that you import the DateRange in your file:

use Google\AdsApi\AdWords\v201708\cm\DateRange;

Let me know if this helps.

Thanks,
Vincent
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/88837518-7134-485f-8144-4ffc80f658c8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: About impression share

2017-09-12 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi,

For your first question, you are right. You can get it using 
ContentImpressionShare 

 metric 
of Campaign Performance Report. This will return the same results as the UI 
which can be "xx.xx%" or "<10%". As of now, you could not calculate/get the 
actual value for the number of impressions for "<10%" value in both UI and 
API.

For your second question, you do not need to calculate this on your end. 
The report will automatically provide you the "Total" if a certain column 
has a value for this. Below is a sample logs from report which gets 
CampaignId and ContentImpressionShare with their total:

XX,< 10%
XX,< 10%
*Total,< 10%*

Let me know if you have further clarifications.

Thanks,
Vincent
AdWords API Team

>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e80c8407-ce77-407f-9efd-daca891bf79d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [8-7315000019058] From basic to standart access level Adwords API

2017-09-12 Thread Владимир Дорохин
Hi.

The account is attached to the developer's personal mail.
We decided to switch to the corporate account in the app, and after that we
already send the application for the standard level.

Tell me, please, can I send you an application by mail or through the forum?

2017-09-08 13:57 GMT+03:00 Владимир Дорохин :

> Hi, Ryan.
>
> sorry for the silence.
>
> I asked the developers, but I have not received an answer yet.
>
> I plan to return with an answer by the middle of next week.
>
>
>
> 2017-09-05 19:43 GMT+03:00 :
>
>> Hi,
>>
>> Thanks for reaching out.Please provide your production MCC ID
>>
>> Best,
>> Ryan.
>> 
>> AdWords API Compliance
>>
>>
>> *Note:* Please keep your dev contact up to date
>>  at all
>> times
>>
>> Signing up for the AdWords API
>>  | 
>> AdWords
>> API policies  |
>> FAQs  | Developer Forum
>> 
>>
>>
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAO-wwnP9VDf9B%2B3O1-tWfu0-wNZ-Sfmz-%2BdJqqt%2B_k0x4X11Yg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to verify search locations for Radius Targeting

2017-09-12 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Jiwon,

Currently, there's no way to verify if the provided location information is 
country, city, postal code or street address via AdWords API. In the UI for 
radius targeting, if you'll search for a location, it may provide you the 
whole address (this also depends on the searched location). However, in the 
API, there is no feature yet that allows you to search and provide you the 
whole location with the breakdown of country, city, etc. Please note that 
Radius targets are treated as Proximity 

 Object 
and not as Location Object.

The only thing you can do with Radius Targets via the AdWords API is to create 
and target Radius targets 

 via CampaignCriterionService.mutate() 

 or 
retrieve existing Radius Target/s of a campaign via 
CampaignCriterionService.get() 

 or CampaignCriterionService.query() 

.

With this, you can only retrieve the geoPoint 

 (latitude 
and longitude pair) and the specified address Information (if existing) of 
a Radius target of a campaign such as country, city, postal code and street 
address via the address field 

.

Let me know if you have further clarifications.

Thanks,
Vincent
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a1ff3687-e84b-40c5-9fe9-3aa6513aff94%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Fatal error: Uncaught Error: Access to undeclared static property:

2017-09-12 Thread Pradeep Kumar
Dear Vincent Racaza ,

Thank you for your kind reply.

But see i am developing a wordpress plugin where user has to filter the 
data from drop down
Like user will pick a date range e.g; 4-sep-2017 to 5-sept-2017 so i will 
save it in a variable and want to call this variable in place of 
dateRangeType.
Kindly suggest me how do i fix it in dynamic method.



On Tuesday, September 12, 2017 at 1:55:23 PM UTC+5:30, Vincent Racaza 
(AdWords API Team) wrote:
>
> Hi Pradeep,
>
> In regards to your error in PHP, you need to set a defined constant value 
> in the dateRangeType as the LAST_7_DAYS constant value is 
> under ReportDefinitionDateRangeType object. Meaning, you could not just 
> create a variable and set it in ReportDefinitionDateRangeType. Kindly set 
> it back to original value based on the example:
>
> $reportDefinition->setDateRangeType(
> ReportDefinitionDateRangeType::LAST_7_DAYS);
>
> For filtering your report by location and device, you can only filter by 
> Device 
> 
>  and 
> not location in the Campaign Performance Report as there is no location ID 
> in this report type. You can use other report types (e.g. Geo Performance 
> Report 
> 
> , Campaign Location Target Report 
> )
>  
> to retrieve and filter by location.
>
> Thanks,
> Vincent
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b676021a-60b9-4f01-862b-a99a8f31820b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


400 BAD REQUEST on reporting

2017-09-12 Thread Tim Johnson
Hi,
 
I am trying to pull a report by following the reporting basics 

 instructions 
here.

However, when I try the POST call, I receive a "400 BAD REQUEST" error 
below is my call:


https://adwords.google.com/api/adwords/reportdownload/v201708

the headers are:
"developerToken : xxx" 
"Authorization : Bearer xxx" 
"clientCustomerId : xxx" 
"Content-Type : multipart/form-data"

then the body is:
https://adwords.google.com/api/adwords/v201708\;>
  
CampaignId
  
  CAMPAIGN_PERFORMANCE_REPORT
  CSV



Can you see anything wrong with this call?  Thanks in advance for the help.

Regards,
Tim

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2d22dc70-36e8-450d-af3e-ba82301589cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Fatal error: Uncaught Error: Access to undeclared static property:

2017-09-12 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Pradeep,

In regards to your error in PHP, you need to set a defined constant value 
in the dateRangeType as the LAST_7_DAYS constant value is 
under ReportDefinitionDateRangeType object. Meaning, you could not just 
create a variable and set it in ReportDefinitionDateRangeType. Kindly set 
it back to original value based on the example:

$reportDefinition->setDateRangeType(
ReportDefinitionDateRangeType::LAST_7_DAYS);

For filtering your report by location and device, you can only filter by 
Device 

 and 
not location in the Campaign Performance Report as there is no location ID 
in this report type. You can use other report types (e.g. Geo Performance 
Report 

, Campaign Location Target Report 
)
 
to retrieve and filter by location.

Thanks,
Vincent
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b13a826f-a967-4176-8b59-8a9ced6211e9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


About impression share

2017-09-12 Thread take
Dear AdWords API team,

As document guide 
at 
https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report#contentimpressionshare

The impression share has special value "< 10%". I cannot calculate 
impression share value by period of time or monthly

So I have 2 questions:
1. How can I get the estimated number of impressions you were eligible to 
receive
2. How to calculate the number in yellow frame. Please help me about 
fomulation.

Thanks
 
& Best Regards 

Phu. 



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5abc5a37-a7ae-4816-92e3-fb2a21caec51%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: any way to see the SOAP calls

2017-09-12 Thread Tim Johnson
scratch this you can mark this solved or delete this thread.

Thank you for the assistance.

On Tuesday, September 12, 2017 at 2:24:53 PM UTC+10, Tim Johnson wrote:
>
> Hi Peter,
>
> Unfortunately that will not help me.  I want to use cURL to make 
> adjustments and to get reporting from the Adwords server.  All of the 
> libraries do nothing more than making GET and POST HTTP requests.  After 
> all is said and done withing the API examples, the API must simply be 
> sending a header and a parameters to a specific domain. My question is: 
> what are those 3 for a specific call.
>
> I cannot be calling 9,000 php files; my company simply won't allow it.  
> You are, in fact, using the REST format in the background; you have to be, 
> whether it is stated that it is supported or not.  What I am wondering: 
> what is the nature of that format.
>
>
> On Monday, September 11, 2017 at 7:50:41 PM UTC+10, Peter Oliquino wrote:
>>
>> Hi Tim,
>>
>> Could you confirm if what you wish to achieve is to have access to the 
>> SOAP request and response that is generated during each AdWords API service 
>> call? If my understanding is correct, then you may refer to this 
>> documentation 
>>  on 
>> how to enable SOAP logging in your end for the PHP client library. Let me 
>> know if this is what you're looking for.
>>
>> Best regards,
>> Peter
>> AdWords API Team
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e9c514fd-5520-44af-8ecf-42935276af85%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to verify search locations for Radius Targeting

2017-09-12 Thread 김지원
Hi

We are aware that proximity targeting is implemented using only the 
CampaignCriterionService for Radius Targeting.
Now that we know this, we would like to approach the matter in different 
way.  

When entering locations for Radius targeting, how can we verify the 
inserted item matches one of these - country, city, postal code, street 
address?
For instance, if I enter 'yeoksamdong', how can we know entered item is 
whether city or street address.
AdWords seems to verify this automatically and give us result, but we were 
wondering how it's done through API. 

Please note we are not trying to create targetable locations as seen in the 
AdWords UI(Not supported in AdWords API), but only trying to find out how 
to verify items entered with right type of location object.

Thank you :)
Jiwon


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/71c8305f-dbfa-4bf2-b062-094b5a9afbbd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.