Re: Dismiss recommendation issue

2023-01-31 Thread Aaron Weiner
Yes, it seems to just hang when I try to use a full resource name as you 
described ("customers/{customer_id}/recommendations/{recommendation_id}") 
on a call to the service.DismissRecommendation. 

Keep in mind that I am initially calling this query:
SELECT
recommendation.dismissed,
recommendation.resource_name,
recommendation.type 
FROM 
recommendation
WHERE
recommendation.dismissed = false

I have even tried to make a service.DismissRecommendation call with an 
erroneous resource name but it still hangs when I make the call. I was 
hoping that I would at least see an error but nothing. 

Do you have any suggestions on how I can debug this or resolve this while I 
wait to hear back from the owner of the library?

Thanks and I look forward to your reply.

Aaron


On Tuesday, January 31, 2023 at 11:10:11 AM UTC-6 adsapi wrote:

> Hello,
>
> The recommendation resource name is of the form 
> "customers/{customer_id}/recommendations/{recommendation_id}", so to run 
> the example you would need to extract the recommendation_id from the 
> resource name, so that the code example can reconstruct the resource name 
> using its components. In your app, where you write the code, you can omit 
> this step and just use the resource name directly with no additional 
> manipulation, or you can customize the example to accept a resource name 
> directly instead.
>
> It looks like you may have already tried this, however, and filed an issue 
> on GitHub. I will follow up with the owner of that library to see if I can 
> get a response for you.
>
> As for your other question regarding RMF, from the RMF page, towards the 
> top, you can find the sentence: 
> If you're not sure whether the RMF policy applies to your tool, contact 
> the Google Ads API Compliance team 
> . 
>
> My team cannot assist with RMF inquiries, so I would suggest that you 
> reach out via that link.
>
> Regards,
> Mike, Google Ads API Team
>
> ref:_00D1U1174p._5004Q2i11iN:ref
>

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

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


Re: Dismiss recommendation issue

2023-01-31 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello,

The recommendation resource name is of the form 
"customers/{customer_id}/recommendations/{recommendation_id}", so to run the 
example you would need to extract the recommendation_id from the resource name, 
so that the code example can reconstruct the resource name using its 
components. In your app, where you write the code, you can omit this step and 
just use the resource name directly with no additional manipulation, or you can 
customize the example to accept a resource name directly instead.

It looks like you may have already tried this, however, and filed an issue on 
GitHub. I will follow up with the owner of that library to see if I can get a 
response for you.

As for your other question regarding RMF, from the RMF page, towards the top, 
you can find the sentence:
If you're not sure whether the RMF policy applies to your tool, contact the 
Google Ads API Compliance team.

My team cannot assist with RMF inquiries, so I would suggest that you reach out 
via that link.

Regards,
Mike, Google Ads API Team
ref:_00D1U1174p._5004Q2i11iN:ref

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

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


RE: Failed to create an offline conversion in Google Ads Date is after allowed maximum

2023-01-31 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Charles,

Thank you for reaching out to our Google Ads API support team.

The Date is after allowed maximum., at conversions[0].conversion_date_time 
error indicates that you are possibly uploading using a timestamp greater than 
the current one during the upload. You may also note that this field also 
considers the timezone.

However, so our team can take a closer look and confirm the cause, could you 
also share your complete request and response logs and request-id, generated 
when the error occurred? If you haven't yet, logging can be enabled by 
referring to this guide and by using the DEBUG log setting.

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

As for your question "Does ads know what number made the call?", you can refer 
to this article for more information on call conversion tracking.

Best regards,

Peter Laurence
Google Ads API Team
ref:_00D1U1174p._5004Q2iPqQX:ref

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

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


Re: Failed to create an offline conversion in Google Ads Date is after allowed maximum

2023-01-31 Thread Charles Rodmell
I just changed it to use current time instead. Passes the test now. Weird.

On Tuesday, January 31, 2023 at 2:48:08 PM UTC Charles Rodmell wrote:

> Note: trying to use it to capture clicks on phone numbers in adverts - is 
> this even going to work? Does ads know what number made the call?
>
> On Tuesday, January 31, 2023 at 2:46:10 PM UTC Charles Rodmell wrote:
>
>> Hi. I'm trying to setup an offline conversion from PipeDrive to GADS via 
>> Zapier.
>> The fields I'm grabbing are as below. The date IS in the past. Any idea 
>> why I'm getting this error (any advice much appreciated):
>>
>> Failed to create an offline conversion in Google Ads
>> Date is after allowed maximum., at conversions[0].conversion_date_time
>>
>> currency
>> GBP
>> identifier_source
>> phone
>> mainAccountId
>> (hidden)
>> managedAccountId
>> (hidden)
>> name
>> 105349 (changed)
>> phone
>> 07895 621 xxx (changed)
>> time
>> 2023-01-31 14:09:12
>> value
>> £840
>>
>

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

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


Re: Error related with "channel type MULTIPLE" operations

2023-01-31 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

In addition to above, could you provide the full logs for the API request where 
you have added NEGATIVE_KEYWORD shared set type to your app campaign so that I 
can discuss this with my rest of team.

Kindly provide the complete logs via reply privately to author option.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2iOP6Z:ref

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

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


Re: Error related with "channel type MULTIPLE" operations

2023-01-31 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

I work with Heidi. Thanks for getting back to us.

For your question “If  NEGATIVE_KEYWORD shared set type cannot be applied to 
channel type MULTIPLE, how it was set first?”, I’ve tried to add 
NEGATIVE_KEYWORD shared set type to my app campaign and it successfully added 
without any API error. Also, I tried to remove those added NEGATIVE_KEYWORD 
shared set type using REMOVE operation, and it succeeded as well. You may see 
below CURL:


curl -f --request POST 
"https://googleads.googleapis.com/v${API_VERSION}/customers/${CUSTOMER_ID}/campaignSharedSets:mutate;
 \

--header "Content-Type: application/json" \

--header "developer-token: ${DEVELOPER_TOKEN}" \

--header "login-customer-id: ${MANAGER_CUSTOMER_ID}" \

--header "Authorization: Bearer ${OAUTH2_ACCESS_TOKEN}" \

--data "{ "customerId": "7633370648", "operations":  [ { "remove": 
"customers/7633370648/campaignSharedSets/940730~7354130802" }, { "remove": 
"customers/7633370648/campaignSharedSets/9414378601~7354130802" }, { "remove": 
"customers/7633370648/campaignSharedSets/16334731431~7354130802" }, { "remove": 
"customers/7633370648/campaignSharedSets/16347151349~7354130802" } ] ,

'validateOnly':false,

"partialFailure": true

}

"


For REST interface requests, you can enable logging via the curl command by 
using the -i flag. This will cause the tool to include the HTTP response 
headers in the output.

You may try the above cURL, and see if it works on your end. If the error still 
persists, then you may provide us the most recent complete logs so that we can 
continue to investigate further.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2iOP6Z:ref

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

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


RE: Ending the active account budget issue

2023-01-31 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for reaching out to the Google Ads API support team.

With regards to your concern, can you please provide first the complete request 
and response logs with request ID and request header generated on your end so 
our team can provide guidance accordingly? If you haven't yet, logging can be 
enabled by navigating to the Client libraries > Your client library > Logging 
documentation, which you can access from this link.

You may then send the requested logs 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,

Carmela
Google Ads API Team
ref:_00D1U1174p._5004Q2iPitT:ref

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

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


Re: Failed to create an offline conversion in Google Ads Date is after allowed maximum

2023-01-31 Thread Charles Rodmell
Note: trying to use it to capture clicks on phone numbers in adverts - is 
this even going to work? Does ads know what number made the call?

On Tuesday, January 31, 2023 at 2:46:10 PM UTC Charles Rodmell wrote:

> Hi. I'm trying to setup an offline conversion from PipeDrive to GADS via 
> Zapier.
> The fields I'm grabbing are as below. The date IS in the past. Any idea 
> why I'm getting this error (any advice much appreciated):
>
> Failed to create an offline conversion in Google Ads
> Date is after allowed maximum., at conversions[0].conversion_date_time
>
> currency
> GBP
> identifier_source
> phone
> mainAccountId
> (hidden)
> managedAccountId
> (hidden)
> name
> 105349 (changed)
> phone
> 07895 621 xxx (changed)
> time
> 2023-01-31 14:09:12
> value
> £840
>

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

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


Failed to create an offline conversion in Google Ads Date is after allowed maximum

2023-01-31 Thread Charles Rodmell
Hi. I'm trying to setup an offline conversion from PipeDrive to GADS via 
Zapier.
The fields I'm grabbing are as below. The date IS in the past. Any idea why 
I'm getting this error (any advice much appreciated):

Failed to create an offline conversion in Google Ads
Date is after allowed maximum., at conversions[0].conversion_date_time

currency
GBP
identifier_source
phone
mainAccountId
(hidden)
managedAccountId
(hidden)
name
105349 (changed)
phone
07895 621 xxx (changed)
time
2023-01-31 14:09:12
value
£840

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

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


Re: Does Google ads api proived methods to add company name and logo to responsive search campaign?

2023-01-31 Thread lsy
Hi Jinky,

Thank you for you response. I know how to add a responsive search ad. For 
the beta fields, such as business name and logo provided in Google Ads 
Beta,  they are not provided in current documtn 
https://developers.google.com/google-ads/api/reference/rpc/v12/Ad. Can I 
set them through API, or they are only available through UI?

Thanks,
Shiying

On Tuesday, January 31, 2023 at 6:04:46 a.m. UTC-6 adsapi wrote:

> Hi Isy,
>
> Thank you for raising this concern to the Google Ads API support Forum.
>
> You may use this ad_group_ad.ad.type 
>  as 
> it has the enum value of RESPONSIVE_SEARCH_AD. For more information 
> about Responsive Search Ads, you may check this document 
> 
> . 
>
> Best regards,
> [image: Google Logo] 
> Jinky 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2iPYz5:ref
>

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

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


RE: Does Google ads api proived methods to add company name and logo to responsive search campaign?

2023-01-31 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Isy,

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

You may use this ad_group_ad.ad.type as it has the enum value of 
RESPONSIVE_SEARCH_AD. For more information about Responsive Search Ads, you may 
check this document.

Best regards,

Jinky
Google Ads API Team
ref:_00D1U1174p._5004Q2iPYz5:ref

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

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


RE: unable to find metrics of assets contained in UAC campaigns

2023-01-31 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Juan,

Thank you for reaching us out. I am Sherwin from Google Ads API support team. I 
hope that you are doing well today.

To further help you with your concern and for us to provide an accurate query 
for the data report that you want to fetch via API, could you please provide us 
a full non-cropped and non-redacted screenshot of the UI? Please provide the 
screenshot via Reply privately to the author option. If this option is not 
available, then send it instead on this email address 
googleadsapi-supp...@google.com.

Kind regards,

Sherwin Vincent
Google Ads API Team
ref:_00D1U1174p._5004Q2iPX1O:ref

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

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


Re: detail_placement_view metrics.impressions incorrect

2023-01-31 Thread David Baruch
One more thing we also managed to reproduce the impressions discrepancy 
executing the queries via ads script:

detail_placement_view : Date [2023-01-29] => sumOfImpr 49974 , sumOfClicks 
2937
group_placement_view : Date [2023-01-29] => sumOfImpr 132812 , sumOfClicks 
2627

Account (MCC) : 477-344-4588
Script Name: Placement group_placement_view vs detail_placement_view

Please advise
On Tuesday, January 31, 2023 at 12:47:33 PM UTC+2 David Baruch wrote:

> Hi Heidi,
>
> Just sent you the info via "Reply privately to author"
>
> Looking forward.
>
> On Monday, January 30, 2023 at 4:20:54 PM UTC+2 adsapi wrote:
>
>> Hi David,
>>
>> Thank you for reaching out to us.
>>
>> For our team to further investigate and provide appropriate 
>> recommendations to you, could you please provide the following information 
>> below?: 
>>
>>- Complete API logs (*request* 
>>
>> 
>> and *response* 
>>
>> 
>> with *request-id* 
>>
>> )
>>  
>>generated on your end 
>>- Entire UI screenshot without cropping where you can see the 
>>expected data you want to retrieve in the API 
>>
>> 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 googleadsa...@google.com alias instead
>>
>> Furthermore, in comparing UI and API data, please make sure to consider 
>> the following items below: 
>>
>>- Comparing the API and UI on the same level as much as possible 
>>- The segments and fields of the API and UI should be the same 
>>- The date range is also the same 
>>
>> Best regards,
>> [image: Google Logo] 
>> Heidi 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2iP5vF:ref
>>
>

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

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


update and remove sitelink asset ads php

2023-01-31 Thread Turkmeks DEV
when ı updated site links  give me error like this

Request Id : a96meqnkqlLnHykRjHVvbw mutate_error Error Code  Resource was 
not found.
 how can ı update sitelink asset and remove site links

my code :

  // Creates an extension feed item using the specified feed item 
ID and sitelink text.
$extensionFeedItem = new ExtensionFeedItem([
'resource_name' => 
ResourceNames::forExtensionFeedItem($customerId, $feedItemId),
'sitelink_feed_item' => new SitelinkFeedItem(['link_text' => 
$sitelinkText])
]);

// Constructs an operation that will update the extension feed 
item, using the FieldMasks
// utility to derive the update mask. This mask tells the Google 
Ads API which attributes of
// the extension feed item you want to change.
$extensionFeedItemOperation = new ExtensionFeedItemOperation();
$extensionFeedItemOperation->setUpdate($extensionFeedItem);

$extensionFeedItemOperation->setUpdateMask(FieldMasks::allSetFieldsOf($extensionFeedItem));

// Issues a mutate request to update the extension feed item.
$extensionFeedItemServiceClient = 
$googleAdsClient->getExtensionFeedItemServiceClient();
$response = 
$extensionFeedItemServiceClient->mutateExtensionFeedItems(
$customerId,
[$extensionFeedItemOperation]
);

// Prints the resource name of the updated extension feed item.
/** @var ExtensionFeedItem $updatedExtensionFeedItem */
$updatedExtensionFeedItem = $response->getResults()[0];
printf(
"Updated extension feed item with resource name: '%s'.%s",
$updatedExtensionFeedItem->getResourceName(),
PHP_EOL
);

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

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


Re: detail_placement_view metrics.impressions incorrect

2023-01-31 Thread David Baruch
Hi Heidi,

Just sent you the info via "Reply privately to author"

Looking forward.

On Monday, January 30, 2023 at 4:20:54 PM UTC+2 adsapi wrote:

> Hi David,
>
> Thank you for reaching out to us.
>
> For our team to further investigate and provide appropriate 
> recommendations to you, could you please provide the following information 
> below?: 
>
>- Complete API logs (*request* 
>
> 
> and *response* 
>
> 
> with *request-id* 
>
> )
>  
>generated on your end 
>- Entire UI screenshot without cropping where you can see the expected 
>data you want to retrieve in the API 
>
> 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 googleadsa...@google.com alias instead
>
> Furthermore, in comparing UI and API data, please make sure to consider 
> the following items below: 
>
>- Comparing the API and UI on the same level as much as possible 
>- The segments and fields of the API and UI should be the same 
>- The date range is also the same 
>
> Best regards,
> [image: Google Logo] 
> Heidi 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2iP5vF:ref
>

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

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


Re: Re:

2023-01-31 Thread 'Miquel Isern Roca' via Google Ads API and AdWords API Forum
Hello,

do you have any updates on this issue?

Thanks,
*Miquel Isern Roca*
Python Software Engineer
[image: Image]  [image: Image]
 [image: Image]
 [image: Image]
 [image: Image]

+44 (0)20 331 800 89 <+44+(0)20+331+800+89>
[image: Image] 
[image: Image] 
[image: Image] 



On Fri, Jan 20, 2023 at 9:46 AM Miquel Isern Roca <
miquel.isernr...@channable.com> wrote:

> Hello again,
>
> to answer Caramela, I indeed tried and retried sending the operations
> multiple times on different days even. That's why I ended up opening the
> issue.
>
> Regarding your answer Anash, I'm aware that the size is the issue because
> sending a smaller amount of ListingGroups operations ( i think under 10k)
> works.
> My question is why this is so?
> A ListingGroup tree has a limit of 20_000 nodes ( it is smaller for the
> new PerformanceMax but not for normal Shopping Campaigns). And the limit of
> operations that fit in a BatchJob in the new API goes up to a million. If
> that's the case why am I not able to send the 20_000 operations to create a
> single tree in a single BatchJob?
>
> Regards,
> *Miquel Isern Roca*
> Python Software Engineer
> [image: Image]  [image:
> Image]  [image:
> Image]  [image: Image]
>  [image: Image]
> 
> +44 (0)20 331 800 89 <+44+(0)20+331+800+89>
> [image: Image] 
> [image: Image] 
> [image: Image] 
>
>
>
> On Thu, Jan 19, 2023 at 10:33 PM Google Ads API Forum Advisor
>  wrote:
>
>> Hi Miquel,
>>
>> I think this is a different issue caused by the size of the request,
>> rather than a hard enforced limit. I've asked the team to investigate, but
>> I think a slightly smaller tree size should go through without any issues.
>>
>>
>> Regards
>> Anash
>>
>>
>> ref:_00D1U1174p._5004Q2hxZRz:ref
>>
>

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

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