Re: UploadOfflineConversion: How to send ConversionDateTime in click conversion

2022-04-17 Thread Ajit Trivedi
Hi,
What is the variable "conversion" in conversion.getDateTime().
Thanks


On Wednesday, June 23, 2021 at 10:46:27 PM UTC+5:30 Pete Lavetsky (AdWords 
API Guru) wrote:

> Hey Priya,
>
> We ran into this too and here's how we do it in Java:
>
> final String conversionDateTime = ZonedDateTime.of(conversion.getDateTime(), 
> ZoneId.of("UTC")).format(DateTimeFormatter.ofPattern("-MM-dd 
> hh:mm:ss")) + "+00:00"; // ignore the totaly hack tacked on at the end 
> https://bugs.openjdk.java.net/browse/JDK-8066806
>
> Hope that helps
> Pete
>
> On Wednesday, June 23, 2021 at 7:21:48 AM UTC-4 priya@bold.com wrote:
>
>> I am using the date in UTC or ETC/GMT which was working fine with adwords 
>> API, but according to the new google Ads API I get the below error.
>>
>> "The string date time's format should be -mm-dd hh:mm:ss+|-hh:m., at 
>> conversions[0].conversion_date_time"
>>
>> In adwords API, I used as below: 
>> ConversionDateTime= ConversionTime.Value.ToString("MMdd HHmmss") + " 
>> Etc/GMT"
>>
>> Please advise how to use this in google Ads 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 
"Google Ads API and AdWords 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/5bbe124a-7e0a-41b1-adc5-0fc0d6e03545n%40googlegroups.com.


Creating Video Ads

2022-04-17 Thread shigero imamura
Hello.

Can I use Google Ads Api to create a YouTube video ad campaign?

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 
"Google Ads API and AdWords 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/1a4c6d90-4b60-47bb-a49e-54e13d4372d0n%40googlegroups.com.


Re: UserListClientService Error - UNEXPECTED_INTERNAL_API_ERROR

2022-04-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Nico,

Thank you for the update. I am also a member of the Google Ads API team.

We are glad to hear that. If you have further questions, please feel free to 
add those in this thread. Our team will be happy to assist and give support to 
you.

Regards,

Carmela
Google Ads API Team
ref:_00D1U1174p._5004Q26BI7B: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 
"Google Ads API and AdWords 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/RBqbm0RAINME004jlzGqfBTNmec4XV9IMy7g%40sfdc.net.


RE: Average CPC ? (top / low bid)

2022-04-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Paul,

Thank you for reaching out.

You can find in this documentation the possible metrics that you can extract 
from using the generate historical metrics feature. For the average CPC or 
average cost per click, this can be extracted from the generate forecast 
metrics feature instead.

As for the "..get the value based on Top of page bid and Low of page bid", 
could you elaborate on this specific concern? Also, is this currently supported 
or available in the Keyword Planner of the Google Ads UI? If it is available in 
the UI, you may provide to our team the complete screenshot where this is 
currently being reflected so our team can verify its availability in the API or 
create a feature request.

Should your screenshot contain user or account information, you may then send 
the requested information via the Reply privately to author option. If this 
option is not available, you may send the details directly to our 
googleadsapi-supp...@google.com alias instead.

Best regards,

Peter Laurence
Google Ads API Team
ref:_00D1U1174p._5004Q2a43Mi: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 
"Google Ads API and AdWords 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/Cnzwg0RAIM3H00I8JoGO61QaWQAQTEfBgnkA%40sfdc.net.


Google Ads API Error: AuthorizationError.DeveloperTokenProhibited

2022-04-17 Thread Doreen Tang
Hi API support team,

We are facing an issue that needs your help.

Our external full service Standard Access API application has been approved 
by AdWords API Compliance team, but we have done a system testing, it still 
shows error as below.

Google Ads API Error : 
[AuthorizationError.DeveloperTokenProhibited]Developer token is not allowed 
with project 'xxx-xxx-'.

We found out the reason is probably we are using the GCP Project which 
belongs to no organization.
We would like to know if it is possible to adjust GCP Project to no 
organization.

Thanks for your patience.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/f6291cb5-9a57-4da6-adec-aafd5b37099an%40googlegroups.com.


RE: is there any specific format of email and mobile number that should be used before hashing and making call to google ads api

2022-04-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ajit,

Thank you for reaching out to us.

For privacy concerns, email addresses, first names, and last names must be 
hashed using the SHA-256 algorithm before being uploaded. In order to 
standardize the hash results, prior to hashing one of these values you must:

Remove leading/trailing whitespaces.
Convert the text to lowercase.

And the phone/mobile number needs also to be hashed using the SHA-256 algorithm 
before being uploaded.

In order to standardize results, convert each phone number to E164 format 
before hashing. This format represents a phone number as a number up to fifteen 
digits in length starting with a + sign (e.g. +1212565, +442070313000).

If the phone number is not correctly formatted before hashing, the API will 
still accept the hashed phone number, but the phone number will not be matched 
with a customer. You can check this documentation for more information.

Best regards,

Heidi
Google Ads API Team
ref:_00D1U1174p._5004Q2a3C4M: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 
"Google Ads API and AdWords 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/7lFsk0RAILL100jzi1-RnTR-Gq0WDGNFJzrQ%40sfdc.net.


RE: authorization_error: CUSTOMER_NOT_ENABLED

2022-04-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for raising this concern to the Google Ads API team.

Moving forward to your concern, it seems that you've encountered the 
CUSTOMER_NOT_ENABLED error. With this, kindly note that it is not possible to 
make API requests against canceled / not enabled accounts unless you will 
reactivate it by following this guide. You may also note that starting version 
10, you can use the filters using the statuses mentioned in the guide, to 
prevent including inactive accounts in your other API requests.

If you have further questions, please feel free to get back to us so our team 
can give support to you.

Regards,

Carmela
Google Ads API Team
ref:_00D1U1174p._5004Q2a42Kb: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 
"Google Ads API and AdWords 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/8CMdh0RAILKB00UGPBgqc_SLOTXYqKgpAHYw%40sfdc.net.


RE: PAYMENT NOT RECIEVED

2022-04-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Akshay,

Thank you for raising this concern to the Google Ads API team.

With regard to your concern, it seems that this is a payment related concern. 
With this, I would suggest reaching out to the Product Team via this link as 
they are the ones who provide guidance/support for this issue.

Regards,

Carmela
Google Ads API Team
ref:_00D1U1174p._5004Q2a44B3: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 
"Google Ads API and AdWords 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/xee8q0RAIL0N006ZAgwKaGQ2GRZFqZKp3AYw%40sfdc.net.


DateFormat Error

2022-04-17 Thread Ajit Trivedi
Hi ,
I am getting the following response when trying to uploads offline data.
The date format that I am currently using is "-mm-dd hh:mm:ss-hh:mm" 
which is same as per ads api documentation then why am I getting that error?
upload success true  response partial_failure_error {
  code: 3
  message: "The string date time\'s format should be -mm-dd 
hh:mm:ss+|-hh:m., at conversions[0].conversion_date_time"
  

Thanks and Regards,
Ajit

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/5c5fbbf8-1374-4be5-8da1-649e848be2bcn%40googlegroups.com.


PAYMENT NOT RECIEVED

2022-04-17 Thread Akshay Patil
I HAVE NOT RECIEVED MY 9 MONTHS PUBLISHER PAYMENTS FOR MY GOOGLE ADS 
CAMPAIGN ID 189-051-0591. PLEASE HELP ME . 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/8b7bcd8e-e271-4fb6-a60b-f46821197ffen%40googlegroups.com.


Average CPC ? (top / low bid)

2022-04-17 Thread 'Paul' via Google Ads API and AdWords API Forum
Hi,

I'm trying to get the average CPC for a specific keyword (from the 
historical metrics).

Can't find the average CPC through these metrics.

Is there a formula to get the value based on Top of page bid and Low of 
page bid ?

Thx !

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/909d7cec-fb57-429c-99a2-1b98041af015n%40googlegroups.com.


authorization_error: CUSTOMER_NOT_ENABLED

2022-04-17 Thread 'huan chen' via Google Ads API and AdWords API Forum
when i use googleAdsApi.GoogleAdsServiceClient to get client_customer_list 
will throw exceptions.

The details are as follows:

com.google.ads.googleads.v8.errors.GoogleAdsException: errors {
  error_code {
authorization_error: CUSTOMER_NOT_ENABLED
  }
  message: "The customer can\'t be used because it isn\'t enabled."
}
request_id: "cU1QOvPQOghIauo02ekojg"

Is any customer is not active ? Or the way I get account is wrong.

[image: 企业微信截图_16501815707539.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 
"Google Ads API and AdWords 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/ec99e290-9ed0-4daf-af6e-c9624475aaedn%40googlegroups.com.