Re: mutateadgroupads with a displayuploadad results into mutate_not_allowed

2023-04-20 Thread pradeep rao

HI Any update on this issue?
On Tuesday, 18 April 2023 at 21:20:33 UTC+5:30 Google Ads API Forum Advisor 
wrote:

> Hi,
>
> Thank you for reaching out to Google Ads API Forum.
>
> Can you confirm if the recommended format / specifications for the 
> HTML_5_UPLOAD_AD's *media_bundle *(
> *https://developers.google.com/google-ads/api/reference/rpc/v13/DisplayUploadAdInfo#media_bundle*
>  
> ),
>  
> discussed in this guide (
> *https://support.google.com/google-ads/answer/1722096* 
> ), was applied 
> prior to using it for creating the said ad?
>
> If yes, and you are still encountering the error, can you please share to 
> us the complete API logs (*request* and *response* with *request-id* ) 
> generated on your end when you encountered the error? You may check on the 
> respective links on what these logs look like. Our team is asking for this 
> information so we can check better and investigate further on the cause of 
> your error. You can provide it via the Reply privately to author option. If 
> this option is not available, then send it instead on this email address 
> googleadsa...@google.com .
>
> Reference links included in this email:
>
>- request: 
>
> *https://developers.google.com/google-ads/api/docs/concepts/field-service?hl=en#request*
>  
>
> 
>  
>- response: 
>
> *https://developers.google.com/google-ads/api/docs/concepts/field-service?hl=en#response*
>  
>
> 
>  
>- request-id: 
>
> *https://developers.google.com/google-ads/api/docs/concepts/call-structure?hl=en#request-id*
>  
>
> 
>  
>
> Regards,
> [image: Google Logo] Google Ads API Team 
>
> ref:_00D1U1174p._5004Q2knaLE: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/7b8e040a-186b-4e88-84b2-67562dcd6668n%40googlegroups.com.


How to get campaign's "installs" and "In-app actions" ?

2023-04-20 Thread tianheng wang

[image: 20230421095700.jpg]
Above screenshot,how i can get these two data in the campaign query builder?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ae170972-0e3f-4b24-9bf8-e2dde5e5240en%40googlegroups.com.


Getting error while creating flexible user List

2023-04-20 Thread chandra Shekhar
Hi team I am getting below error while creating flexibleRuleUserList

"full_message -> errors {
  error_code {
collection_size_error: TOO_MANY
  }
  message: "Too many."
  trigger {
int64_value: 3
  }
  location {
field_path_elements {
  field_name: "operations"
  index: 0
}
field_path_elements {
  field_name: "create"
}
field_path_elements {
  field_name: "rule_based_user_list"
}
field_path_elements {
  field_name: "flexible_rule_user_list"
}
field_path_elements {
  field_name: "inclusive_operands"
}
  }
}
request_id: "AW7V7f6ElazMh6GojUdcCQ""

This is my operation:--
create {
  membership_status: OPEN
  rule_based_user_list {
flexible_rule_user_list {
  inclusive_rule_operator: OR
  inclusive_operands {
rule {
  rule_type: OR_OF_ANDS
  rule_item_groups {
rule_items {
  string_rule_item {
operator: EQUALS
value: "www.aaa.com"
  }
  name: "aaa"
}
  }
  rule_item_groups {
rule_items {
  string_rule_item {
operator: EQUALS
value: "www.bbb.com"
  }
  name: "bbb"
}
  }
  rule_item_groups {
rule_items {
  string_rule_item {
operator: EQUALS
value: "www.ccc.com"
  }
  name: "ccc"
}
  }
}
  }
  inclusive_operands {
rule {
  rule_type: OR_OF_ANDS
  rule_item_groups {
rule_items {
  string_rule_item {
operator: EQUALS
value: "www.aaa.com"
  }
  name: "aaa"
}
  }
  rule_item_groups {
rule_items {
  string_rule_item {
operator: EQUALS
value: "www.bbb.com"
  }
  name: "bbb"
}
  }
  rule_item_groups {
rule_items {
  string_rule_item {
operator: EQUALS
value: "www.ccc.com"
  }
  name: "ccc"
}
  }
}
  }
  exclusive_operands {
  }
}
  }
  name: "edar //39"
  integration_code: "tp=VISITORS_RULE"
  membership_life_span: 30
  eligible_for_search: true
}


Kindly check as soon as possible, 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/eb08e096-bb62-429a-be90-d29eca5c94d6n%40googlegroups.com.


Re: Missing Ad Group Labels

2023-04-20 Thread Scott Vaillancourt
Was this issue ever resolved? I'm encountering the same thing in that I can 
see the ad group labels in the UI but they're not being retrieved when I 
request them via the API. Thanks.

Scott

On Wednesday, March 29, 2023 at 1:33:53 PM UTC-5 Google Ads API Forum 
Advisor wrote:

> Hi Per,
>
> Thank you for reaching out to Google Ads API Forum.
>
> If you are encountering discrepancy in the Google Ads UI and Google Ads 
> API, and in order for us to investigate further, can you provide us the 
> complete *request* 
> 
>  and *response* 
> 
>  logs 
> with the *request-id* 
> 
>  when 
> you mentioned that a handful are not returned despite that the label is 
> visible in the UI? Additionally please also share to us an *uncropped 
> Google Ads UI screenshot *of the data you are trying to retrieve in the 
> API. This is so we can provide more accurate answers accordingly.
>
> Furthermore, kindly note that in comparing UI and API data, please make 
> sure to consider the following items below:
>
>- Comparing the API and UI on the same level as much as possible 
>- The segments and fields of the API and UI should be the same 
>- The date range is also the same 
>
>
> You can provide these via the Reply privately to author option. If this 
> option is not available, then send it instead on this email address 
> googleadsa...@google.com .
>
> Regards,
> [image: Google Logo] Google Ads API Team 
>
> ref:_00D1U1174p._5004Q2kCwku: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/ffcbc0b6-5fda-498d-87e2-b0014946261bn%40googlegroups.com.


Google ads API support for e-append

2023-04-20 Thread AOBP Epsilon
Hi Team,

We are currently creating custom audience by uploading audience data onto 
google ads. And we have solution in place where in we enhance our audience 
data before uploading to google by adding additional email to PII 
information which we call it email append. Can you let us know does Google 
Ads supports this feature or what are the match rate differences we get 
when we add more email ids to PII records in an audience file.

Thanks,
Rameeth

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ff873829-5ee0-41c4-9462-c960112d4385n%40googlegroups.com.


RE: how to get manager info?

2023-04-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello,

This is the Google Ads API support channel. Thank you for reaching out to us.

Assuming that you’re following the List Accessible Accounts guide, any account 
numbers can be accessed directly without a login customer Id header so you can 
pull a customer report for each of the CID/MCCID's and you can get the name 
from the customer.descriptive_name field.

Links included in the context above:

List Accessible Accounts guide - 
https://developers.google.com/google-ads/api/docs/account-management/listing-accounts
login customer Id header - 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#cid
customer report - 
https://developers.google.com/google-ads/api/fields/v13/customer
customer.descriptive_name - 
https://developers.google.com/google-ads/api/fields/v13/customer#customer.descriptive_name

However, if I misunderstood your concern and you're looking for a different 
data, then please share with us the UI screenshot of the data that you're 
expecting to retrieve so that we can assist you accordingly. You may send it 
via 'Reply privately to author' option.

Regards,

Google Ads API Team
ref:_00D1U1174p._5004Q2koUAv: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/VRA_r0RTF7YX00ii21zQhaS_ygrXupyOVLGw%40sfdc.net.


Basic Setup, PHP, Service account flow

2023-04-20 Thread Michael Shepard
I am attempting initial setup and testing for my project. I have installed 
the google-ads-php library in my project with composer, I have created a 
service account, and downloaded my JSON key. I have created the 
google_ads_php.ini. I am attempting to create the basic "GetCampaigns" 
utility using the example provided in the repo. when I execute from my 
command line I get
"PHP Fatal error:  Uncaught GuzzleHttp\Exception\ClientException: Client 
error: `POST https://oauth2.googleapis.com/token` resulted in a `401 
Unauthorized` response:
{
  "error": "unauthorized_client",
  "error_description": "Client is unauthorized to retrieve access tokens 
using this  (truncated...)
 in 
/var/www/hydraulics/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:113"

Any help would be appreciated

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/58ff2e83-0ac1-40c6-878a-48ba193920c1n%40googlegroups.com.


RE: getting campaign optimization data from the api

2023-04-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ahmed,

Thanks for reaching out to the Google Ads API Team. I hope you are doing well 
today.

Moving forward to your concern, you may see the Google Ads API: Optimization 
score and recommendations full documentation and guidelines.

In line with this, for us to further check the provided information, can you 
please provide us with a complete or uncropped screenshot of the data that you 
are retrieving in Google Ads UI?

Furthermore, you can try to use a campaign report to use an API for pulling 
your data in campaign fields. If you encounter an issue or error, you may also 
send us your complete API logs (request and response with request-id) for 
further investigation.

We do this so that we can provide accurate recommendations.

If you haven't enabled logging yet, it can be enabled by navigating to the 
Client libraries > Your client library (ex. Java) > Logging documentation, 
which you can access from this link. For REST interface requests, you can 
enable logging via the curl command by using the -i flag. This will cause the 
tool to include the HTTP response headers in the output.

You can provide the information via Reply privately to the author option. If 
this option is not available, then send it instead on this email address 
googleadsapi-supp...@google.com.

Reference links:

Google Ads API: Optimization score and recommendations - 
https://developers.google.com/google-ads/api/docs/recommendations
campaign report or builder - 
https://developers.google.com/google-ads/api/fields/v13/campaign_query_builder
Logging documentation - 
https://developers.google.com/google-ads/api/docs/best-practices/logging#client_library_logging
Request - 
https://developers.google.com/google-ads/api/docs/concepts/field-service#request
Response - 
https://developers.google.com/google-ads/api/docs/concepts/field-service#response
Request-id - 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id


Have a great day.

Regards,

Google Ads API Team
ref:_00D1U1174p._5004Q2koT1n: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/IUJJ10RTF2V700I33gffy1RT6c_Tmhb2sqGw%40sfdc.net.


Re: Adding an Ad to a campaign with the Google Ads API

2023-04-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Symeon,

Thanks for getting back with us.

Thanks for letting us know that you were able to perform the operation.

If you have any more questions related to Google Ads API feel free to contact 
us.

Links included in this email:

Google Ads API - https://developers.google.com/google-ads/api/docs/start


Regards,

Google Ads API Team
ref:_00D1U1174p._5004Q2kUdVV: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/WWLfs0RTF2PE008aRoPjOvQZiSfyIZt_5KRg%40sfdc.net.


Question for audience targeting

2023-04-20 Thread xy sun
Hi Google support team,

We have a campaign, and plan to associate two types of audiences as below:
(1) Targeting In Market audience to acquire new audience. 
(2) Targeting website visitors for existing audience.

Question:
Google will calculate effective targeting for this campaign as In Market 
audience or Website visitors, is it right?


Thanks,
Xiaoying

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/be89a8f9-fad6-46cf-947f-dbcbb48f4d69n%40googlegroups.com.


Re: Internal Error while submitting batch job operations. But change history showing same changes multiple times.

2023-04-20 Thread Google Ads API and AdWords API Forum
Hi, 

Thank you for getting back to us. I just want you to know that I am going 
to remove your recent post in this thread because it contains sensitive 
information which is not allowed to be posted in this forum for security 
purposes.

Moving forward to your concern, it seems that the changes came from another 
tool. Note that the tool that we can only support is "Google Ads API" and 
upon checking on the screenshot, the tool used is "OTHER", this means that 
the Google Ads API is not used in these changes and we cannot provide any 
support if the tool used is OTHER. However, if you are indeed using a 
Google Ads API, to further investigate, please provide us the complete 
request 

 and response logs 

 with request ID 

 and request header 

 generated 
on your end. 

You can provide it via Reply privately to the author option. If this option 
is not available, then send it instead on this email address 
googleadsa...@google.com . 

Kind regards,
Google Ads API

On Wednesday, April 19, 2023 at 7:33:16 PM UTC+8 sam...@optmyzr.com wrote:

> Hey team, 
> I am getting Internal Error when submitting batch job for 
> CustomerNegativeCriterion.
> Also change history in GAds interface is showing same changes for that 
> operation 6 times.
>
> Scenario:
> 1. We first submitted batch job for Removing some placement exclusions at 
> account level. Which worked fine.
> 2. Then submitted batch job for Excluding other placements 
> (CustomerNegativeCriterion). But it failed with Error specified below
> 3. Checked change history in gads interface, it shows operations executed 
> 6 times.
>
> Questions:
> 1. what can cause internal error.
> 2. If the operation failed, then why it shows multiple times in change 
> history
>
> Error:
>
> Status(StatusCode="Internal", Detail="Internal error encountered.")
> Google.Ads.Gax
>at 
> Google.Ads.Gax.Interceptors.UnaryRpcInterceptor.Intercept[T,TResponse](Task`1 
> task, Action`1 callback)
>at 
> Google.Api.Gax.Grpc.ApiCall.GrpcCallAdapter`2.<>c__DisplayClass4_0.d.MoveNext()
> --- End of stack trace from previous location ---
>at Google.Api.Gax.TaskExtensions.WaitWithUnwrappedExceptions(Task task)
>at Google.Api.Gax.Grpc.ApiCall.GrpcCallAdapter`2.CallSync(TRequest 
> request, CallSettings callSettings)
>at 
> Google.Api.Gax.Grpc.ApiCallRetryExtensions.<>c__DisplayClass1_0`2.b__0(TRequest
>  
> request, CallSettings callSettings)
>at Google.Api.Gax.Grpc.GrpcPagedEnumerable`3.AsRawResponses()+MoveNext()
>at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.MoveNext()
>at 
> AccountPlacementsProcessor.ApplyPlacementExclusions.GetBatchJobSuccessfulOperations(BatchJobHelper
>  
> batchJobHelper, BatchJobResultSummary batchJobResultSummary, Action`1 
> LogBatchJobStatusByOperationIndex) in 
> C:\server\code\optmyzr\code\backend\OptmyzrProcessorService\AccountPlacementsProcessor\Program.cs:line
>  
> 1885
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/15c6d349-b883-49ed-9f8a-fd4c96e77f23n%40googlegroups.com.


Re: Internal Error while submitting batch job operations. But change history showing same changes multiple times.

2023-04-20 Thread 'Sherwin Vincent Parafina' via Google Ads API and AdWords API Forum
Hi, 

Thank you for getting back to us. I just want you to know that I am going 
to remove your recent post in this thread because it contains sensitive 
information which is not allowed to be posted in this forum for security 
purposes.

Moving forward to your concern, it seems that the changes came from another 
tool. Note that the tool that we can only support is "Google Ads API" and 
upon checking on the screenshot, the tool used is "OTHER", this means that 
the Google Ads API is not used in these changes and we cannot provide any 
support if the tool used is OTHER. However, if you are indeed using a 
Google Ads API, to further investigate, please provide us the complete 
request 

 and response logs 

 with request ID 

 and request header 

 generated 
on your end. 

You can provide it via Reply privately to the author option. If this option 
is not available, then send it instead on this email address 
googleadsa...@google.com . 

Kind regards,
Google Ads API

On Wednesday, April 19, 2023 at 7:33:16 PM UTC+8 sam...@optmyzr.com wrote:

> Hey team, 
> I am getting Internal Error when submitting batch job for 
> CustomerNegativeCriterion.
> Also change history in GAds interface is showing same changes for that 
> operation 6 times.
>
> Scenario:
> 1. We first submitted batch job for Removing some placement exclusions at 
> account level. Which worked fine.
> 2. Then submitted batch job for Excluding other placements 
> (CustomerNegativeCriterion). But it failed with Error specified below
> 3. Checked change history in gads interface, it shows operations executed 
> 6 times.
>
> Questions:
> 1. what can cause internal error.
> 2. If the operation failed, then why it shows multiple times in change 
> history
>
> Error:
>
> Status(StatusCode="Internal", Detail="Internal error encountered.")
> Google.Ads.Gax
>at 
> Google.Ads.Gax.Interceptors.UnaryRpcInterceptor.Intercept[T,TResponse](Task`1 
> task, Action`1 callback)
>at 
> Google.Api.Gax.Grpc.ApiCall.GrpcCallAdapter`2.<>c__DisplayClass4_0.d.MoveNext()
> --- End of stack trace from previous location ---
>at Google.Api.Gax.TaskExtensions.WaitWithUnwrappedExceptions(Task task)
>at Google.Api.Gax.Grpc.ApiCall.GrpcCallAdapter`2.CallSync(TRequest 
> request, CallSettings callSettings)
>at 
> Google.Api.Gax.Grpc.ApiCallRetryExtensions.<>c__DisplayClass1_0`2.b__0(TRequest
>  
> request, CallSettings callSettings)
>at Google.Api.Gax.Grpc.GrpcPagedEnumerable`3.AsRawResponses()+MoveNext()
>at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.MoveNext()
>at 
> AccountPlacementsProcessor.ApplyPlacementExclusions.GetBatchJobSuccessfulOperations(BatchJobHelper
>  
> batchJobHelper, BatchJobResultSummary batchJobResultSummary, Action`1 
> LogBatchJobStatusByOperationIndex) in 
> C:\server\code\optmyzr\code\backend\OptmyzrProcessorService\AccountPlacementsProcessor\Program.cs:line
>  
> 1885
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c600e136-0451-4dd8-a224-c6695f116f53n%40googlegroups.com.


BQ migration to DTS based on API v12

2023-04-20 Thread Andrzej Mykowski
Hello,

I was informed in the email from Google that on the 24.04.2023 that there 
will be a major change on the schema of the tables within BQ and we are 
working to prepare for it.

I would like to ask you for help with few questions as I was not able to 
find any official materials on this topic:

Currently we are seeing that for each transfer that we create which as a 
source has "Google Ads (formerly AdWords)" there are 2 additional created 
by BQ with a suffix "_converted"
[image: image.png]
*Questions:*

   1. why do I see 2 "_converted" transfers? 
   2. what will happen to these on 24.04.2023 <- GA date? Which will be 
   preserved & which deleted? Will only the label change?
   3. right now we have the "_converted" ones disabled <- do we need to 
   enable them on or prior to 24.04.2023?
   4. *I saw that in the new schema there is no explicit connection between 
   search query and keyword instead there is a link between a search query and 
   ad. On the other hand in the views backward compatibility doc 
   [https://developers.google.com/google-ads/api/fields/v13/search_term_view 
   ] 
   I see that the new view will still hold this info. Question: from which 
   tables and via what linking this info is retrieved?*
   5. why do some tables e.g. p_ads_PlacementStats_customer_id are still 
   not retrieving info i.e. coming back blank? Will this change on 24.04?
   6. in the email [attached below] it is stated that current transfers 
   will start failing on the 24.04 -> will this be switched off by client or 
   by table or any other mechanism [I'm asking because it will take a month]?
   7. right now our code creates transfers based on Google Ads (formerly 
   AdWords) -"adwords"; after 24.04.2023 do we need to update the code 
   [.setDataSourceId("googleads")] or the "adwords" source will link to Google 
   Ads?

Please let me know if I need to provide any more information.

We’re writing to let you know the date for the General Availability (GA) of 
BigQuery 
Data Transfer Service (DTS) for Google Ads will be April 24, 2023.

What do you need to know?

We previously notified you about the DTS for Google Ads launch and your 
transition as response to the sunset of Adwords API. We created new 
transfer configurations within your projects in BigQuery to prepare to 
transition your Adwords configurations to Google Ads. These created 
configurations did not initiate any data transfer and were used exclusively 
for testing purposes.

Here’s the timeline for the Google Ads GA and the sunset of Google Adwords:

Key Dates

What will happen?

March 20 to April 23, 2023


   - 
   
   The new Google Ads based configurations will start populating data in 
   your BigQuery datasets from the Google Ads data source.
   - 
   
   The Google Ads transfers 
   

 
   will result in new tables in existing datasets, and your existing views 
   will incorporate data from the new tables and will stay backwards 
   compatible 
   

   .
   

April 24, 2023


   - 
   
   DTS will be GA for Google Ads. 
   - 
   
   DTS will reject the creation of new Adwords based transfer 
   configurations. 
   - 
   
   Deprecation of DTS for Adwords. 
   

April 24, 2023 to May 21, 2023


   - 
   
   All Adwords-based transfers will start returning transfer errors.
   

May 22, 2023


   - 
   
   Sunset of DTS for Adwords. 
   - 
   
   Google Adwords will no longer be available as a data source for DTS.
   

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0fc85ca4-7bba-40c0-8ed8-820b33

How to get manager name?

2023-04-20 Thread 林灿
 Hi,
How to get "*manager name*" by *customerId *or *managerId*  using 
google ads java 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/35d069c7-7580-48d3-bb30-bcb22809e05an%40googlegroups.com.


How to get Manager Info?

2023-04-20 Thread 林灿
 Hi,
How to get manager name by customerId or managerId ?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/343959b5-e39a-42b2-96f7-ae595a31cae8n%40googlegroups.com.


Getting campaign optimization data from the API

2023-04-20 Thread Ahmed Rslan
Hi there,

I'm a new user of the Google Ads API and was wondering if it was possible 
to get 
the campaigns optimization data (cost, conversions, actual target CPA, 
..etc) for multiple campaigns from the API, I can see the data on the 
dashboard but I can't tell if it is present on the API, the docs aren't 
clear.

Attached is an image showing a sample campaign and the needed data on the 
dashboard.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6e7e5c80-0748-4c93-9844-c7dbfbc6af5en%40googlegroups.com.