RE: Why does the java sdk always print error messages and cannot capture the error

2021-08-16 Thread Google Ads API Forum Advisor
Hi Xu,

Thanks for reaching out to us.

Upon checking the error log screenshot you’ve provided with us, it appears that 
you've encountered an invalid_grant error. Kindly note that the invalid_grant 
usually indicates an issue with the refresh token. That said, you’ll need to 
regenerate credentials and refresh tokens. You may refer here to this guide for 
the steps on how you can regenerate credentials and refresh tokens.

If you still continue to encounter issues with the said token, even after 
following the steps from the above guide, I would recommend that you reach out 
to the Google API Console Support team via this link instead.

Let us know if you have any further questions.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2Lmwrj: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/-2Vtv0QXX7VZ00amUz0VWGQ8yWc7GW2MMDpg%40sfdc.net.


Re: Why does the java sdk always print error messages and cannot capture the error

2021-08-16 Thread xu leo
thank you for your reply. 
I know that my token has expired. 
I mean, how can I get this error when the token has expired. 
Now as long as the token expires, this log will always be printed when 
requesting any interface (because the request will be repeated all the 
time), but I cannot catch the token expiration error through the code (try 
catch). Keeping output logs can easily cause my computer's memory to 
overflow.
Is there any way to solve it? 
thanks

On Monday, August 16, 2021 at 3:09:51 PM UTC+8 adsapi wrote:

> Hi Xu,
>
> Thanks for reaching out to us.
>
> Upon checking the error log screenshot you’ve provided with us, it appears 
> that you've encountered an invalid_grant error. Kindly note that the 
> invalid_grant usually indicates an issue with the refresh token. That said, 
> you’ll need to regenerate credentials and refresh tokens. You may refer 
> here to this guide 
>  
> for the steps on how you can regenerate credentials and refresh tokens.
>
> If you still continue to encounter issues with the said token, even after 
> following the steps from the above guide, I would recommend that you reach 
> out to the Google API Console Support team via this link 
>  instead.
>
> Let us know if you have any further questions.
>
> Regards,
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>  
>
> ref:_00D1U1174p._5004Q2Lmwrj: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/7a2963f7-c3ca-488b-a424-914ee35c91a1n%40googlegroups.com.


Configure "Conversion Account" and "Audience Manager Account" through Google Ads API

2021-08-16 Thread Léon Gersen
Hello Google Ads Team,

I've recently automated the creation of Google Ads Accounts in our product. 
The workflow currently requires a message at the end, prompting users to 
log into the Google Ads UI to configure the "Conversion Account" and 
"Audience Manager Account", as these settings are not configurable through 
the API and must be set in the Google Ads UI:

[image: sub-account-settings.png]

This limitation is expressed for "ConversionTrackingSetting": 

https://developers.google.com/google-ads/api/reference/rpc/v8/ConversionTrackingSetting

> ... This field can only be managed through the Google Ads UI. ...

Could configuration of these settings be made available in the Google Ads 
API?

Sincerely,

Léon Gersen
Visymo Group

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/632f2782-dda6-4495-92a2-d50a1cfe2a8en%40googlegroups.com.


RE: How to set Audience Manager Account for sub-account via Google Ads API?

2021-08-16 Thread Google Ads API Forum Advisor
Hello,

Thank you for reaching out to us.

Are you referring to the list sharing feature as discussed here? If yes, then 
I'm afraid that it's not possible in the API. Our team had already raised a 
feature request for this; however, there is no guarantee if this will be 
supported in the API soon. With that, we suggest that you follow our blog for 
updates and future releases.

Regards,

Mark Kevin Albios
Google Ads API Team
ref:_00D1U1174p._5004Q2Lmutb: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/JWRhC0QXXAIK00-RUdiFkZSpW0-SLuXnNdVA%40sfdc.net.


RE: To extract information from Audience Manager > Insights from Audience

2021-08-16 Thread Google Ads API Forum Advisor
Hello Cris,

Thank you for reaching out to us.

As for your concern regarding Audience Insights, I'm afraid that this is still 
not available in the API. We had raised a feature request for this; however, 
there is no guarantee if this will be supported in the API soon. In the 
meantime, we suggest that you follow our blog for updates and future releases.

Regards,

Mark Kevin Albios
Google Ads API Team
ref:_00D1U1174p._5004Q2Ln0VS: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/dJq1N0QXXB4000iV6mPQkZR1CKhCsUAA3A5w%40sfdc.net.


Re: OPERATION_NOT_PERMITTED_FOR_CONTEXT with PHP examples AddCampaigns.php

2021-08-16 Thread Matěj Humpál , Follow Bubble

Hi Ernie,

yes, I have followed all the steps you mention before and as I mention 
in the previous message, I was able to make the API work after I 
accepted the invitation to the client account I myself created a few 
moments before.


My concern is: Do I have to be explicitly invited to all client accounts 
I need to work with via the API, even though my Manager Account can 
already work with their data in the ads administration? Or will I have 
access through the manager account?


Thanks for clarification.

Sincerely,

Matěj Humpál
Developer Lead
Follow Bubble s.r.o.

Dne 13. 8. 2021 v 7.29 Google Ads API Forum Advisor napsal(a):

Hi Matěj,

Thanks for the reply. I work with Yasar and let me provide support to 
your concern.


Could you confirm if your question is related on how to authenticate 
in Google Ads API to avoid the error? If yes, then you may see the key 
things to remember below:
1. Set customer ID (without hyphen) of the manager account to 
login-customer-id
2. Generate Oauth2 credential / API token using user account / email 
address that has access to that manager account
3. Set customer ID of the client account (without hyphen), where you 
want to make API request, to the *customer_id* field. This client 
account should have an active link with the manager account mentioned 
in first step


Regards,
Google Logo 
Ernie John Blanca Tacata
Google Ads API Team



ref:_00D1U1174p._5004Q2LmM8U: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 a topic in the 
Google Groups "AdWords API and Google Ads API Forum" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/adwords-api/If1zxD7UBmk/unsubscribe 
.
To unsubscribe from this group and all its topics, 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/_LXhL0QXRJ9900itJkoMvlSDe3IA_Yx4F_zQ%40sfdc.net 
.


--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9b3d2629-9d66-3521-fa1b-c8a96716ec97%40followbubble.com.


php how to specify login-customer-id in the request

2021-08-16 Thread ma zhiwei
Hi, I am using google-ads-api to fetch campaign performance data, but I was 
stop by the following error.

"message": "The caller does not have permission", "code": 7, "status": 
"PERMISSION_DENIED"

My PHP code: 
```
$customerId = "Manager ID";
$oAuth2Credential = (new 
OAuth2TokenBuilder())->fromFile("google_ads_php.ini")->build();
$googleAdsClient = (new 
GoogleAdsClientBuilder())->fromFile("google_ads_php.ini")
->withOAuth2Credential($oAuth2Credential)
->withLoginCustomerId($customerId)
->build();

$googleAdsServiceClient = $googleAdsClient->getGoogleAdsServiceClient();
$customerServiceClient = $googleAdsClient->getCustomerServiceClient();
// Issues a request for listing all accessible customers.
$accessibleCustomers = $customerServiceClient->listAccessibleCustomers();
print 'Total results: ' . count($accessibleCustomers->getResourceNames()) . 
PHP_EOL;

// Iterates over all accessible customers' resource names and prints them.
foreach ($accessibleCustomers->getResourceNames() as $resourceName) {
printf("Customer resource name: '%s'%s", $resourceName, PHP_EOL);
$customer_id = explode("/", $resourceName)[1];

$query = "SELECT campaign.id, campaign.name, campaign.status FROM campaign 
ORDER BY campaign.id";
$stream = $googleAdsServiceClient->search($customer_id, $query);
echo json_encode($stream);
foreach ($stream->iterateAllElements() as $googleAdsRow) {
printf(
"Campaign with ID %d and name '%s' was found.%s",
$googleAdsRow->getCampaign()->getId(),
$googleAdsRow->getCampaign()->getName(),
PHP_EOL
);
} 
}
```

The error in log: 
```
[2021-08-16T08:07:56.532753+00:00] google-ads.INFO: Request made: Host: 
"googleads.googleapis.com", Method: 
"/google.ads.googleads.v6.services.CustomerService/ListAccessibleCustomers", 
CustomerId: "No customer ID could be extracted from the request", 
RequestId: "Vq8FGtFRDS9D-Id2aMRSzQ", IsFault: 0, FaultMessage: "None" 
[2021-08-16T08:07:56.672678+00:00] google-ads.WARNING: Request made: Host: 
"googleads.googleapis.com", Method: 
"/google.ads.googleads.v6.services.GoogleAdsService/Search", CustomerId: 
3452842817, RequestId: "4waISQvRlXbmTrAbjBSvoQ", IsFault: 1, FaultMessage: 
"["User doesn't have permission to access customer. Note: If you're 
accessing a client customer, the manager's customer id must be set in the 
'login-customer-id' header. See 
https:\/\/developers.google.com\/google-ads\/api\/docs\/concepts\/call-structure#cid"]"
 
[2021-08-16T08:07:56.673119+00:00] google-ads.NOTICE: Request --- 
Method Name: /google.ads.googleads.v6.services.GoogleAdsService/Search 
Host: googleads.googleapis.com Headers: { "x-goog-api-client": 
"gl-php\/7.4.3 gapic\/ gax\/1.7.0 grpc\/1.36.0", "x-goog-request-params": 
"customer_id=3452842817", "developer-token": "REDACTED" } Request: 
{"customerId":"3452842817","query":"SELECT campaign.id, campaign.name, 
campaign.status FROM campaign ORDER BY 
campaign.id","pageSize":1000,"returnTotalResultsCount":true} Response 
--- Headers: { "request-id": "4waISQvRlXbmTrAbjBSvoQ", "date": "Mon, 16 
Aug 2021 08:07:56 GMT", "alt-svc": "h3=\":443\"; ma=2592000,h3-29=\":443\"; 
ma=2592000,h3-T051=\":443\"; ma=2592000,h3-Q050=\":443\"; 
ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; 
ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"" } Fault --- Status 
code: 7 Details: The caller does not have permission Failure: 
{"errors":[{"errorCode":{"authorizationError":"USER_PERMISSION_DENIED"},"message":"User
 
doesn't have permission to access customer. Note: If you're accessing a 
client customer, the manager's customer id must be set in the 
'login-customer-id' header. See 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#cid"}]}
```

My question is how to specify login-customer-id in the request by php. And 
what's reason about this error.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a48bdf03-1b29-41c6-80eb-de31ff2bf969n%40googlegroups.com.


Re: Developer token prohibited

2021-08-16 Thread rahul...@decision-tree.com
Hi,

We are facing a similar problem with GoogleAds api. We are using the same 
project and developer token for both GoogleAdwords and GoogleAds API. For 
GoogleAdwords, it is working perfectly but with GoogleAds, it throws 
the DEVELOPER_TOKEN_PROHIBITED error saying that "message: "Developer token 
is not allowed with project " . Can you help us debug this?

Thanks
Rahul

On Tuesday, July 2, 2019 at 2:31:39 AM UTC+5:30 Google Ads API Forum 
Advisor Prod wrote:

> Hi Pedro,
>
> Thank you for contacting support.The DEVELOPER_TOKEN_PROHIBITED error 
> indicates that in the past, there was at least one request to your Google 
> Ads API using OAuth credentials from the same project ID with different 
> developer token. Could you please create a new Google Cloud Project ID, 
> obtain a new OAuth2 credentials from a client under the new project ID, and 
> use those credentials in your requests with your developer token. If you 
> are still facing issue, could you please share the MCC Id associated with 
> developer token for me to investigate further? You could use reply 
> privately to the author option while sharing.
>
> Regards,
> Nikisha Patel, Google Ads API Team
>
>
> ref:_00D1U1174p._5001UCaNOU: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/f3b0f6d2-64a8-44f6-b8e2-2b5d855e9271n%40googlegroups.com.


RE: Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential

2021-08-16 Thread Google Ads API Forum Advisor
Hi,

Thanks for reaching out to us.

Could you provide us with the complete request and response logs with the 
request-id, so our team can better check?

If you haven't yet, logging can be enabled by navigating to the Client 
libraries > Your client library (ex. Java) > Logging documentation, which you 
can access from this link. 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.

Regards,

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


criterionError - FIELD_INCOMPATIBLE_WITH_NEGATIVE_TARGETING

2021-08-16 Thread Javokhir Rakhimov
I am creating plain new campaign through api and want to apply gender 
criterion (negative: false) but getting error:

  "errors": [
{
  "error_code": {
"criterion_error": "FIELD_INCOMPATIBLE_WITH_NEGATIVE_TARGETING"
  },
  "message": "The field is not allowed to be set when the negative 
field is set to true, e.g. we don't allow bids in negative ad group or 
campaign criteria.",   
  "location": {
"field_path_elements": [
  {
"field_name": "operations",
"index": 0
  },
  {
"field_name": "create"
  },
  {
"field_name": "gender"
  }
]
  }
}
  ],
  "request_id": "DHteTt4TK64F-SUS7La1OQ"
}

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a2634482-31e4-47a8-bf8c-803ff4a9eb44n%40googlegroups.com.


Re: curl for location targeting

2021-08-16 Thread Wayne
Hi, thanks for the reply.
I have a question, when sending locations in batch through Google Ads API 
(https://developers.google.com/google-ads/api/docs/targeting/location-targeting#look_up_by_location_name)
We can send only 25 locations at once, however for every location, only 10 
results are returned. Is there any way possible to get ALL possible results 
for that location name, instead of just 10?
Thanks!

On Monday, August 16, 2021 at 10:05:46 AM UTC+5:30 adsapi wrote:

> Hi Wayne,
>
> Thanks for getting back to us.
>
> You may use the Geo_target_constant 
>  
> report in Google Ads API to download the geo targets. Then, you’ll need to 
> create a post process that will transfer the API response in a CSV file. 
> Kindly note that there is an existing feature request to download the 
> report in the CSV file. With this, I would suggest keeping an eye on this 
> blog  as we will post any 
> relevant updates when they become supported.
>
> Let us know if you have any further questions.
>
> Regards, 
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
>  
>
> ref:_00D1U1174p._5004Q2LmeK9: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/3195f26e-bb66-4b3a-ba44-2d338971af5dn%40googlegroups.com.


RE: php how to specify login-customer-id in the request

2021-08-16 Thread Google Ads API Forum Advisor
Hi,

Thanks for reaching out to us.

Upon checking the error logs, it seems that the issue ‘USER_PERMISSION_DENIED’ 
occurred due to incorrectly setting the 'login-customer-id’ in the request. 
Note that when a user doesn't have permission to access a customer and you’re 
accessing a client customer then the manager's customer ID must be set in the 
'login-customer-id’ in the header request.

That being said, you may refer to this documentation on how to specify the 
login-customer-id property in the request properly.

In addition, you should need included if you also have the ads properties file 
setup that corresponds to the library that you are using (e.g. 
google_ads_php.ini for PHP), as shown here.

Let us know if you have any further questions.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2LnWda: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/5k6vN0QXXHI500R3rcYURbSim6LVzO4hZqzA%40sfdc.net.


How can I get each asset‘s name,id,impression,cost and click data

2021-08-16 Thread 晓薇陈
How can I get  each asset‘s name,id,impression,cost and click data?Now my 
result returns empty.
[image: 1.jpg]

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/12984d58-e29b-4719-be13-c1d131abc1fbn%40googlegroups.com.


How to extract search volume for a list of keywords using the news ads api

2021-08-16 Thread shoaib....@gmail.com
Hey, 

With google adwords api, we were able to extract the google search volume 
for a list of keywords. We could that  with TargetingIdeaService and 
selecting STATS instead of IDEAS in the selector as follows.

selector = { 'ideaType': 'KEYWORD', 'requestType': 'STATS'}

How can we achieve the same behavior/result (search volume for a list of 
any keywords) in the new 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 
"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/ebafe33f-b413-4ebd-b98d-27a877a75ab4n%40googlegroups.com.


Re: curl for location targeting

2021-08-16 Thread Wayne
Hi, thanks for the reply.
I have a question, when sending locations in batch through Google Ads API (
https://developers.google.com/google-ads/api/docs/targeting/location-targeting#look_up_by_location_name
)
We can send only 25 locations at once, however for every location, only 10 
results are returned. Is there any way possible to get ALL possible results 
for that location name, instead of just 10?
And is there any filter we can provide when calling the API that we only 
want Target_Type==City results?
Thanks!

On Monday, August 16, 2021 at 10:05:46 AM UTC+5:30 adsapi wrote:

> Hi Wayne,
>
> Thanks for getting back to us.
>
> You may use the Geo_target_constant 
>  
> report in Google Ads API to download the geo targets. Then, you’ll need to 
> create a post process that will transfer the API response in a CSV file. 
> Kindly note that there is an existing feature request to download the 
> report in the CSV file. With this, I would suggest keeping an eye on this 
> blog  as we will post any 
> relevant updates when they become supported.
>
> Let us know if you have any further questions.
>
> Regards, 
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
>  
>
> ref:_00D1U1174p._5004Q2LmeK9: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/d07d2e38-e06b-48f7-88b6-3211023e62ffn%40googlegroups.com.


How to link account to manager account

2021-08-16 Thread Thien Tran
Hi,

I'm following the Google Ads Api document to upload click offline 
conversions .

I followed the step to link account to manager account but didn't see the 
sub-accounts menu in Settings as document wrote.

   1. Sign in to your Google Ads manager account.
   2. From the page menu on the left, click Settings, then click 
   Sub-account settings at the top of the page.
   3. Click the plus button .
   4. Click Link existing account.
   5. Enter the Google Ads account's Customer ID number. ...
   6. Click Send invitation.

[image: Selection_408.png]

And can i use Google Ads API without developer token because i'm not an 
agency, I manage only my one ads account. And i want to use API to upload 
click conversions that are made after salespeople contact and won deals 
with clients.

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/567e7dcf-8cfb-4e3f-9f06-a5926b587fa0n%40googlegroups.com.


How to get audience id - no0 way to query

2021-08-16 Thread Monty808
hello Google

Well I can create audiences using the example from here:

https://developers.google.com/google-ads/api/docs/remarketing/audience-types/custom-audiences

Wonderful but no example how to get the id of the audience created for use 
at a latter date.

GoogleHow do I query to get the audience_id?  Where is the example code?

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/a12570e2-e0b1-4932-ae77-3d017ea71ca8n%40googlegroups.com.


Re: Unknown targeting value

2021-08-16 Thread Zakwan Alhajjar
I am facing the same issue. Any idea??

On Thursday, August 5, 2021 at 11:58:40 AM UTC-4 as3...@gmail.com wrote:

> Hello Matt
>
> I have replied privately, can you please confirm that you got my reply.
> p.s: I've searched for the unknown location value in the latest geo 
> targets locations CSV file and found the id as ACTIVE, example: Postal Code 
> 9030700
> your support is highly appreciated.
>
> Thank you,
>
> On Tuesday, August 3, 2021 at 10:37:57 PM UTC+3 adsapi wrote:
>
>> Hi Samir,
>>
>> Thanks for reaching out. Can you please privately provide us with the 
>> request and response logs so that we can look at which geo targets resulted 
>> in the unknown change? If you are aware of the geo targets that did result 
>> in an unknown value and provide an example, this will help our 
>> investigation. 
>>
>> Thanks,
>> Matt
>> Google Ads API Team
>>
>> [image: Google Logo] 
>> Matt 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2LUeZh: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/e32df878-c446-4004-8f58-bb9c1d8e14fen%40googlegroups.com.


Adwords CampaignCriteriaOperator API can not fetch negative keywords if they are part of a list

2021-08-16 Thread Deepak Rane
We use campaignCriterionService to fetch all campaign criteria's of any 
campaign. Negative keywords are also part of campaign criteria so ideally 
those should be fetched as part of this API.
we observed that if the negative keywords are not part of list then they 
are fetched via API but if those are part of keyword list then API does not 
fetch them.
Wanted to confirm if this behavior is known.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6ff343e7-7423-4f0f-90d8-9244108e1ba1n%40googlegroups.com.


Re: Developer token prohibited

2021-08-16 Thread Google Ads API Forum Advisor
Hi Rahul,

Please refer to the common error documentation for more information regarding 
common causes and how to prevent this error:
https://developers.google.com/google-ads/api/docs/best-practices/common-errors?hl=en#developer_token_prohibited

Thanks,

Lakshmi Prathipati
Google Ads API Team
ref:_00D1U1174p._5001UCaNOU: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/r54US0QXXVQG00JA9c9nnmSC-bGentvd9kww%40sfdc.net.


Re: To extract information from Audience Manager > Insights from Audience

2021-08-16 Thread 'Cristiano Costa Santos' via AdWords API and Google Ads API Forum
Hello Mark, 

Thanks for the answer. 

Regards,
On Monday, August 16, 2021 at 5:19:32 AM UTC-3 adsapi wrote:

> Hello Cris,
>
> Thank you for reaching out to us.
>
> As for your concern regarding Audience Insights, I'm afraid that this is 
> still not available in the API. We had raised a feature request for this; 
> however, there is no guarantee if this will be supported in the API soon. 
> In the meantime, we suggest that you follow our blog 
>  for updates and future releases.
>
> Regards,
> [image: Google Logo] 
> Mark Kevin Albios 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Ln0VS: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/72020ba7-5a1f-4d5d-be3d-a316298dd139n%40googlegroups.com.


Script got added to my account without permission

2021-08-16 Thread Md Kamruzzaman Shishir
Somebody hacked my account , disabled 2fa , mimicing my pc and ip adress, 
then adding some scripts to my ad account and run ad behind my back without 
me knowing, I only got to know after the bill was due and my account got 
suspended, what to do, they added an unknown back account which I do not 
know

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

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


Re: how to summary data in account level?

2021-08-16 Thread Google Ads API Forum Advisor
Hi Ewin,

I work with Peter and will assist you. I raised with my team your request for a 
summary row of non filtered entire account metrics on each API view that 
corresponds to a UI view that has an account summary. You may monitor our blog 
for an update.

Regards,

Aryeh Baker
Google Ads API Team
ref:_00D1U1174p._5004Q2LmGtd: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/e08ev0QXY01O00rzZsN-HfTLiSqeiQpaC8JQ%40sfdc.net.


Golang API

2021-08-16 Thread Miki Haiat

Hi, 

Is there any reason why golang is not included in the supported clients? 
It looks like the only way to use it i add golang to the bazel build ?

Thnaks,

Miki



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4722de40-c392-45ca-8fd5-ff894ac1d5c4n%40googlegroups.com.


RE: Google Ads API

2021-08-16 Thread Google Ads API Forum Advisor
Hi Vladyslav,

Could you send a screenshot of the UI where you can get total reach value based 
on audience targeting characteristics such as interests, age, gender?

Regards,

Aryeh Baker
Google Ads API Team
ref:_00D1U1174p._5004Q2Iwlk4: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/gY9Q20QXY2DB003_ImX9MYSl-IaMYSdTGs0Q%40sfdc.net.


Re: How to query all devices List in Google Ads

2021-08-16 Thread Google Ads API Forum Advisor
Hello,

Your screenshot appears to be showing a list of ad group bid simulations. You 
can use the ad group bid simulation resource to obtain various metric 
simulations for a series of bid settings. Please see this page for a more 
general guide on retrieving bid simulations.

Can you please clarify what you are referring to by "device list data"? If you 
can provide a screenshot of the UI, or reference to the API documentation, this 
might help clarify your inquiry for us.

Thanks,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2LmIN0: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/oEnhf0QXY2OP00JIcBdWcwTw-XTcQ_yYbYMQ%40sfdc.net.


RE: Script got added to my account without permission

2021-08-16 Thread Google Ads API Forum Advisor
Hi,

When you mentioned scripts, is it Google Ads Scripts? Please add more details 
to the concern using 'Reply privately to author' option.

Thanks,

Lakshmi Prathipati
Google Ads API Team
ref:_00D1U1174p._5004Q2LneCV: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/VSsOb0QXY75N00aph0_JtBSmO7Re7x2rmLFA%40sfdc.net.


RE: YOUTUBE_URL_UNSUPPORTED when excluding youtube.com from placement.

2021-08-16 Thread Google Ads API Forum Advisor
Hi Boris,

If you can exclude the Youtube website in the UI, could you send send us a 
screenshot how you do it?  If this cannot be done in the UI you can get help 
from product support.

Regards,

Aryeh Baker
Google Ads API Team
ref:_00D1U1174p._5004Q2LmvhE: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/EEUOD0QXY79300z6j44tyAR7-81oy8ZIzrwQ%40sfdc.net.


RE: Golang API

2021-08-16 Thread Google Ads API Forum Advisor
Hi Miki,

The supported languages are listed in the link: 
https://developers.google.com/google-ads/api/docs/client-libs?hl=en

I forwarded your concern to the rest of the team. Please keep an eye on our 
blog for future releases: https://ads-developers.googleblog.com/
Let us know if you have any questions related to the supported programming 
languages.

Thanks,

Lakshmi Prathipati
Google Ads API Team
ref:_00D1U1174p._5004Q2Lneho: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/3dbkT0QXYBDI00O2eQS4VvTwCbw3MGMnzhgg%40sfdc.net.


Re: Query "Ad customizer attributes"

2021-08-16 Thread Gavin
Thanks for the reply.

>From the API that you suggested, I am able to find the Ad Customizer Feed 
that I added. However, what I am looking for is what I set in the Ad 
Customizer Attributes page. I don't think that page is related to the "Ad 
Customizer Feed". It is more like a property that can be set on Account, 
Campaign and ad group levels. 

I am attaching the screenshot of where I can set the property. The 
information that I can download from feed_item.attribute_values 

 
is the values that I set in the page launched by the green link. What I am 
looking for is the information set following the yellow link. Can you 
please double-check the API that you provide?

[image: Screenshot 2021-08-16 160501.png]

Thanks,
Gavin

On Sunday, August 15, 2021 at 8:45:43 PM UTC-7 adsapi wrote:

> Hello Gavin,
>
> Thank you for reaching out to us.
>
> You can retrieve ad customizer values via these available reports below.
>
>- Using the AdWords API - AD_CUSTOMIZERS_FEED_ITEM_REPORT 
>
> 
>  and 
>utilize the FeedItemAttributes 
>
> 
>  to 
>fetch the attribute values for the feed item. 
>- Using the Google Ads API - feed_item 
> view 
>and utilize the feed_item.attribute_values 
>
> .
>  
>You can then use this filter: WHERE segments.placeholder_type = 
>"AD_CUSTOMIZER" 
>
> Hope this helps.
>
> Regards,
> [image: Google Logo] 
> Mark Kevin Albios 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2LnAt0: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/c5e20dff-79c7-4064-8105-87f361fae676n%40googlegroups.com.


RE: Budget Limits

2021-08-16 Thread Google Ads API Forum Advisor
Hello,

Thank you for reaching out to us.

You can check on this guide on how to retrieve account budgets in an account.

Hope this helps.

Regards,

Mark Kevin Albios
Google Ads API Team
ref:_00D1U1174p._5004Q2Ln1L4: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/ADf8M0QXYM1W00SGt7a_DhRGe5Podqz0u2CQ%40sfdc.net.


Re: Python Google Ads: Escape user input for GAQL queries

2021-08-16 Thread Google Ads API Forum Advisor
Hello Alex,

Thanks for getting back to us.

You can utilize this Google Ads Query Builder to validate your query. With 
regard to those escape characters inputted by users, you can use regular 
expressions to validate user inputs.

As an aside, we suggest that you raise this to the client library owners (issue 
tracker for Python) as also mentioned by Aryeh.

Regards,

Mark Kevin Albios
Google Ads API Team
ref:_00D1U1174p._5004Q2LmYRT: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/k0trQ0QXYNI100RPgnOaa_QoWK8TKIqpBLFg%40sfdc.net.


Re: language

2021-08-16 Thread Google Ads API Forum Advisor
Hello,

Thank you for getting back to us.

As mentioned by Yasar on the previous thread, you can use this guide to get the 
Criterion IDs for your specified language.

Regards,

Mark Kevin Albios
Google Ads API Team
ref:_00D1U1174p._5004Q2Lmiud: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/Yayg80QXYNL400STZsXwUZRtCjKFmh-Owx1w%40sfdc.net.


Re: php how to specify login-customer-id in the request

2021-08-16 Thread ma zhiwei
Hi,
Thanks for your response.

My question is how to specify login-customer-id in the request by php, like 
this:  header("login-customer-id: 1234567890"); ?

I have specified the login-customer-id when I built googleAdsClient object, 
like this: 
$googleAdsClient = (new 
GoogleAdsClientBuilder())->fromFile("google_ads_php.ini")
->withOAuth2Credential($oAuth2Credential)
->withLoginCustomerId($customerId)
->build();

I hope you can tell me the exact php code, thanks a lot.

On Monday, August 16, 2021 at 6:37:31 PM UTC+8 adsapi wrote:

> Hi,
>
> Thanks for reaching out to us.
>
> Upon checking the error logs, it seems that the issue 
> ‘USER_PERMISSION_DENIED’ occurred due to incorrectly setting the 
> 'login-customer-id’ in the request. Note that when a user doesn't have 
> permission to access a customer and you’re accessing a client customer then 
> the manager's customer ID must be set in the 'login-customer-id’ in the 
> header request.
>
> That being said, you may refer to this 
> 
>  
> documentation on how to specify the login-customer-id property in the 
> request properly.
>
> In addition, you should need included if you also have the ads properties 
> file setup that corresponds to the library that you are using (e.g. 
> google_ads_php.ini for PHP), as shown here 
> 
> .
>
> Let us know if you have any further questions.
>
> Regards, 
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
>  
>
> ref:_00D1U1174p._5004Q2LnWda: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/e9311f24-a1ea-431a-9608-372dbe239b66n%40googlegroups.com.


Re: How can we query ad customizer values via AWQL?

2021-08-16 Thread Google Ads API Forum Advisor
Hi Radoslav,

Thank you for providing further details to your concern. I work with Mark and 
let me provide support to your concern.

Please note that the AD_CUSTOMIZERS_FEED_ITEM_REPORT provides statistics for 
feed items used in Ad Customizers. However, when I checked your account, I did 
not see any feed for ad customizer and this is the possible reason why you are 
generating an empty report.

Let me know if you have further questions.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2LmJJi: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/QkDLb0QXYO3E00rxTM-rvRSLWnZV45eSU99g%40sfdc.net.


RE: What's the ads-script equivalent for "all disapproved apps" GAds-API?

2021-08-16 Thread Google Ads API Forum Advisor
Hello Elad,

Thank you for reaching out to us.

Please see our responses to your questions below:

Since you're referring to the python guide, you can setup the Python client 
library via this guide. As for the authentication, you can also refer to that 
guide. Here is an example on how to setup the OAuth Desktop Application Flow.
I'm afraid that we can't comment on its Ads-script equivalent as it's already 
out of our team's expertise. We suggest that you raise this in the Ads Script 
Forum instead.
You can search for a specific field here and it will list all reports 
containing that field. You can then check on this mapping guide to know the 
equivalent of that AdWords API report to Google Ads API resources.
I'm afraid that our team doesn't have any visibility with the DataStudio 
connector. We suggest that you reach out to the DataStudio Team for this matter 
instead.

Regards,

Mark Kevin Albios
Google Ads API Team
ref:_00D1U1174p._5004Q2LnHve: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/5dqCg0QXYOMJ00LtIkPaPERrmvW0qgBxHSxg%40sfdc.net.


RE: Device view in ads api

2021-08-16 Thread Google Ads API Forum Advisor
Hello,

Thank you for reaching out to us.

So our team can better assist you, can you provide us the full Google Ads UI 
screenshot (in English language)?

Please send the requested details 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.

Regards,

Mark Kevin Albios
Google Ads API Team
ref:_00D1U1174p._5004Q2LnTs6: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/NADYV0QXYOVK00C_de2LJPSTWzP9XiVo3sqQ%40sfdc.net.


RE: Google Ads API Structured Snippet Asset

2021-08-16 Thread Google Ads API Forum Advisor
Hi KDJ,

Thank you for posting your concern.

According to this document of AssetService.MutateAssets, 
structured_snippet_asset can be mutated so it should also be possible in the 
code. With this, since the issue was encountered in the code, then I would 
suggest raising this concern to the author of the client library that you are 
using instead as they are more equipped to this topic.

Could you help me with the client library that you are using (list of client 
libraries here) so that I can provide the appropriate support link where you 
can post your concern?

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2Ln4zH: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/o1vUp0QXYXZO00hHw92qweTBCLMxvyNM5rXQ%40sfdc.net.


Cannot access to table "Video" since days before

2021-08-16 Thread 'Pan Liu' via AdWords API and Google Ads API Forum
Dear Ads API team,

We purpose to synchronize metrics from google Ads API into our database for 
our employees and ad managers to view. However, a problem was found when 
requesting video data (
https://developers.google.com/google-ads/api/fields/v8/video_query_builder). 
We got empty result without any error information. Although, several days 
ago, we just got the correct data when calling request with same GAQL query 
. What's the problem and how can we get the correct data?

Here is the GAQL query:

`SELECT

video.id,metrics.cost_per_all_conversions,ad_group.id, ad_group.name, 
ad_group_ad.ad.id, ad_group_ad.ad.name, campaign.name, metrics.clicks, 
metrics.conversions, metrics.impressions, metrics.video_quartile_p100_rate, 
metrics.video_quartile_p25_rate, metrics.video_quartile_p50_rate, 
metrics.video_quartile_p75_rate, campaign.app_campaign_setting.app_store, 
metrics.video_views, ad_group.campaign, 
campaign.app_campaign_setting.app_id 

FROM video 

WHERE segments.date = '2021-06-01'`

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/026e77a8-ee0f-4fd1-a144-c9929e4714d3n%40googlegroups.com.


{ "error": "unauthorized_client", "error_description": "Unauthorized" }

2021-08-16 Thread Nobuyoshi Shimmen
Hi, 
When we make a post request for `https://oauth2.googleapis.com/token` to 
generate an access token, we get an error like this: `401 Unauthorized` 
response: { "error": "unauthorized_client", "error_description": 
"Unauthorized" } in our app in production.
We are using a refresh token obtained by OAuth2 authentication.

This is the first time we see this error, so we don't know why this is 
happening and how to fix it.
Could you please help us? We have a detailed request and response log ready.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3bd89be6-dd8c-457e-ad5a-db5e9f657b97n%40googlegroups.com.


Re: OPERATION_NOT_PERMITTED_FOR_CONTEXT with PHP examples AddCampaigns.php

2021-08-16 Thread Google Ads API Forum Advisor
Hi Matěj,

Thank you for the reply.

You need to link the client accounts to your manager account, which your user 
account have an access, and follow the call structure that I've mentioned on my 
previous email. You may check this document as it discussed the suggestion that 
I provided.

Let me know if you have further questions.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2LmM8U: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/NDHEg0QXZ18900JcM_e-UCTfGoMtZX7qSuVA%40sfdc.net.