Re: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use the Google Ads API.']

2021-06-01 Thread denis kolmer
Thank you.

So I was using the wrong library, that's why It wasn't working.

I'm now using the code you suggested, and i successfully ran the example to 
get the campaigns from https://github.com/googleads/google-ads-php.

Unfortunately when I run an UploadOfflineConversation, i can't pass the 
following partial error.

Intially, I ran *php .\examples\Remarketing\AddConversionAction.php 
--customerId *
which returned *New conversion action added with resource name: 
'customers//conversionActions/'*

Then I ran
*php .\examples\Remarketing\UploadOfflineConversion.php --customerId  
--conversionActionId  --gclid gclid123 --conversionDateTime '2021-01-01 
12:32:45-08:00' --conversionValue 1.0 --conversionCustomVariableId 
customVarId1 --conversionCustomVariableValue customVarValue1*
which returns  
*[2021-06-02T05:27:10.506647+00:00] google-ads.INFO: Request made: Host: 
"googleads.googleapis.com", Method: 
"/google.ads.googleads.v7.services.ConversionUploadService/UploadClickConversions",
 
CustomerId: , RequestId: "elftztJ9gLLJYppP-fzkyg", IsFault: 0, 
FaultMessage: "None"*
*Partial failures occurred: 'Resource name 
'customers//conversionCustomVariables/customVarId1' is malformed: 
expected 
'customers/{customer_id}/conversionCustomVariables/{ConversionCustomVariable.conversion_custom_variable_id}'.,
 
at conversions[0].custom_variables[0].conversion_custom_variable'.*

I don't really want to use "*conversionCustomVariableId" *or "
*conversionCustomVariableValue" * but they are required parameters, so I'm 
lost.
I looked in Google Ads interface without finding any clue.

I know this issue is not related to the title anymore, but since I'm still 
not able to complete my OfflineConversion, I thought I will add in this 
topic.
Thank you by advance.

Cheers
Denis

Le mercredi 2 juin 2021 à 05:41:31 UTC+10, adsapiforumadvisor a écrit :

> Hi Denis,
>
> The AdWords API is no longer available for new users 
> . 
> Please use the new Google Ads API.
>
> Can you please confirm if you have had any specific issues with using the 
> Ads API with your developer token? If you're having trouble getting 
> started 
> , 
> can you let us know what stage you are currently at?
>
> Regards,
>
> Matt
> Google Ads API Team
>
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2HCemA: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/aea9eb45-ce42-4224-82bf-de85314b7251n%40googlegroups.com.


RE: customerUserAccessInvitations 403 Forbidden

2021-06-01 Thread Google Ads API Forum Advisor Prod
Hi Robert,

Thank you for reaching out.

Using the access_role would first require an allowlisting before it can be used 
in your API requests. That said, could you confirm if you have already been 
allowlisted? If not yet, then your requests would result in an error if this 
attribute is included.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2HzJm6: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/A86X40QU26TR00LEgQuodEQ4WP_9kY6fDFsg%40sfdc.net.


Adwords to Ads API migration - UseRawEnumValues

2021-06-01 Thread Gaurav Suri
Hello Team,

We are in the process of migrating Google Adwords to Ads API for our 
reporting needs.

There is a parameter called 'UseRawEnumValues' available in the Adwords 
API, using which, it returns the display value of the enum.
For eg - For Ad Type, one possible value is 'Expanded text ad'

In case of Ads API, this is returned as an enum ordinal '3' (which 
corresponds to the enum Text 'EXPANDED_TEXT_AD') . So while migrating, the 
report format / values are changing.

Is there a way, we can get the display value for the enum from Ads API ? 
What are the alternatives, if it is not supported by the API ?

Thank you

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

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


Re: Client deleted & invalid token

2021-06-01 Thread Google Ads API Forum Advisor Prod
Hi Greeshma,

I work with Xiaoming and allow me to assist you.

Could you confirm if the user/email address you are using to generate the 
OAuth2 credentials has access to the Google Ads account you are specifying 
(customer_id) in your API requests?

So our team can have a closer look, could you share your customer ID, the 
user/email address used, and also the complete request and response logs, with 
the request-id that was generated when the error(s) occurred?

If you are using the AdWords API, for the logs, you may provide the complete 
SOAP request and response, and requestId, instead.

You may send all the requested details via the Reply privately to author 
option. If this option is not available, you may share the details directly to 
our googleadsapi-supp...@google.com alias instead.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2HyItU: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/9swUO0QU21SG005NJcxqPGS0uzJBXAOYo6Bg%40sfdc.net.


Re: Relationship between CUSTOM_AUDIENCE and CUSTOM_INTEREST (CUSTOM_INTENT / CUSTOM_AFFINITY)

2021-06-01 Thread E.G.
bump

On Friday, May 28, 2021 at 3:13:38 PM UTC-7 E.G. wrote:

> Hi,
>
> I would like to get some clarity on the relationship between 
> CUSTOM_AUDIENCE type and CUSTOM_INTENT / CUSTOM_AFFINITY ad_group_criterion 
> types. 
>
> When I query the custom interest resource (for custom intent and custom 
> affinity audience), I see a subset of the results I get when I query the 
> custom audience resource.
>
> Furthermore, sometimes the same audience shows up as with 
> ad_group_criterion type of `CUSTOM_AUDIENCE` and sometimes with 
> `CUSTOM_INTENT`.  This account does not have multiple audience with the 
> same name, so I'm pretty certain they are the same audience.
>
> So, what makes the CUSTOM_INTENT audience the different than the 
> CUSTOM_AUDIENCE audience?  From this link 
> 
>  I 
> see that the CUSTOM_INTENT is actually migrated into CUSTOM_AUDIENCE. Is it 
> the case that whether it shows up in the custom interest resource just 
> depends if the audience was created before or after the migration? 
> Similarly for if the criterion type is CUSTOM_INTENT or CUSTOM_AUDIENCE, 
> does it just depend on when the audience was applied to the ad 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/a8f91424-9799-4881-9d6c-5a32cdf8dc99n%40googlegroups.com.


Re: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use the Google Ads API.']

2021-06-01 Thread Google Ads API Forum Advisor Prod
Hi Denis,

The AdWords API is no longer available for new users. Please use the new Google 
Ads API.

Can you please confirm if you have had any specific issues with using the Ads 
API with your developer token? If you're having trouble getting started, can 
you let us know what stage you are currently at?

Regards,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2HCemA: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/Q-IIR0QU1G0T00XRFfGniNRMWQW5B7rkda-Q%40sfdc.net.


RE: How to solve [OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE

2021-06-01 Thread Google Ads API Forum Advisor Prod
Hello,

Can you please reply privately the full API request and response where you are 
seeing this error so we can take a closer look?

Thanks,
Anthony

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q2HzD6n: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/vU-cA0QU1FT000Uw4whKH4RKO98ERrS02Sxw%40sfdc.net.


Connect Api google ads to desiplay on Sharepoint online

2021-06-01 Thread Hamid ATROUS
Dear,
need to view my report google ads on sharepoint online
I try custom connector for power automate without success
I try to create database on my api adwords to stock data  and connect them
via sql to sharepoint, but i can't
Please help me
Hamid

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAJDZtBpH%3DR_hZ2esORp7%3DBVKyHoZW9xLJ%3DCUSTV-t2wroTU%3DOA%40mail.gmail.com.


Re: Google Ads under Performance Max Feature

2021-06-01 Thread duca...@gmail.com
Hi Team,

Looks like performance max campaign is in open beta now. Wondering when we 
will include this campaign data in Google Ads API? Thanks.

On Monday, April 12, 2021 at 7:46:55 AM UTC-7 adsapiforumadvisor wrote:

> Hi Vandana,
>
> I have gone ahead and submitted the request. However, I am unable to 
> disclose any information regarding feature requests 
> . Any relevant information 
> regarding a feature can be found on the Ads Developer blog 
> .
>
>
> Regards,
> Matt
> Google Ads API Team
>
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Eoep5: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/eec600aa-dd26-487e-a708-1a2e5c35a9d1n%40googlegroups.com.


Re: customerUserAccessInvitations 403 Forbidden

2021-06-01 Thread Robert Desmond
It is also using the same access token that was used to successfully get 
data from another endpoint which required the same scope: 
   
   - https://www.googleapis.com/auth/adwords


On Tuesday, 1 June 2021 at 17:59:44 UTC+2 Robert Desmond wrote:

> I have also tried with all of the possible accessRoles from here 
> https://developers.google.com/google-ads/api/rest/reference/rest/v7/AccessRole
>
> And I get the same 403 Forbidden
>
> On Tuesday, 1 June 2021 at 17:58:18 UTC+2 Robert Desmond wrote:
>
>> Hi there,
>>
>> I am trying to invite a user to manage a Google Ads Account. In this 
>> case, I am using an MCC Test Account.
>>
>> I am hitting this endpoint via a POST: 
>> https://googleads.googleapis.com/v7/customers/{customerId}/customerUserAccessInvitations:mutate
>>
>> I am receiving a 403 status with message "Forbidden".
>>
>> My post body is:
>> operation: {
>> create: {
>> accessRole: "STANDARD",
>> emailAddress: "mye...@domain.comreplace with any email",
>> },
>> },
>>
>> I am sending the 'developer-token' in the header (which is working for 
>> other API calls).
>>
>> I have also tried with the MCC id as 'login-customer-id'.
>>
>> Same response: 403 Forbidden.
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c0a9d391-71d7-4a24-9494-db7af39de313n%40googlegroups.com.


Re: customerUserAccessInvitations 403 Forbidden

2021-06-01 Thread Robert Desmond
I have also tried with all of the possible accessRoles from 
here 
https://developers.google.com/google-ads/api/rest/reference/rest/v7/AccessRole

And I get the same 403 Forbidden

On Tuesday, 1 June 2021 at 17:58:18 UTC+2 Robert Desmond wrote:

> Hi there,
>
> I am trying to invite a user to manage a Google Ads Account. In this case, 
> I am using an MCC Test Account.
>
> I am hitting this endpoint via a POST: 
> https://googleads.googleapis.com/v7/customers/{customerId}/customerUserAccessInvitations:mutate
>
> I am receiving a 403 status with message "Forbidden".
>
> My post body is:
> operation: {
> create: {
> accessRole: "STANDARD",
> emailAddress: "mye...@domain.comreplace with any email",
> },
> },
>
> I am sending the 'developer-token' in the header (which is working for 
> other API calls).
>
> I have also tried with the MCC id as 'login-customer-id'.
>
> Same response: 403 Forbidden.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a43b121e-933a-40ae-9924-66bc3db9598en%40googlegroups.com.


customerUserAccessInvitations 403 Forbidden

2021-06-01 Thread Robert Desmond
Hi there,

I am trying to invite a user to manage a Google Ads Account. In this case, 
I am using an MCC Test Account.

I am hitting this endpoint via a POST: 
https://googleads.googleapis.com/v7/customers/{customerId}/customerUserAccessInvitations:mutate

I am receiving a 403 status with message "Forbidden".

My post body is:
operation: {
create: {
accessRole: "STANDARD",
emailAddress: "myem...@domain.comreplace with any email",
},
},

I am sending the 'developer-token' in the header (which is working for 
other API calls).

I have also tried with the MCC id as 'login-customer-id'.

Same response: 403 Forbidden.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/15ea6969-b716-436c-9cac-c1396a910355n%40googlegroups.com.


Re: Client deleted & invalid token

2021-06-01 Thread 'Greeshma Surasani' via AdWords API and Google Ads API Forum


Hi Xiaoming,

 

I’ve recreated the credentials, but the error persisted, so I created brand 
new project and created new set of creds but got the same error.

Is there any other way?

Thank you for your time!

 

Thanks,

Greeshma
On Thursday, May 27, 2021 at 3:46:28 PM UTC-4 adsapiforumadvisor wrote:

> Hi Greeshma,
>
> Thank you for reaching out. Please either restore or re-create the OAuth2 
> credentials. If the issue persists, give it a try to create a brand new 
> project and create a new set of OAuht2 credentials.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>  
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2HyItU: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/7de04429-f706-48b7-bfd0-50d329173b29n%40googlegroups.com.


Re: QuotaCheckError.INVALID_TOKEN_HEADER

2021-06-01 Thread Google Ads API Forum Advisor Prod
Hello,

Based on what you said, I made a few changes to the documentation such as 
rewording the Sign Up page in the AdWords API 
(https://developers.google.com/adwords/api/docs/guides/signup) to make it more 
clear that new sign ups can only happen for the Google Ads API now. Thanks for 
taking the time to provide feedback.

Best,
Nadine, Google Ads API Team
ref:_00D1U1174p._5004Q2HD5KB: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/jMi520QU135A00vcV0kRMsQ82vBcP3QZbzFQ%40sfdc.net.


RE: Retract conversion from Google Ads (with Python)

2021-06-01 Thread Google Ads API Forum Advisor Prod
Hi Ralf,

Can you please share the full API request and response logs from the call you 
made that resulted in this error? Please do so using reply privately.

Thanks,
Anthony

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


Re: Perf issue when downloading AD_PERFORMANCE_REPORT for Responsive Search Ad

2021-06-01 Thread Google Ads API Forum Advisor Prod
Hi Caihua,

Thank you for reaching out. From your report definition I could tell you have 
many fields. However, to improve the performance I would suggest you try to 
query part of the fields for each of the campaigns in one query instead of 
querying them all in one single query.

Thanks and regards,
Xiaoming, Google Ads API Team


Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q2EqJ7A: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/XLOrK0QU0Y1K00yPKW0CPeQC-QXxRjXjMxaw%40sfdc.net.


How to solve [OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE

2021-06-01 Thread kentaro fukagawa
Hello,
Im try to create search campaign using API but Im facing this issue Please 
help me to solve this.

I'm having trouble with the error message "operation_access_denied_error: 
OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE".
The error message is "This operation is not permitted on this campaign 
type", but it seems that specifying SEARCH as the advertising_channel_type 
causes the error. Do you have any idea what could be causing 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/986d4235-37d8-4d1d-bff1-f2e0b41f01ban%40googlegroups.com.


Re: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use the Google Ads API.']

2021-06-01 Thread denis kolmer
Hi
Since you are implying that the issue come from the Authentication, I 
created a new token just now, and in the authentication process I chose to 
access both API, to test something new. (with option = 2)
-> same issue 1st of June at 16:10 Sydney Time.
-> time: [2021-06-01T06:10:41.671123+00:00]
-> requestId = 0005c3ae337bd9a60a62ce4f33063b62 
-> POST  /api/adwords/cm/v201809/OfflineConversionFeedService?wsld

I really don't know what to do to make it work?
I'm using the PHP version of the examples, and run the PHP code via command 
line.

Since I"m supposed to use Ads API only, I created a new token at 16:16 same 
day (with option = 0)
-> same issue
-> time : [2021-06-01T06:18:42.472158+00:00]
-> requestId = 0005c3ae5024e95b0a625b05910664f2 

Let me know what else I should test or do to progress with this matter.

Thank you.
Le jeudi 27 mai 2021 à 01:07:20 UTC+10, adsapiforumadvisor a écrit :

> Hello,
>
> My name is Matt and I work alongside Peter. Can you please provide us with 
> the date that your developer token was created?
>
> Thanks,
> Matt
> Google Ads API Team
>
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>   
>
>  
>
> ref:_00D1U1174p._5004Q2HCemA: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/598f32df-79cd-48f1-87d7-cc0c0464b977n%40googlegroups.com.


RE: get Expansion and Other cost via Audience Performance Report

2021-06-01 Thread Google Ads API Forum Advisor Prod
Hi Decken,

The Expansion and Other fields that you mentioned do not appear to be included 
in the list of supported fields in the Audience Performance Report 
documentation.

So our team can be more familiar with the said fields, could you also share the 
complete Google Ads UI view screenshot containing the said fields? You may send 
the screenshot using the Reply privately to author option.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2Hz3eC: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/Dt8wR0QU0ES200CssN5IHrTnG8iV9SgaFCAA%40sfdc.net.