RE: creating smart campaign - errors = operation_not_permitted_for_context and resource_not_in_google_ads

2024-07-24 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. Based on the provided information, it is observed that you've encountered the "OPERATION_NOT_PERMITTED_FOR_CONTEXT" and "RESOURCE_NOT_IN_GOOGLE_ADS" errors while creating smart campaign. I could see that you've redacted informa

Fetching Campaign Target Locations

2024-07-24 Thread Bimal Ram
Hi Team, Is it possible to get the targeting location details such as the name etc of a specific campaign rather from a single query resource such as 'campaign', rather than querying from 'campaign_criterion' and then using the geo target constants to query from 'geo_target_constant' to get the

Example with Next Page Token using v17

2024-07-24 Thread Ramanajee
Hi, can I get example using next page token with v17 in C# ? Thanks, Ramanajee -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are su

GAQL Group By Date

2024-07-24 Thread Shannon
We are running a placements report using: ==QUERY== SELECT campaign.id, campaign.name, detail_placement_view.group_placement_target_url, metrics.impressions, metrics.ctr, metrics.clicks FROM detail_placement_view WHERE segments.date DURING LAST_30_DAYS Th

RE: google ads api for advertising in various formats

2024-07-24 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. Kindly note that "Advertising in various formats" field is not available currently in the Google Ads API, if you still want to retrieve the field from the Google Ads API. kindly provide us with the uncropped (complete) UI scree

RE: fetching campaign target locations

2024-07-24 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, you can use the geographic_view report, and you can pull fields from the campaign reports in the "attributed resources”.To specifically answer your question, you can add campaign.name in the geogra

RE: example with next page token using v17

2024-07-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ramanajee, Thank you for reaching out to the Google Ads API support team. Based on the information provided, I understand that you are looking for guidance in using the next page token with v17 in C# in the Google Ads API. For example, if your account contains 50,000 keywords and page_size i

RE: gaql group by date

2024-07-24 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. Could you please provide us with the complete API logs (request and response logs with request-id and request header) generated at your end. This would help us understand the issue and assist you accordingly. If you are using a

Re: gaql group by date

2024-07-24 Thread Dmytro Tonkikh
If you'd like to get unsegmented data - don't use campaign.id, campaign.name in your query. On Wednesday, July 24, 2024 at 8:27:38 PM UTC+1 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to the Google Ads API support team. > > Could you please provide us with the comp