Re: How to get client customer id of authorized adword account user through oauth2 in PHP

2020-06-17 Thread Pratik Patel


On Monday, June 15, 2020 at 9:52:10 AM UTC+5:30, Pratik Patel wrote:
>
>
>
> On Thursday, June 4, 2020 at 10:23:24 PM UTC+5:30, adsapiforumadvisor 
> wrote:
>>
>> Hi Pratik,
>>
>> Thank you for your patience. I'll take a look at this internally with my 
>> team and get back to you as soon as possible.
>>
>> Thank you,
>> Bryan, Google Ads API Team
>>
>> ref:_00D1U1174p._5004Q1zsDUN:ref
>>
>
> Hi,
>
> Can you please tell me how much time it would take to get response from 
> Google ads team?
>
>  Regards,
>  Pratik.
>


Any updates? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e814007f-a44a-4720-87e1-1e3877cadc3eo%40googlegroups.com.


Re: BudgetOrderService - CUSTOMER_NOT_WHITELISTED_FOR_API V201302

2020-06-17 Thread Martin SangDo
I contacted them via mail & chat, he said contact API provider. However he 
doesn't know how to contact them!!!

On Tuesday, 12 May 2015 03:00:13 UTC+7, Anash P. Oommen (AdWords API Team) 
wrote:
>
> Hi,
>
> If you don't know who your Google Account Manager is,  then you could try 
> reaching out to the AdWords Help team at 
> https://support.google.com/adwords/answer/1385067?hl=en and check if you 
> have one assigned.
>
> Cheers,
> Anash
>
> On Friday, May 8, 2015 at 4:52:05 PM UTC-4, Rothana Choun wrote:
>>
>>
>> Hello,
>>
>> I got the same problem and I wonder how and where can I contact to my 
>> Google Account Manager. 
>> Can you give more detail about this? 
>>
>> Thanks !
>>
>> On Monday, June 10, 2013 at 4:26:54 PM UTC+7, Anash P. Oommen (AdWords 
>> API Team) wrote:
>>>
>>> Hi,
>>>
>>> BudgetOrderService is available right now only through a whitelist. 
>>> There is no extra cost associated with this API, you have to reach out to 
>>> your Google Account manager to request access to this service.
>>>
>>> Cheers,
>>> Anash P. Oommen,
>>> AdWords API Advisor.
>>>
>>> On Thursday, June 6, 2013 1:35:50 PM UTC+5:30, live_ines wrote:

 Hi
 Can anyone help with this please?
 I'm using API V201302 to create customers and campaigns.
 For each client created by API I use BudgetOrderService to define the 
 method of payment / billing, but I get the following error message:

 System.Web.Services.Protocols.SoapException: 
 [NotWhitelistedError.CUSTOMER_NOT_WHITELISTED_FOR_API @ ; trigger:'Manager 
 7** is not whitelisted under RESELLER or AGENCY'] at 
 System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
  
 message, WebResponse response, Stream responseStream, Boolean asyncCall) 
 at 
 System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String 
 methodName, Object[] parameters) at 
 Google.Api.Ads.Common.Lib.AdsSoapClient.MakeApiCall(String methodName, 
 Object[] parameters)

 How to fix this?

 How to have all the client I have created by API on the Whitelist for 
 API. Has this any cost associated?

 Best regards,

 Lfernandes

>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7db40315-5a8f-4db1-b4f5-57b812e4231bo%40googlegroups.com.


Re: User List maintenance using Google Ads API

2020-06-17 Thread 'Abhinav Sharma' via AdWords API and Google Ads API Forum
Hi There,

I am trying to perform two operation on existing customer list (audience)
1) Adding the customer (FirstName, LastName, Email, Phone, Country, Zip) to 
an existing customer list (Audience) - Which I am able to do that
2) Removing the existing customer from the same existing customer list 
(audience) - in the document it's mentioned that I need to set the mutate 
operator as REMOVE. however, Do I need to pass the same MEMBER object with 
all the customer info (FirstName, LastName, Email, Phone, Country, Zip) ? 
OR Is removal of the record is not possible via any external identifier 
(such as some ID for the old record)?



Thanks,
Abhinav

On Saturday, 13 June 2020 00:45:17 UTC+10, adsapiforumadvisor wrote:
>
> Hi All,
>
> @Abhinav, you are correct that Google Ads API is still in beta and not 
> currently recommended for production use.
>
> @cv, as Abhinav mentioned, adding and removing customers to a user list is 
> possible using the AdWords API mutateMembers 
> 
>  
> operation. As you said, you have already been doing this.
>
> Regards,
> Mitchell
> Google Ads API Team
>
> ref:_00D1U1174p._5001UaRix7:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4bb664d7-41d8-4c77-9f5c-87eb5dabb50bo%40googlegroups.com.


Re: Different metric value between SEARCH_QUERY_PERFORMANCE_REPORT and AD_PERFORMANCE_REPORT

2020-06-17 Thread Dũ Đoàn
Thank you for the information.

Vào 23:41, T.4, 17 Th6, 2020 Google Ads API Forum Advisor Prod <
adsapiforumadvi...@gmail.com> đã viết:

> Hi,
>
> Thank you for reaching out. The Search Query Performance Report gets
> metrics from the search term level while the Ad Performance Report gets
> metrics at the ad level so it is expected that there would be some
> discrepancies. You can see here
> 
> for how to map the Search Query report to the UI and here
> 
> for how to map the Ad report to the UI. If there are any discrepancies
> between the values in the UI and what is returned from the API, please
> share your client customer ID *via Reply privately to author *so I can
> further investigate the issue.
>
> Regards,
> Mitchell
> Google Ads API Team
>
> ref:_00D1U1174p._5004Q2176Yx:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAALPnO96DV4LDP%2Bjh7TuhrOtztxNMKAY2O8j4xgYkXMfHKNMtQ%40mail.gmail.com.


How to add multiple records to members in AdwordsUserListService for customer matching?

2020-06-17 Thread abhi
the documentation shows :

  emails = ['custom...@example.com', 'custom...@example.com',
' custom...@example.com ']
  members = [{'hashedEmail': NormalizeAndSHA256(email)} for email in emails]

  # Add address info.
  members.append({
  'addressInfo': {
  # First and last name must be normalized and hashed.
  'hashedFirstName': NormalizeAndSHA256('John'),
  'hashedLastName': NormalizeAndSHA256('Doe'),
  # Country code and zip code are sent in plaintext.
  'countryCode': 'US',
  'zipCode': '10001'
  }

  }) 
in this does all the 3 emails belong to same member mentioned in the 
address info, if not how to add to members list for multiple records

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9b0968b7-44a8-45c5-8b34-c291f4ad72e1o%40googlegroups.com.


Re: How to use Ads API Without Billing Account

2020-06-17 Thread 'Amber Xie' via AdWords API and Google Ads API Forum
For some reason it does not let me click "Reply privately to author," but 
I'll post it here.

I cloned the entire repository here: 
https://github.com/googleads/google-ads-java
And then on Google Cloud Shell, I run mvn exec:java 
-Dexec.mainClass="com.google.ads.googleads.examples.authentication.AuthenticateInWebApplication"

This gives me a ClassNotFoundException for AuthenticateInWebApplication

Am I supposed to compile beforehand? I've tried that as well but I run out 
of heap memory

On Wednesday, June 17, 2020 at 1:30:29 PM UTC-7 adsapiforumadvisor wrote:

> Hi Amber,
>
> Thank you for reaching out. You still need to have a developer token even 
> if you are only making calls to the test accounts. As for the other issue 
> you had, could you please elaborate the issue and share the complete logs 
> via *Reply privately to author* option for me to further investigate?
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>  
>
> ref:_00D1U1174p._5004Q217HF5:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/69a2c55b-7aa0-4909-89b3-e1ed4fb3eaf7n%40googlegroups.com.


RE: How to use Ads API Without Billing Account

2020-06-17 Thread Google Ads API Forum Advisor Prod
Hi Amber,

Thank you for reaching out. You still need to have a developer token even if 
you are only making calls to the test accounts. As for the other issue you had, 
could you please elaborate the issue and share the complete logs via Reply 
privately to author option for me to further investigate?

Thanks and regards,
Xiaoming, Google Ads API Team
ref:_00D1U1174p._5004Q217HF5:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/A3YOr0QC37M400gUsGxjnbTHWjOSTLDp5UZQ%40sfdc.net.


RE: API not returning data for recent App Campaigns

2020-06-17 Thread Google Ads API Forum Advisor Prod
Hi Marcelo,

Thank you for reaching out. For me to further investigate, could you please 
share the complete request and response logs including the report definition 
and client customer id via the Reply privately to user option?

Thanks and regards,
Xiaoming, Google Ads API Team
ref:_00D1U1174p._5004Q217G24:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/KP3Zf0QC36QQ00FC9YnwqbRHCNcr1t6TJOCg%40sfdc.net.


RE: Delete Customer Client via REST API

2020-06-17 Thread Google Ads API Forum Advisor Prod
Hi Bilal,

Thank you for reaching out. Unfortunately, this feature is not currently 
supported. I have created a feature request for this on your behalf so please 
keep an eye on our Developer Blog for information on future releases.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5004Q217Dp9:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/X1wzr0QC367Q00JM1-HAJ8RMyYSbX3ksEcbQ%40sfdc.net.


RE: CustomerService --> getCustomers returning just one Customer

2020-06-17 Thread Google Ads API Forum Advisor Prod
Hi Austin,

Thank you for reaching out. Unfortunately, this is not possible as email is not 
a field that can be selected in ManagedCustomerService. You can see a list of 
selectable fields in this documentation. If you have any additional questions, 
please don't hesitate to reach out.

Regards,
Danica, Google Ads API Team
ref:_00D1U1174p._5004Q217E66:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/55EhM0QC35CX00_li4WsXTTi-p3q5RjzG4vw%40sfdc.net.


RE: CustomerService --> getCustomers returning just one Customer

2020-06-17 Thread Google Ads API Forum Advisor Prod
Hi Austin,

Thank you for reaching out. Unfortunately, this is not possible as email is not 
a field that can be selected in ManagedCustomerService. You can see a list of 
selectable fields in this documentation. If you have any additional questions, 
please don't hesitate to reach out.

Regards,
Danica,
ref:_00D1U1174p._5004Q217E66:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/K2zAO0QC35BY00P6FYflqPRuWngr2Hg4Ty3A%40sfdc.net.


RE: CRITERIA_PERFORMANCE_REPORT in Google Ads Api

2020-06-17 Thread Google Ads API Forum Advisor Prod
Hi Olesya,

Thanks for reaching out. With regards to your concern about migrating 
CRITERIA_PERFORMANCE_REPORT  to Google Ads API, here is our migration guide for 
reports. In it, you will see which reports types and fields map from the 
AdWords API to Google Ads API.  If you would like to get those metrics, you 
have to use the specific report for that criterion type. For example, if you 
want keyword metrics you have to use the Keyword View, gender metrics would use 
Gender View, age range stats the Age Range View, etc. The ad_group_criterion 
report is the closest to the Criteria Performance Report. However, this report 
contains no metrics.

Let me know if you have any questions.

Thanks,
Nirmita Patel Google Ads Team
ref:_00D1U1174p._5004Q217B54:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/lm9910QC34YB00XzAGIrp1RIyV63ToXhXj_g%40sfdc.net.


RE: XML SOAP Error Invalid byte 1 of 1-byte UTF-8 sequence

2020-06-17 Thread Google Ads API Forum Advisor Prod
Hi Adam,

>From the resources I've seen regarding this issue, you may be running issues 
>with how you're reading your XML file. Unfortunately, since this issue is not 
>specifically because of our API, this issue is not within our scope.

Regards,
Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q20ZG43:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/zuA4S0QC34HU00W2L5k4QtTXqUy6oFKQSopQ%40sfdc.net.


RE: I need to send conversions offline using api google ads

2020-06-17 Thread Google Ads API Forum Advisor Prod
Hi Ricardo,

Thank you for reaching out. You can follow this guide for uploading offline 
conversion. You will use the ConversionUploadservice and need to provide the 
required information (gclid, conversionName, conversionTime). Please refer to 
this code example. Let me know if this is what you're looking for. If not, can 
you please elaborate your concern and provide screenshot of the UI so that I 
can further investigate the issue.

Thanks,
Nirmita Patel Google Ads Team
ref:_00D1U1174p._5004Q2179Cg:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/nC0X30QC34GE00X9al_vZtS42c3Gu7rErNMw%40sfdc.net.


RE: Cannot retrieve DIsplayUrl parameter from ExpandedTExtAd objects

2020-06-17 Thread Google Ads API Forum Advisor Prod
Hi Ludovic,

Thank you for providing information. I noticed that the you are using incorrect 
AdGroupId for getting DisplayUrl. This is the reason you will receive null 
parameter, I would suggest you please use the valid id to retrieve DisplayUrl.

Let me know of you have any questions.

Thanks,
Nirmita Patel Google Ads Team
ref:_00D1U1174p._5004Q20ZGp4:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ON_Vt0QC33R000v6ce53j5SlO_P4d0_DF4ZQ%40sfdc.net.


How to use Ads API Without Billing Account

2020-06-17 Thread 'Amber Xie' via AdWords API and Google Ads API Forum
Hi,

I'm working on working with the Ads API, but I don't want to have to set up 
a billing account. I've set up a testing manager account, and I can't 
figure out how to create a client under the testing manager account. 
However, because I am using the testing account, I cannot get a developer 
token. Do I need one if I'm just testing around? 

In addition, I'm following this tutorial  
and
 
I can't get this 

 
to run properly in Google Cloud console (using the provided terminal 
command $ mvn exec:java 
-Dexec.mainClass="com.google.ads.googleads.examples.authentication.AuthenticateInWebApplication").

Any help with getting started with the API would be helpful. Thanks!

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

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


RE: get Google Adwords developer token programmatically

2020-06-17 Thread Google Ads API Forum Advisor Prod
Hi Mawran,

Thank you for reaching out. Unfortunately, it is not currently possible to 
retrieve the developer token programmatically as the documentation only 
mentions viewing the developer token in the API Center. I have raised a feature 
request for this on your behalf, though there is no guarantee this will be 
possible since the developer token is considered sensitive information. Let me 
know if you have any additional questions.

Regards,
Danica, Google Ads API Team
ref:_00D1U1174p._5004Q217BAD:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/XLSSR0QC30CD00FvqDI4CmTB66mtPGK7RMoA%40sfdc.net.


RE: Automated Rules in Google Ads API?

2020-06-17 Thread Google Ads API Forum Advisor Prod
Hi He,

Thank you for reaching out to us. Currently, Google Ads API does not support 
Automated Rule. I can put in a request for this feature to be added. In the 
meantime, please follow our blog for more updates on this request and new 
installments. Otherwise, you can replicate Automated Rules functionality using 
Scripts, see here for an example. You can also manage this via the UI. Let me 
know if you have further questions.

Thank you,
Bryan, Google Ads API Team
ref:_00D1U1174p._5004Q2176hp:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/wLOoy0QC2YUH009SNf4v67Sk6oe3ZEgzqISA%40sfdc.net.


RE: Different metric value between SEARCH_QUERY_PERFORMANCE_REPORT and AD_PERFORMANCE_REPORT

2020-06-17 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for reaching out. The Search Query Performance Report gets metrics 
from the search term level while the Ad Performance Report gets metrics at the 
ad level so it is expected that there would be some discrepancies. You can see 
here for how to map the Search Query report to the UI and here for how to map 
the Ad report to the UI. If there are any discrepancies between the values in 
the UI and what is returned from the API, please share your client customer ID 
via Reply privately to author so I can further investigate the issue.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5004Q2176Yx:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/dWZSI0QC2X1V00aBjxiu6xTtyu29URU2T_Jw%40sfdc.net.


Re: CustomerService --> getCustomers returning just one Customer

2020-06-17 Thread Austin Becker
Hello, I have a similar question. I'm not sure how to programmatically find 
a user's client_customer_id in order to add it to my yaml file. I could ask 
the user to type their client_customer_id into my web app, but I'd rather 
get a list of all the client_customer_ids associated with their email 
address, then let them select which client_customer_id they'd like to work 
with using my app.

Is this not possible?

Thank you for your help!



On Friday, January 20, 2017 at 3:35:50 PM UTC-5, Angel Lubenov wrote:
>
> Great!, 
> Thanks a lot for your help!!!
>
>
>
>
> On Friday, January 20, 2017 at 1:24:05 PM UTC-3, Shwetha Vastrad (AdWords 
> API Team) wrote:
>>
>> Hi Angel,
>>
>> You need to use ManagedCustomerService 
>> 
>>  to 
>> retrieve the client accounts under your manager account. The 
>> GetAccountHierarchy 
>> 
>>  Java 
>> example demonstrates how to use this service to retrieve the account 
>> hierarchy under a manager account. Example code in other languages is 
>> available here 
>> .
>>
>> Regards,
>> Shwetha, 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6de5ba94-d5f6-41c6-8aa9-68ca48ad20e3o%40googlegroups.com.


Re: Create remarketing list via Adwords API

2020-06-17 Thread Google Ads API Forum Advisor Prod
Hi Grigoris,

For your first question, you should make a mutateMembers call to the 
AdWordsUserListService. You specify all of the users you want to add in the 
members list. This will bulk upload all of the members.

If those audiences are saved in a CRM with one of the key types listed here, 
then you should be able to use those audiences in this scenario.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5004Q20VXbY:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/-lcGP0QC2W1R00bSVfnF8iTo--wXVKrbPvFw%40sfdc.net.


Delete Customer Client via REST API

2020-06-17 Thread Bilal Akbar
Hello,

I am using Node.js so cannot use any of the Official Google client 
libraries for Google Ads API. For most of the tasks, I am using Google Ads 
Library by Opteo  that uses 
gRPC . However, it does not support most of the Account 
management related options as of yet.

So, I have few REST requests. For account management, I have a simple REST 
request that creates a new Customer Client under my MCC account.

To do so, I am doing

*https://googleads.googleapis.com/v3/customers/${MANAGER_ACCOUNT_ID}:createCustomerClient*

It works perfectly. Now I cannot figure out, how can I delete the customer 
that I created above. What would the REST request look like to delete the 
Customer Client from my MCC account.

Could not figure out anything from Account Management 

.

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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7bdc6d05-3f1f-45ac-8a15-a4898c25fce6n%40googlegroups.com.


Re: Unable to create Subdivision of Product Partition and Unable to Replace the Existing Product Partitoons as well

2020-06-17 Thread Google Ads API Forum Advisor Prod
Hi Gagan, I have taken a look at the logs from your request and see two errors 
you need to fix: PRODUCT_PARTITION_ALREADY_EXISTS and 
PRODUCT_PARTITION_UNIT_CANNOT_HAVE_CHILDREN.

For PRODUCT_PARTITION_ALREADY_EXISTS, please try removing your existing product 
partition tree before you add a new one.

For PRODUCT_PARTITION_UNIT_CANNOT_HAVE_CHILDREN, it seems you are creating a 
node with a type of UNIT and adding children to it. Any node that has child 
nodes must be of type SUBDIVISION.

All the best,
Devin
The Google Ads API Team
ref:_00D1U1174p._5004Q1zqFyN:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/TbOV10QC2U6E009bPYRU_JSQ6XA7zJb0pXIw%40sfdc.net.


RE: Adwords API (v201809): BudgetOrderService getBillingAccount

2020-06-17 Thread Google Ads API Forum Advisor Prod
Hi Viettel,

Thank you for reaching out. Can you confirm that you have followed the 
guidelines mentioned in this forum post? If so, can you please provide your 
customer client ID as well as the complete detailed logs of the request and 
response so that I can take a closer look? Since we are currently experiencing 
issues with the "Reply privately to author" option, kindly provide these 
details in an email to googleadsapi-supp...@google.com.

Regards,
Danica, Google Ads API Team
ref:_00D1U1174p._5004Q2176cp:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/Zwvpu0QC2U6800HvRZHJGoRruFBfJQRQLxJw%40sfdc.net.


Re: Location Extensions / Business Account Identifier

2020-06-17 Thread Google Ads API Forum Advisor Prod
Hi Pete,

Apologies for misspelling your name.

Please find below the answer of your questions.

You can use AccountID is the string that is put for BusinessAccountIdentifier.

It looks like it might be required since it says "required = TRUE", Please see 
here .

My team is further investigating the issue and will let you know when there's 
an update.



I hope this cleared up your confusion. Let me know if you have any additional 
questions.

Thanks,
Nirmita Patel Google Ads Team
ref:_00D1U1174p._5004Q20Z1iu:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ZS3hg0QC2TD500-WG7JLz4TiulTvGwtOwT8A%40sfdc.net.


Re: Data Format for AdwordsUserListService

2020-06-17 Thread Google Ads API Forum Advisor Prod
Hi Qian,

Thank you for reaching out. Generally speaking, it wouldn’t matter if the 
userId is hashed or not hashed as it is not mandatory. But I would suggest you 
not to hash it since it is not required and if you do so it may lead to more 
complexity and could be the underlying cause for the 0% "User IDs" match rate. 
For the "Mobile Device IDs" match rate, you would need to contact the product 
team as the availability of this metric is a Google Ads UI related issue. You 
could log into your manager account and navigate to ? -> Get help to reach out 
to the product team.

Thanks and regards,
Xiaoming, Google Ads API Team
ref:_00D1U1174p._5004Q20ZDRM:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/IF5u40QC2S0O00WdcNrua1Qa-F8ZWCoz8_IQ%40sfdc.net.


Re: Country Code cannot be retrieved for App Campaign

2020-06-17 Thread Google Ads API Forum Advisor Prod
Hi Sejin,

Thank you for reaching out. The picture is again incomplete, could you please 
send the full picture?

Thanks and regards,
Xiaoming, Google Ads API Team
ref:_00D1U1174p._5004Q20YKbf:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/-kk6s0QC2R4C008r9ceCBwSDivfn7eEREG9g%40sfdc.net.


CRITERIA_PERFORMANCE_REPORT in Google Ads Api

2020-06-17 Thread Олеся Васина
Hello!

Can you please help me to migrate CRITERIA_PERFORMANCE_REPORT  to Google 
Ads Api?

Thank you in advance,

Have a nice fay,

Olesya

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ab063099-3530-43fe-b179-c8332387c3ebo%40googlegroups.com.


RE: GoogleAds beta: Probably incorrect error code when trying to create google app campaign

2020-06-17 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for reaching out and bringing these issues to my attention. I have 
forwarded them along to my team so please keep an eye on our Developer Blog for 
information on future releases.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5004Q2177pL:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/mauPC0QC2QH700BP9V2OlKRvG0SKg2LXCn4g%40sfdc.net.


get Google Adwords developer token programmatically

2020-06-17 Thread Mawran Mawr
I have google oauth2 authorization. To work with google adwords, I need 
developer token. I can see it on the website in my account, but is there 
any way to find it programmatically through 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4f061c31-b698-424f-84ab-0b20ad24742do%40googlegroups.com.


RE: OfflineCallConversion is not reflecting

2020-06-17 Thread Google Ads API Forum Advisor Prod
Hi Daniel,

Thank you for reaching out. For your first question, yes, that is correct. If 
there are no errors then everything should be expected.

For your second question, as long as you have partial failures enabled, the 
conversions that didn't cause an error should be uploaded.

The error logs should show which calls were successful and which failed. It can 
take a few hours to see uploaded conversions. If you're still having issues, 
could you please share your client customer ID, name of the conversion action, 
and the complete detailed request and response logs for the upload call via 
Reply privately to author so I can further investigate the issue? You can find 
information on enabling logging in the ReadMe of your client library.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5004Q2176XG:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/hEz540QC2Q7D00L0fhdiQ6R0uwF5q4dX55Kw%40sfdc.net.


Re: XML SOAP Error Invalid byte 1 of 1-byte UTF-8 sequence

2020-06-17 Thread Adam Jay
The request contains "UTF-8" encoding declaration. 
The problem might be withe the 
  żarowka
but this is also in the UTF-8.




W dniu wtorek, 16 czerwca 2020 15:26:45 UTC+2 użytkownik Adam Jay napisał:
>
> Hi. 
> I have some issue withe encoding the XML request to the Ads API 
> ("TargetingIdeaService") 
> The request is: 
> 
> http://www.w3.org/2001/XMLSchema; xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance; xmlns:wsdl="
> https://adwords.google.com/api/adwords/o/v201809; xmlns:env="
> http://schemas.xmlsoap.org/soap/envelope/; xmlns:cm="
> https://adwords.google.com/api/adwords/cm/v201809; xmlns:o="
> https://adwords.google.com/api/adwords/o/v201809;>
>   
> https://adwords.google.com/api/adwords/cm/v201809;>
>   xxx
>   xx
>   
> 
>   
>   
> https://adwords.google.com/api/adwords/o/v201809;>
>   
> 
>   https://adwords.google.com/api/adwords/cm/v201809; xsi:type="cm:Language">
> 1000
>   
> 
> 
>   https://adwords.google.com/api/adwords/cm/v201809; xsi:type="cm:Location">
> 2616
>   
> 
> 
>   żarowka
> 
> KEYWORD
> STATS
> KEYWORD_TEXT
> SEARCH_VOLUME
> COMPETITION
> AVERAGE_CPC
> 
> TARGETED_MONTHLY_SEARCHES
> 
> CATEGORY_PRODUCTS_AND_SERVICES
> https://adwords.google.com/api/adwords/cm/v201809; xsi:type="cm:Paging">
>   0
>   100
> 
>   
> 
>   
> 
>
> In response i get: 
> 
> http://schemas.xmlsoap.org/soap/envelope/;>
>   
> 
>   soap:Client
>   Unmarshalling Error: ParseError at [row,col]:[22,100]
> Message: Invalid byte 1 of 1-byte UTF-8 sequence. 
> 
>   
> 
>
> I'm am working in R. 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3542c3fe-53f5-4a74-94d2-a02530ee3f6do%40googlegroups.com.


RE: How to integrate LocationCriterionService with Places Search Box

2020-06-17 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for reaching out. You can find a location using the 
LocationCriterionService by following the example here (also available in other 
languages). However, I would recommend reaching out to the jsfiddle support 
team about integrating this result into that map since that is not an AdWords 
API related issue.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5004Q20ZKoM:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/wql-u0QC2NKX00SMpilkrzRpicjEeFP5Ftpw%40sfdc.net.


Re: Create remarketing list via Adwords API

2020-06-17 Thread Grigoris Giakas
Hello,

We have two more questions on this topic:

What is the bulk upload API so that we can upload our users to Google
(referred
https://developers.google.com/adwords/api/docs/guides/remarketing?hl=de#customer_match_with_email_address_address_or_user_id
) ?

The DMP that we use is already integrated with GAM and DV360, is it
possible to use the cookie syncs through this channel and then export the
audiences to Google Ads?

Kind regards
Grigoris

On Thu, Jun 4, 2020 at 6:07 PM Google Ads API Forum Advisor Prod <
adsapiforumadvi...@gmail.com> wrote:

> Hi Grigoris,
>
> For your 1st option, it looks like you should be able to create a custom
> remarketing tag
> 
> for this. For more information about that, I would recommend reaching out
> to the Google Ads Product Team here
>  as they will be more
> equipped to assist you.
>
> For your second option, if you are able to get the list of users (email
> address or address) from the segment, you can upload them as a Customer
> Match
> 
> user list.
>
> One other option I can think of is creating two separate user lists, a
> Basic
> 
> user list for cart abandoners (defined as a conversion action) and a
> Rule-based user list for members over 65. Then, as explained here
> ,
> create a Multiple
> 
> user list where you AND those 2 lists together.
>
> Regards,
> Mitchell
> Google Ads API Team
>
> ref:_00D1U1174p._5004Q20VXbY:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAJOGHmXUxbx_na5b8L%2B6814_eSeRQ0H4kaAAqYWqG1pJm6Q7zQ%40mail.gmail.com.


Re: Unable to create Subdivision of Product Partition and Unable to Replace the Existing Product Partitoons as well

2020-06-17 Thread gagan gupta
Thanks, Devin,

I have sent the email to googleadsapi-supp...@google.com, with the attached 
code and errors which are coming up.

Please look.

Thanks a lot,
Gagan 

On Tuesday, June 9, 2020 at 11:32:07 PM UTC+5:30, adsapiforumadvisor wrote:
>
> Hi Gagan, it seems we are experiencing some difficulty receiving your log 
> files. We are investigating that issue. In the meantime, I have taken a 
> look at the code and errors that you provided. I see two issues here.
>
> First, you are receiving the error 
> AdGroupCriterionError.PRODUCT_PARTITION_ALREADY_EXISTS 
> .
>  
> It sounds to me like you are trying to update your existing product 
> partition tree. You need to remove the existing ProductPartition before you 
> make any changes to the partition tree. Please see this guide 
>  
> for more information on partitioning for shopping campaigns.
>
> The second error you are receiving is 
> AdGroupCriterionError.PRODUCT_PARTITION_SUBDIVISION_REQUIRES_OTHERS_CASE 
> .
>  
> As mentioned in the guide mentioned earlier, each node of types SUBDIVISION 
> must have one child node that is a catch-all for "Other" types of products 
> that don't fit into the product partitions you've defined at the child 
> level.  
>
> Please refer to this code sample 
> 
>  
> for a complete working sample of how to construct a product partition tree. 
> Specifically, line 167 
> 
>  
> demonstrates how to set the "Other" node. 
>
> I hope this is enough to resolve your issues. If not, would you please *reply 
> privately to author* with your customer ID and request ID so that we can 
> retrieve the logs on our end?
>
> All the best,
> Devin
> The Google Ads API Team
>
> ref:_00D1U1174p._5004Q1zqFyN:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7d59ade9-92dc-483d-aeb3-7f8b93b065b6o%40googlegroups.com.


Re: Unable to create Subdivision of Product Partition and Unable to Replace the Existing Product Partitoons as well

2020-06-17 Thread gagan gupta
Thanks, Devin,

I have sent the email to: googleadsapi-supp...@google.com, with the 
attached code and errors which are coming up.

Please look.

Thanks a lot,
Gagan 


sent an email to 

On Wednesday, June 10, 2020 at 12:20:44 AM UTC+5:30, gagan gupta wrote:
>
> I sent many times, it shows "sent" to me.
> Give me your email address, I will send you logs and IDs as well.
>
> Gagan 
>
> On Tue, Jun 9, 2020, 23:31 Google Ads API Forum Advisor Prod <
> adsapiforumadvi...@gmail.com> wrote:
>
>> Hi Gagan, it seems we are experiencing some difficulty receiving your log 
>> files. We are investigating that issue. In the meantime, I have taken a 
>> look at the code and errors that you provided. I see two issues here.
>>
>> First, you are receiving the error 
>> AdGroupCriterionError.PRODUCT_PARTITION_ALREADY_EXISTS 
>> .
>>  
>> It sounds to me like you are trying to update your existing product 
>> partition tree. You need to remove the existing ProductPartition before you 
>> make any changes to the partition tree. Please see this guide 
>> 
>>  
>> for more information on partitioning for shopping campaigns.
>>
>> The second error you are receiving is 
>> AdGroupCriterionError.PRODUCT_PARTITION_SUBDIVISION_REQUIRES_OTHERS_CASE 
>> .
>>  
>> As mentioned in the guide mentioned earlier, each node of types SUBDIVISION 
>> must have one child node that is a catch-all for "Other" types of products 
>> that don't fit into the product partitions you've defined at the child 
>> level.  
>>
>> Please refer to this code sample 
>> 
>>  
>> for a complete working sample of how to construct a product partition tree. 
>> Specifically, line 167 
>> 
>>  
>> demonstrates how to set the "Other" node. 
>>
>> I hope this is enough to resolve your issues. If not, would you please 
>> *reply 
>> privately to author* with your customer ID and request ID so that we can 
>> retrieve the logs on our end?
>>
>> All the best,
>> Devin
>> The Google Ads API Team
>>
>> ref:_00D1U1174p._5004Q1zqFyN:ref
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6c47c1d1-807d-471b-9e65-801986de2364o%40googlegroups.com.


GoogleAds beta: Probably incorrect error code when trying to create google app campaign

2020-06-17 Thread Uladzislau Zayats
Hello.
I was fighting quite a long time with issue in google ads beta api while 
trying to create google ads campaign. I was not able to create ad for some 
reason and was getting following error:

GrpcError: Too few.
at AdGroupAdService. 
(/usr/src/app/node_modules/google-ads-api/build/services/service.js:200:23)
at Generator.throw ()
at rejected 
(/usr/src/app/node_modules/google-ads-api/build/services/service.js:6:65) {
  code: { collectionSizeError: 2 },
  request: {
customerId: '8497700244',
operationsList: [ [Object] ],
partialFailure: false,
validateOnly: false
  },
  request_id: 'A-2vzTuRligHyf8mtIHgOQ',
  location: 'operations[0].create.ad.app_ad.headlines.pinned_field',
  failure: Error: 3 INVALID_ARGUMENT: Too few.
  at Object.exports.createStatusError 
(/usr/src/app/node_modules/grpc/src/common.js:91:15)
  at Object.onReceiveStatus 
(/usr/src/app/node_modules/grpc/src/client_interceptors.js:1209:28)
  at InterceptingListener._callNext 
(/usr/src/app/node_modules/grpc/src/client_interceptors.js:568:42)
  at InterceptingListener.onReceiveStatus 
(/usr/src/app/node_modules/grpc/src/client_interceptors.js:618:8)
  at Object.onReceiveStatus 
(/usr/src/app/node_modules/google-ads-node/build/lib/interceptor.js:109:17)
  at InterceptingListener._callNext 
(/usr/src/app/node_modules/grpc/src/client_interceptors.js:568:42)
  at InterceptingListener.onReceiveStatus 
(/usr/src/app/node_modules/grpc/src/client_interceptors.js:618:8)
  at Object.onReceiveStatus 
(/usr/src/app/node_modules/google-ads-node/build/lib/interceptor.js:161:13)
  at InterceptingListener._callNext 
(/usr/src/app/node_modules/grpc/src/client_interceptors.js:568:42)
  at InterceptingListener.onReceiveStatus 
(/usr/src/app/node_modules/grpc/src/client_interceptors.js:618:8)
  at callback 
(/usr/src/app/node_modules/grpc/src/client_interceptors.js:847:24) {
code: 3,
metadata: Metadata { _internal_repr: [Object], flags: 0 },
details: 'Too few.'
  }
}


Googling about this issue was giving me results about incorrect 
*pinned_field*. But in fact - it was not about it. Reason of getting this 
error was that array of headlines for ad for app campaign was not big 
enough.
I was trying to create campaign with only 1 headline and getting error 
above. So after I just added more headlines and was finally able to create 
campaign ads. Is there any info about minimal amount of headlines in google 
ads for app campaigns? I did not find it. Here is the link where is no word 
about minimal amount of headlines: 
https://developers.google.com/google-ads/api/reference/rpc/v3/AppAdInfo

I would also add that in my opinion error description is not 100% true.
Here is original location in error:
  location: 'operations[0].create.ad.app_ad.headlines.pinned_field',

In my opinion, proper location should be:
  location: 'operations[0].create.ad.app_ad.headlines',

Showing pinned_field in location is confusing as it does not give real 
reason of failure.


Thanks.

BR, Vlad






-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c2a53489-8bce-4b8a-8956-4aadb9a5eb9eo%40googlegroups.com.


Re: Adwords API (v201809): BudgetOrderService getBillingAccount

2020-06-17 Thread Viettel Ads
Add more, I'm using clientId for session, not managerId

On Wednesday, June 17, 2020 at 2:35:30 PM UTC+7, Viettel Ads wrote:
>
> Dear Adwords Team,
>
> I'm using BudgetOrderService to get list billings account but always 
> return empty although I have setup.
>
> This i my code:
>
> $budgetOrderService = $adWordsServices->get($adWordsSession, 
> BudgetOrderService::class);
> $billingAccounts = $budgetOrderService->getBillingAccounts();
>
>
> This is my billing setup.
>
> [image: Capture_20200617.PNG]
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7b38a664-f465-4e05-b03b-dd07308bbcbfo%40googlegroups.com.


Re: Cannot retrieve DIsplayUrl parameter from ExpandedTExtAd objects

2020-06-17 Thread Ludovic Barreteau
Hello,

I tried to send a private reply but I couldn't see it.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e72a3b99-2a4f-486f-823e-b86fe369224fo%40googlegroups.com.


Automated Rules in Google Ads API?

2020-06-17 Thread 'He Chang' via AdWords API and Google Ads API Forum
Hi, API team

May I know if Google Ads API supports Automated Rule? If no is it on the 
roadmap? 

Our client is quite relying on the Automated Rule for their campaign 
automation operation, they are now working on API integration, but found it 
would be much simpler if they can use API to operate the rule. Look forward 
to hearing back from you!

Thanks.

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

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


Adwords API (v201809): BudgetOrderService getBillingAccount

2020-06-17 Thread Viettel Ads
Dear Adwords Team,

I'm using BudgetOrderService to get list billings account but always return 
empty although I have setup.

This i my code:

$budgetOrderService = $adWordsServices->get($adWordsSession, 
BudgetOrderService::class);
$billingAccounts = $budgetOrderService->getBillingAccounts();


This is my billing setup.

[image: Capture_20200617.PNG]

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/375af4c7-c84a-4bb6-9fff-3d1b84369b48o%40googlegroups.com.


Different metric value between SEARCH_QUERY_PERFORMANCE_REPORT and AD_PERFORMANCE_REPORT

2020-06-17 Thread Dũ Đoàn
- I send request to get report for reportType = 
SEARCH_QUERY_PERFORMANCE_REPORT and reportType = AD_PERFORMANCE_REPORT.
- After summary data, I see the summary value of metrics are different 
between 2 above reportType. For example:
+ With reportType = SEARCH_QUERY_PERFORMANCE_REPORT
   . Sum(impressions) = 105
   . Sum(clicks) = 29
   . Sum(cost) = 1464400

+ With reportType = AD_PERFORMANCE_REPORT
   . Sum(impressions) = 150
   . Sum(clicks) = 27
   . Sum(cost) = 149300
=> So, why the total of metric between 2 above reportType are different.

- My request of 2 above reportType, please help me to check it, thank you 
very much!
+ With reportType = SEARCH_QUERY_PERFORMANCE_REPORT

Request made: Service: reportdownload Method: POST clientCustomerId: xxx 
URL: https://adwords.google.com//api/adwords/reportdownload/v201809 
HTTP request:
accept-encoding: [gzip]
authorization: REDACTED
user-agent: [Adwords Axis (AwApi-Java, Common-Java/4.1.0, Java/1.8.0_241, 
maven, ReportDownloader)]
developertoken: REDACTED
clientcustomerid: xxx
skipreportheader: true
skipreportsummary: true
includezeroimpressions: false
Content:
__rdxml: 
https://adwords.google.com/api/adwords/cm/v201809;>

Date
CampaignId
CampaignName
AdGroupId
AdGroupName
Device
AdNetworkType1
Query
KeywordTextMatchingQuery
QueryMatchTypeWithVariant
Impressions
Clicks
Cost
ViewThroughConversions
Conversions
ConversionValue
AllConversions
CrossDeviceConversions
AbsoluteTopImpressionPercentage
TopImpressionPercentage

20200601
20200601


dsp_report_adwords_search_query_145196642_600721841142200
SEARCH_QUERY_PERFORMANCE_REPORT
CUSTOM_DATE
GZIPPED_CSV


+ With reportType = AD_PERFORMANCE_REPORT
Request made: Service: reportdownload Method: POST clientCustomerId: xxx 
URL: https://adwords.google.com//api/adwords/reportdownload/v201809 
HTTP request:
accept-encoding: [gzip]
authorization: REDACTED
user-agent: [Adwords Axis (AwApi-Java, Common-Java/4.1.0, Java/1.8.0_241, 
maven, ReportDownloader)]
developertoken: REDACTED
clientcustomerid: xxx
skipreportheader: true
skipreportsummary: true
includezeroimpressions: false

Content:
__rdxml: 
https://adwords.google.com/api/adwords/cm/v201809;>

Date
CampaignId
CampaignName
AdGroupId
AdGroupName
AdNetworkType1
Id
Headline
AdType
Description
HeadlinePart1
HeadlinePart2
Description1
Description2
DevicePreference
ImageAdUrl
Device
DisplayUrl
CreativeDestinationUrl
Labels
Impressions
Clicks
ViewThroughConversions
Conversions
ConversionValue
Cost
CreativeFinalAppUrls
CreativeFinalMobileUrls
CreativeFinalUrls
AllConversions
CrossDeviceConversions
BusinessName
ShortHeadline
LongHeadline
AbsoluteTopImpressionPercentage
TopImpressionPercentage

20200601
20200601


dsp_report_adwords_listing_ad_report_145196643_600811224237200
AD_PERFORMANCE_REPORT
CUSTOM_DATE
GZIPPED_CSV



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/eae99dc3-f478-48b4-8312-bb99f86bb934o%40googlegroups.com.


OfflineCallConversion is not reflecting

2020-06-17 Thread Daniel Jao
Hi, I'm using a cron job to automate the adding of OfflineCallConversion to 
our AdWords account.  

I have a few questions that i hope to get answers from:

1.  When i add 10 OfflineCallConversionFeed 
via $offlineCallConversionService->mutate function.  Can i assume that if 
there is no error, that all the 10 was accepted?  
2.  And if there is an error, can i assume that the number of errors are 
the ones not accepted?  For example, if I add 10, and i got an api error of 
4, can i assume that 6 were accepted?

I'm asking the question because, using the #2 logic, i see the out of 14 
conversion feed, it return 2 error, so i was expecting the other 12 to be 
accepted, BUT when i check the "Conversions Action" section for the 
specific date, nothing (0 zero) is reflected, meaning it was not added.  

Is there a way for me to accurately display which ONE is accepted via the 
API?

Please let me know.

Thanks

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

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